Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-28 | convert c style casts to c++ static casts | Woazboat | 1 | -1/+1 |
2015-04-27 | Removed redundant temp iterator. std::list.erase already returns | Woazboat | 1 | -4/+1 |
2015-04-27 | cSetChunkData constructor explicitly requires std::move() instead of | Woazboat | 1 | -4/+4 |
2015-01-17 | Fixed CppCheck: (performance) Prefer prefix ++/-- operators for non-primitive types. | Kirill Kirilenko | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -5/+5 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -5/+5 |
2014-09-05 | Fixed loading empty chunks. | Mattes D | 1 | -1/+0 |
2014-08-31 | Delete the entity before removing from the list | worktycho | 1 | -1/+1 |
2014-08-29 | Rewritten block entity loading. | Mattes D | 1 | -0/+33 |
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 |