Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | LogicParrot | 2017-09-08 | 1 | -176/+85 |
|\ | |||||
| * | GetPacketID for protocol packet IDs (#3977) | Lane Kolbly | 2017-09-02 | 1 | -176/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added GetPacketId method to protocol, implemented for all protocols. * Moved GetPacketID methods into a single file, alpha-sorted. * Fixed 1.12.1 HandlePacket switch statement. * Added SendLogin to the GetPacketId framework. * Added SpawnObject to GetPacketId framework. * Added missing sendEntityEquipment packet ID update for 1.12.1 * Added LeashEntity packet ID change to 1.12.1 * Alphabetized packet enum, added SpawnGlobalEntity to GetPacketId framework * Fixed clang errors * Indented cases, expanded comment for GetPacketId * Changed dyslexic comment. | ||||
* | | mbedTLS merge | LogicParrot | 2017-08-30 | 1 | -13/+17 |
|\| | |||||
| * | Protocol Spawn Position Should Use LastSentPosition (#3929) | Lane Kolbly | 2017-08-30 | 1 | -12/+16 |
| | | | | | | | | | | | | + Added GetLastSentPos * Fixed spawn position bug in 1.8. | ||||
| * | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target | ||||
* | | Merge branch 'master' into mobs2 | LogicParrot | 2017-08-29 | 1 | -10/+39 |
|\| | |||||
| * | Implement Forge protocol handshake support (#3869) | satoshinm | 2017-08-27 | 1 | -10/+39 |
| | | |||||
* | | conflict fix | LogicParrot | 2017-08-27 | 1 | -5/+10 |
|\| | |||||
| * | 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/+9 |
| | | |||||
* | | Merge branch 'master' into mobs2 | LogicParrot | 2017-08-24 | 1 | -1/+1 |
|\| | |||||
| * | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -1/+1 |
| | | |||||
* | | d | LogicParrot | 2017-08-23 | 1 | -1/+2 |
|/ | |||||
* | Fully implemented leashes (#3798) | Pablo Beltrán | 2017-08-21 | 1 | -0/+24 |
| | |||||
* | Represent cItem::m_Lore as an AStringVector (#3882) | peterbell10 | 2017-08-18 | 1 | -13/+4 |
| | | | | | | | | * Replace cItem::m_Lore with AStringVector * Reword deprecation warning * Fix lua bindings | ||||
* | Handle Teleport Confirmation Packet (#3884) | Lane Kolbly | 2017-08-02 | 1 | -4/+22 |
| | | | + Added code to drop incoming client position packets until the most recent teleport was confirmed. | ||||
* | cParsedNBT: Improved error reporting (#3876) | peterbell10 | 2017-07-30 | 1 | -1/+3 |
| | | | | | | * cParsedNBT: Improved error reporting * Fix typos | ||||
* | Tentative fix for player-limit race condition (#3862) | Tiger Wang | 2017-07-28 | 1 | -10/+10 |
| | | | | | | | | | | * Attempts to fix #2257 Derived from d233e9843148313c71fbaba96ccff660e47b07b1 * Changed player count type to int * Clarified certain actions | ||||
* | Handle middle mouse drag (#3847) | peterbell10 | 2017-07-13 | 1 | -0/+3 |
| | |||||
* | Fixes double right click on entities till off-hand actions gets implemented (#3821) | Pablo Beltrán | 2017-07-03 | 1 | -2/+8 |
| | |||||
* | Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner | Lukas Pioch | 2017-06-09 | 1 | -1/+3 |
| | |||||
* | Exported boat | Lukas Pioch | 2017-05-24 | 1 | -1/+1 |
| | | | | | | | - NBT: Added saving / loading of material - Added the material in the item handler of the boat - Drop the correct boat if destroyed - APIDoc: Added desc and functions | ||||
* | Spawn eggs works again | Lukas Pioch | 2017-05-22 | 1 | -3/+5 |
| | |||||
* | Use FastWriter instead of StyledWriter | mathiascode | 2017-05-16 | 1 | -4/+4 |
| | |||||
* | VarInt metadata written correctly for boats (#3709) | peterbell10 | 2017-05-15 | 1 | -3/+3 |
| | | | | * Varint metadata written correctly for boats | ||||
* | Corrected particles (#3577) | mathiascode | 2017-02-26 | 1 | -13/+9 |
| | | | Fixes wrong IDs causing particles to become unknown to the server. | ||||
* | Add 1.11.1/1.11.2 protocol (#3575) | mathiascode | 2017-02-21 | 1 | -3/+3 |
| | |||||
* | 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/+13 |
| | |||||
* | Initial support for the 1.11 protocol. | Mattes D | 2016-12-16 | 1 | -0/+4406 |