Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed redundant temp iterator. std::list.erase already returns | Woazboat | 2015-04-27 | 1 | -4/+1 |
* | cSetChunkData constructor explicitly requires std::move() instead of | Woazboat | 2015-04-27 | 1 | -4/+4 |
* | Fixed CppCheck: (performance) Prefer prefix ++/-- operators for non-primitive types. | Kirill Kirilenko | 2015-01-17 | 1 | -1/+1 |
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -5/+5 |
* | Fixed loading empty chunks. | Mattes D | 2014-09-05 | 1 | -1/+0 |
* | Delete the entity before removing from the list | worktycho | 2014-08-31 | 1 | -1/+1 |
* | Rewritten block entity loading. | Mattes D | 2014-08-29 | 1 | -0/+33 |
* | cSetChunkData: Added missing initializers. | Mattes D | 2014-08-21 | 1 | -0/+3 |
* | Added a queue for setting chunk data. | madmaxoft | 2014-07-24 | 1 | -0/+115 |