Add missing header/footer for singleplayer tab
[oweals/minetest.git] / builtin / builtin.lua
2013-07-07 ShadowNinjaAdd vector helpers
2013-06-28 kwolekrAdd voxelarea.lua helper to builtin
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-01 Sfan5Add a Way of checking for specific Feature with Lua...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-18 Ilya ZhuravlevSet numeric locale for Lua
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-11-01 PilzAdamMerge pull request #270 from PilzAdam/master
2012-10-31 PilzAdamMove falling to builtin
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-06-06 Perttu AholaAdd minetest.serialize() and minetest.deserialize()
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaSplit builtin.lua to multiple files
2012-03-31 Perttu Aholagranting and revoking of all privileges at once
2012-03-31 Perttu AholaFix authentication handler reporting failed password...
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 AholaMore documentation in doc/lua_api.txt
2012-03-31 Perttu AholaAllow group:groupname in ABM definition and implement...
2012-03-30 Perttu AholaFix handling of missing auth.txt in the new handler
2012-03-30 Perttu AholaFix admin password handling in minetest.builtin_auth_ha...
2012-03-30 Perttu AholaImproved teleport command
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-30 Perttu AholaAdd minetest.get_connected_players()
2012-03-29 Perttu Aholaminetest.register_chatcommand(cmd, def)
2012-03-29 Kahrlon_joinplayer + on_leaveplayer + scriptapi_run_callback...
2012-03-27 Perttu AholaFix and extend minetest.after(time, func, param)
2012-03-26 Perttu AholaAdd minetest.after(time, func)
2012-03-19 Perttu AholaFlatten share/ and user/ in the source and for the...