1. 5b378ba fix usage of old type id and data setter by mastercoms · 3 years, 5 months ago
  2. 15e7399 Merge branch '1.12' into perf-fixes by mastercoms · 3 years, 5 months ago
  3. bae8f0d no need for a synchronized block changes list by mastercoms · 3 years, 5 months ago
  4. 41340b2 refactor broadcasted block changes by mastercoms · 3 years, 5 months ago
  5. 51af536 use faster flush for compression by mastercoms · 3 years, 5 months ago
  6. 8a72d3c mock getChannel to fix tests by mastercoms · 3 years, 5 months ago
  7. 1d35e56 skip block state altogether by mastercoms · 3 years, 5 months ago
  8. 2fb6d6b accidentally removed used import by mastercoms · 3 years, 5 months ago
  9. 1b728e6 fix unused imports by mastercoms · 3 years, 5 months ago
  10. c0e2322 skip physics updates in generation by mastercoms · 3 years, 5 months ago
  11. 0159c6a use new api to pool chunk messages by mastercoms · 3 years, 5 months ago
  12. 91a0734 reduce allocations for entity manager grouped map by mastercoms · 3 years, 5 months ago
  13. 6c92b76 use Int2ObjectMap to avoid boxing for block entities by mastercoms · 3 years, 5 months ago
  14. 32c20c1 do not recreate state data when not needed by mastercoms · 3 years, 5 months ago
  15. a882864 optimize compression handler by mastercoms · 3 years, 5 months ago
  16. c72142b skip map boxing and abstraction for GlowChunk.Key by mastercoms · 3 years, 5 months ago
  17. 93c314e simplify logic in getChunk by mastercoms · 3 years, 5 months ago
  18. 446df82 fix population running when generation is disabled by mastercoms · 3 years, 5 months ago
  19. 25ccc1b fix values view & iterator being created every empty tick by mastercoms · 3 years, 5 months ago
  20. 6dbccf3 possibly fix Linkstone error by mastercoms · 3 years, 5 months ago
  21. 25e588a Merge branch '1.12' into dev by mastercoms · 3 years, 5 months ago
  22. 5537ab4 fix import by mastercoms · 3 years, 5 months ago
  23. ed39865 implement legacyComponentSerializer() by mastercoms · 3 years, 5 months ago
  24. d8fb62c remove temp by mastercoms · 3 years, 5 months ago
  25. c6869cc more hacks to handle material fallout by mastercoms · 3 years, 5 months ago
  26. 5f37741 Hopefully final version of recipes.yml for now. The material names are now updated. Also along is the updated version of CraftingManager which sets some flags in the item maps to tell Bukkit that we're not using legacy Material names which was the other half of the errors. This system is a little messy so we should switch over to using the Mojang provided recipes.json or whatever it is ASAP. by Birbyy · 4 years, 10 months ago
  27. 470c008 Shapeless recipe ingredient arrays were actually indexed maps and not normal arrays, causing an error. This is fixed here. by Birbyy · 4 years, 10 months ago
  28. 61e0e4f Update the script and output the recipes with the old format, simply without damage. by Birbyy · 4 years, 11 months ago
  29. aca7d16 Ran a Node script to remove the damage property from the recipes.yml. Did not change anything else. by Birbyy · 4 years, 11 months ago
  30. 275a15e Linkstone runtime support (#952) by Aki · 3 years, 5 months ago
  31. 225d312 Fix test compilation by Aram Peres · 3 years, 6 months ago
  32. 9e8c8b9 Checkstyle fixes part 3 by Aram Peres · 3 years, 6 months ago
  33. 256dd87 Checkstyle fixes part 2 by Aram Peres · 3 years, 6 months ago
  34. f3afbc2 Checkstyle fixes part 1 by Aram Peres · 3 years, 6 months ago
  35. ef9c7a9 Make everything compile by Aram Peres · 3 years, 6 months ago
  36. 945a288 1.16 GlowBlock by Aram Peres · 3 years, 6 months ago
  37. 3e1b728 1.16 GlowPlayer by Aram Peres · 3 years, 6 months ago
  38. 4954e77 Implement a couple entity classes by Aram Peres · 3 years, 6 months ago
  39. 63e227f Update a couple more classes by Aram Peres · 3 years, 6 months ago
  40. 7ea4946 Update to 1.16.5 by Aram Peres · 3 years, 6 months ago
  41. ac27250 Merge branch 'dev' into 1.16 by Aram Peres · 3 years, 10 months ago
  42. 1624f60 Add GlowAdvancementDisplay flags (#1105) by x4e · 3 years, 10 months ago
  43. e0a1589 Allow blocks to fall when placed directly on a non solid block (#1106) by x4e · 3 years, 10 months ago
  44. 4ebe170 Add vine physics (#1107) by x4e · 3 years, 10 months ago
  45. 663cea6 It's 2021 (2) by mastercoms · 3 years, 11 months ago
  46. 19da070 more entity API impl and improvements by mastercoms · 3 years, 11 months ago
  47. 4e22e4a use absolute val func for moon phase fraction by mastercoms · 3 years, 11 months ago
  48. fc50387 chunk, entity and world API updates by mastercoms · 3 years, 11 months ago
  49. 885b6ea GlowBlock API implementations and friends by mastercoms · 3 years, 11 months ago
  50. 731ca64 Implement API changes in GlowServer. by Aram Peres · 3 years, 11 months ago
  51. 1850831 Update JoinGameMessage and RespawnMessage to 1.15+ (some dimension stuff still TBD) by Aram Peres · 3 years, 11 months ago
  52. 79010f5 PlayParticleMessage x, y, z are now doubles by Aram Peres · 3 years, 11 months ago
  53. 0c30cfa Implement StopSoundMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  54. 934af49 Implement BeaconEffectMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  55. c6f8f15 Implement NameItemMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  56. aeb606b Implement EditBookMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  57. b542e8a Replace EnchantItemMessage with ClickWindowButtonMessage by Aram Peres · 3 years, 11 months ago
  58. 092814a Implement codec and partial handlers for RecipeBookState and DisplayedRecipe packets by Aram Peres · 3 years, 11 months ago
  59. 080a376 Fix Block Placement packet opcode by Aram Peres · 3 years, 11 months ago
  60. 04de57c Update Play Protocol opcodes for 1.16.4 by Aram Peres · 3 years, 11 months ago
  61. 59c785e Bump protocol version and data version to 1.16.4 by Aram Peres · 3 years, 11 months ago
  62. 95b5df8 Implement API changes in GlowWorld by Aram Peres · 3 years, 11 months ago
  63. 43c1e5c Merge remote-tracking branch 'origin/dev' into 1.16 by mastercoms · 3 years, 11 months ago
  64. 51048fd avoid unnecessary boxing (#1102) by KisaragiEffective · 3 years, 12 months ago
  65. bf37d6e fix method parameter by mastercoms · 3 years, 12 months ago
  66. f24c9dc update some APIs in GlowInventory by mastercoms · 3 years, 12 months ago
  67. ccf869d add equipmentSlot field to inventory slot by mastercoms · 3 years, 12 months ago
  68. 4bd5b6c update distribution license by mastercoms · 4 years, 4 months ago
  69. 1d0145e fix star imports by mastercoms · 4 years, 4 months ago
  70. e164592 finish BlockNote rewrite by mastercoms · 4 years, 4 months ago
  71. 506f9b6 slight API fixes by mastercoms · 4 years, 4 months ago
  72. 916aad7 more API updates by mastercoms · 4 years, 4 months ago
  73. daef935 1.16 API updates by mastercoms · 4 years, 4 months ago
  74. cfc1e87 bump version to 1.16.1 by mastercoms · 4 years, 4 months ago
  75. ff005c8 Merge branch 'dev' into 1.15 by momothereal · 4 years, 4 months ago
  76. de3e7b3 BlockData implementation using new redstone-transformer libs (#1087) by Alex Abbott · 4 years, 4 months ago
  77. 5e0ad72 Implement WrittenBook open. Fix WritableBook sign (#1099) by SHADOWDANCH · 4 years, 6 months ago
  78. 322b7de Adds missing cauldron-item interactions. (#1097) by Emre Özcan · 4 years, 6 months ago
  79. 365a74b Update EntityEffectMessage. Optimize PotionEffect's pulsing (#1098) by SHADOWDANCH · 4 years, 6 months ago
  80. c4c59a7 Implement Beacon logic (#1092) by SHADOWDANCH · 4 years, 7 months ago
  81. 3c14954 Add background option to GlowAdvancementDisplay. Fix client crash (#1093) by SHADOWDANCH · 4 years, 7 months ago
  82. 1b0cea8 Fix potion effects display to self (#1090) by SHADOWDANCH · 4 years, 7 months ago
  83. a55b26c Updated Bed Break Logic and Leaf Block Decay Range (#1060) by Alex Pazderp · 4 years, 7 months ago
  84. f3f3315 some 1.15 clientbound proto by mastercoms · 4 years, 9 months ago
  85. a243cf8 Merge branch 'dev' into 1.15 by mastercoms · 4 years, 9 months ago
  86. ca36907 update CB depends to 1.15.2 by mastercoms · 4 years, 9 months ago
  87. 8a485e5 Merge branch dev into 1.15 by mastercoms · 4 years, 9 months ago
  88. 0f75caa update repo URL default and fix logging depends in CB compatibility bundle by mastercoms · 4 years, 9 months ago
  89. 37094a1 bump to 1.15.2 versions by mastercoms · 4 years, 9 months ago
  90. 6cbb8bb Fire PlayerChangedMainHandEvent (#1088) by SHADOWDANCH · 4 years, 9 months ago
  91. d1fe1e9 Add unimplemented methods from Glowkit update. by Alex Abbott · 4 years, 9 months ago
  92. b1a1b5a Fix import spacing violations (checkstyle) (#1086) by Arne Brasseur · 4 years, 10 months ago
  93. a44bb83 add GravityAccel to GlowAnimal (#1084) by ㄗㄠˋ ㄑㄧˊ · 4 years, 10 months ago
  94. faad39e github wiki was replaced by Glowstone docs (#1083) by ㄗㄠˋ ㄑㄧˊ · 4 years, 10 months ago
  95. 1c3dc90 Fix wrong coordinates passed to isSnowy (#1075) by Muqsit Rayyan · 4 years, 10 months ago
  96. e9d0286 Use synchronizedSet (#1072) by PayDevD · 4 years, 11 months ago
  97. 01c4b8c Add missing options to time command (#1067) by Denyk · 4 years, 10 months ago
  98. 4681a72 github wiki was replaced by Glowstone docs (#1083) by ㄗㄠˋ ㄑㄧˊ · 4 years, 10 months ago
  99. 9b7d569 Fix wrong coordinates passed to isSnowy (#1075) by Muqsit Rayyan · 4 years, 10 months ago
  100. cf11388 Use synchronizedSet (#1072) by PayDevD · 4 years, 11 months ago