aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-08Move genmap.py and pnoise.py to old/Perttu Ahola2-0/+0
2012-06-08Update minetestmapper.py to support the current map format (and previous ones)Perttu Ahola2-52/+266
2012-06-08Update and fix doc/mapformat.txt; make current format more solid in mapblock.cppPerttu Ahola2-18/+26
2012-06-08Don't deprecate minetest.register_on_placenode and minetest.register_on_dignodePerttu Ahola1-13/+2
2012-06-07Add disallow_empty_password settingPerttu Ahola3-11/+23
2012-06-07Call this 0.4.dev-20120606Perttu Ahola1-1/+1
2012-06-07Add minetest.serialize() and minetest.deserialize()Perttu Ahola3-0/+219
2012-06-06Allow groups in crafting recipesPerttu Ahola3-12/+39
2012-06-06Remove obsolete "footprints" default setting from defaultsettings.cppPerttu Ahola1-1/+0
2012-06-06Allow replacements in cooking and fuel recipesKahrl3-38/+69
2012-06-06Fix small errors in lua_api.txtPerttu Ahola1-7/+7
2012-06-05Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola6-12/+74
2012-06-05place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola5-241/+166
2012-06-05Fix NDT_RAILLIKE tweakingsPerttu Ahola1-0/+1
2012-06-05Shadily clean up NDT_RAILLIKE to surely differ from the few leftover non-LGPL...darkrose1-70/+56
2012-06-05Clean and optimize clouds.cpp enough to not really contain any of the small a...Perttu Ahola2-96/+85
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola179-728/+726
2012-06-04Update translation template po/minetest.potPerttu Ahola1-190/+329
2012-06-04Use gettext for more basic user interface stringsPerttu Ahola3-59/+60
2012-06-04Remove misdesigned exception from ReliablePacketBufferPerttu Ahola1-2/+4
2012-06-04Add ignore_world_load_errors configuration option and provide better error me...Perttu Ahola5-12/+62
2012-06-04Improve GUIMessageMenu (move and resize elements based on size of text)Perttu Ahola1-6/+16
2012-06-04Fix loading of old signsPerttu Ahola1-2/+2
2012-06-04Call this 0.4.dev-20120603Perttu Ahola1-1/+1
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose3-0/+50
2012-06-03Add can_dig callbackdarkrose2-1/+5
2012-06-03fix locked chest to not destroy denied items (minimal game)darkrose1-1/+1
2012-06-03Add fire visualization to minimal furnace menuPerttu Ahola3-13/+23
2012-06-03Update inventory menu from formspec on-the-flyPerttu Ahola3-10/+55
2012-06-03Add texture modification [lowpart:percent:filenamePerttu Ahola1-0/+35
2012-06-03Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point valu...Perttu Ahola4-42/+94
2012-06-03Reshape inventory menu codePerttu Ahola4-181/+79
2012-06-03Add a bit of unit test for inventoryPerttu Ahola1-0/+94
2012-06-03Fix loading of legacy chestsPerttu Ahola3-8/+13
2012-06-03Use proper furnace cook timePerttu Ahola1-1/+1
2012-06-03Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...Perttu Ahola3-3/+13
2012-06-03Make GUIinventoryMenu::drawList more robust with invalid dataPerttu Ahola1-1/+14
2012-06-03Lua implementation of furnace with visible active statedarkrose2-0/+129
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola4-7/+126
2012-06-03minetest.get_craft_resultPerttu Ahola3-26/+158
2012-06-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola6-86/+191
2012-06-03Properly handle dropping of items from nodes, and disallow moving items direc...Perttu Ahola1-4/+31
2012-06-03on_metadata_inventory_{move,offer,take}Perttu Ahola6-24/+275
2012-06-03Implement sign using form field protocolPerttu Ahola10-31/+117
2012-06-03Convert legacy chest inventory list "0" to "main"Perttu Ahola1-2/+20
2012-06-03Properly create metadata inventories in minimalPerttu Ahola1-4/+10
2012-06-03Improve GUIInventoryMenu error messages morePerttu Ahola1-4/+4
2012-06-03Add proper error messages to GUIInventoryMenu when inventory lists are invalidPerttu Ahola1-3/+11
2012-06-03Random node metadata thingsPerttu Ahola3-7/+6
2012-06-03Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola3-19/+28