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