aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-03-31Fix doc/lua_api.txtPerttu Ahola
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-31More documentation in doc/lua_api.txtPerttu Ahola
2012-03-31Allow group:groupname in ABM definition and implement ↵Perttu Ahola
minetest.hash_node_position()
2012-03-30Improved teleport commandPerttu Ahola
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola
names, 2) minetest.register_authentication_handler()
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola
players too!
2012-03-30minetest.register_chatcommand(cmd, def)Perttu Ahola
2012-03-29Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola
2012-03-29Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola
leveldiff)
2012-03-28Add EnvRef:set_node()Perttu Ahola
2012-03-28Add range option to PseudoRandom:next()Perttu Ahola
2012-03-28Add blockseed to on_generatedPerttu Ahola
2012-03-28Add minetest.is_singleplayer()Perttu Ahola
2012-03-28doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()Perttu Ahola
2012-03-28Add PseudoRandom in Lua APIPerttu Ahola
2012-03-27Fix and extend minetest.after(time, func, param)Perttu Ahola
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-25Update doc/lua_api.txtPerttu Ahola
2012-03-24Lua API for playing soundsPerttu Ahola
2012-03-24Update doc/lua_api.txtPerttu Ahola
2012-03-22Update doc/lua_api.txt and doc/mapformat.txt even morePerttu Ahola
2012-03-22Describe format of nodes in doc/mapformat.txtPerttu Ahola
2012-03-22Update doc/mapformat.txtPerttu Ahola
2012-03-22mapformat WIPPerttu Ahola
2012-03-22Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola
2012-03-22Add more information to lua_api.txtPerttu Ahola
2012-03-22Update Lua API documentation and move it into doc/lua_api.txtPerttu Ahola
2012-03-18Move doc/changelog.txt and doc/ancient_main_comment.txt into old/Perttu Ahola
2012-03-11Update --gameid to manpagesPerttu Ahola
2012-03-11Improve command-line parametersPerttu Ahola
2012-03-11Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola
2012-02-28Add UNIX man pages to aid package creators.Juhani Numminen
2011-11-09Update changelog and call this 0.3.10.3.1Perttu Ahola
2011-11-03Update /README.txt, remove duplicate /doc/README.txt and update ↵Perttu Ahola
CMakeLists.txt to package /README.txt
2011-11-01Set version to 0.3.0 and update changelog0.3.0Perttu Ahola
2011-10-210.3.dev-20111021Perttu Ahola
2011-10-16Update changelog (albeit a bit late)Perttu Ahola
2011-10-16Update Linux build instructions in README.txt a bit and list the bat script ↵Perttu Ahola
used for releases
2011-09-26Merge remote-tracking branch 'darkrose/master'Perttu Ahola
2011-09-22Make client report a newer version number to the server than 2011-07-31 does ↵0.2.20110922_1Perttu Ahola
and make the server enforce it
2011-09-22Oh well, let's call it just 0.2.201109220.2.20110922Perttu Ahola
2011-09-22Update changelog and version to 0.2.20110922_rc1Perttu Ahola
2011-09-22added locking chests - clean patchdarkrose
2011-09-16Update changelogPerttu Ahola
2011-08-31Updated changelogPerttu Ahola
2011-08-25dissector branch: fix for doc/protocol.txt: CONTROLTYPE_DISCO is 3Kahrl
2011-07-31Fixes a bug that made the server to deny non-empty passwords from players ↵Perttu Ahola
connecting the first time.
2011-07-31updated changelogPerttu Ahola
2011-07-31changelog update and disable motd by defaultPerttu Ahola