Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
| | | | | | | | | - 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. | ||
* | The huge item definition and item namespace unification patch (itemdef), see ↵ | Kahrl | 2012-01-12 |
| | | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef | ||
* | Players are more like objects + related stuff | Perttu Ahola | 2011-12-01 |
| | |||
* | Fix structs being declared as classes | Giuseppe Bilotta | 2011-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 FurnaceNodeMetadata | Perttu Ahola | 2011-11-29 |
| | |||
* | Completely generalized mesh generation; ContentFeatures serialization | Perttu Ahola | 2011-11-29 |
| | |||
* | GameDef compiles | Perttu Ahola | 2011-11-29 |
| | |||
* | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | 2011-11-29 |
| | | | | node/tool/item/whatever types | ||
* | New kind of tool speed and wear calculation thingy | Perttu Ahola | 2011-11-29 |
| | |||
* | extended content-type range | Perttu Ahola | 2011-07-23 |
| | |||
* | Updated comments | Perttu Ahola | 2011-06-17 |
| | |||
* | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵ | Perttu Ahola | 2011-06-17 |
| | | | | stuff from material.cpp to content_mapnode.{h,cpp} | ||
* | better debug output in segfaults and stack overflows in windows | Perttu Ahola | 2010-12-27 |
| | |||
* | minecraft-like crafting | Perttu Ahola | 2010-12-25 |