]> git.lizzy.rs Git - dragonfireclient.git/history - doc/lua_api.txt
PerlinNoise for Lua.
[dragonfireclient.git] / 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...