summaryrefslogtreecommitdiffstats
path: root/src/SetChunkData.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cSetChunkData constructor explicitly requires std::move() instead ofWoazboat2015-04-271-4/+6
| | | | unsafely stealing data
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Rewritten block entity loading.Mattes D2014-08-291-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.
* Added a queue for setting chunk data.madmaxoft2014-07-241-0/+120
Fixes #1196.