1. 6dbccf3 possibly fix Linkstone error by mastercoms · 4 years, 10 months ago
  2. 25e588a Merge branch '1.12' into dev by mastercoms · 4 years, 10 months ago
  3. 5537ab4 fix import by mastercoms · 4 years, 10 months ago
  4. ed39865 implement legacyComponentSerializer() by mastercoms · 4 years, 10 months ago
  5. d8fb62c remove temp by mastercoms · 4 years, 10 months ago
  6. c6869cc more hacks to handle material fallout by mastercoms · 4 years, 10 months ago
  7. 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 · 6 years ago
  8. 470c008 Shapeless recipe ingredient arrays were actually indexed maps and not normal arrays, causing an error. This is fixed here. by Birbyy · 6 years ago
  9. 61e0e4f Update the script and output the recipes with the old format, simply without damage. by Birbyy · 6 years ago
  10. aca7d16 Ran a Node script to remove the damage property from the recipes.yml. Did not change anything else. by Birbyy · 6 years ago
  11. 275a15e Linkstone runtime support (#952) by Aki · 4 years, 10 months ago
  12. 225d312 Fix test compilation by Aram Peres · 4 years, 11 months ago
  13. 9e8c8b9 Checkstyle fixes part 3 by Aram Peres · 4 years, 11 months ago
  14. 256dd87 Checkstyle fixes part 2 by Aram Peres · 4 years, 11 months ago
  15. f3afbc2 Checkstyle fixes part 1 by Aram Peres · 4 years, 11 months ago
  16. ef9c7a9 Make everything compile by Aram Peres · 4 years, 11 months ago
  17. 945a288 1.16 GlowBlock by Aram Peres · 4 years, 11 months ago
  18. 3e1b728 1.16 GlowPlayer by Aram Peres · 4 years, 11 months ago
  19. 4954e77 Implement a couple entity classes by Aram Peres · 4 years, 11 months ago
  20. 63e227f Update a couple more classes by Aram Peres · 4 years, 11 months ago
  21. 7ea4946 Update to 1.16.5 by Aram Peres · 4 years, 11 months ago
  22. ac27250 Merge branch 'dev' into 1.16 by Aram Peres · 5 years ago
  23. 1624f60 Add GlowAdvancementDisplay flags (#1105) by x4e · 5 years ago
  24. e0a1589 Allow blocks to fall when placed directly on a non solid block (#1106) by x4e · 5 years ago
  25. 4ebe170 Add vine physics (#1107) by x4e · 5 years ago
  26. 663cea6 It's 2021 (2) by mastercoms · 5 years ago
  27. 19da070 more entity API impl and improvements by mastercoms · 5 years ago
  28. 4e22e4a use absolute val func for moon phase fraction by mastercoms · 5 years ago
  29. fc50387 chunk, entity and world API updates by mastercoms · 5 years ago
  30. 885b6ea GlowBlock API implementations and friends by mastercoms · 5 years ago
  31. 731ca64 Implement API changes in GlowServer. by Aram Peres · 5 years ago
  32. 1850831 Update JoinGameMessage and RespawnMessage to 1.15+ (some dimension stuff still TBD) by Aram Peres · 5 years ago
  33. 79010f5 PlayParticleMessage x, y, z are now doubles by Aram Peres · 5 years ago
  34. 0c30cfa Implement StopSoundMessage (replaces plugin message) by Aram Peres · 5 years ago
  35. 934af49 Implement BeaconEffectMessage (replaces plugin message) by Aram Peres · 5 years ago
  36. c6f8f15 Implement NameItemMessage (replaces plugin message) by Aram Peres · 5 years ago
  37. aeb606b Implement EditBookMessage (replaces plugin message) by Aram Peres · 5 years ago
  38. b542e8a Replace EnchantItemMessage with ClickWindowButtonMessage by Aram Peres · 5 years ago
  39. 092814a Implement codec and partial handlers for RecipeBookState and DisplayedRecipe packets by Aram Peres · 5 years ago
  40. 080a376 Fix Block Placement packet opcode by Aram Peres · 5 years ago
  41. 04de57c Update Play Protocol opcodes for 1.16.4 by Aram Peres · 5 years ago
  42. 59c785e Bump protocol version and data version to 1.16.4 by Aram Peres · 5 years ago
  43. 95b5df8 Implement API changes in GlowWorld by Aram Peres · 5 years ago
  44. 43c1e5c Merge remote-tracking branch 'origin/dev' into 1.16 by mastercoms · 5 years ago
  45. 51048fd avoid unnecessary boxing (#1102) by KisaragiEffective · 5 years ago
  46. bf37d6e fix method parameter by mastercoms · 5 years ago
  47. f24c9dc update some APIs in GlowInventory by mastercoms · 5 years ago
  48. ccf869d add equipmentSlot field to inventory slot by mastercoms · 5 years ago
  49. 4bd5b6c update distribution license by mastercoms · 6 years ago
  50. 1d0145e fix star imports by mastercoms · 6 years ago
  51. e164592 finish BlockNote rewrite by mastercoms · 6 years ago
  52. 506f9b6 slight API fixes by mastercoms · 6 years ago
  53. 916aad7 more API updates by mastercoms · 6 years ago
  54. daef935 1.16 API updates by mastercoms · 6 years ago
  55. cfc1e87 bump version to 1.16.1 by mastercoms · 6 years ago
  56. ff005c8 Merge branch 'dev' into 1.15 by momothereal · 6 years ago
  57. de3e7b3 BlockData implementation using new redstone-transformer libs (#1087) by Alex Abbott · 6 years ago
  58. 5e0ad72 Implement WrittenBook open. Fix WritableBook sign (#1099) by SHADOWDANCH · 6 years ago
  59. 322b7de Adds missing cauldron-item interactions. (#1097) by Emre Özcan · 6 years ago
  60. 365a74b Update EntityEffectMessage. Optimize PotionEffect's pulsing (#1098) by SHADOWDANCH · 6 years ago
  61. c4c59a7 Implement Beacon logic (#1092) by SHADOWDANCH · 6 years ago
  62. 3c14954 Add background option to GlowAdvancementDisplay. Fix client crash (#1093) by SHADOWDANCH · 6 years ago
  63. 1b0cea8 Fix potion effects display to self (#1090) by SHADOWDANCH · 6 years ago
  64. a55b26c Updated Bed Break Logic and Leaf Block Decay Range (#1060) by Alex Pazderp · 6 years ago
  65. f3f3315 some 1.15 clientbound proto by mastercoms · 6 years ago
  66. a243cf8 Merge branch 'dev' into 1.15 by mastercoms · 6 years ago
  67. ca36907 update CB depends to 1.15.2 by mastercoms · 6 years ago
  68. 8a485e5 Merge branch dev into 1.15 by mastercoms · 6 years ago
  69. 0f75caa update repo URL default and fix logging depends in CB compatibility bundle by mastercoms · 6 years ago
  70. 37094a1 bump to 1.15.2 versions by mastercoms · 6 years ago
  71. 6cbb8bb Fire PlayerChangedMainHandEvent (#1088) by SHADOWDANCH · 6 years ago
  72. d1fe1e9 Add unimplemented methods from Glowkit update. by Alex Abbott · 6 years ago
  73. b1a1b5a Fix import spacing violations (checkstyle) (#1086) by Arne Brasseur · 6 years ago
  74. a44bb83 add GravityAccel to GlowAnimal (#1084) by ㄗㄠˋ ㄑㄧˊ · 6 years ago
  75. faad39e github wiki was replaced by Glowstone docs (#1083) by ㄗㄠˋ ㄑㄧˊ · 6 years ago
  76. 1c3dc90 Fix wrong coordinates passed to isSnowy (#1075) by Muqsit Rayyan · 6 years ago
  77. e9d0286 Use synchronizedSet (#1072) by PayDevD · 6 years ago
  78. 01c4b8c Add missing options to time command (#1067) by Denyk · 6 years ago
  79. 4681a72 github wiki was replaced by Glowstone docs (#1083) by ㄗㄠˋ ㄑㄧˊ · 6 years ago
  80. 9b7d569 Fix wrong coordinates passed to isSnowy (#1075) by Muqsit Rayyan · 6 years ago
  81. cf11388 Use synchronizedSet (#1072) by PayDevD · 6 years ago
  82. f183c21 use new default IDs for property map in block data by mastercoms · 6 years ago
  83. 376994d add default utilities by mastercoms · 6 years ago
  84. 1ad739c add default ids, use block data for redstone power by mastercoms · 6 years ago
  85. 28004f5 Merge branch 'dev' into 1.13 by mastercoms · 6 years ago
  86. 89e000f replace non-enum collections with enum collections (#1066) by KisaragiEffective · 6 years ago
  87. 2676d00 Fix raw types (#1057) by KisaragiEffective · 6 years ago
  88. 846c6b5 Implement EntityAddToWorld event firing (#1063) by Alexander Kostyurenko · 7 years ago
  89. 9d1abae [BlockBed.java] Updated Bed Break Logic (#1059) by Alex Pazderp · 7 years ago
  90. b8b1f83 Save default block state id and convert from Material by momothereal · 7 years ago
  91. 2fee158 Fix some issue with the /glowstone command. by momothereal · 7 years ago
  92. dacd33f Properly implement OfflinePlayer#getLastLogin (Paper API) by momothereal · 7 years ago
  93. cdf3bb8 Fire PlayerInitialSpawnEvent (#922) (#1051) by Caleb Sacks · 7 years ago
  94. 0befae4 provide unsafe access in server test class by mastercoms · 7 years ago
  95. 8b4e87b update material values by mastercoms · 7 years ago
  96. 4a769b2 comment up tests by mastercoms · 7 years ago
  97. 4f031f8 fix enchantments by mastercoms · 7 years ago
  98. a5937f3 fix unused imports by mastercoms · 7 years ago
  99. dcd5baa Merge branch 'dev' into 1.13 by mastercoms · 7 years ago
  100. 760bff1 fix javadoc by mastercoms · 7 years ago