index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ChunkSender.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Chunk queue collapsing"
worktycho
2015-06-07
1
-100
/
+142
*
Fix iterating
tycho
2015-06-05
1
-3
/
+1
*
Made the list of chunks to stream an unordered_set
tycho
2015-06-05
1
-4
/
+4
*
Rewrote ChunkSending queue for significantly improved performance
tycho
2015-06-05
1
-143
/
+74
*
Moved Chunk Broadcasts over to the regular queue
tycho
2015-06-05
1
-58
/
+87
*
Made cLightingThread own its callbacks
tycho
2015-05-30
1
-7
/
+16
*
Made -Weverything an error.
tycho
2015-05-24
1
-1
/
+1
*
Make -Werror disabling file only
tycho
2015-05-19
1
-4
/
+0
*
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
|
\
|
*
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
*
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