summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol18x.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial support for the 1.11 protocol.Mattes D2016-12-161-268/+0
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+1
* Spectators added (#2852)bibo382016-10-121-0/+2
* Proper respawn packets on dimension travelLogicParrot2016-08-291-6/+1
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-17/+17
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+1
* Refactored cProtocol Chat handlingtycho2015-09-211-8/+2
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
* Improved mapsTiger Wang2015-07-141-3/+1
* Added system and above action bar chat messagesjan642015-06-021-0/+6
* Merge pull request #1848 from scottwillmoore/ImplementTitleCommandMattes D2015-05-261-0/+7
|\
| * Implement backend for /title commandScott Moore2015-04-131-0/+7
* | Added support for additional data in the ParticleEffect Packettycho2015-05-071-0/+1
|/
* Unified cPacketizer across all protocols.Mattes D2015-03-221-101/+18
* Fixed signedness warnings in Protocol.Mattes D2015-03-211-1/+1
* Fixed signedness issues in protocols.Mattes D2015-03-211-0/+5
* Unified cByteBuffer types.Mattes D2015-03-211-8/+11
* Improved furnacesTiger Wang2014-10-031-1/+1
* Rewritten plugin messages, vanilla are being parsed directly.madmaxoft2014-09-301-0/+4
* Dropped support for <1.7.xTiger Wang2014-09-271-3/+0
* Fixed players custom name in 1.8Howaner2014-09-261-1/+1
* Protocol 1.8: Handling packet compression properly.madmaxoft2014-09-251-2/+4
* Hotfixed 1.8 item reading.Howaner2014-09-221-1/+1
* Changed metadata reading again.Howaner2014-09-221-4/+1
* Fixed item nbt reading.Howaner2014-09-221-0/+3
* Exported player list states to extra functions.Howaner2014-09-181-70/+74
* Moved chat json creating to the CompositeChat class.Howaner2014-09-131-3/+1
* 1.8: Fixed maps.Howaner2014-09-131-2/+2
* 1.8: Fixed hangings.Howaner2014-09-111-0/+3
* 1.8: Added ParticleEffect packet.Howaner2014-09-111-1/+4
* 1.8: Added MultiBlockChange packet.Howaner2014-09-091-0/+5
* Added the player list to the 1.8 protocol.Howaner2014-09-091-1/+1
* 1.8: Added new uuid field.Howaner2014-09-091-0/+2
* Recoded cProtocol180 class.Howaner2014-09-081-54/+253
* 1.8: Fixed tab complete.Howaner2014-09-081-1/+2
* Fixed more 1.8 packets.Howaner2014-09-081-2/+7
* Updated chunk sending to 1.8Howaner2014-09-081-2/+0
* Implemented packet compression.Howaner2014-09-081-0/+1
* Fixed client errors.Howaner2014-09-041-0/+4
* Added more 1.8 protocol things.Howaner2014-09-041-0/+36
* Started implementing of the 1.8 protocol.Howaner2014-09-041-0/+76