Formspec: Draw images before inventories. Allows to use image as background.
[oweals/minetest.git] / builtin /
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling 267/head
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-11-03 PilzAdamMerge pull request #273 from PilzAdam/air
2012-11-03 PilzAdamMake air and ignore drop nothing 273/head
2012-11-03 PilzAdamFix a bug in falling code where entities get stuck 274/head
2012-11-01 PilzAdamMerge pull request #270 from PilzAdam/master
2012-10-31 PilzAdamRemove a useless comment
2012-10-31 PilzAdamMove falling to builtin
2012-09-09 Perttu AholaStatically store always_collect field of __builtin...
2012-09-02 Perttu AholaAdd overridable function for handling dropped items...
2012-08-19 Perttu AholaFix github issue #213: Dropping unknown items crashes...
2012-08-12 Matthew IMove chat commands to Lua and remove servercommand...
2012-08-12 Matthew IAllow digging of unknown nodes
2012-07-27 Perttu AholaMake the rollback system VERY FUCKING GOD DAMN POWERFUL
2012-07-26 Perttu AholaDon't track liquids for rollback because of too much log
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-25 Perttu AholaDeprecate minetest.add_to_creative_inventory and use...
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu Aholabuiltin/item.lua: callbacks with copies of positions...
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaFix building on top of (pointable && buildable_to)...
2012-07-23 Perttu AholaMove /give, /giveme, /spawnentity and /pulverize to...
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 Matthew IAdd "/mods" command to list mods to client
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-21 Perttu AholaCheck whether node is known before reading definition...
2012-07-20 CalinouMessage cleanups (consistency) and prevent /me when...
2012-07-20 darkroseHandle nil placer as it might occur when using minetest...
2012-06-16 Perttu AholaFix /setpassword and /clearpassword
2012-06-16 Perttu AholaRemove tiles and special_tiles from node definition...
2012-06-16 Perttu AholaUpdate field names to non-deprecated ones in node defin...
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...