Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1848 from scottwillmoore/ImplementTitleCommand | Mattes D | 2015-05-26 | 1 | -0/+7 |
|\ | | | | | Implement backend for /title command | ||||
| * | Implement backend for /title command | Scott Moore | 2015-04-13 | 1 | -0/+7 |
| | | |||||
* | | Added support for additional data in the ParticleEffect Packet | tycho | 2015-05-07 | 1 | -0/+1 |
|/ | | | | Also started refactoring how broadcasts are handled | ||||
* | Unified cPacketizer across all protocols. | Mattes D | 2015-03-22 | 1 | -101/+18 |
| | |||||
* | Fixed signedness warnings in Protocol. | Mattes D | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Fixed signedness issues in protocols. | Mattes D | 2015-03-21 | 1 | -0/+5 |
| | |||||
* | Unified cByteBuffer types. | Mattes D | 2015-03-21 | 1 | -8/+11 |
| | | | | cByteBuffer now reads and writes any of the [U]Int<N> types. | ||||
* | Improved furnaces | Tiger Wang | 2014-10-03 | 1 | -1/+1 |
| | | | | | | | | * Fixed progress bar on 1.8 * Fixed bugs * Improved code * Fixes #1068 * Fixes #1070 | ||||
* | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 2014-09-30 | 1 | -0/+4 |
| | | | | This should finally fix the compatibility problems between 1.7 and 1.8 protocols with the changes in the vanilla plugin messages. | ||||
* | Dropped support for <1.7.x | Tiger Wang | 2014-09-27 | 1 | -3/+0 |
| | |||||
* | Fixed players custom name in 1.8 | Howaner | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Protocol 1.8: Handling packet compression properly. | madmaxoft | 2014-09-25 | 1 | -2/+4 |
| | | | | The compression didn't work with CommLog turned on. | ||||
* | Hotfixed 1.8 item reading. | Howaner | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Changed metadata reading again. | Howaner | 2014-09-22 | 1 | -4/+1 |
| | |||||
* | Fixed item nbt reading. | Howaner | 2014-09-22 | 1 | -0/+3 |
| | |||||
* | Exported player list states to extra functions. | Howaner | 2014-09-18 | 1 | -70/+74 |
| | |||||
* | Moved chat json creating to the CompositeChat class. | Howaner | 2014-09-13 | 1 | -3/+1 |
| | |||||
* | 1.8: Fixed maps. | Howaner | 2014-09-13 | 1 | -2/+2 |
| | |||||
* | 1.8: Fixed hangings. | Howaner | 2014-09-11 | 1 | -0/+3 |
| | |||||
* | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 1 | -1/+4 |
| | |||||
* | 1.8: Added MultiBlockChange packet. | Howaner | 2014-09-09 | 1 | -0/+5 |
| | |||||
* | Added the player list to the 1.8 protocol. | Howaner | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | 1.8: Added new uuid field. | Howaner | 2014-09-09 | 1 | -0/+2 |
| | |||||
* | Recoded cProtocol180 class. | Howaner | 2014-09-08 | 1 | -54/+253 |
| | |||||
* | 1.8: Fixed tab complete. | Howaner | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | Fixed more 1.8 packets. | Howaner | 2014-09-08 | 1 | -2/+7 |
| | |||||
* | Updated chunk sending to 1.8 | Howaner | 2014-09-08 | 1 | -2/+0 |
| | |||||
* | Implemented packet compression. | Howaner | 2014-09-08 | 1 | -0/+1 |
| | | | ChunkData packet needs this. | ||||
* | Fixed client errors. | Howaner | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | Added more 1.8 protocol things. | Howaner | 2014-09-04 | 1 | -0/+36 |
| | |||||
* | Started implementing of the 1.8 protocol. | Howaner | 2014-09-04 | 1 | -0/+76 |