aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-16Node texture animationPerttu Ahola
2012-06-11Add comment about ItemSAO being deprecatedPerttu Ahola
2012-06-10Add some missing object properties to doc/lua_api.txtPerttu Ahola
2012-06-10Node placement client-side predictionPerttu Ahola
2012-06-09Remove a random old comment and a #define from game.cppPerttu Ahola
2012-06-08Add experimental_tester_tool_1.png to minimal game (was accidentally left out)Perttu Ahola
2012-06-08Move genmap.py and pnoise.py to old/Perttu Ahola
2012-06-08Update minetestmapper.py to support the current map format (and previous ones)Perttu Ahola
2012-06-08Update and fix doc/mapformat.txt; make current format more solid in mapblock.cppPerttu Ahola
2012-06-08Don't deprecate minetest.register_on_placenode and minetest.register_on_dignodePerttu Ahola
2012-06-07Add disallow_empty_password settingPerttu Ahola
2012-06-07Call this 0.4.dev-201206060.4.dev-20120606Perttu Ahola
2012-06-07Add minetest.serialize() and minetest.deserialize()Perttu Ahola
2012-06-06Allow groups in crafting recipesPerttu Ahola
2012-06-06Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola
2012-06-06Allow replacements in cooking and fuel recipesKahrl
2012-06-06Fix small errors in lua_api.txtPerttu 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-05Fix NDT_RAILLIKE tweakingsPerttu Ahola
2012-06-05Shadily clean up NDT_RAILLIKE to surely differ from the few leftover ↵darkrose
non-LGPLv2 parts from the standpoint of copyright law.
2012-06-05Clean and optimize clouds.cpp enough to not really contain any of the small ↵Perttu Ahola
amount of non-LGPLv2/later code left
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-06-04Update translation template po/minetest.potPerttu Ahola
2012-06-04Use gettext for more basic user interface stringsPerttu Ahola
2012-06-04Remove misdesigned exception from ReliablePacketBufferPerttu Ahola
2012-06-04Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola
messages
2012-06-04Improve GUIMessageMenu (move and resize elements based on size of text)Perttu Ahola
2012-06-04Fix loading of old signsPerttu Ahola
2012-06-04Call this 0.4.dev-201206030.4.dev-20120603Perttu Ahola
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵darkrose
empty in minimal game
2012-06-03Add can_dig callbackdarkrose
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-03Update inventory menu from formspec on-the-flyPerttu Ahola
2012-06-03Add texture modification [lowpart:percent:filenamePerttu Ahola
2012-06-03Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵Perttu Ahola
values in formspec
2012-06-03Reshape inventory menu codePerttu Ahola
2012-06-03Add a bit of unit test for inventoryPerttu Ahola
2012-06-03Fix loading of legacy chestsPerttu Ahola
2012-06-03Use proper furnace cook timePerttu Ahola
2012-06-03Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola
a string to aid better inter-object compatibility of code that assumes objects to be players
2012-06-03Make GUIinventoryMenu::drawList more robust with invalid dataPerttu 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-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola
2012-06-03Properly handle dropping of items from nodes, and disallow moving items ↵Perttu Ahola
directly between nodes
2012-06-03on_metadata_inventory_{move,offer,take}Perttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola