1. ec8a555 Change MINECRAFT_1_11 friendly version name from 1.11.1 to 1.11.2 by Shevchik · 8 years ago
  2. cb0baac Log startup exception by Shevchik · 8 years ago
  3. 5be3d8f Cleanup by Shevchik · 8 years ago
  4. de0a5f2 Check protocol types too when serializing by Shevchik · 8 years ago
  5. bd50da6 Rename by Shevchik · 8 years ago
  6. 9476586 Make sure ProtocolVersion inits first by Shevchik · 8 years ago
  7. 90523c3 More documentation by Shevchik · 8 years ago
  8. 59b3566 Update gradle to 3.4.1. Add our own version of shadowJar plugin that can by Shevchik · 8 years ago
  9. 39e1922 Package source with plugin by Shevchik · 8 years ago
  10. dd1a178 Improve and document ProtocolVersion by Shevchik · 8 years ago
  11. 3c5442b Cleanup by Shevchik · 8 years ago
  12. dcb6a9f Fix legacy decoder by Shevchik · 8 years ago
  13. a4f248d Fix custom payload by Shevchik · 8 years ago
  14. 3fdaae4 Replace single serializer with a lot of static methods by Shevchik · 8 years ago
  15. 3eef7d8 Remove useless clientbound middle packet generic by Shevchik · 8 years ago
  16. 41ed8e5 Fix quartz block remap fo 1.4.7 by Shevchik · 8 years ago
  17. 7c48f77 Dev version by Shevchik · 8 years ago
  18. 07ed7c6 Spaces by Shevchik · 8 years ago
  19. 000c954 Prepare for release. Update README. by Shevchik · 8 years ago
  20. 87aeb80 Change 0 value attributes to 0.0000001 because minecraft doesn't like 0 values. by Shevchik · 8 years ago
  21. 3f4c942 Check that channel is not null by Shevchik · 8 years ago
  22. b3ec85d Fix remapper by Shevchik · 8 years ago
  23. 80b7811 Use raw address as primary key for protocolstorage. Also store all new by Shevchik · 8 years ago
  24. 4d25a99 Use raw address as primary key for protocolstorage. Also store all new by Shevchik · 8 years ago
  25. 2c50713 Remap books only at custom payload by Shevchik · 8 years ago
  26. 2cb16b5 Add missing check by Shevchik · 8 years ago
  27. 003f92e Replace manifest after shadowJar by Shevchik · 8 years ago
  28. 5876af0 Fix remapped itemstack writing by Shevchik · 8 years ago
  29. e3b183a Remove unneeded call by Shevchik · 8 years ago
  30. ce36056 Send item pickup sound for < 1.9 by Shevchik · 8 years ago
  31. 327724b Check if connection is not null in case of fake players (players with by Shevchik · 8 years ago
  32. 65200df Kick player if connection link is severed by Shevchik · 8 years ago
  33. a329c59 Cleanup by Shevchik · 8 years ago
  34. 3e970fe Add read itemstack remapping. Remap book pages for 1.8. by Shevchik · 8 years ago
  35. fb9866a Fix null nbttag compound toString by Shevchik · 8 years ago
  36. 826e0c4 Fix glowstone network manager get spoofed profile by Shevchik · 8 years ago
  37. a4c09b0 Change platform detection by Shevchik · 8 years ago
  38. 0b2b0e0 Do not use google guava by Shevchik · 8 years ago
  39. 9fd366d Add guava by Shevchik · 8 years ago
  40. aa42333 Remove META-INF from shaded libraries by Shevchik · 8 years ago
  41. bf9be3d Use now shaded apache commons by Shevchik · 8 years ago
  42. 3dfe0f6 Some renames by Shevchik · 8 years ago
  43. 259fdb3 Rename by Shevchik · 8 years ago
  44. b1f5f0b Refactor itemstack remapper by Shevchik · 8 years ago
  45. 6c2eaf9 Fix translate component by Shevchik · 8 years ago
  46. da3d195 Limit the size of uncompressed packet by Shevchik · 8 years ago
  47. cd70a78 Fix createNullNBTCompound creating empty nbt compound (This is how by Shevchik · 8 years ago
  48. 5876bc6 Add pages tag with 1 empty page if tag exists but pages tag does not. by Shevchik · 8 years ago
  49. 40e6924 Clean workspace before building, gradle can't redownload broken files by Shevchik · 8 years ago
  50. e79eb4c GlowStone doesn't have names for all achievements and stats by Shevchik · 8 years ago
  51. 0920911 Cleanup by Shevchik · 8 years ago
  52. e2a2d02 It's GlowStone no GlowStonePlusPlus by Shevchik · 8 years ago
  53. 4e41e6b Revert lang constr, istead add getValue with lang by Shevchik · 8 years ago
  54. b453fd3 Add lang constr to tl component by Shevchik · 8 years ago
  55. 0ac9992 i18n data by Shevchik · 8 years ago
  56. d63c237 Implement setting spoofed profile for glowstone by Shevchik · 8 years ago
  57. fdae0c2 Implement user list header footer by Shevchik · 8 years ago
  58. 79914ab Debug for glowstone by Shevchik · 8 years ago
  59. ae66571 Implement some things in GlowStone network manager wrapper. Fix by Shevchik · 8 years ago
  60. 8ee18d1 Implement glowstone platform achievments and stats by Shevchik · 8 years ago
  61. fd56119 SoundData by Shevchik · 8 years ago
  62. 98beb60 Add potion data by Shevchik · 8 years ago
  63. c6b92b3 Change package by Shevchik · 8 years ago
  64. 8953154 Move server info response to separate thread pool by Shevchik · 8 years ago
  65. 22f099c Use MinecraftData to get item id by name instead of relying on platform by Shevchik · 8 years ago
  66. 9230f5b Do not allow payloads larger than Short.MAX_VALUE. by Shevchik · 8 years ago
  67. 32e1a06 Update readme by Shevchik · 8 years ago
  68. 8e1fb72 With server info packet creation for glowstone by Shevchik · 8 years ago
  69. 215c58e No need to store join data by Shevchik · 8 years ago
  70. 1e184f4 Cleanup by Shevchik · 8 years ago
  71. 44512fa Fix spigot login by Shevchik · 8 years ago
  72. 9e55c3f Fix some packet ids by Shevchik · 8 years ago
  73. 50a4a72 Fully implement login logic for glowstone by Shevchik · 8 years ago
  74. bd5e5c2 Some more platform utils implementation for glowstone by Shevchik · 8 years ago
  75. 3029a3a ItemStack wrapper by Shevchik · 8 years ago
  76. 7db9973 Create wrappers for glowstone nbt by Shevchik · 8 years ago
  77. eaf3ee7 Allow empty bytebufs by Shevchik · 8 years ago
  78. 512e9b8 Outdated message by Shevchik · 8 years ago
  79. e2a820f Use newly added session getter by Shevchik · 8 years ago
  80. c10a9c1 Fix compression, implement key response handler by Shevchik · 8 years ago
  81. f210904 Implement our own packet encrypter so we don't have to rely on platform for it by Shevchik · 8 years ago
  82. 3424bf9 Handle offline mode login (need to change how encryption is enabled to by Shevchik · 8 years ago
  83. edc2b98 Change some things so setting framing handlers in different platforms is by Shevchik · 8 years ago
  84. fb5c09d Rename some classes by Shevchik · 8 years ago
  85. b7ea685 Start of glowstone implementation. Ping works, anything else - not. by Shevchik · 8 years ago
  86. 21da62e ChannelsHandlers abstrtaction, not every platform implementation has by Shevchik · 8 years ago
  87. 7b7d186 Implement toString for GameProfile by Shevchik · 8 years ago
  88. 09a0581 Add profile name to disconnect message by Shevchik · 8 years ago
  89. 5f779e8 No longer send sounds that doesn't have legacy counterparts. Also clamp by Shevchik · 8 years ago
  90. 959c7a2 Rename by Shevchik · 8 years ago
  91. 818a9a6 Cleanup, also add non minecraft: prefixed basic potions by Shevchik · 8 years ago
  92. aa126bf Move other players kick code to shared by Shevchik · 8 years ago
  93. d47e764 Proper server platform implementation by Shevchik · 8 years ago
  94. 915a998 Platform utils lazy load by Shevchik · 8 years ago
  95. 5706984 Fix offline login by Shevchik · 8 years ago
  96. 8d9aac7 Implement session service by Shevchik · 8 years ago
  97. 6940472 Replace mojang authlib with own implementation. Still need to implement by Shevchik · 8 years ago
  98. 0881029 Download spigot from yivesmirror by Shevchik · 8 years ago
  99. f73583f Use base64 from java8 by Shevchik · 8 years ago
  100. c6cb91c Move needed commons lang utils to separate class by Shevchik · 8 years ago