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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)
DarkoGNU
1
-0
/
+1
2022-04-21
Moved comment to top
Persson-dev
1
-1
/
+2
2022-04-21
Add support for 1.14.x protocols
Persson-dev
1
-1
/
+5
2022-04-20
Improving 1.14 support (#5388)
Simon Pribylski
1
-0
/
+10
2022-04-20
Updated protocol functions to Vector3x
x12xx12x
1
-9
/
+9
2022-01-24
Add player permission level (#5358)
Simon Pribylski
1
-0
/
+1
2021-07-10
Symmetry in MultiVersionProtocol to fix a crash (#5261)
Tiger Wang
1
-1
/
+1
2021-07-06
Protocol: call the encryptor once before sending data
Tiger Wang
1
-4
/
+6
2021-05-03
Add player statistics to API (#5193)
nshah25
1
-2
/
+3
2021-04-12
More cProtocol cleanup
Tiger Wang
1
-11
/
+2
2021-04-12
Unify multiprotocol entity animations
Tiger Wang
1
-3
/
+1
2021-04-12
Streamline player abilities handling
Tiger Wang
1
-2
/
+0
2021-04-12
Fix sending incorrect date values on world change
Tiger Wang
1
-1
/
+1
2021-03-20
Change TimeOfDay to WorldDate (#5160)
Tiger Wang
1
-1
/
+1
2021-03-19
Don't send ping updates one packet at a time
Tiger Wang
1
-1
/
+1
2021-03-08
Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)
Tiger Wang
1
-2
/
+4
2021-03-05
Adding Boss bar (#5025)
12xx12
1
-0
/
+7
2021-02-06
Adds playerlist header and footer broadcasting (1.8-1.13)
dImrich
1
-0
/
+2
2021-01-11
zlib -> libdeflate (#5085)
Tiger Wang
1
-3
/
+3
2020-10-05
Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)
peterbell10
1
-1
/
+0
2020-10-03
Remove SetProperty(...cPlayer)
Tiger Wang
1
-1
/
+1
2020-09-18
Add State enum to protocol
Tiger Wang
1
-0
/
+8
2020-09-12
Use tracing for explosions (#4845)
Tiger Wang
1
-1
/
+1
2020-08-21
Made cProtocol::Version, EntityMetadata enums less verbose
Tiger Wang
1
-17
/
+17
2020-07-26
1.14 connection support
Tiger Wang
1
-1
/
+2
2020-07-19
Implement "caching" in ChunkDataSerializer
Tiger Wang
1
-1
/
+1
2020-07-19
1.13.1, 1.13.2 connection support
Tiger Wang
1
-1
/
+3
2020-07-18
Use cMultiVersionProtocol's buffer
Tiger Wang
1
-1
/
+1
2020-07-18
Delete duplicated status request handlers
Tiger Wang
1
-0
/
+19
2020-07-18
1.13 items support
Tiger Wang
1
-6
/
+0
2020-07-17
Initial work on 1.13 entity metadata (#4539)
Mat
1
-0
/
+187
2020-07-14
Introduce recipe book functionality (#4493)
Tobias Wilken
1
-0
/
+3
2020-05-04
Improve entity position updates (#4701)
Tiger Wang
1
-5
/
+3
2020-05-01
Unify entity spawn packet sending
Tiger Wang
1
-7
/
+1
2020-04-20
Delet SpawnObject params
Tiger Wang
1
-1
/
+1
2020-04-07
Initial resource pack support (#4622)
Mat
1
-0
/
+2
2020-03-29
Add protocol mob ID remapping (#4538)
Mat
1
-1
/
+4
2020-01-07
Added temporary block type mapping for 1.13+ protocols.
Mattes D
1
-0
/
+5
2019-09-10
Protocol: Use logical outgoing packet types.
Mattes D
1
-72
/
+82
2018-08-26
Store and pass entity effect duration as an int not a short. (#4293)
Alexander Harkness
1
-6
/
+1
2018-07-23
recover hotbar selected slot after reconnect (#4249)
changyong guo
1
-0
/
+2
2017-09-04
Added assert to cProtocolRecognizer::GetPacketId. (#4001)
Lane Kolbly
1
-3
/
+3
2017-09-02
GetPacketID for protocol packet IDs (#3977)
Lane Kolbly
1
-0
/
+75
2017-08-21
Fully implemented leashes (#3798)
Pablo Beltrán
1
-0
/
+2
2017-08-13
Replaced includes with forward declarations
Lukas Pioch
1
-1
/
+1
2017-08-06
Removed unneeded includes (#3902)
Lukas Pioch
1
-1
/
+0
2017-08-03
Remove double includes part 2 (#3890)
peterbell10
1
-1
/
+0
2017-08-03
Removed unused forward declarations (#3888)
Lukas Pioch
1
-2
/
+0
2016-12-16
Initial support for the 1.11 protocol.
Mattes D
1
-1
/
+1
2016-10-21
Added SendMessageRaw for sending json string.
Lukas Pioch
1
-0
/
+1
2016-10-12
Spectators added (#2852)
bibo38
1
-0
/
+1
2016-08-29
Proper respawn packets on dimension travel
LogicParrot
1
-1
/
+1
2016-05-14
1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)
Pokechu22
1
-1
/
+2
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-4
/
+4
2015-11-24
Add enum for Sound and Particle Effects
Dave Tucker
1
-1
/
+2
2015-09-21
Refactored cProtocol Chat handling
tycho
1
-8
/
+2
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-2
/
+2
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-1
/
+1
2015-07-14
Improved maps
Tiger Wang
1
-3
/
+1
2015-06-02
Added system and above action bar chat messages
jan64
1
-0
/
+6
2015-05-07
Added support for additional data in the ParticleEffect Packet
tycho
1
-0
/
+3
2015-04-13
Implement backend for /title command
Scott Moore
1
-0
/
+7
2015-03-22
Unified cPacketizer across all protocols.
Mattes D
1
-3
/
+23
2015-03-21
Fixed signedness warnings in Protocol.
Mattes D
1
-1
/
+1
2014-10-03
Improved furnaces
Tiger Wang
1
-1
/
+1
2014-09-27
Dropped support for <1.7.x
Tiger Wang
1
-100
/
+1
2014-09-26
Fixed players custom name in 1.8
Howaner
1
-1
/
+1
2014-09-18
Exported player list states to extra functions.
Howaner
1
-70
/
+74
2014-09-13
1.8: Fixed maps.
Howaner
1
-2
/
+2
2014-09-11
Removed GetProtocolVersion() from the protocols.
Howaner
1
-6
/
+2
2014-09-11
1.8: Added ParticleEffect packet.
Howaner
1
-1
/
+1
2014-09-09
Added the player list to the 1.8 protocol.
Howaner
1
-1
/
+1
2014-09-08
Added GetProtocolVersion() to cProtocol.
Howaner
1
-1
/
+6
2014-09-02
Added SetCustomName() to players.
Howaner
1
-1
/
+1
2014-08-11
Exported daylight cycle flag to the protocol.
Howaner
1
-1
/
+1
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-1
/
+1
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
2014-07-18
Fix failed merge and other issues
Tiger Wang
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-07-13
Changed BroadcastSoundEffect function to take floating pos.
Howaner
1
-1
/
+1
2014-06-29
Fixed respawning
Tiger Wang
1
-1
/
+1
2014-06-27
Added generic entity-collecting.
Mattes D
1
-1
/
+1
2014-06-12
Portals animate and delay correctly
Tiger Wang
1
-1
/
+1
2014-06-08
Fixed deadlock when moving players to other worlds.
Mattes D
1
-1
/
+1
2014-05-31
Implemented end and nether portals
Tiger Wang
1
-1
/
+1
2014-05-11
Statistic Manager
andrew
1
-0
/
+2
2014-05-01
Fixed warnings in ClientHandle.
madmaxoft
1
-1
/
+1
2014-04-14
Implemented the 1.7.6 protocol and authenticator.
madmaxoft
1
-0
/
+1
2014-04-06
Fixed crash in protocols sending 64-bit ints.
madmaxoft
1
-1
/
+1
2014-04-04
Fixed CreateHexDump's signedness.
madmaxoft
1
-1
/
+1
2014-04-04
Fixed some Clang warnings in protocols.
madmaxoft
1
-11
/
+16
2014-03-07
Warnings
Tycho
1
-1
/
+1
2014-02-18
Map decorators; Map clients
andrew
1
-1
/
+2
2014-02-18
Implemented paintings, fixes #689
Tiger Wang
1
-0
/
+2
2014-02-15
Implemented cCompositeChat.
madmaxoft
1
-0
/
+2
2014-02-13
Implementation of in-game maps
andrew
1
-0
/
+3
2014-01-21
Scoreboard protocol support
andrew
1
-0
/
+4
2014-01-19
Removed unneeded paramters
Tiger Wang
1
-1
/
+1
2014-01-19
Changed SendBlockEntity format slightly
Tiger Wang
1
-2
/
+1
2014-01-19
Improved command blocks
Tiger Wang
1
-0
/
+2
2014-01-09
Added cClientHandle::SendPluginMessage().
madmaxoft
1
-0
/
+1
2013-12-22
Implented BroadcastParticleEffect
STRWarrior
1
-0
/
+1
2013-12-14
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
1
-0
/
+2
2013-12-07
Renamed animation function
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-15
alignment fixes :)
Daniel O'Brien
1
-1
/
+1
2013-11-15
finished #143 I believe
Daniel O'Brien
1
-1
/
+1
2013-11-14
cProtocol add SendExperience() and debugging
Daniel O'Brien
1
-1
/
+2
2013-11-08
cProtocol::SendWindowOpen() signature changed.
madmaxoft
1
-1
/
+1
2013-11-05
Removed the obsolete SendWholeInventory(cInventory &) function.
madmaxoft
1
-1
/
+0
2013-11-01
Protocol 1.7: Implemented the first batch of sent packets.
madmaxoft
1
-0
/
+1
2013-10-30
Added 1.7 to protocol recognizer.
madmaxoft
1
-0
/
+21
2013-08-29
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
1
-1
/
+1
2013-08-28
Fixed Minecart spawning issues
Tiger Wang
1
-1
/
+1
2013-08-18
Added cWindow property manipulation API.
madmaxoft
1
-1
/
+1
2013-07-30
Tab completion packet is handled and sent.
madmaxoft
1
-52
/
+53
2013-07-29
Added the "Edit Sign" packet sent to the client placing a sign.
madmaxoft
1
-0
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-192
/
+192
2013-07-07
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
1
-6
/
+8
2013-06-18
More TNT fixes.
madmaxoft@gmail.com
1
-1
/
+1
2013-04-19
Fixed Linux compilation, slight code cleanup
madmaxoft@gmail.com
1
-1
/
+1
2013-04-18
Initial implementation of explosions and TNT block
keyboard.osh@gmail.com
1
-0
/
+1
2013-04-04
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
1
-1
/
+1
2013-03-18
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
1
-0
/
+1
2013-03-03
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
1
-0
/
+1
2013-02-21
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
1
-1
/
+1
2013-02-18
Minecarts can now be placed.
madmaxoft@gmail.com
1
-0
/
+1
2012-12-26
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
1
-0
/
+2
2012-12-24
Added the 1.4.6 protocol
madmaxoft@gmail.com
1
-2
/
+8
2012-11-01
Refactored the world time.
madmaxoft@gmail.com
1
-1
/
+1
2012-10-21
My OCD has alpha-sorted some stuff :)
madmaxoft@gmail.com
1
-6
/
+6
2012-10-21
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
1
-43
/
+44
2012-10-07
Split the name for signed and unsigned int writing in cProtocol.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-0
/
+1
2012-09-29
Beds can be slept in now (it doesn't change the time though)
faketruth
1
-0
/
+1
2012-09-25
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
1
-0
/
+1
2012-09-25
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
1
-0
/
+1
2012-09-23
Source files cleanup: Protocol-related files in a separate subfolder
madmaxoft@gmail.com
1
-2
/
+2
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-1
/
+2
2012-09-06
Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2
madmaxoft@gmail.com
1
-0
/
+3
2012-09-02
Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)
madmaxoft@gmail.com
1
-1
/
+2
2012-08-31
Progress on the 1.3.2 protocol.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-30
Added a basic protocol recognizer and the base for 1.3.2 protocol.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-30
cProtocol handles the initial handshake up to player login
madmaxoft@gmail.com
1
-1
/
+0
2012-08-29
Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.
madmaxoft@gmail.com
1
-2
/
+2
2012-08-28
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
madmaxoft@gmail.com
1
-29
/
+103
2012-08-27
Cut out all packet handling to a separate cProtocol descendant
madmaxoft@gmail.com
1
-0
/
+95