aboutsummaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2012-12-01Add the group attached_nodePilzAdam
2012-11-09Swap out pixel-perfect nyan cat by request of Chris TorresPerttu Ahola
2012-11-01Add functions to the default mod of minimal game to support old codePilzAdam
2012-10-31Move falling to builtinPilzAdam
2012-08-12Fix crash when furnace is full (minimal game)Perttu Ahola
2012-07-25Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...Perttu Ahola
2012-07-25Add notice in the minimal gamePerttu Ahola
2012-07-25Improve inventory callbacks a bitPerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-24Add node timer test in minimal/experimentalPerttu Ahola
2012-07-23Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22Add /test1 command to minimal for testing a more complicated player inventory...Perttu Ahola
2012-07-22Implement formspecdarkrose
2012-07-21Actually fix facedir-rotated nodes placed using minetest.env:place_node()Perttu Ahola
2012-07-21Make lava buckets work as fuel in minimal gamedarkrose
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-16Revert back proper crack texturePerttu Ahola
2012-06-16Allow node cracking animations of any lengthPerttu Ahola
2012-06-16Update field names to non-deprecated ones in node definition prototypePerttu Ahola
2012-06-16Use new field names and reorder fields a bit in minimal gamePerttu Ahola
2012-06-16Node texture animationPerttu Ahola
2012-06-08Add experimental_tester_tool_1.png to minimal game (was accidentally left out)Perttu Ahola
2012-06-06Allow groups in crafting recipesPerttu Ahola
2012-06-05Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola
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 em...darkrose
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
2012-04-04Fix sound direction and add experimental:soundblock alias sb in minimal for t...Perttu Ahola
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 player...Perttu Ahola
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 le...Perttu Ahola