summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol18x.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-25Protocol 1.8: Added checks for values presence.madmaxoft1-2/+8
2014-09-251.8 Protocol: Fixed problems with no-payload packets.madmaxoft1-6/+7
2014-09-23Fixed compiler warnings in 1.8 protocol.madmaxoft1-2/+2
2014-09-22Hotfixed 1.8 item reading.Howaner1-5/+5
2014-09-22Changed metadata reading again.Howaner1-169/+6
2014-09-22Fixed item nbt reading.Howaner1-3/+165
2014-09-19Code improvements.Howaner1-4/+4
2014-09-18Exported player list states to extra functions.Howaner1-54/+87
2014-09-181.8: Simplified item metadata reading.Howaner1-7/+3
2014-09-14Simplified WriteUUID()Howaner1-9/+9
2014-09-131.8: Updated scoreboard packets.Howaner1-3/+7
2014-09-13Moved chat json creating to the CompositeChat class.Howaner1-170/+3
2014-09-131.8: Fixed maps.Howaner1-16/+15
2014-09-12Fixed wrong buffer length in the 1.8 protocol.Howaner1-10/+4
2014-09-121.8: Fixed ReadItem()Howaner1-19/+39
2014-09-121.8: Added difficulty sendingHowaner1-0/+6
2014-09-121.8: Fixed block entities.Howaner1-8/+2
2014-09-121.8: Fixed workbench, enchanting and anvil window.Howaner1-3/+19
2014-09-121.8: Enderman, byte -> shortHowaner1-1/+1
2014-09-121.8: Fixed enderman spawning.Howaner1-1/+1
2014-09-111.8: Fixed inventory open packet.Howaner1-3/+2
2014-09-11Removed GetProtocolVersion() from the protocols.Howaner1-2/+1
2014-09-111.8: Fixed sign placing.Howaner1-1/+1
2014-09-111.8: Fixed hangings.Howaner1-30/+84
2014-09-111.8: Added ParticleEffect packet.Howaner1-13/+87
2014-09-091.8: Added MultiBlockChange packet.Howaner1-22/+61
2014-09-09Added the player list to the 1.8 protocol.Howaner1-7/+67
2014-09-09PlayerSpawn packet: Send the correct uuid.Howaner1-5/+1
2014-09-091.8: Added new uuid field.Howaner1-0/+17
2014-09-08More fixes.Howaner1-0/+5
2014-09-08Recoded cProtocol180 class.Howaner1-455/+2402
2014-09-081.8: Fixed tab complete.Howaner1-0/+17
2014-09-08Fixed more 1.8 packets.Howaner1-7/+189
2014-09-08Updated chunk sending to 1.8Howaner1-10/+7
2014-09-08Added GetProtocolVersion() to cProtocol.Howaner1-1/+2
2014-09-08Implemented packet compression.Howaner1-10/+24
2014-09-04Fixed client errors.Howaner1-24/+66
2014-09-04Added more 1.8 protocol things.Howaner1-5/+518
2014-09-04Started implementing of the 1.8 protocol.Howaner1-0/+385