Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -16/+16 | |
2015-04-27 | cSetChunkData constructor explicitly requires std::move() instead of | Woazboat | 1 | -4/+6 | |
unsafely stealing data | |||||
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-08-29 | Rewritten block entity loading. | Mattes D | 1 | -0/+3 | |
Block entities are now loaded based on the blocktype at the coords they specify; before loading, their type ("id" NBT tag) is checked. The chunk now expects that all block entities given to it via cChunk::SetAllData() have their valid blocktype; asserts if they don't. Fixes #1354. | |||||
2014-07-24 | Added a queue for setting chunk data. | madmaxoft | 1 | -0/+120 | |
Fixes #1196. |