Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-03 | Manage block entity lifetime with unique_ptr (#4080) | peterbell10 | 1 | -0/+1 |
2018-07-23 | Optimise chunk set (#4260) | peterbell10 | 1 | -19/+6 |
2017-08-07 | Changed entity ownership model to use smart pointers | Tiger Wang | 1 | -8/+0 |
2017-07-21 | Remove smart pointer macros | peterbell10 | 1 | -1/+1 |
2017-05-22 | Store cChunk::m_BlockEntities in a map (#3717) | peterbell10 | 1 | -4/+4 |
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 |
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 |
2014-07-24 | Added a queue for setting chunk data. | madmaxoft | 1 | -0/+120 |