summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_8.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-1/+1
* Replaced hand-escaped JSON (#5508)Seppe Degryse2023-06-081-9/+7
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-26/+32
* Protocol: Use correct calculation for delta movements (#5455)Tiger Wang2022-11-081-23/+18
* Kick clients when resource pack rejected (#5440)plan12312022-10-281-0/+2
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-7/+26
* Protocol sources fixes (#5411)Simon Pribylski2022-04-211-30/+0
* Improving 1.14 support (#5388)Simon Pribylski2022-04-201-2/+2
* Valid Height is now checked by vector.x12xx12x2022-04-201-3/+3
* Updated protocol functions to Vector3xx12xx12x2022-04-201-37/+37
* fix various compiler warnings (and some unwanted case statement fallthroughs)hle02022-04-121-0/+3
* Add player permission level (#5358)Simon Pribylski2022-01-241-0/+9
* syntaxTiger Wang2022-01-141-2/+2
* eblockfaceTiger Wang2022-01-141-3/+12
* Fixed Compiler Warningsx12xx12x2022-01-141-1/+1
* Suspicious packets: give 'em the silent treatment (#5375)Tiger Wang2022-01-021-2/+2
* WriteBlockEntity: don't write position multiple times (#5373)Tiger Wang2022-01-021-25/+7
* Expand log4j mitigiation to cover more cases.Alexander Harkness2021-12-111-1/+1
* Mitigate against CVE-2021-44228Alexander Harkness2021-12-111-0/+6
* Protocol: modernise plugin message handling (#5325)Tiger Wang2021-11-231-51/+48
* Protocol 1.8: fix plugin message payload read size (#5324)Tiger Wang2021-11-141-1/+1
* Miscellaneous fixes (#5320)Tiger Wang2021-11-111-5/+10
* World: change spawnpoint type to int (#5313)Tiger Wang2021-10-031-1/+1
* Protocol 1.8: fix duplicated vector component in spawn packet (#5314)Tiger Wang2021-10-031-19/+14
* Authentication flow: move construction, slim down classes (#5312)Tiger Wang2021-10-021-1/+2
* BungeeGuard style proxy security and OnlyAllowBungee config (#5291)Ethan Jones2021-09-231-4/+2
* Setting command-block's command requires a permission. (#5270)Mattes D2021-07-201-6/+16
* Symmetry in MultiVersionProtocol to fix a crash (#5261)Tiger Wang2021-07-101-1/+1
* Protocol: call the encryptor once before sending dataTiger Wang2021-07-061-29/+16
* Protocol: use dedicated packet for 1 block changeTiger Wang2021-06-281-4/+5
* Add player statistics to API (#5193)nshah252021-05-031-105/+94
* Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang2021-04-301-2/+10
* More cProtocol cleanupTiger Wang2021-04-121-355/+369
* Unify multiprotocol entity animationsTiger Wang2021-04-121-163/+218
* Streamline player abilities handlingTiger Wang2021-04-121-48/+36
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-7/+10
* Basic elytra flight (#5124)Damián Imrich2021-04-031-8/+18
* Change TimeOfDay to WorldDate (#5160)Tiger Wang2021-03-201-4/+6
* Don't send ping updates one packet at a timeTiger Wang2021-03-191-4/+10
* Deduplicate WriteBlockEntityTiger Wang2021-03-181-154/+125
* Adding basic Banner functionality (#4806)12xx122021-03-151-7/+21
* Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)Tiger Wang2021-03-081-138/+121
* Adding Boss bar (#5025)12xx122021-03-051-21/+88
* Mark UNREACHABLE with intrinsicsTiger Wang2021-02-201-6/+3
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-73/+87
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-2/+2
* MultiVersionProtocol: fix two crashesTiger Wang2021-01-191-0/+7
* Clarify cClientHandle, cPlayer ownership semanticsTiger Wang2021-01-121-11/+6
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-191/+170
* Ignore CanFly flag sent by the clientmathiascode2020-12-181-6/+2
* Warnings improvementsTiger Wang2020-12-181-7/+5
* Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx122020-11-231-4/+71
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-28/+14
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-2/+2
* Added end portal and enchanting table block entities12xx122020-09-201-6/+34
* Remove unused ServerPort argumentTiger Wang2020-09-181-2/+1
* Add State enum to protocolTiger Wang2020-09-181-14/+9
* Remove unused ServerPort memberTiger Wang2020-09-181-1/+1
* Use tracing for explosions (#4845)Tiger Wang2020-09-121-15/+9
* Unused/duplicate function cleanupTiger Wang2020-08-291-1/+1
* CompressPacket: reserve CompressedSize, not the uncompressed sizeTiger Wang2020-08-211-3/+3
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-1/+1
* Add Statistics and Achievements for newer Network standards12xx122020-08-191-11/+119
* 1.14 connection supportTiger Wang2020-07-261-13/+13
* Remove some unused inclusionsTiger Wang2020-07-201-2/+0
* Reduce duplication in CompressPacketTiger Wang2020-07-191-42/+76
* Use cMultiVersionProtocol's bufferTiger Wang2020-07-181-29/+28
* Delete duplicated status request handlersTiger Wang2020-07-181-5/+14
* 1.13 items supportTiger Wang2020-07-181-1/+1
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-0/+20
* Made grass spreader prettierTiger Wang2020-07-061-1/+1
* Protocol: Avoid crashing on invalid sign textPeter Bell2020-05-291-1/+1
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-3/+3
* Update submodules (#4727)peterbell102020-05-091-8/+5
* Fixed various MSVC warnings.Mattes D2020-05-061-0/+1
* Fix one definition rule violationsTiger Wang2020-05-041-7/+3
* Improve entity position updates (#4701)Tiger Wang2020-05-041-79/+94
* Unify entity spawn packet sendingTiger Wang2020-05-011-186/+167
* Unify 1.8 and 1.9Tiger Wang2020-04-221-47/+90
* Delet SpawnObject paramsTiger Wang2020-04-201-1/+1
* Using Super.Mattes D2020-04-161-1/+1
* Fix compilation, for real this time.Alexander Harkness2020-04-101-0/+1
* Add Zombie VillagersBond-0092020-04-101-2/+14
* Initial resource pack support (#4622)Mat2020-04-071-0/+31
* Implement wither skeletons (#4563)Mat2020-04-041-8/+8
* 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-1/+1
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-99/+179
* Fix building with clang 8.0 (#4346)Bond-0092019-08-111-10/+14
* 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-4/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+3
* Keep players in gmNotSet (#4248)changyong guo2018-07-231-2/+2
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+13
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-36/+36
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-2/+10
* Add the fmt library (#4065)peterbell102018-01-031-5/+5
* Store Health as a float (#4073)Fabian2017-11-221-1/+1
* Implement horse inventory (#4053)peterbell102017-10-211-1/+4
* Fix switch warnings (#4013)peterbell102017-09-141-16/+18
* 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-0/+1
* Don't assert when placing beds in older versions (#3916)mathiascode2017-08-251-0/+1
* Add cUUID class (#3871)peterbell102017-08-251-5/+10
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+28
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-13/+3
* cParsedNBT: Improved error reporting (#3876)peterbell102017-07-301-1/+3
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-3/+3
* Handle middle mouse drag (#3847)peterbell102017-07-131-0/+3
* Use FastWriter instead of StyledWritermathiascode2017-05-161-1/+1
* Corrected particles (#3577)mathiascode2017-02-261-13/+9
* 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/+17
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+3623