1. cb2be8e try reverting to similar send behavior by mastercoms · 4 years, 9 months ago
  2. a70ec9c fix import order actually by mastercoms · 4 years, 9 months ago
  3. 31d9df1 fix import order by mastercoms · 4 years, 9 months ago
  4. f45b027 remove star import by mastercoms · 4 years, 9 months ago
  5. adc54df login, networking & proto fixes by mastercoms · 4 years, 9 months ago
  6. 44c0d45 Add LoginPluginRequest and LoginPluginResponse packets by momothereal · 7 years ago
  7. 0c1e306 update proxy support (almost working) by mastercoms · 4 years, 9 months ago
  8. 19d5b02 fix imports by mastercoms · 4 years, 9 months ago
  9. 95a6263 optimize chunk query in entity pulse by mastercoms · 4 years, 9 months ago
  10. 51469cd optimize bitfields in metadata map by mastercoms · 4 years, 9 months ago
  11. f84d4bd refactor per chunk block updates to a multimap by mastercoms · 4 years, 9 months ago
  12. 7d6a61b optimize player pulse loop by mastercoms · 4 years, 9 months ago
  13. 288546e rebase checkstyle onto latest google checkstyle by mastercoms · 4 years, 10 months ago
  14. 1f12b6c color must be specified before formatting by mastercoms · 4 years, 10 months ago
  15. c45c3cd don't use section symbol directly, as resources on pre Java 9 are not UTF-8 by mastercoms · 4 years, 10 months ago
  16. bae8f0d no need for a synchronized block changes list by mastercoms · 4 years, 10 months ago
  17. 41340b2 refactor broadcasted block changes by mastercoms · 4 years, 10 months ago
  18. 51af536 use faster flush for compression by mastercoms · 4 years, 10 months ago
  19. 8a72d3c mock getChannel to fix tests by mastercoms · 4 years, 10 months ago
  20. 1d35e56 skip block state altogether by mastercoms · 4 years, 10 months ago
  21. 2fb6d6b accidentally removed used import by mastercoms · 4 years, 10 months ago
  22. 1b728e6 fix unused imports by mastercoms · 4 years, 10 months ago
  23. c0e2322 skip physics updates in generation by mastercoms · 4 years, 10 months ago
  24. 0159c6a use new api to pool chunk messages by mastercoms · 4 years, 10 months ago
  25. 91a0734 reduce allocations for entity manager grouped map by mastercoms · 4 years, 10 months ago
  26. 6c92b76 use Int2ObjectMap to avoid boxing for block entities by mastercoms · 4 years, 10 months ago
  27. 32c20c1 do not recreate state data when not needed by mastercoms · 4 years, 10 months ago
  28. a882864 optimize compression handler by mastercoms · 4 years, 10 months ago
  29. c72142b skip map boxing and abstraction for GlowChunk.Key by mastercoms · 4 years, 10 months ago
  30. 93c314e simplify logic in getChunk by mastercoms · 4 years, 10 months ago
  31. 446df82 fix population running when generation is disabled by mastercoms · 4 years, 10 months ago
  32. 25ccc1b fix values view & iterator being created every empty tick by mastercoms · 4 years, 10 months ago
  33. 275a15e Linkstone runtime support (#952) by Aki · 4 years, 10 months ago
  34. 1624f60 Add GlowAdvancementDisplay flags (#1105) by x4e · 5 years ago
  35. e0a1589 Allow blocks to fall when placed directly on a non solid block (#1106) by x4e · 5 years ago
  36. 4ebe170 Add vine physics (#1107) by x4e · 5 years ago
  37. 663cea6 It's 2021 (2) by mastercoms · 5 years ago
  38. 51048fd avoid unnecessary boxing (#1102) by KisaragiEffective · 5 years ago
  39. bf37d6e fix method parameter by mastercoms · 5 years ago
  40. f24c9dc update some APIs in GlowInventory by mastercoms · 5 years ago
  41. ccf869d add equipmentSlot field to inventory slot by mastercoms · 5 years ago
  42. 4bd5b6c update distribution license by mastercoms · 6 years ago
  43. 5e0ad72 Implement WrittenBook open. Fix WritableBook sign (#1099) by SHADOWDANCH · 6 years ago
  44. 322b7de Adds missing cauldron-item interactions. (#1097) by Emre Özcan · 6 years ago
  45. 365a74b Update EntityEffectMessage. Optimize PotionEffect's pulsing (#1098) by SHADOWDANCH · 6 years ago
  46. c4c59a7 Implement Beacon logic (#1092) by SHADOWDANCH · 6 years ago
  47. 3c14954 Add background option to GlowAdvancementDisplay. Fix client crash (#1093) by SHADOWDANCH · 6 years ago
  48. 1b0cea8 Fix potion effects display to self (#1090) by SHADOWDANCH · 6 years ago
  49. 0f75caa update repo URL default and fix logging depends in CB compatibility bundle by mastercoms · 6 years ago
  50. 6cbb8bb Fire PlayerChangedMainHandEvent (#1088) by SHADOWDANCH · 6 years ago
  51. d1fe1e9 Add unimplemented methods from Glowkit update. by Alex Abbott · 6 years ago
  52. b1a1b5a Fix import spacing violations (checkstyle) (#1086) by Arne Brasseur · 6 years ago
  53. a44bb83 add GravityAccel to GlowAnimal (#1084) by ㄗㄠˋ ㄑㄧˊ · 6 years ago
  54. 4681a72 github wiki was replaced by Glowstone docs (#1083) by ㄗㄠˋ ㄑㄧˊ · 6 years ago
  55. 9b7d569 Fix wrong coordinates passed to isSnowy (#1075) by Muqsit Rayyan · 6 years ago
  56. cf11388 Use synchronizedSet (#1072) by PayDevD · 6 years ago
  57. 89e000f replace non-enum collections with enum collections (#1066) by KisaragiEffective · 6 years ago
  58. 2676d00 Fix raw types (#1057) by KisaragiEffective · 6 years ago
  59. 846c6b5 Implement EntityAddToWorld event firing (#1063) by Alexander Kostyurenko · 7 years ago
  60. 2fee158 Fix some issue with the /glowstone command. by momothereal · 7 years ago
  61. cdf3bb8 Fire PlayerInitialSpawnEvent (#922) (#1051) by Caleb Sacks · 7 years ago
  62. 760bff1 fix javadoc by mastercoms · 7 years ago
  63. c1fa660 Send real player entity id, implement EntityResurrectEvent, fix #1049 (#1050) by SHADOWDANCH · 7 years ago
  64. b3b6502 Make login DNS server configurable in glowstone.yml (#1044) by smartboyathome · 7 years ago
  65. 00c156d Fix #1042 (#1043) by Chris Hennick · 7 years ago
  66. 9696b2f Animal feeding improvements (#1025) by Chris Hennick · 7 years ago
  67. d4812fe Command i18n through /testforblocks, and associated refactors (#1035) by Chris Hennick · 7 years ago
  68. d6ed91c Localize /testfor by Chris Hennick · 7 years ago
  69. 83ce4ab Replace redundant immutable empty list with Collections.emptyList() by Chris Hennick · 7 years ago
  70. 7c941fe use dns_port constant by mastercoms · 7 years ago
  71. c4653f9 fix imports and types by mastercoms · 7 years ago
  72. 478d0b1 Fix Pythonic syntax for comment by mastercoms · 7 years ago
  73. 512ba7e Implement slime blocks pushing and proper handling of non-movable blocks by pistons (#1017) by Nikita Medvedev · 7 years ago
  74. d486808 fix DNS resolution issues by mastercoms · 7 years ago
  75. 7e6da83 Replace ad-hoc Validator class with Java Predicate (#1034) by Marcos Del Sol Vives · 7 years ago
  76. 62537b5 Revert "Use Collections.emptyList()" by Chris Hennick · 7 years ago
  77. 0c1ec07 Use Collections.emptyList() by Chris Hennick · 7 years ago
  78. 8b2bdb2 Azure: JDK 11 and code coverage (#1032) by Gareth Coles · 7 years ago
  79. f8938f8 i18nize and refactor GlowstoneCommand (#1026) by Chris Hennick · 7 years ago
  80. 0dc70b3 Reduce some duplication in networking-related code (#1028) by kashike · 7 years ago
  81. 7a2cb23 supply a consumer with each 'cut' when splitting experience (#1027) by kashike · 7 years ago
  82. 58f8aa4 Use constants for gamerule names (#1029) by kashike · 7 years ago
  83. a9445ff Finish localizing TellrawCommand by Chris Hennick · 7 years ago
  84. 9424a9e Finish localizing SetBlockCommand by Chris Hennick · 7 years ago
  85. 669ad8d Item amount decrement is now applied on block place (fixes #1012) (#1022) by Jacob G · 7 years ago
  86. b5cc02a Regional difficulty (#1019) by VaiTon · 7 years ago
  87. 8124225 Revert "Animal feeding fixes:" by Chris Hennick · 7 years ago
  88. 6680d94 Revert "Implements love mode duration and particle emission." by Chris Hennick · 7 years ago
  89. 54c3ff3 Implements love mode duration and particle emission. by Chris Hennick · 7 years ago
  90. b98953e Animal feeding fixes: by Chris Hennick · 7 years ago
  91. 04ccbda Simplify computeGrowthAmount by Chris Hennick · 7 years ago
  92. 3192c0f Implemented statistic tracking (#1021) by VaiTon · 7 years ago
  93. 6710673 Implements missing events (#1018) by VaiTon · 7 years ago
  94. 7951f06 Implement BlockPistonRetractEvent firing (#1014) by Nikita Medvedev · 7 years ago
  95. 55b43af Implement BlockPistonExtendEvent (#1013) by Nikita Medvedev · 7 years ago
  96. a133cfa Implement Player locale Setting (#1011) by heisluft · 7 years ago
  97. 015daf7 RegionFile fixes and improvements (#997) by Andrew Steinborn · 7 years ago
  98. 867df01 i18nize /pardonip, /playsound and /say (#1004) by Chris Hennick · 7 years ago
  99. 0b55ac3 Localize achievement names (#1005) by Chris Hennick · 7 years ago
  100. 46780de [i18n] Partially i18nize all remaining commands (#1003) by Chris Hennick · 7 years ago