summaryrefslogtreecommitdiffstats
path: root/src/ChunkSender.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-1/+1
* Fix Windows XP to 7 compatibility (#5167)Tiger Wang2021-03-281-1/+1
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-9/+5
* Clarify cClientHandle, cPlayer ownership semanticsTiger Wang2021-01-121-37/+38
* Reverse order of ChunkSender priorities (#4858)Tiger Wang2020-09-121-5/+5
* ChunkDataSerializer: don't repeatedly mallocateTiger Wang2020-08-211-7/+4
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-3/+5
* Send entities in cChunkSender (#4532)Mat2020-06-241-7/+23
* Using Super.Mattes D2020-04-161-2/+2
* NBTChunkSerializer: Cleaned up interface.Mattes D2019-09-241-1/+1
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-2/+2
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-2/+1
* Broadcast refactor (#4264)peterbell102018-07-241-1/+1
* cIsThread: Reset m_ShouldTerminate after the thread has stopped (#4258)peterbell102018-07-221-11/+1
* Implement protocol level chunk sparsing (#3864)peterbell102017-08-211-1/+2
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+1
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-1/+1
* Unified the doxy-comment format.Mattes D2015-07-311-3/+14
* Fixed minor errors in Tycho's codeTiger Wang2015-06-221-38/+26
* Reinstate "Chunk queue collapsing"Tiger Wang2015-06-101-142/+100
* Revert "Chunk queue collapsing"worktycho2015-06-071-100/+142
* Fix iteratingtycho2015-06-051-3/+1
* Made the list of chunks to stream an unordered_settycho2015-06-051-4/+4
* Rewrote ChunkSending queue for significantly improved performancetycho2015-06-051-143/+74
* Moved Chunk Broadcasts over to the regular queuetycho2015-06-051-58/+87
* Made cLightingThread own its callbackstycho2015-05-301-7/+16
* Made -Weverything an error.tycho2015-05-241-1/+1
* Make -Werror disabling file onlytycho2015-05-191-4/+0
* 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
|\
| * 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
* 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