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
/
Protocol
/
Protocol18x.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewritten plugin messages, vanilla are being parsed directly.
madmaxoft
2014-09-30
1
-13
/
+73
*
Plugin messages: Vanilla prefixes its payloads with VarInt lengths.
madmaxoft
2014-09-28
1
-4
/
+13
*
Revert "1.8: Fixed plugin messages."
madmaxoft
2014-09-28
1
-1
/
+3
*
Protocol 1.8: Fixed possible crash on malformed packet.
madmaxoft
2014-09-28
1
-0
/
+5
*
Merge pull request #1466 from mc-server/endofsupport
Mattes D
2014-09-28
1
-14
/
+0
|
\
|
*
Dropped support for <1.7.x
Tiger Wang
2014-09-27
1
-14
/
+0
*
|
1.8: Fixed plugin messages.
Howaner
2014-09-27
1
-3
/
+4
|
/
*
Merge branch 'master' into Fixes
Howaner
2014-09-26
1
-15
/
+15
|
\
|
*
Merge pull request #1419 from mc-server/redstoneTests
worktycho
2014-09-26
1
-15
/
+15
|
|
\
|
|
*
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-6
/
+7
|
|
|
\
|
|
*
|
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-15
/
+15
*
|
|
|
Fixed players custom name in 1.8
Howaner
2014-09-26
1
-16
/
+5
|
/
/
/
*
|
|
Protocol 1.8: Fixed plugin message packet.
madmaxoft
2014-09-25
1
-1
/
+3
*
|
|
Merge pull request #1452 from Howaner/Fixes
Mattes D
2014-09-25
1
-5
/
+10
|
\
\
\
|
*
\
\
Merge branch 'master' into Fixes
Howaner
2014-09-25
1
-6
/
+7
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Use the json writer to write sign texts.
Howaner
2014-09-25
1
-5
/
+10
|
|
|
/
|
|
/
|
*
|
|
Protocol 1.8: Handling packet compression properly.
madmaxoft
2014-09-25
1
-12
/
+35
*
|
|
Protocol 1.8: Added checks for values presence.
madmaxoft
2014-09-25
1
-2
/
+8
|
|
/
|
/
|
*
|
1.8 Protocol: Fixed problems with no-payload packets.
madmaxoft
2014-09-25
1
-6
/
+7
|
/
*
Fixed compiler warnings in 1.8 protocol.
madmaxoft
2014-09-23
1
-2
/
+2
*
Merge branch 'master' into EntityCustomName
Howaner
2014-09-23
1
-5
/
+14
*
Hotfixed 1.8 item reading.
Howaner
2014-09-22
1
-5
/
+5
*
Changed metadata reading again.
Howaner
2014-09-22
1
-169
/
+6
*
Fixed item nbt reading.
Howaner
2014-09-22
1
-3
/
+165
*
Code improvements.
Howaner
2014-09-19
1
-4
/
+4
*
Exported player list states to extra functions.
Howaner
2014-09-18
1
-54
/
+87
*
1.8: Simplified item metadata reading.
Howaner
2014-09-18
1
-7
/
+3
*
Simplified WriteUUID()
Howaner
2014-09-14
1
-9
/
+9
*
1.8: Updated scoreboard packets.
Howaner
2014-09-13
1
-3
/
+7
*
Moved chat json creating to the CompositeChat class.
Howaner
2014-09-13
1
-170
/
+3
*
1.8: Fixed maps.
Howaner
2014-09-13
1
-16
/
+15
*
Fixed wrong buffer length in the 1.8 protocol.
Howaner
2014-09-12
1
-10
/
+4
*
1.8: Fixed ReadItem()
Howaner
2014-09-12
1
-19
/
+39
*
1.8: Added difficulty sending
Howaner
2014-09-12
1
-0
/
+6
*
1.8: Fixed block entities.
Howaner
2014-09-12
1
-8
/
+2
*
1.8: Fixed workbench, enchanting and anvil window.
Howaner
2014-09-12
1
-3
/
+19
*
1.8: Enderman, byte -> short
Howaner
2014-09-12
1
-1
/
+1
*
1.8: Fixed enderman spawning.
Howaner
2014-09-12
1
-1
/
+1
*
1.8: Fixed inventory open packet.
Howaner
2014-09-11
1
-3
/
+2
*
Removed GetProtocolVersion() from the protocols.
Howaner
2014-09-11
1
-2
/
+1
*
1.8: Fixed sign placing.
Howaner
2014-09-11
1
-1
/
+1
*
1.8: Fixed hangings.
Howaner
2014-09-11
1
-30
/
+84
*
1.8: Added ParticleEffect packet.
Howaner
2014-09-11
1
-13
/
+87
*
1.8: Added MultiBlockChange packet.
Howaner
2014-09-09
1
-22
/
+61
*
Added the player list to the 1.8 protocol.
Howaner
2014-09-09
1
-7
/
+67
*
PlayerSpawn packet: Send the correct uuid.
Howaner
2014-09-09
1
-5
/
+1
*
1.8: Added new uuid field.
Howaner
2014-09-09
1
-0
/
+17
*
More fixes.
Howaner
2014-09-08
1
-0
/
+5
*
Recoded cProtocol180 class.
Howaner
2014-09-08
1
-455
/
+2402
*
1.8: Fixed tab complete.
Howaner
2014-09-08
1
-0
/
+17
*
Fixed more 1.8 packets.
Howaner
2014-09-08
1
-7
/
+189
*
Updated chunk sending to 1.8
Howaner
2014-09-08
1
-10
/
+7
*
Added GetProtocolVersion() to cProtocol.
Howaner
2014-09-08
1
-1
/
+2
*
Implemented packet compression.
Howaner
2014-09-08
1
-10
/
+24
*
Fixed client errors.
Howaner
2014-09-04
1
-24
/
+66
*
Added more 1.8 protocol things.
Howaner
2014-09-04
1
-5
/
+518
*
Started implementing of the 1.8 protocol.
Howaner
2014-09-04
1
-0
/
+385