summaryrefslogtreecommitdiff
path: root/builtin/builtin.lua
AgeCommit message (Expand)Author
2013-05-01Add a Way of checking for specific Feature with Lua Adds minetest.get_feature...Sfan5
2013-02-18Set numeric locale for LuaIlya Zhuravlev
2012-10-31Move falling to builtinPilzAdam
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-06-07Add minetest.serialize() and minetest.deserialize()Perttu Ahola
2012-04-09Support static_spawnpoint settingPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola
2012-04-01Split builtin.lua to multiple filesPerttu Ahola
2012-04-01granting and revoking of all privileges at oncePerttu Ahola
2012-03-31Fix authentication handler reporting failed password change while it isn'tPerttu Ahola
2012-03-31Improve /grant and /revoke output, add /auth_reloadPerttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-31More documentation in doc/lua_api.txtPerttu Ahola
2012-03-31Allow group:groupname in ABM definition and implement minetest.hash_node_posi...Perttu Ahola
2012-03-30Fix handling of missing auth.txt in the new handlerPerttu Ahola
2012-03-30Fix admin password handling in minetest.builtin_auth_handler.get_authPerttu Ahola
2012-03-30Improved teleport commandPerttu Ahola
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola
2012-03-30Add minetest.get_connected_players()Perttu Ahola
2012-03-30minetest.register_chatcommand(cmd, def)Perttu Ahola
2012-03-29on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl
2012-03-27Fix and extend minetest.after(time, func, param)Perttu Ahola
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola