Formspec: Draw images before inventories. Allows to use image as background.
[oweals/minetest.git] / doc /
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling 267/head
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-11-01 PilzAdamMerge pull request #270 from PilzAdam/master
2012-11-01 PilzAdamAdd falling_node to special groups in lua-api.txt
2012-09-09 Perttu AholaAdd nodedef.on_blast() to lua_api.txt in order to suppo...
2012-09-09 Perttu AholaAdd dtime_s to entity activation
2012-09-09 Perttu AholaFix ObjectRef:punch()
2012-09-07 Ilya ZhuravlevAdd liquid_renewable property. 243/head
2012-09-02 Perttu AholaAdd overridable function for handling dropped items...
2012-09-01 Perttu AholaAdd bouncy node group
2012-09-01 Perttu AholaAdd disable_jump and fall_damage_add_percent node groups
2012-09-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-08-12 Matthew IAdd ban management routines to Lua API
2012-08-12 Matthew IExtend Lua API in order to implement chat commands
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-26 Perttu AholaWorking group-shapeless and multigroup recipes
2012-07-25 Perttu AholaAdd special return value -1 to inventry callbacks
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-07-24 Perttu AholaImprove node timer format (map format version 25) and...
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaDescribe node definition fields better in lua_api.txt
2012-07-23 Perttu AholaUpdate lua_api.txt a bit 153/head
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu AholaFormspec button_exit[] and image_button_exit[]
2012-07-22 darkroseDoc updates for formspec
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 Matthew IUpdate Lua API documentation to include minetest.get_mo...
2012-07-21 Perttu AholaBITCH, THIS IS 0.4.0. 0.4.0
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-17 Perttu AholaAdd pointed_thing to lua_api.txt
2012-06-17 Perttu AholaExplain node boxes in lua_api.txt
2012-06-16 Perttu AholaMention node drawtypes in lua_api.txt
2012-06-16 Perttu AholaNode texture animation
2012-06-10 Perttu AholaAdd some missing object properties to doc/lua_api.txt
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-08 Perttu AholaUpdate and fix doc/mapformat.txt; make current format...
2012-06-06 Perttu AholaAdd minetest.serialize() and minetest.deserialize()
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-05 Perttu AholaFix small errors in lua_api.txt
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 darkroseAdd can_dig callback
2012-06-03 Perttu AholaImplement image[<X>,<Y>;<W>,<H>;<texture name>] and...
2012-06-03 Perttu AholaReshape inventory menu code
2012-06-03 Perttu AholaAdd ObjRef:is_player() and modify ObjRef:get_player_nam...
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-06-03 Perttu AholaAdd node on_construct, on_destruct callbacks and update...
2012-05-21 Perttu AholaAdd support for putting modpacks directly into mod...
2012-04-14 Perttu AholaAdd "Registered definitions of stuff" to doc/lua_api.txt
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-09 Perttu AholaImprove doc/lua_api.txt and add minetest.get_item_group...
2012-04-08 Perttu AholaAdd minimal documentation about the $world/game/ addition
2012-04-08 Perttu Aholaminetest.get_node_group(name, group)
2012-04-08 Perttu AholaEnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-07 Perttu AholaImprove doc/lua_api.txt
2012-04-07 Sergey GilfanovPerlinNoise for Lua.
2012-04-06 Perttu AholaAdd EnvRef:find_node_near(pos, radius, nodenames)
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaRemplement and improve /setting in Lua, now called...
2012-03-31 Perttu AholaImprove /grant and /revoke output, add /auth_reload
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-31 Perttu AholaFix doc/lua_api.txt
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-31 Perttu AholaMore documentation in doc/lua_api.txt
2012-03-31 Perttu AholaAllow group:groupname in ABM definition and implement...
2012-03-30 Perttu AholaImproved teleport command
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-30 Perttu AholaObjectRef:set_armor_groups() and ObjectRef:set_properti...
2012-03-29 Perttu Aholaminetest.register_chatcommand(cmd, def)
2012-03-29 Perttu AholaUse GenericCAO in place of LuaEntityCAO and PlayerCAO
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-28 Perttu AholaAdd EnvRef:set_node()
2012-03-28 Perttu AholaAdd range option to PseudoRandom:next()
2012-03-28 Perttu AholaAdd blockseed to on_generated
2012-03-28 Perttu AholaAdd minetest.is_singleplayer()
2012-03-28 Perttu Aholadoc/lua_api.txt: minetest.get_worldpath(modname) -...
2012-03-27 Perttu AholaAdd PseudoRandom in Lua API
2012-03-27 Perttu AholaFix and extend minetest.after(time, func, param)
2012-03-26 Perttu AholaAdd minetest.after(time, func)
2012-03-25 Perttu AholaUpdate doc/lua_api.txt
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaUpdate doc/lua_api.txt
2012-03-22 Perttu AholaUpdate doc/lua_api.txt and doc/mapformat.txt even more
2012-03-22 Perttu AholaDescribe format of nodes in doc/mapformat.txt
2012-03-22 Perttu AholaUpdate doc/mapformat.txt
2012-03-22 Perttu Aholamapformat WIP
2012-03-22 Perttu AholaAdd output levels --info and --trace (--verbose is...
2012-03-22 Perttu AholaAdd more information to lua_api.txt
2012-03-22 Perttu AholaUpdate Lua API documentation and move it into doc/lua_a...
2012-03-18 Perttu AholaMove doc/changelog.txt and doc/ancient_main_comment...
next