summaryrefslogtreecommitdiff
path: root/src/materials.h
Commit message (Collapse)AuthorAge
* Players are more like objects + related stuffPerttu Ahola2011-12-01
|
* Fix structs being declared as classesGiuseppe Bilotta2011-12-01
| | | | | | Some compilers complain when a class is declared as a struct or vice versa. Fix by making sure that the correct tag is used both in declaration and definition.
* Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola2011-11-29
|
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-29
|
* GameDef compilesPerttu Ahola2011-11-29
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-29
| | | | node/tool/item/whatever types
* New kind of tool speed and wear calculation thingyPerttu Ahola2011-11-29
|
* extended content-type rangePerttu Ahola2011-07-23
|
* Updated commentsPerttu Ahola2011-06-17
|
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola2011-06-17
| | | | stuff from material.cpp to content_mapnode.{h,cpp}
* better debug output in segfaults and stack overflows in windowsPerttu Ahola2010-12-27
|
* minecraft-like craftingPerttu Ahola2010-12-25