| Age | Commit message (Expand) | Author |
| 2012-06-03 | Implement sign using form field protocol | Perttu Ahola |
| 2012-06-03 | Random node metadata things | Perttu Ahola |
| 2012-06-03 | Attempt to begin to implement chests and furnace in Lua (with problems) | Perttu Ahola |
| 2012-06-03 | Add node on_construct, on_destruct callbacks and update lua_api.txt | Perttu Ahola |
| 2012-05-21 | Add support for putting modpacks directly into mod directories | Perttu Ahola |
| 2012-04-14 | Add "Registered definitions of stuff" to doc/lua_api.txt | Perttu Ahola |
| 2012-04-09 | Support static_spawnpoint setting | Perttu Ahola |
| 2012-04-09 | Improve doc/lua_api.txt and add minetest.get_item_group(name, group) | Perttu Ahola |
| 2012-04-08 | Add minimal documentation about the $world/game/ addition | Perttu Ahola |
| 2012-04-08 | minetest.get_node_group(name, group) | Perttu Ahola |
| 2012-04-08 | EnvRef:find_nodes_in_area(minp, maxp, nodenames) | Perttu Ahola |
| 2012-04-07 | Improve doc/lua_api.txt | Perttu Ahola |
| 2012-04-07 | PerlinNoise for Lua. | Sergey Gilfanov |
| 2012-04-06 | Add EnvRef:find_node_near(pos, radius, nodenames) | Perttu Ahola |
| 2012-04-01 | Implement dropped items as LuaEntities; leave the old ones as is for compatib... | Perttu Ahola |
| 2012-04-01 | Remplement and improve /setting in Lua, now called /set | Perttu Ahola |
| 2012-03-31 | Improve /grant and /revoke output, add /auth_reload | Perttu Ahola |
| 2012-03-31 | Add 'fly' and 'fast' privileges and the underlying privileges-to-client system | Perttu Ahola |
| 2012-03-31 | Fix doc/lua_api.txt | Perttu Ahola |
| 2012-03-31 | initial_properties field in entity definition | Perttu Ahola |
| 2012-03-31 | More documentation in doc/lua_api.txt | Perttu Ahola |
| 2012-03-31 | Allow group:groupname in ABM definition and implement minetest.hash_node_posi... | Perttu Ahola |
| 2012-03-30 | Improved teleport command | Perttu Ahola |
| 2012-03-30 | Reimplement authentication handler in Lua; now we have 1) infinite privilege ... | Perttu Ahola |
| 2012-03-30 | ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player... | Perttu Ahola |
| 2012-03-30 | minetest.register_chatcommand(cmd, def) | Perttu Ahola |
| 2012-03-29 | Use GenericCAO in place of LuaEntityCAO and PlayerCAO | Perttu Ahola |
| 2012-03-29 | Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le... | Perttu Ahola |
| 2012-03-28 | Add EnvRef:set_node() | Perttu Ahola |
| 2012-03-28 | Add range option to PseudoRandom:next() | Perttu Ahola |
| 2012-03-28 | Add blockseed to on_generated | Perttu Ahola |
| 2012-03-28 | Add minetest.is_singleplayer() | Perttu Ahola |
| 2012-03-28 | doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath() | Perttu Ahola |
| 2012-03-28 | Add PseudoRandom in Lua API | Perttu Ahola |
| 2012-03-27 | Fix and extend minetest.after(time, func, param) | Perttu Ahola |
| 2012-03-27 | Add minetest.after(time, func) | Perttu Ahola |
| 2012-03-25 | Update doc/lua_api.txt | Perttu Ahola |
| 2012-03-24 | Lua API for playing sounds | Perttu Ahola |
| 2012-03-24 | Update doc/lua_api.txt | Perttu Ahola |
| 2012-03-22 | Update doc/lua_api.txt and doc/mapformat.txt even more | Perttu Ahola |
| 2012-03-22 | Describe format of nodes in doc/mapformat.txt | Perttu Ahola |
| 2012-03-22 | Update doc/mapformat.txt | Perttu Ahola |
| 2012-03-22 | mapformat WIP | Perttu Ahola |
| 2012-03-22 | Add output levels --info and --trace (--verbose is now more verbose) | Perttu Ahola |
| 2012-03-22 | Add more information to lua_api.txt | Perttu Ahola |
| 2012-03-22 | Update Lua API documentation and move it into doc/lua_api.txt | Perttu Ahola |
| 2012-03-18 | Move doc/changelog.txt and doc/ancient_main_comment.txt into old/ | Perttu Ahola |
| 2012-03-11 | Update --gameid to manpages | Perttu Ahola |
| 2012-03-11 | Improve command-line parameters | Perttu Ahola |
| 2012-03-11 | Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txt | Perttu Ahola |