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
/
Protocol.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.14 connection support
Tiger Wang
2020-07-26
1
-1
/
+2
*
Implement "caching" in ChunkDataSerializer
Tiger Wang
2020-07-19
1
-1
/
+1
*
1.13.1, 1.13.2 connection support
Tiger Wang
2020-07-19
1
-1
/
+3
*
Use cMultiVersionProtocol's buffer
Tiger Wang
2020-07-18
1
-1
/
+1
*
Delete duplicated status request handlers
Tiger Wang
2020-07-18
1
-0
/
+19
*
1.13 items support
Tiger Wang
2020-07-18
1
-6
/
+0
*
Initial work on 1.13 entity metadata (#4539)
Mat
2020-07-17
1
-0
/
+187
*
Introduce recipe book functionality (#4493)
Tobias Wilken
2020-07-14
1
-0
/
+3
*
Improve entity position updates (#4701)
Tiger Wang
2020-05-04
1
-5
/
+3
*
Unify entity spawn packet sending
Tiger Wang
2020-05-01
1
-7
/
+1
*
Delet SpawnObject params
Tiger Wang
2020-04-20
1
-1
/
+1
*
Initial resource pack support (#4622)
Mat
2020-04-07
1
-0
/
+2
*
Add protocol mob ID remapping (#4538)
Mat
2020-03-29
1
-1
/
+4
*
Added temporary block type mapping for 1.13+ protocols.
Mattes D
2020-01-07
1
-0
/
+5
*
Protocol: Use logical outgoing packet types.
Mattes D
2019-09-10
1
-72
/
+82
*
Store and pass entity effect duration as an int not a short. (#4293)
Alexander Harkness
2018-08-26
1
-6
/
+1
*
recover hotbar selected slot after reconnect (#4249)
changyong guo
2018-07-23
1
-0
/
+2
*
Added assert to cProtocolRecognizer::GetPacketId. (#4001)
Lane Kolbly
2017-09-04
1
-3
/
+3
*
GetPacketID for protocol packet IDs (#3977)
Lane Kolbly
2017-09-02
1
-0
/
+75
*
Fully implemented leashes (#3798)
Pablo Beltrán
2017-08-21
1
-0
/
+2
*
Replaced includes with forward declarations
Lukas Pioch
2017-08-13
1
-1
/
+1
*
Removed unneeded includes (#3902)
Lukas Pioch
2017-08-06
1
-1
/
+0
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-1
/
+0
*
Removed unused forward declarations (#3888)
Lukas Pioch
2017-08-03
1
-2
/
+0
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-1
/
+1
*
Added SendMessageRaw for sending json string.
Lukas Pioch
2016-10-21
1
-0
/
+1
*
Spectators added (#2852)
bibo38
2016-10-12
1
-0
/
+1
*
Proper respawn packets on dimension travel
LogicParrot
2016-08-29
1
-1
/
+1
*
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
2016-05-14
1
-1
/
+2
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-4
/
+4
*
Add enum for Sound and Particle Effects
Dave Tucker
2015-11-24
1
-1
/
+2
*
Refactored cProtocol Chat handling
tycho
2015-09-21
1
-8
/
+2
*
Unified the doxy-comment format.
Mattes D
2015-07-31
1
-2
/
+2
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-1
/
+1
*
Improved maps
Tiger Wang
2015-07-14
1
-3
/
+1
*
Added system and above action bar chat messages
jan64
2015-06-02
1
-0
/
+6
*
Merge pull request #1848 from scottwillmoore/ImplementTitleCommand
Mattes D
2015-05-26
1
-0
/
+7
|
\
|
*
Implement backend for /title command
Scott Moore
2015-04-13
1
-0
/
+7
*
|
Added support for additional data in the ParticleEffect Packet
tycho
2015-05-07
1
-0
/
+3
|
/
*
Unified cPacketizer across all protocols.
Mattes D
2015-03-22
1
-3
/
+23
*
Fixed signedness warnings in Protocol.
Mattes D
2015-03-21
1
-1
/
+1
*
Improved furnaces
Tiger Wang
2014-10-03
1
-1
/
+1
*
Dropped support for <1.7.x
Tiger Wang
2014-09-27
1
-100
/
+1
*
Fixed players custom name in 1.8
Howaner
2014-09-26
1
-1
/
+1
*
Exported player list states to extra functions.
Howaner
2014-09-18
1
-70
/
+74
*
1.8: Fixed maps.
Howaner
2014-09-13
1
-2
/
+2
*
Removed GetProtocolVersion() from the protocols.
Howaner
2014-09-11
1
-6
/
+2
*
1.8: Added ParticleEffect packet.
Howaner
2014-09-11
1
-1
/
+1
*
Added the player list to the 1.8 protocol.
Howaner
2014-09-09
1
-1
/
+1
*
Added GetProtocolVersion() to cProtocol.
Howaner
2014-09-08
1
-1
/
+6
*
Exported daylight cycle flag to the protocol.
Howaner
2014-08-11
1
-1
/
+1
*
Merge branch 'master' into portals
Tiger Wang
2014-07-29
1
-1
/
+1
|
\
|
*
Removed redundant semicolons and re-added warning
archshift
2014-07-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into portals
Tiger Wang
2014-07-22
1
-1
/
+1
|
\
|
|
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
|
Fix failed merge and other issues
Tiger Wang
2014-07-18
1
-1
/
+1
*
|
Merge branch 'master' into portals
Tiger Wang
2014-07-18
1
-3
/
+3
|
\
|
|
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
|
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-1
/
+1
|
*
Fixed respawning
Tiger Wang
2014-06-29
1
-1
/
+1
|
*
Added generic entity-collecting.
Mattes D
2014-06-27
1
-1
/
+1
|
*
Fixed deadlock when moving players to other worlds.
Mattes D
2014-06-08
1
-1
/
+1
*
|
Portals animate and delay correctly
Tiger Wang
2014-06-12
1
-1
/
+1
*
|
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-1
/
+1
|
/
*
Statistic Manager
andrew
2014-05-11
1
-0
/
+2
*
Fixed warnings in ClientHandle.
madmaxoft
2014-05-01
1
-1
/
+1
*
Implemented the 1.7.6 protocol and authenticator.
madmaxoft
2014-04-14
1
-0
/
+1
*
Fixed crash in protocols sending 64-bit ints.
madmaxoft
2014-04-06
1
-1
/
+1
*
Fixed CreateHexDump's signedness.
madmaxoft
2014-04-04
1
-1
/
+1
*
Fixed some Clang warnings in protocols.
madmaxoft
2014-04-04
1
-11
/
+16
*
Warnings
Tycho
2014-03-07
1
-1
/
+1
*
Manual merge (Fixed conflicts)
andrew
2014-02-20
1
-0
/
+4
|
\
|
*
Implemented paintings, fixes #689
Tiger Wang
2014-02-18
1
-0
/
+2
|
*
Implemented cCompositeChat.
madmaxoft
2014-02-15
1
-0
/
+2
*
|
Map decorators; Map clients
andrew
2014-02-18
1
-1
/
+2
*
|
Implementation of in-game maps
andrew
2014-02-13
1
-0
/
+3
|
/
*
Merge branch 'master' of https://github.com/mc-server/MCServer
andrew
2014-01-21
1
-0
/
+1
|
\
|
*
Removed unneeded paramters
Tiger Wang
2014-01-19
1
-1
/
+1
|
*
Changed SendBlockEntity format slightly
Tiger Wang
2014-01-19
1
-2
/
+1
|
*
Improved command blocks
Tiger Wang
2014-01-19
1
-0
/
+2
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-0
/
+4
|
/
*
Added cClientHandle::SendPluginMessage().
madmaxoft
2014-01-09
1
-0
/
+1
*
Implented BroadcastParticleEffect
STRWarrior
2013-12-22
1
-0
/
+1
*
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
2013-12-14
1
-0
/
+2
*
Renamed animation function
Tiger Wang
2013-12-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-0
/
+2
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-1
/
+2
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+215