summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
Commit message (Expand)AuthorAge
* PerlinNoise for Lua.Sergey Gilfanov2012-04-07
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-06
* Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola2012-04-01
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-01
* Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2012-03-31
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
* Fix doc/lua_api.txtPerttu Ahola2012-03-31
* initial_properties field in entity definitionPerttu Ahola2012-03-31
* More documentation in doc/lua_api.txtPerttu Ahola2012-03-31
* Allow group:groupname in ABM definition and implement minetest.hash_node_posi...Perttu Ahola2012-03-31
* Improved teleport commandPerttu Ahola2012-03-30
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola2012-03-30
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-30
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-30
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-29
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le...Perttu Ahola2012-03-29
* Add EnvRef:set_node()Perttu Ahola2012-03-28
* Add range option to PseudoRandom:next()Perttu Ahola2012-03-28
* Add blockseed to on_generatedPerttu Ahola2012-03-28
* Add minetest.is_singleplayer()Perttu Ahola2012-03-28
* doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()Perttu Ahola2012-03-28
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-28
* Fix and extend minetest.after(time, func, param)Perttu Ahola2012-03-27
* Add minetest.after(time, func)Perttu Ahola2012-03-27
* Update doc/lua_api.txtPerttu Ahola2012-03-25
* Lua API for playing soundsPerttu Ahola2012-03-24
* Update doc/lua_api.txtPerttu Ahola2012-03-24
* Update doc/lua_api.txt and doc/mapformat.txt even morePerttu Ahola2012-03-22
* Add more information to lua_api.txtPerttu Ahola2012-03-22
* Update Lua API documentation and move it into doc/lua_api.txtPerttu Ahola2012-03-22