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
/
ByteBuffer.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-01
Fixed warnings in cByteBuffer.
madmaxoft
1
-1
/
+1
2014-04-25
Small changes; warning fixing.
archshift
1
-1
/
+1
2014-04-24
cByteBuffer uses void * instead of char * in data interface.
madmaxoft
1
-1
/
+1
2014-04-24
Changed cByteBuffer constructor to take a size_t instead of int.
madmaxoft
1
-1
/
+1
2014-03-09
Fixed Mesannine twister to use UInt32
Tycho
1
-1
/
+1
2014-03-08
Fixed issues with int vs size_t and a few other warnings
Tycho
1
-3
/
+3
2014-03-07
Warnings
Tycho
1
-12
/
+12
2013-12-31
fixed warnings in bytebuffer.cpp
Tycho Bickerstaff
1
-1
/
+1
2013-12-13
Fixed threading issues affecting cProtocol172.
madmaxoft
1
-0
/
+6
2013-12-05
ByteBuffer: Fixed optimization failures with threading checks.
madmaxoft
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-24
RCONClient: Initial implementation.
madmaxoft
1
-0
/
+2
2013-10-31
ByteBuffer: Writing a string doesn't modify it (missing const).
madmaxoft
1
-2
/
+2
2013-10-28
MC uses VarInts only up to 32-bits.
madmaxoft
1
-4
/
+4
2013-10-28
cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.
madmaxoft
1
-3
/
+19
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-121
/
+121
2012-11-22
More ByteBuffer checks: Is it used from a single thread only?
madmaxoft@gmail.com
1
-0
/
+5
2012-11-20
Aggressive debug mode cByteBuffer validity checking.
madmaxoft@gmail.com
1
-0
/
+3
2012-09-04
Debugging in cByteBuffer::Write(); added the ReadAgain() method to allow ProtoProxy re-send the data it has parsed.
madmaxoft@gmail.com
1
-0
/
+3
2012-09-02
Added writing support to cByteBuffer (will be used by ProtoProxy)
madmaxoft@gmail.com
1
-3
/
+20
2012-08-27
Cut out all packet handling to a separate cProtocol descendant
madmaxoft@gmail.com
1
-0
/
+3
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-2
/
+2
2012-08-17
Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )
madmaxoft@gmail.com
1
-0
/
+90