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
*
Add player permission level (#5358)
Simon Pribylski
2022-01-24
1
-0
/
+9
*
syntax
Tiger Wang
2022-01-14
1
-2
/
+2
*
eblockface
Tiger Wang
2022-01-14
1
-3
/
+12
*
Fixed Compiler Warnings
x12xx12x
2022-01-14
1
-1
/
+1
*
Suspicious packets: give 'em the silent treatment (#5375)
Tiger Wang
2022-01-02
1
-2
/
+2
*
WriteBlockEntity: don't write position multiple times (#5373)
Tiger Wang
2022-01-02
1
-25
/
+7
*
Expand log4j mitigiation to cover more cases.
Alexander Harkness
2021-12-11
1
-1
/
+1
*
Mitigate against CVE-2021-44228
Alexander Harkness
2021-12-11
1
-0
/
+6
*
Protocol: modernise plugin message handling (#5325)
Tiger Wang
2021-11-23
1
-51
/
+48
*
Protocol 1.8: fix plugin message payload read size (#5324)
Tiger Wang
2021-11-14
1
-1
/
+1
*
Miscellaneous fixes (#5320)
Tiger Wang
2021-11-11
1
-5
/
+10
*
World: change spawnpoint type to int (#5313)
Tiger Wang
2021-10-03
1
-1
/
+1
*
Protocol 1.8: fix duplicated vector component in spawn packet (#5314)
Tiger Wang
2021-10-03
1
-19
/
+14
*
Authentication flow: move construction, slim down classes (#5312)
Tiger Wang
2021-10-02
1
-1
/
+2
*
BungeeGuard style proxy security and OnlyAllowBungee config (#5291)
Ethan Jones
2021-09-23
1
-4
/
+2
*
Setting command-block's command requires a permission. (#5270)
Mattes D
2021-07-20
1
-6
/
+16
*
Symmetry in MultiVersionProtocol to fix a crash (#5261)
Tiger Wang
2021-07-10
1
-1
/
+1
*
Protocol: call the encryptor once before sending data
Tiger Wang
2021-07-06
1
-29
/
+16
*
Protocol: use dedicated packet for 1 block change
Tiger Wang
2021-06-28
1
-4
/
+5
*
Add player statistics to API (#5193)
nshah25
2021-05-03
1
-105
/
+94
*
Chest, weather, crash, and miscellaneous fixes (#5215)
Tiger Wang
2021-04-30
1
-2
/
+10
*
More cProtocol cleanup
Tiger Wang
2021-04-12
1
-355
/
+369
*
Unify multiprotocol entity animations
Tiger Wang
2021-04-12
1
-163
/
+218
*
Streamline player abilities handling
Tiger Wang
2021-04-12
1
-48
/
+36
*
Fix sending incorrect date values on world change
Tiger Wang
2021-04-12
1
-7
/
+10
*
Basic elytra flight (#5124)
Damián Imrich
2021-04-03
1
-8
/
+18
*
Change TimeOfDay to WorldDate (#5160)
Tiger Wang
2021-03-20
1
-4
/
+6
*
Don't send ping updates one packet at a time
Tiger Wang
2021-03-19
1
-4
/
+10
*
Deduplicate WriteBlockEntity
Tiger Wang
2021-03-18
1
-154
/
+125
*
Adding basic Banner functionality (#4806)
12xx12
2021-03-15
1
-7
/
+21
*
Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)
Tiger Wang
2021-03-08
1
-138
/
+121
*
Adding Boss bar (#5025)
12xx12
2021-03-05
1
-21
/
+88
*
Mark UNREACHABLE with intrinsics
Tiger Wang
2021-02-20
1
-6
/
+3
*
Adds playerlist header and footer broadcasting (1.8-1.13)
dImrich
2021-02-06
1
-73
/
+87
*
Fix debug macro situation (#5114)
Tiger Wang
2021-01-26
1
-2
/
+2
*
MultiVersionProtocol: fix two crashes
Tiger Wang
2021-01-19
1
-0
/
+7
*
Clarify cClientHandle, cPlayer ownership semantics
Tiger Wang
2021-01-12
1
-11
/
+6
*
zlib -> libdeflate (#5085)
Tiger Wang
2021-01-11
1
-191
/
+170
*
Ignore CanFly flag sent by the client
mathiascode
2020-12-18
1
-6
/
+2
*
Warnings improvements
Tiger Wang
2020-12-18
1
-7
/
+5
*
Adding new monster types to enum and saving/loading for easier future implementation (#4941)
12xx12
2020-11-23
1
-4
/
+71
*
Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)
peterbell10
2020-10-05
1
-28
/
+14
*
Remove SetProperty(...cPlayer)
Tiger Wang
2020-10-03
1
-2
/
+2
*
Added end portal and enchanting table block entities
12xx12
2020-09-20
1
-6
/
+34
*
Remove unused ServerPort argument
Tiger Wang
2020-09-18
1
-2
/
+1
*
Add State enum to protocol
Tiger Wang
2020-09-18
1
-14
/
+9
*
Remove unused ServerPort member
Tiger Wang
2020-09-18
1
-1
/
+1
*
Use tracing for explosions (#4845)
Tiger Wang
2020-09-12
1
-15
/
+9
*
Unused/duplicate function cleanup
Tiger Wang
2020-08-29
1
-1
/
+1
*
CompressPacket: reserve CompressedSize, not the uncompressed size
Tiger Wang
2020-08-21
1
-3
/
+3
*
Made cProtocol::Version, EntityMetadata enums less verbose
Tiger Wang
2020-08-21
1
-1
/
+1
*
Add Statistics and Achievements for newer Network standards
12xx12
2020-08-19
1
-11
/
+119
*
1.14 connection support
Tiger Wang
2020-07-26
1
-13
/
+13
*
Remove some unused inclusions
Tiger Wang
2020-07-20
1
-2
/
+0
*
Reduce duplication in CompressPacket
Tiger Wang
2020-07-19
1
-42
/
+76
*
Use cMultiVersionProtocol's buffer
Tiger Wang
2020-07-18
1
-29
/
+28
*
Delete duplicated status request handlers
Tiger Wang
2020-07-18
1
-5
/
+14
*
1.13 items support
Tiger Wang
2020-07-18
1
-1
/
+1
*
Introduce recipe book functionality (#4493)
Tobias Wilken
2020-07-14
1
-0
/
+20
*
Made grass spreader prettier
Tiger Wang
2020-07-06
1
-1
/
+1
*
Protocol: Avoid crashing on invalid sign text
Peter Bell
2020-05-29
1
-1
/
+1
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-3
/
+3
*
Update submodules (#4727)
peterbell10
2020-05-09
1
-8
/
+5
*
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