aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add experimental_tester_tool_1.png to minimal game (was accidentally left out)Perttu Ahola2012-06-081-0/+0
|
* Move genmap.py and pnoise.py to old/Perttu Ahola2012-06-082-0/+0
|
* Update minetestmapper.py to support the current map format (and previous ones)Perttu Ahola2012-06-082-52/+266
|
* Update and fix doc/mapformat.txt; make current format more solid in mapblock.cppPerttu Ahola2012-06-082-18/+26
|
* Don't deprecate minetest.register_on_placenode and minetest.register_on_dignodePerttu Ahola2012-06-081-13/+2
|
* Add disallow_empty_password settingPerttu Ahola2012-06-073-11/+23
|
* Call this 0.4.dev-20120606Perttu Ahola2012-06-071-1/+1
|
* Add minetest.serialize() and minetest.deserialize()Perttu Ahola2012-06-073-0/+219
|
* Allow groups in crafting recipesPerttu Ahola2012-06-063-12/+39
|
* Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola2012-06-061-1/+0
|
* Allow replacements in cooking and fuel recipesKahrl2012-06-063-38/+69
|
* Fix small errors in lua_api.txtPerttu Ahola2012-06-061-7/+7
|
* Add after_destruct and cache the existence of on_construct, on_destruct and ↵Perttu Ahola2012-06-056-12/+74
| | | | after_destruct for quick skipping when a node does not have them
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-055-241/+166
|
* Fix NDT_RAILLIKE tweakingsPerttu Ahola2012-06-051-0/+1
|
* Shadily clean up NDT_RAILLIKE to surely differ from the few leftover ↵darkrose2012-06-051-70/+56
| | | | non-LGPLv2 parts from the standpoint of copyright law.
* Clean and optimize clouds.cpp enough to not really contain any of the small ↵Perttu Ahola2012-06-052-96/+85
| | | | amount of non-LGPLv2/later code left
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05179-728/+726
| | | | GPLv2/later, by agreement of major contributors
* Update translation template po/minetest.potPerttu Ahola2012-06-041-190/+329
|
* Use gettext for more basic user interface stringsPerttu Ahola2012-06-043-59/+60
|
* Remove misdesigned exception from ReliablePacketBufferPerttu Ahola2012-06-041-2/+4
|
* Add ignore_world_load_errors configuration option and provide better error ↵Perttu Ahola2012-06-045-12/+62
| | | | messages
* Improve GUIMessageMenu (move and resize elements based on size of text)Perttu Ahola2012-06-041-6/+16
|
* Fix loading of old signsPerttu Ahola2012-06-041-2/+2
|
* Call this 0.4.dev-20120603Perttu Ahola2012-06-041-1/+1
|
* Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵darkrose2012-06-033-0/+50
| | | | empty in minimal game
* Add can_dig callbackdarkrose2012-06-032-1/+5
|
* fix locked chest to not destroy denied items (minimal game)darkrose2012-06-031-1/+1
|
* Add fire visualization to minimal furnace menuPerttu Ahola2012-06-033-13/+23
|
* Update inventory menu from formspec on-the-flyPerttu Ahola2012-06-033-10/+55
|
* Add texture modification [lowpart:percent:filenamePerttu Ahola2012-06-031-0/+35
|
* Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵Perttu Ahola2012-06-034-42/+94
| | | | values in formspec
* Reshape inventory menu codePerttu Ahola2012-06-034-181/+79
|
* Add a bit of unit test for inventoryPerttu Ahola2012-06-031-0/+94
|
* Fix loading of legacy chestsPerttu Ahola2012-06-033-8/+13
|
* Use proper furnace cook timePerttu Ahola2012-06-031-1/+1
|
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola2012-06-033-3/+13
| | | | a string to aid better inter-object compatibility of code that assumes objects to be players
* Make GUIinventoryMenu::drawList more robust with invalid dataPerttu Ahola2012-06-031-1/+14
|
* Lua implementation of furnace with visible active statedarkrose2012-06-032-0/+129
|
* Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola2012-06-034-7/+126
|
* minetest.get_craft_resultPerttu Ahola2012-06-033-26/+158
|
* NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola2012-06-036-86/+191
|
* Properly handle dropping of items from nodes, and disallow moving items ↵Perttu Ahola2012-06-031-4/+31
| | | | directly between nodes
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-036-24/+275
|
* Implement sign using form field protocolPerttu Ahola2012-06-0310-31/+117
|
* Convert legacy chest inventory list "0" to "main"Perttu Ahola2012-06-031-2/+20
|
* Properly create metadata inventories in minimalPerttu Ahola2012-06-031-4/+10
|
* Improve GUIInventoryMenu error messages morePerttu Ahola2012-06-031-4/+4
|
* Add proper error messages to GUIInventoryMenu when inventory lists are invalidPerttu Ahola2012-06-031-3/+11
|
* Random node metadata thingsPerttu Ahola2012-06-033-7/+6
|