aboutsummaryrefslogtreecommitdiff
path: root/games/minimal
AgeCommit message (Collapse)Author
2012-06-06Allow groups in crafting recipesPerttu Ahola
2012-06-05Add after_destruct and cache the existence of on_construct, on_destruct and ↵Perttu Ahola
after_destruct for quick skipping when a node does not have them
2012-06-05place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵darkrose
empty in minimal game
2012-06-03fix locked chest to not destroy denied items (minimal game)darkrose
2012-06-03Add fire visualization to minimal furnace menuPerttu Ahola
2012-06-03Use proper furnace cook timePerttu Ahola
2012-06-03Lua implementation of furnace with visible active statedarkrose
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola
2012-06-03minetest.get_craft_resultPerttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola
2012-06-03Properly create metadata inventories in minimalPerttu 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-04-06Add missing mapgen.lua to games/minimalPerttu Ahola
2012-04-06experimental:soundblock dig_immediate=3Perttu Ahola
2012-04-05Make the minimal development test somewhat playable by adding ore generation ↵Perttu Ahola
and removing the player visual switch test
2012-04-04Fix sound direction and add experimental:soundblock alias sb in minimal for ↵Perttu Ahola
testing
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-30Add minetest.get_connected_players()Perttu Ahola
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola
players too!
2012-03-29Modify minimal/give_initial_stuff to always give stuffPerttu Ahola
2012-03-29Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola
leveldiff)
2012-03-28Make mapgen use mapgen_* node aliases rather than the LEGN macroPerttu Ahola
2012-03-28Add PseudoRandom in Lua APIPerttu Ahola
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-27Add default_grass_footstep.1.ogg as a test sound in minimalPerttu Ahola
2012-03-26Add games/minimal/game.confPerttu Ahola
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola