summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2012-06-03Add can_dig callbackdarkrose
2012-06-03Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola
a string to aid better inter-object compatibility of code that assumes objects to be players
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola
2012-06-03on_metadata_inventory_{move,offer,take}Perttu Ahola
2012-06-03Random node metadata thingsPerttu Ahola
2012-06-03Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola
2012-05-19Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola
2012-04-13Fix executing register_chatcommand-defined commands even in the middle of a ↵Perttu Ahola
chat line
2012-04-10basic_privs to allow granting/revoking interact_extra tooPerttu Ahola
2012-04-09Support static_spawnpoint settingPerttu Ahola
2012-04-09Allow redefining minetest.item_place and the likePerttu Ahola
2012-04-09Add basic_privs privilegePerttu Ahola
2012-04-09Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola
2012-04-09Fix unable to join server first time with a passwordPerttu Ahola
2012-04-08minetest.get_node_group(name, group)Perttu Ahola
2012-04-04Fix super-small size of regular item entitiesPerttu Ahola
2012-04-04Fix dropped nodeitem visualsPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola
compatibility
2012-04-01Remplement and improve /setting in Lua, now called /setPerttu Ahola
2012-04-01Don't allow /granting unknown privilegesPerttu 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 ↵Perttu Ahola
minetest.hash_node_position()
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
names, 2) minetest.register_authentication_handler()
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
Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer, make adding new callbacks to scriptapi.cpp easier by adding scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <-> singleplayer mode interaction
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