summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol18x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Protocol 1.8: Added checks for values presence.madmaxoft2014-09-251-2/+8
* 1.8 Protocol: Fixed problems with no-payload packets.madmaxoft2014-09-251-6/+7
* Fixed compiler warnings in 1.8 protocol.madmaxoft2014-09-231-2/+2
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-5/+14
* Hotfixed 1.8 item reading.Howaner2014-09-221-5/+5
* Changed metadata reading again.Howaner2014-09-221-169/+6
* Fixed item nbt reading.Howaner2014-09-221-3/+165
* Code improvements.Howaner2014-09-191-4/+4
* Exported player list states to extra functions.Howaner2014-09-181-54/+87
* 1.8: Simplified item metadata reading.Howaner2014-09-181-7/+3
* Simplified WriteUUID()Howaner2014-09-141-9/+9
* 1.8: Updated scoreboard packets.Howaner2014-09-131-3/+7
* Moved chat json creating to the CompositeChat class.Howaner2014-09-131-170/+3
* 1.8: Fixed maps.Howaner2014-09-131-16/+15
* Fixed wrong buffer length in the 1.8 protocol.Howaner2014-09-121-10/+4
* 1.8: Fixed ReadItem()Howaner2014-09-121-19/+39
* 1.8: Added difficulty sendingHowaner2014-09-121-0/+6
* 1.8: Fixed block entities.Howaner2014-09-121-8/+2
* 1.8: Fixed workbench, enchanting and anvil window.Howaner2014-09-121-3/+19
* 1.8: Enderman, byte -> shortHowaner2014-09-121-1/+1
* 1.8: Fixed enderman spawning.Howaner2014-09-121-1/+1
* 1.8: Fixed inventory open packet.Howaner2014-09-111-3/+2
* Removed GetProtocolVersion() from the protocols.Howaner2014-09-111-2/+1
* 1.8: Fixed sign placing.Howaner2014-09-111-1/+1
* 1.8: Fixed hangings.Howaner2014-09-111-30/+84
* 1.8: Added ParticleEffect packet.Howaner2014-09-111-13/+87
* 1.8: Added MultiBlockChange packet.Howaner2014-09-091-22/+61
* Added the player list to the 1.8 protocol.Howaner2014-09-091-7/+67
* PlayerSpawn packet: Send the correct uuid.Howaner2014-09-091-5/+1
* 1.8: Added new uuid field.Howaner2014-09-091-0/+17
* More fixes.Howaner2014-09-081-0/+5
* Recoded cProtocol180 class.Howaner2014-09-081-455/+2402
* 1.8: Fixed tab complete.Howaner2014-09-081-0/+17
* Fixed more 1.8 packets.Howaner2014-09-081-7/+189
* Updated chunk sending to 1.8Howaner2014-09-081-10/+7
* Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-1/+2
* Implemented packet compression.Howaner2014-09-081-10/+24
* Fixed client errors.Howaner2014-09-041-24/+66
* Added more 1.8 protocol things.Howaner2014-09-041-5/+518
* Started implementing of the 1.8 protocol.Howaner2014-09-041-0/+385