Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgotten m_SendChunksMediumPriority.empty() check. | Howaner | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Use 3 priorities. | Howaner | 2014-10-23 | 1 | -4/+40 |
| | |||||
* | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-23 | 1 | -8/+8 |
|\ | | | | | | | | | | | | | Conflicts: src/ChunkSender.cpp src/ClientHandle.cpp src/World.h | ||||
| * | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -8/+8 |
| | | |||||
* | | style. | Howaner | 2014-10-21 | 1 | -1/+2 |
| | | |||||
* | | Use two lists and 2 chunk send prioritys. | Howaner | 2014-10-21 | 1 | -13/+35 |
| | | |||||
* | | Stream 4 chunks per tick. Added priority. | Howaner | 2014-10-06 | 1 | -4/+9 |
| | | |||||
* | | Optimized chunk loader | Howaner | 2014-10-02 | 1 | -12/+9 |
|/ | |||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -0/+1 |
| | |||||
* | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -7/+7 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | ChunkSender is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Fixed the rest of constructor reorders. | madmaxoft | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+295 |