Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not empty...
[oweals/minetest.git] / doc / lua_api.txt
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 AholaAdd more information to lua_api.txt
2012-03-22 Perttu AholaUpdate Lua API documentation and move it into doc/lua_a...