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_8.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed various MSVC warnings.
Mattes D
2020-05-06
1
-0
/
+1
*
Fix one definition rule violations
Tiger Wang
2020-05-04
1
-7
/
+3
*
Improve entity position updates (#4701)
Tiger Wang
2020-05-04
1
-79
/
+94
*
Unify entity spawn packet sending
Tiger Wang
2020-05-01
1
-186
/
+167
*
Unify 1.8 and 1.9
Tiger Wang
2020-04-22
1
-47
/
+90
*
Delet SpawnObject params
Tiger Wang
2020-04-20
1
-1
/
+1
*
Using Super.
Mattes D
2020-04-16
1
-1
/
+1
*
Fix compilation, for real this time.
Alexander Harkness
2020-04-10
1
-0
/
+1
*
Add Zombie Villagers
Bond-009
2020-04-10
1
-2
/
+14
*
Initial resource pack support (#4622)
Mat
2020-04-07
1
-0
/
+31
*
Implement wither skeletons (#4563)
Mat
2020-04-04
1
-8
/
+8
*
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
-1
/
+1
*
Protocol: Use logical outgoing packet types.
Mattes D
2019-09-10
1
-99
/
+179
*
Fix building with clang 8.0 (#4346)
Bond-009
2019-08-11
1
-10
/
+14
*
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
-4
/
+1
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-0
/
+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
/
+13
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
1
-36
/
+36
*
Rewrite cClientHandle::HandleRightClick (#4089)
9caihezi
2018-01-08
1
-2
/
+10
*
Add the fmt library (#4065)
peterbell10
2018-01-03
1
-5
/
+5
*
Store Health as a float (#4073)
Fabian
2017-11-22
1
-1
/
+1
*
Implement horse inventory (#4053)
peterbell10
2017-10-21
1
-1
/
+4
*
Fix switch warnings (#4013)
peterbell10
2017-09-14
1
-16
/
+18
*
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
-0
/
+1
*
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
/
+10
*
Minor changes (#3909)
mathiascode
2017-08-24
1
-1
/
+1
*
Fully implemented leashes (#3798)
Pablo Beltrán
2017-08-21
1
-0
/
+28
*
Represent cItem::m_Lore as an AStringVector (#3882)
peterbell10
2017-08-18
1
-13
/
+3
*
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
-3
/
+3
*
Handle middle mouse drag (#3847)
peterbell10
2017-07-13
1
-0
/
+3
*
Use FastWriter instead of StyledWriter
mathiascode
2017-05-16
1
-1
/
+1
*
Corrected particles (#3577)
mathiascode
2017-02-26
1
-13
/
+9
*
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
/
+17
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-0
/
+3623