1. db8c450 Update used fastutil version by Shevchik · 7 years ago
  2. 7060c73 Those methods shouldn't have override annotation, because they are from by Shevchik · 7 years ago
  3. 2f95070 Replace trove with fastutil by Shevchik · 7 years ago
  4. aa16800 Update gradle build by Shevchik · 7 years ago
  5. 78e1611 Merge pull request #791 from ProtocolSupport/masterDataCacheVars by Shevchik · 7 years ago
  6. ae10426 fix derp by 7kasper · 7 years ago
  7. eb2339e pcBaseFlags -> baseFlags by 7kasper · 7 years ago
  8. 3a5cc36 Change dataCache variable structure. by 7kasper · 7 years ago
  9. bae48c2 Improve gradle build script by Shevchik · 7 years ago
  10. 80f00d8 Uncomment some packet id getters for glowstone by Shevchik · 7 years ago
  11. 5629863 Send survival gamemode for fake join packet. by Shevchik · 7 years ago
  12. af99025 Add a chunk interval send queue for 1.8. Should fix problems with by Shevchik · 7 years ago
  13. cd76fbd Store block sounds in block data and use it to get material sound by Shevchik · 7 years ago
  14. 7bba266 Update sounds.json by Shevchik · 7 years ago
  15. 365ae89 Merge pull request #785 from magicus/master by Shevchik · 7 years ago
  16. 642de7d Set java.awt.headless to true to disable app window on macos by Magnus Ihse Bursie · 7 years ago
  17. 1eb0e87 Refactor packet encoders/decoders by Shevchik · 7 years ago
  18. 5171801 Remove accidental final modifier by Shevchik · 7 years ago
  19. b74d8ae Refactor player list handling code by Shevchik · 7 years ago
  20. 92f1b06 Cleanup by Shevchik · 7 years ago
  21. dccdca3 Split network cache to multiple data classes by Shevchik · 7 years ago
  22. a328d97 Cast amplifier to byte to simulate negative levitation by Shevchik · 7 years ago
  23. 75a27b2 Always use utf-8 for compiling by Shevchik · 7 years ago
  24. aeef3cf Actually fix glowstone compat for getSession change by Shevchik · 7 years ago
  25. 28377df Merge pull request #773 from Pr0methean/patch-1 by Shevchik · 7 years ago
  26. ca94109 Update Glowstone snapshot by Pr0methean · 7 years ago
  27. f40a025 Update GlowStoneNetworkManagerWrapper.java by Chris Hennick · 7 years ago
  28. 0631c03 Merge pull request #771 from ProtocolSupport/fix-769 by Shevchik · 7 years ago
  29. eaf7966 Update Glowstone version, update code to match new Glowstone API, fixes #769 by MrPowerGamerBR · 7 years ago
  30. 26c801b Remove colors codes at the end by Shevchik · 7 years ago
  31. 6f7ec86 Fix thrown potion metadata remap for 1.9 by Shevchik · 7 years ago
  32. c8f9be6 Fix wrong entity metadata type index were being used. It worked by pure by Shevchik · 7 years ago
  33. 4504ced Cleanup by Shevchik · 8 years ago
  34. aa212aa Add levitation effect velocity set for versions that don't support it by Shevchik · 8 years ago
  35. 98e02d4 Create and recycle packet events instead of using same one to avoid data by Shevchik · 8 years ago
  36. 1a8718c To string for ProfileProperty by Shevchik · 8 years ago
  37. cef3db3 Validate addresses in ProtocolStorage by Shevchik · 8 years ago
  38. d5b7d80 Make some fields protected and fix grammar mistakes by Shevchik · 8 years ago
  39. 6f98cd1 Fix legacy inventory horse id by Shevchik · 8 years ago
  40. 833fd20 Fix horse flags metadata by Shevchik · 8 years ago
  41. 140973d Add missing entity action mapping for horse inventory open for 1.6-1.7 by Shevchik · 8 years ago
  42. b6a721b Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 8 years ago
  43. bee1b20 Remap arrow object data by Shevchik · 8 years ago
  44. 58f4b78 Merge pull request #759 from EntryPointKR/master by Shevchik · 8 years ago
  45. 5aa89a4 Merge pull request #761 from lucko/handshake-event by Shevchik · 8 years ago
  46. 4d7ac62 Add support for Paper's PlayerHandshakeEvent (#739) by Luck · 8 years ago
  47. 1339ff0 Use abs time in <= 1.5.2 by EntryPointKR · 8 years ago
  48. 0e05236 Move logging player uuid, so it actually prints the uuid used by the by Shevchik · 8 years ago
  49. 40683fc Fix initial decoder in cases where first packet was split to multiple tcp frames by Shevchik · 8 years ago
  50. c435e6c Decompress encap protocol if needed when decoding first packet by Shevchik · 8 years ago
  51. b820cf4 Should be unsigned by Shevchik · 8 years ago
  52. 3de54a8 Check protocol type for disabled versions future and legacy getter by Shevchik · 8 years ago
  53. 3c568ae Directly use replaying buffer where possible by Shevchik · 8 years ago
  54. 65ef78b No longer send protocol version with encapsulated handshake. Server by Shevchik · 8 years ago
  55. 3ccc1fa Also fix the build classpath by Shevchik · 8 years ago
  56. a2d6d8c Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 8 years ago
  57. 3e1aa50 Update and fix Glowstone's artifact build, fixes "updateLibs" errorsbuild errors by Leonardo Malaman · 8 years ago
  58. 0846206 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 8 years ago
  59. 31073a6 Fix position decoding. by 7kasper · 8 years ago
  60. ff03fc4 This class no longer needs to be preloaded by Shevchik · 8 years ago
  61. ff72187 Merge pull request #748 from momothereal/glowstone-fix by Shevchik · 8 years ago
  62. e50c223 Add fullEncryption check for Glowstone by momothereal · 8 years ago
  63. aed928f Cleanup imports. by momothereal · 8 years ago
  64. 36a240e Move enabling encryption to PlatformUtils. by momothereal · 8 years ago
  65. 0beb909 Swap decrypt and encrypt modes. by momothereal · 8 years ago
  66. bc66de9 Handle encryption correctly on Glowstone by momothereal · 8 years ago
  67. 021a282 Use reflection to get glowstone GAME_VERSION. Constants are inlined at by Shevchik · 8 years ago
  68. 6d941a9 Cache glowstone ProtocolType enum values by Shevchik · 8 years ago
  69. b3ff917 Move getNetworkState to NetworkManagerWrapper. This allows to not by Shevchik · 8 years ago
  70. c3d1f2a Don't create garbage glowstone network manager impl objects every time by Shevchik · 8 years ago
  71. fdb70f5 Move method impl by Shevchik · 8 years ago
  72. 1173a2e Use a switch table instead of enum ordinals by Shevchik · 8 years ago
  73. 01df80b Cleanup by Shevchik · 8 years ago
  74. 4013014 Reuse metadata array map objects by Shevchik · 8 years ago
  75. 47fc00f Only implement read for datawatcher objects that can be sent by server by Shevchik · 8 years ago
  76. 2d10454 Reuse Position object when possible by Shevchik · 8 years ago
  77. 27c999d Fix legacy entity type remap by Shevchik · 8 years ago
  78. 8f16187 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by shevchik · 8 years ago
  79. c7fff47 Lookup enum constants using holder that doesn't clone the enum constants array by shevchik · 8 years ago
  80. 48d5a10 Actually remap open inventory for 1.5-1.7 by shevchik · 8 years ago
  81. 35dad09 Merge pull request #743 from DevJul1an/master by Shevchik · 8 years ago
  82. addac61 Update ItemStackRemapper by Julian · 8 years ago
  83. dcafa6b Merge pull request #742 from DevJul1an/master by Shevchik · 8 years ago
  84. 55a0149 Update IdRemapper.java by Julian · 8 years ago
  85. 2428a60 Add ability to cancel connection handshake event by Shevchik · 8 years ago
  86. 43ce331 Add protocoltype check here too by Shevchik · 8 years ago
  87. 67092f1 Improve ConnectioHandsahkeEvent by Shevchik · 8 years ago
  88. 468d1f4 Fix ConnectionHandshakeEvent by Shevchik · 8 years ago
  89. dcfc8c9 Use shared null itemstackwrapper instance by Shevchik · 8 years ago
  90. 8cdeee7 Add a way to get current server platform identifier by Shevchik · 8 years ago
  91. c5ffff9 Add method to get current server network state (useful for decoding raw by Shevchik · 8 years ago
  92. 1e70a07 Remove not really needed method by Shevchik · 8 years ago
  93. 9350718 Merge pull request #717 from momothereal/glowstone-1.12.2 by Shevchik · 8 years ago
  94. ade0e7e Update Glowstone version to latest to support 1.12.2. by momothereal · 8 years ago
  95. cfb594c Prepare for release by Shevchik · 8 years ago
  96. d6896e5 Only send pickup sound if collector id matches player id (otherwise you by Shevchik · 8 years ago
  97. 6186592 Route title packet action bar to chat action bar for clients that don't by Shevchik · 8 years ago
  98. 2a72053 Add missing protocol type checks by Shevchik · 8 years ago
  99. bdd4d63 Fix TitleAPI by Shevchik · 8 years ago
  100. 2c7ea89 Share more code by Shevchik · 8 years ago