summaryrefslogtreecommitdiffstats
path: root/src/ChunkSender.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgotten m_SendChunksMediumPriority.empty() check.Howaner2014-10-281-1/+1
|
* Use 3 priorities.Howaner2014-10-231-4/+40
|
* Merge branch 'master' into ChunkLoaderHowaner2014-10-231-8/+8
|\ | | | | | | | | | | | | Conflicts: src/ChunkSender.cpp src/ClientHandle.cpp src/World.h
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-8/+8
| |
* | style.Howaner2014-10-211-1/+2
| |
* | Use two lists and 2 chunk send prioritys.Howaner2014-10-211-13/+35
| |
* | Stream 4 chunks per tick. Added priority.Howaner2014-10-061-4/+9
| |
* | Optimized chunk loaderHowaner2014-10-021-12/+9
|/
* Removed more unessicary includesTycho2014-09-261-0/+1
|
* remove y-coord from chunksLO1ZB2014-08-281-7/+7
|
* Normalized comments.madmaxoft2014-07-171-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 cleanTycho Bickerstaff2013-12-211-1/+1
|
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-2/+2
|
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+295