summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_9.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-2/+1
* Protocol: Use correct calculation for delta movements (#5455)Tiger Wang2022-11-081-6/+10
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-8/+28
* Protocol sources fixes (#5411)Simon Pribylski2022-04-211-13/+0
* Improving 1.14 support (#5388)Simon Pribylski2022-04-201-0/+3
* Valid Height is now checked by vector.x12xx12x2022-04-201-3/+3
* Updated protocol functions to Vector3xx12xx12x2022-04-201-23/+23
* Add player permission level (#5358)Simon Pribylski2022-01-241-0/+36
* Suspicious packets: give 'em the silent treatment (#5375)Tiger Wang2022-01-021-1/+1
* WriteBlockEntity: don't write position multiple times (#5373)Tiger Wang2022-01-021-4/+3
* Add skeleton bow pulling animation (#5355)Persson-dev2021-12-291-0/+11
* Protocol: modernise plugin message handling (#5325)Tiger Wang2021-11-231-0/+52
* World: change spawnpoint type to int (#5313)Tiger Wang2021-10-031-1/+1
* More cProtocol cleanupTiger Wang2021-04-121-224/+209
* Unify multiprotocol entity animationsTiger Wang2021-04-121-13/+31
* Streamline player abilities handlingTiger Wang2021-04-121-54/+0
* Basic elytra flight (#5124)Damián Imrich2021-04-031-8/+19
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-6/+0
* Deduplicate WriteBlockEntityTiger Wang2021-03-181-118/+28
* Adding basic Banner functionality (#4806)12xx122021-03-151-0/+13
* Adding Boss bar (#5025)12xx122021-03-051-0/+167
* Mark UNREACHABLE with intrinsicsTiger Wang2021-02-201-4/+1
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-79/+81
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-7/+7
* Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx122020-11-231-3/+76
* Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx122020-11-061-2/+2
* Add beam target, configurable base visibility to Ender Crystals (#5010)12xx122020-10-291-0/+16
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-17/+0
* Remove unused ServerPort argumentTiger Wang2020-09-181-2/+2
* Add State enum to protocolTiger Wang2020-09-181-9/+6
* Unused/duplicate function cleanupTiger Wang2020-08-291-20/+0
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-4/+4
* Add Statistics and Achievements for newer Network standards12xx122020-08-191-1/+0
* 1.14 connection supportTiger Wang2020-07-261-6/+6
* Remove some unused inclusionsTiger Wang2020-07-201-2/+0
* Inherit constructors, remove duplicationTiger Wang2020-07-191-27/+0
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-32/+0
* Delete duplicated status request handlersTiger Wang2020-07-181-166/+22
* 1.13 items supportTiger Wang2020-07-181-2/+2
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-0/+6
* Reduced packet spam when entities idleTiger Wang2020-07-061-1/+1
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-4/+4
* Update submodules (#4727)peterbell102020-05-091-14/+9
* Fix one definition rule violationsTiger Wang2020-05-041-3/+3
* Improve entity position updates (#4701)Tiger Wang2020-05-041-64/+64
* Unify entity spawn packet sendingTiger Wang2020-05-011-113/+26
* Unify 1.8 and 1.9Tiger Wang2020-04-221-2108/+2
* Delet SpawnObject paramsTiger Wang2020-04-201-1/+1
* Fix compilation, for real this time.Alexander Harkness2020-04-101-0/+1
* Add Zombie VillagersBond-0092020-04-101-2/+19
* Initial resource pack support (#4622)Mat2020-04-071-1/+31
* Potion changes (#4601)Mat2020-04-041-7/+7
* Implement wither skeletons (#4563)Mat2020-04-041-9/+9
* Quick fix to make spawn eggs work (#4611)Mat2020-04-031-1/+1
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-2/+2
* Add protocol mob ID remapping (#4538)Mat2020-03-291-1/+47
* Fix build on ClangAlexander Harkness2020-03-281-4/+4
* Inventory changes (#4561)Mat2020-03-281-6/+6
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-2/+2
* Protocol 1.9: Alpha-sort, add useful debugging code.Mattes D2019-09-161-36/+45
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-105/+204
* Fix building with clang 8.0 (#4346)Bond-0092019-08-111-10/+14
* Fix player skin sending through BungeeCord (#4328)DaPorkchop_2019-04-221-5/+10
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* Store and pass entity effect duration as an int not a short. (#4293)Alexander Harkness2018-08-261-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+3
* Keep players in gmNotSet (#4248)changyong guo2018-07-231-2/+2
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+14
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-39/+39
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-4/+23
* Add the fmt library (#4065)peterbell102018-01-031-6/+6
* Protocol: Fix potion metadata parsing (#4116)peterbell102017-12-261-2/+2
* Implement horse inventory (#4053)peterbell102017-10-211-1/+4
* Fix switch warnings (#4013)peterbell102017-09-141-33/+36
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-176/+85
* Protocol Spawn Position Should Use LastSentPosition (#3929)Lane Kolbly2017-08-301-12/+16
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-1/+1
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-10/+39
* Don't assert when placing beds in older versions (#3916)mathiascode2017-08-251-0/+1
* Add cUUID class (#3871)peterbell102017-08-251-5/+9
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+24
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-13/+4
* Handle Teleport Confirmation Packet (#3884)Lane Kolbly2017-08-021-4/+22
* cParsedNBT: Improved error reporting (#3876)peterbell102017-07-301-1/+3
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-10/+10
* Handle middle mouse drag (#3847)peterbell102017-07-131-0/+3
* Fixes double right click on entities till off-hand actions gets implemented (#3821)Pablo Beltrán2017-07-031-2/+8
* Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch2017-06-091-1/+3
* Exported boatLukas Pioch2017-05-241-1/+1
* Spawn eggs works againLukas Pioch2017-05-221-3/+5
* Use FastWriter instead of StyledWritermathiascode2017-05-161-4/+4
* VarInt metadata written correctly for boats (#3709)peterbell102017-05-151-3/+3
* Corrected particles (#3577)mathiascode2017-02-261-13/+9
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-3/+3
* Added some blocks and items (#3503)mathiascode2017-02-141-0/+10
* Fixed ClientHandle:GetProtocolVersion returning wrong number.Mattes D2017-01-281-2/+2
* Track skin part and main hand preferences (#3498)Pokechu222017-01-031-3/+13
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+4406