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_1_9.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Potion changes (#4601)
Mat
2020-04-04
1
-7
/
+7
*
Implement wither skeletons (#4563)
Mat
2020-04-04
1
-9
/
+9
*
Quick fix to make spawn eggs work (#4611)
Mat
2020-04-03
1
-1
/
+1
*
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
2020-04-03
1
-2
/
+2
*
Add protocol mob ID remapping (#4538)
Mat
2020-03-29
1
-1
/
+47
*
Fix build on Clang
Alexander Harkness
2020-03-28
1
-4
/
+4
*
Inventory changes (#4561)
Mat
2020-03-28
1
-6
/
+6
*
Added temporary block type mapping for 1.13+ protocols.
Mattes D
2020-01-07
1
-2
/
+2
*
Protocol 1.9: Alpha-sort, add useful debugging code.
Mattes D
2019-09-16
1
-36
/
+45
*
Protocol: Use logical outgoing packet types.
Mattes D
2019-09-10
1
-105
/
+204
*
Fix building with clang 8.0 (#4346)
Bond-009
2019-08-11
1
-10
/
+14
*
Fix player skin sending through BungeeCord (#4328)
DaPorkchop_
2019-04-22
1
-5
/
+10
*
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
2018-08-29
1
-2
/
+2
*
Store and pass entity effect duration as an int not a short. (#4293)
Alexander Harkness
2018-08-26
1
-1
/
+1
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-1
/
+3
*
Keep players in gmNotSet (#4248)
changyong guo
2018-07-23
1
-2
/
+2
*
recover hotbar selected slot after reconnect (#4249)
changyong guo
2018-07-23
1
-0
/
+14
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
1
-39
/
+39
*
Rewrite cClientHandle::HandleRightClick (#4089)
9caihezi
2018-01-08
1
-4
/
+23
*
Add the fmt library (#4065)
peterbell10
2018-01-03
1
-6
/
+6
*
Protocol: Fix potion metadata parsing (#4116)
peterbell10
2017-12-26
1
-2
/
+2
*
Implement horse inventory (#4053)
peterbell10
2017-10-21
1
-1
/
+4
*
Fix switch warnings (#4013)
peterbell10
2017-09-14
1
-33
/
+36
*
GetPacketID for protocol packet IDs (#3977)
Lane Kolbly
2017-09-02
1
-176
/
+85
*
Protocol Spawn Position Should Use LastSentPosition (#3929)
Lane Kolbly
2017-08-30
1
-12
/
+16
*
Update mbedtls to 2.5.1 (#3964)
peterbell10
2017-08-30
1
-1
/
+1
*
Implement Forge protocol handshake support (#3869)
satoshinm
2017-08-27
1
-10
/
+39
*
Don't assert when placing beds in older versions (#3916)
mathiascode
2017-08-25
1
-0
/
+1
*
Add cUUID class (#3871)
peterbell10
2017-08-25
1
-5
/
+9
*
Minor changes (#3909)
mathiascode
2017-08-24
1
-1
/
+1
*
Fully implemented leashes (#3798)
Pablo Beltrán
2017-08-21
1
-0
/
+24
*
Represent cItem::m_Lore as an AStringVector (#3882)
peterbell10
2017-08-18
1
-13
/
+4
*
Handle Teleport Confirmation Packet (#3884)
Lane Kolbly
2017-08-02
1
-4
/
+22
*
cParsedNBT: Improved error reporting (#3876)
peterbell10
2017-07-30
1
-1
/
+3
*
Tentative fix for player-limit race condition (#3862)
Tiger Wang
2017-07-28
1
-10
/
+10
*
Handle middle mouse drag (#3847)
peterbell10
2017-07-13
1
-0
/
+3
*
Fixes double right click on entities till off-hand actions gets implemented (#3821)
Pablo Beltrán
2017-07-03
1
-2
/
+8
*
Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner
Lukas Pioch
2017-06-09
1
-1
/
+3
*
Exported boat
Lukas Pioch
2017-05-24
1
-1
/
+1
*
Spawn eggs works again
Lukas Pioch
2017-05-22
1
-3
/
+5
*
Use FastWriter instead of StyledWriter
mathiascode
2017-05-16
1
-4
/
+4
*
VarInt metadata written correctly for boats (#3709)
peterbell10
2017-05-15
1
-3
/
+3
*
Corrected particles (#3577)
mathiascode
2017-02-26
1
-13
/
+9
*
Add 1.11.1/1.11.2 protocol (#3575)
mathiascode
2017-02-21
1
-3
/
+3
*
Added some blocks and items (#3503)
mathiascode
2017-02-14
1
-0
/
+10
*
Fixed ClientHandle:GetProtocolVersion returning wrong number.
Mattes D
2017-01-28
1
-2
/
+2
*
Track skin part and main hand preferences (#3498)
Pokechu22
2017-01-03
1
-3
/
+13
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-0
/
+4406