aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Print out number of blocks in memory at unloadPerttu Ahola2011-11-291-0/+3
* Don't allow placing CONTENT_IGNORE with Map::setNode() because it is never us...Perttu Ahola2011-11-291-0/+9
* Improve debug stack printing interfacePerttu Ahola2011-11-292-1/+36
* Make liquid_alternative_* to be stringsPerttu Ahola2011-11-296-32/+33
* Mode node definition loading from Lua (still not finished), fix metadata crea...Perttu Ahola2011-11-296-51/+188
* Store metadata as metadata name in node definitionPerttu Ahola2011-11-296-33/+16
* Set block modified flag when node metadata inventory is modifiedPerttu Ahola2011-11-291-8/+6
* Add names to NodeMetadataPerttu Ahola2011-11-294-13/+61
* Add Lua node definition stuff (not complete)Perttu Ahola2011-11-291-55/+292
* Add texture modifier [brighten and modify [toalpha to modify existing texture...Perttu Ahola2011-11-292-35/+48
* Random Lua tweaks/fixesPerttu Ahola2011-11-292-6/+9
* Make object hit delay smaller for fun; actually it should be roughly zero and...Perttu Ahola2011-11-291-1/+1
* Relatively snappy object-ground collision detectionPerttu Ahola2011-11-299-31/+81
* When digging a node, don't switch to punching an object without raising buttonPerttu Ahola2011-11-291-1/+6
* Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola2011-11-293-7/+15
* Don't print 'Blocks modified by: ' in Map::timerUpdate if no blocks were writtenPerttu Ahola2011-11-291-3/+5
* Don't print all block saves to verbosestream; rather print counts of distinct...Perttu Ahola2011-11-291-6/+14
* Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola2011-11-297-62/+74
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-298-79/+234
* Mess up with node definitions to make CONTENT_IGNORE be correctly interpreted...Perttu Ahola2011-11-291-3/+15
* Optimize map generator for the dynamic content ids a bitPerttu Ahola2011-11-293-29/+57
* Make added nodes give the corresponding NodeItem as of now (placeholder code)Perttu Ahola2011-11-291-0/+1
* Fix tool wearPerttu Ahola2011-11-291-1/+1
* Falling sand and gravelPerttu Ahola2011-11-293-55/+233
* Node place/dig Lua callbacksPerttu Ahola2011-11-295-31/+255
* Fix crafted tools being a very tiny bit worn in default/init.luaPerttu Ahola2011-11-291-13/+13
* Remove crafting definitions from content_craft.cppPerttu Ahola2011-11-292-451/+0
* Add classic crafting recipes to default/init.luaPerttu Ahola2011-11-291-1/+260
* Catch SerializationError in CCraftDefManager::getCraftResult()Perttu Ahola2011-11-291-26/+35
* Add note about craft_get_result() not being used anymore, but don't remove be...Perttu Ahola2011-11-291-0/+2
* Crafting definition in scriptsPerttu Ahola2011-11-2912-56/+633
* Improve item serializationPerttu Ahola2011-11-294-28/+61
* Allow inputting nodename of MaterialItem in ItemSpec::checkItemPerttu Ahola2011-11-291-2/+7
* Fix another silly mistake making CONTENT_IGNORE definition not being what it ...Perttu Ahola2011-11-291-1/+1
* Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNOREPerttu Ahola2011-11-291-1/+1
* Actually fill in the NewNameGetter names to allow map generator operation and...Perttu Ahola2011-11-291-40/+40
* MapNode constructor to allow ndef+namePerttu Ahola2011-11-292-0/+19
* Initial node definition stuffPerttu Ahola2011-11-292-3/+63
* Fix camera MaterialItem draw logicPerttu Ahola2011-11-291-2/+10
* Clean InventoryItem interface a bitPerttu Ahola2011-11-295-23/+20
* Improved MaterialItem (stores nodename)Perttu Ahola2011-11-294-21/+74
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-2914-376/+446
* Node definition namesPerttu Ahola2011-11-2918-549/+972
* Add name field to ContentFeaturesPerttu Ahola2011-11-293-10/+49
* Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola2011-11-299-87/+79
* Remove old commentsPerttu Ahola2011-11-292-26/+0
* Move cook result properly to ContentFeaturesPerttu Ahola2011-11-296-29/+19
* Remove node content-dependent stuff from map.cppPerttu Ahola2011-11-291-46/+1
* Remove content_mapnode.h and nodedef.h #includesPerttu Ahola2011-11-291-7/+0
* Remove content dependencies from mapblock.cppPerttu Ahola2011-11-291-21/+0