InventoryManager: Fix virtual function overload warning
[oweals/minetest.git] / games /
2012-06-08 Perttu AholaAdd experimental_tester_tool_1.png to minimal game...
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 darkrosefix locked chest to not destroy denied items (minimal...
2012-06-03 Perttu AholaAdd fire visualization to minimal furnace menu
2012-06-03 Perttu AholaUse proper furnace cook time
2012-06-03 darkroseLua implementation of furnace with visible active state
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaProperly create metadata inventories in minimal
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-04-06 Perttu AholaAdd missing mapgen.lua to games/minimal
2012-04-06 Perttu Aholaexperimental:soundblock dig_immediate=3
2012-04-05 Perttu AholaMake the minimal development test somewhat playable...
2012-04-04 Perttu AholaFix sound direction and add experimental:soundblock...
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-30 Perttu AholaAdd minetest.get_connected_players()
2012-03-30 Perttu AholaObjectRef:set_armor_groups() and ObjectRef:set_properti...
2012-03-29 Perttu AholaModify minimal/give_initial_stuff to always give stuff
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-27 Perttu AholaMake mapgen use mapgen_* node aliases rather than the...
2012-03-27 Perttu AholaAdd PseudoRandom in Lua API
2012-03-26 Perttu AholaAdd minetest.after(time, func)
2012-03-26 Perttu AholaAdd default_grass_footstep.1.ogg as a test sound in...
2012-03-26 Perttu AholaAdd games/minimal/game.conf
2012-03-26 Perttu AholaMove games/minetest to games/minimal and update README.txt
2012-03-25 Perttu AholaMake server world selection not brain dead and use...
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd sound.dig
2012-03-24 Perttu AholaAdd sounds, tune things
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-22 Perttu AholaUpdate Lua API documentation and move it into doc/lua_a...
2012-03-19 Perttu AholaFix various things being too fast to break by hand
2012-03-19 Perttu AholaFlatten share/ and user/ in the source and for the...