]> git.lizzy.rs Git - minetest.git/history - builtin
Node texture animation
[minetest.git] / builtin /
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-07 Perttu AholaDon't deprecate minetest.register_on_placenode and...
2012-06-06 Perttu AholaAdd minetest.serialize() and minetest.deserialize()
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-03 darkroseAdd can_dig callback
2012-06-03 Perttu AholaAdd ObjRef:is_player() and modify ObjRef:get_player_nam...
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-05-19 Perttu AholaTake out the "Privileges of foo are hidden from you...
2012-04-13 Perttu AholaFix executing register_chatcommand-defined commands...
2012-04-09 Perttu Aholabasic_privs to allow granting/revoking interact_extra too
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-09 Perttu AholaAllow redefining minetest.item_place and the like
2012-04-09 Perttu AholaAdd basic_privs privilege
2012-04-09 Perttu AholaImprove doc/lua_api.txt and add minetest.get_item_group...
2012-04-09 Perttu AholaFix unable to join server first time with a password
2012-04-08 Perttu Aholaminetest.get_node_group(name, group)
2012-04-04 Perttu AholaFix super-small size of regular item entities
2012-04-04 Perttu AholaFix dropped nodeitem visuals
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaRemplement and improve /setting in Lua, now called...
2012-04-01 Perttu AholaDon't allow /granting unknown privileges
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...