Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-05 | Fixed loading empty chunks. | Mattes D | 1 | -1/+0 | |
Reported on the Dropper map in #1307. | |||||
2014-08-31 | Delete the entity before removing from the list | worktycho | 1 | -1/+1 | |
Old code was calling dereference on invalid iterator | |||||
2014-08-29 | Rewritten block entity loading. | Mattes D | 1 | -0/+33 | |
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-08-21 | cSetChunkData: Added missing initializers. | Mattes D | 1 | -0/+3 | |
2014-07-24 | Added a queue for setting chunk data. | madmaxoft | 1 | -0/+115 | |
Fixes #1196. |