aboutsummaryrefslogtreecommitdiff
path: root/src/materials.cpp
AgeCommit message (Collapse)Author
2012-03-10Digging time groups WIPPerttu Ahola
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2011-12-04Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola
2011-12-01Players are more like objects + related stuffPerttu Ahola
2011-11-29Fix tool wearPerttu Ahola
2011-11-29Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola
2011-11-29Fix MaterialProperties serialization (constant_time was missing)Perttu Ahola
2011-11-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Move tool stuff to tool.{h,cpp}Perttu Ahola
2011-11-29Tune the tool speed thingPerttu Ahola
2011-11-29New kind of tool speed and wear calculation thingyPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola
stuff from material.cpp to content_mapnode.{h,cpp}
2011-05-24Added fences (but still needs an icon or something to display in inventory)Ciaran Gultnieks
2011-05-09Added glass, with rendering and furnace support.Ciaran Gultnieks
2011-04-05Furnace is now usable. Added more tools.Perttu Ahola
--HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png
2011-04-04initial chest metadataPerttu Ahola
2011-04-03commit before some more radical changesPerttu Ahola
2011-04-02Mapgen is better now. Not a lot, but a bit!Perttu Ahola
2011-02-11fully working i guessPerttu Ahola
2011-02-11new texture stuff quite workingPerttu Ahola
2011-02-04added sand to map generatorPerttu Ahola
2011-01-17fine-tuning of map generator and server and stuff.Perttu Ahola
2011-01-15tweaking around, including mapgen, player speed in water, settingsPerttu Ahola
2010-12-25builds on both platformsPerttu Ahola
2010-12-25minecraft-like craftingPerttu Ahola