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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-04-13
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
1
-2
/
+2
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-26
git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6
madmaxoft@gmail.com
1
-1
/
+1
2012-08-24
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
madmaxoft@gmail.com
1
-3
/
+19
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-153
/
+153
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-1
/
+31
2012-03-27
Fixed a possible crash in ChunkSender - a client would be reported as removed but still would be in the internal queue.
madmaxoft@gmail.com
1
-0
/
+1
2012-03-14
Unified the chunk data to use the BLOCKDATA datatype.
madmaxoft@gmail.com
1
-1
/
+1
2012-03-14
Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency
madmaxoft@gmail.com
1
-8
/
+7
2012-03-12
Fixed MapChunk packets to include (fake) biome data, makes clients happy
madmaxoft@gmail.com
1
-0
/
+1
2012-03-11
Stopping the ChunkSender upon server stop
madmaxoft@gmail.com
1
-0
/
+2
2012-03-11
Not sending chunks to the client twice
madmaxoft@gmail.com
1
-0
/
+10
2012-03-07
ChunkSender: Fixed a potential crash: removing a client means that no Send() is called on that client anymore
madmaxoft@gmail.com
1
-4
/
+9
2012-03-06
Added a little documentation on ChunkSender.
madmaxoft@gmail.com
1
-1
/
+14
2012-03-06
Fixed rev368's ChunkSender, now sends properly even chunks that are loaded. Fixed a deadlock in cClientHandle vs TickThread over cClientHandle::m_CSChunkLists
madmaxoft@gmail.com
1
-0
/
+29
2012-03-05
ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :)
madmaxoft@gmail.com
1
-0
/
+63