aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add "Registered definitions of stuff" to doc/lua_api.txtPerttu Ahola2012-04-141-3/+43
|
* Support static_spawnpoint settingPerttu Ahola2012-04-091-0/+2
|
* Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2012-04-091-39/+66
|
* Add minimal documentation about the $world/game/ additionPerttu Ahola2012-04-081-0/+13
|
* minetest.get_node_group(name, group)Perttu Ahola2012-04-081-0/+2
|
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-081-0/+2
|
* Improve doc/lua_api.txtPerttu Ahola2012-04-071-10/+30
|
* PerlinNoise for Lua.Sergey Gilfanov2012-04-071-0/+9
|
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-061-0/+2
|
* Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola2012-04-011-4/+7
| | | | compatibility
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-0/+1
|
* Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2012-03-311-0/+1
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-2/+14
|
* Fix doc/lua_api.txtPerttu Ahola2012-03-311-2/+2
|
* initial_properties field in entity definitionPerttu Ahola2012-03-311-2/+5
|
* More documentation in doc/lua_api.txtPerttu Ahola2012-03-311-3/+45
|
* Allow group:groupname in ABM definition and implement ↵Perttu Ahola2012-03-311-0/+3
| | | | minetest.hash_node_position()
* Improved teleport commandPerttu Ahola2012-03-301-0/+3
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-301-4/+22
| | | | names, 2) minetest.register_authentication_handler()
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-301-3/+14
| | | | players too!
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-301-0/+9
|
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-291-1/+1
|
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola2012-03-291-36/+84
| | | | leveldiff)
* Add EnvRef:set_node()Perttu Ahola2012-03-281-2/+3
|
* Add range option to PseudoRandom:next()Perttu Ahola2012-03-281-1/+4
|
* Add blockseed to on_generatedPerttu Ahola2012-03-281-1/+1
|
* Add minetest.is_singleplayer()Perttu Ahola2012-03-281-0/+1
|
* doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()Perttu Ahola2012-03-281-1/+1
|
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-281-0/+6
|
* Fix and extend minetest.after(time, func, param)Perttu Ahola2012-03-271-1/+2
|
* Add minetest.after(time, func)Perttu Ahola2012-03-271-5/+8
|
* Update doc/lua_api.txtPerttu Ahola2012-03-251-29/+57
|
* Lua API for playing soundsPerttu Ahola2012-03-241-5/+41
|
* Update doc/lua_api.txtPerttu Ahola2012-03-241-0/+11
|
* Update doc/lua_api.txt and doc/mapformat.txt even morePerttu Ahola2012-03-222-10/+54
|
* Describe format of nodes in doc/mapformat.txtPerttu Ahola2012-03-221-0/+17
|
* Update doc/mapformat.txtPerttu Ahola2012-03-221-29/+358
|
* mapformat WIPPerttu Ahola2012-03-221-4/+69
|
* Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola2012-03-222-2/+14
|
* Add more information to lua_api.txtPerttu Ahola2012-03-221-8/+65
|
* Update Lua API documentation and move it into doc/lua_api.txtPerttu Ahola2012-03-221-0/+666
|
* Move doc/changelog.txt and doc/ancient_main_comment.txt into old/Perttu Ahola2012-03-182-492/+0
|
* Update --gameid to manpagesPerttu Ahola2012-03-112-0/+6
|
* Improve command-line parametersPerttu Ahola2012-03-112-14/+35
|
* Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola2012-03-111-0/+345
|
* Add UNIX man pages to aid package creators.Juhani Numminen2012-02-282-0/+122
|
* Update changelog and call this 0.3.1Perttu Ahola2011-11-091-4/+15
|
* Update /README.txt, remove duplicate /doc/README.txt and update ↵Perttu Ahola2011-11-031-254/+0
| | | | CMakeLists.txt to package /README.txt
* Set version to 0.3.0 and update changelogPerttu Ahola2011-11-011-1/+2
|
* 0.3.dev-20111021Perttu Ahola2011-10-211-0/+5
|