1. 945a288 1.16 GlowBlock by Aram Peres · 3 years, 6 months ago
  2. 3e1b728 1.16 GlowPlayer by Aram Peres · 3 years, 6 months ago
  3. 4954e77 Implement a couple entity classes by Aram Peres · 3 years, 6 months ago
  4. 63e227f Update a couple more classes by Aram Peres · 3 years, 6 months ago
  5. 7ea4946 Update to 1.16.5 by Aram Peres · 3 years, 6 months ago
  6. ac27250 Merge branch 'dev' into 1.16 by Aram Peres · 3 years, 10 months ago
  7. 1624f60 Add GlowAdvancementDisplay flags (#1105) by x4e · 3 years, 10 months ago
  8. e0a1589 Allow blocks to fall when placed directly on a non solid block (#1106) by x4e · 3 years, 10 months ago
  9. 4ebe170 Add vine physics (#1107) by x4e · 3 years, 10 months ago
  10. d72e7f0 only deploy on java 8 by mastercoms · 3 years, 10 months ago
  11. a24a594 change badge to actions by mastercoms · 3 years, 10 months ago
  12. aca1987 remove redundant file arg by mastercoms · 3 years, 10 months ago
  13. bf5fcc3 remove redundant file arg by mastercoms · 3 years, 10 months ago
  14. a0a7393 specify we are using an env var for pass by mastercoms · 3 years, 11 months ago
  15. 86b2747 fix up ssh commands by mastercoms · 3 years, 11 months ago
  16. 4509b4b run scp with sshpass by mastercoms · 3 years, 11 months ago
  17. 68a89da don't quote password by mastercoms · 3 years, 11 months ago
  18. 5f9108e sudo apt by mastercoms · 3 years, 11 months ago
  19. 1130aad add sshpass by mastercoms · 3 years, 11 months ago
  20. a3309fb add SSH_KNOWN_HOSTS env by mastercoms · 3 years, 11 months ago
  21. fa8a10f remove chmod for ssh by mastercoms · 3 years, 11 months ago
  22. 10f062a add known hosts by mastercoms · 3 years, 11 months ago
  23. b5f1e34 add test server deployment by mastercoms · 3 years, 11 months ago
  24. ae7eda9 add cache to CI by mastercoms · 3 years, 11 months ago
  25. 955ed57 Delete publish-artifacts.yml by mastercoms · 3 years, 11 months ago
  26. 2f72ea5 Delete build.yml by mastercoms · 3 years, 11 months ago
  27. 448ff1e Delete azure-pipelines.yml by mastercoms · 3 years, 11 months ago
  28. a606cd8 add cache by mastercoms · 3 years, 11 months ago
  29. 3688645 do build extras on CI too by mastercoms · 3 years, 11 months ago
  30. 1f79ce3 bump to 2021.1.0-SNAPSHOT by mastercoms · 3 years, 11 months ago
  31. 9a0c1d5 improve naming by mastercoms · 3 years, 11 months ago
  32. c9e5487 use globs by mastercoms · 3 years, 11 months ago
  33. 16091bb add path filter to dev builds by mastercoms · 3 years, 11 months ago
  34. 934831c name it CI again by mastercoms · 3 years, 11 months ago
  35. e3f8b2c name it Dev Build by mastercoms · 3 years, 11 months ago
  36. b8b2661 only run on dev by mastercoms · 3 years, 11 months ago
  37. 52c957c add Dev CI action by mastercoms · 3 years, 11 months ago
  38. 96daa7f call it PR CI by mastercoms · 3 years, 11 months ago
  39. 6f74be5 add PR CI by mastercoms · 3 years, 11 months ago
  40. 663cea6 It's 2021 (2) by mastercoms · 3 years, 11 months ago
  41. b7e4d8e It's 2021 by mastercoms · 3 years, 11 months ago
  42. 3de1744 bump to 2020.12.0 release by mastercoms · 3 years, 11 months ago
  43. 19da070 more entity API impl and improvements by mastercoms · 3 years, 11 months ago
  44. 4e22e4a use absolute val func for moon phase fraction by mastercoms · 3 years, 11 months ago
  45. fc50387 chunk, entity and world API updates by mastercoms · 3 years, 11 months ago
  46. 885b6ea GlowBlock API implementations and friends by mastercoms · 3 years, 11 months ago
  47. 731ca64 Implement API changes in GlowServer. by Aram Peres · 3 years, 11 months ago
  48. 8a5bbc8 Remove azure pipelines configs by Aram Peres · 3 years, 11 months ago
  49. 0d45b29 Remove extremely verbose logs by Aram Peres · 3 years, 11 months ago
  50. 57af2f7 Update lombok and delombok by Aram Peres · 3 years, 11 months ago
  51. 591243d Disable fail-fast in github action by Aram Peres · 3 years, 11 months ago
  52. 2f9b6ff Github action: JAVA_TOOL_OPTIONS by Aram Peres · 3 years, 11 months ago
  53. 19a0f0c Add Github workflows by Aram Peres · 3 years, 11 months ago
  54. e4c44ca bump api version to 1.16.4 by mastercoms · 3 years, 11 months ago
  55. 1850831 Update JoinGameMessage and RespawnMessage to 1.15+ (some dimension stuff still TBD) by Aram Peres · 3 years, 11 months ago
  56. 79010f5 PlayParticleMessage x, y, z are now doubles by Aram Peres · 3 years, 11 months ago
  57. 0c30cfa Implement StopSoundMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  58. 934af49 Implement BeaconEffectMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  59. c6f8f15 Implement NameItemMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  60. aeb606b Implement EditBookMessage (replaces plugin message) by Aram Peres · 3 years, 11 months ago
  61. b542e8a Replace EnchantItemMessage with ClickWindowButtonMessage by Aram Peres · 3 years, 11 months ago
  62. 092814a Implement codec and partial handlers for RecipeBookState and DisplayedRecipe packets by Aram Peres · 3 years, 11 months ago
  63. 080a376 Fix Block Placement packet opcode by Aram Peres · 3 years, 11 months ago
  64. 04de57c Update Play Protocol opcodes for 1.16.4 by Aram Peres · 3 years, 11 months ago
  65. 59c785e Bump protocol version and data version to 1.16.4 by Aram Peres · 3 years, 11 months ago
  66. 95b5df8 Implement API changes in GlowWorld by Aram Peres · 3 years, 11 months ago
  67. 43c1e5c Merge remote-tracking branch 'origin/dev' into 1.16 by mastercoms · 3 years, 11 months ago
  68. 26ccf3d upgrade to 5.7.0 for compat by mastercoms · 3 years, 12 months ago
  69. 51048fd avoid unnecessary boxing (#1102) by KisaragiEffective · 3 years, 12 months ago
  70. 1b2985f Bump junit from 4.13 to 4.13.1 (#1101) by dependabot[bot] · 3 years, 12 months ago
  71. bf37d6e fix method parameter by mastercoms · 3 years, 12 months ago
  72. f24c9dc update some APIs in GlowInventory by mastercoms · 3 years, 12 months ago
  73. ccf869d add equipmentSlot field to inventory slot by mastercoms · 3 years, 12 months ago
  74. 4bd5b6c update distribution license by mastercoms · 4 years, 4 months ago
  75. 1d0145e fix star imports by mastercoms · 4 years, 4 months ago
  76. 14667f8 remove ECJ until we can get it working with Lombok by mastercoms · 4 years, 4 months ago
  77. 47ec85c Revert "Revert "Only run delombok in ci builds (#1068)"" by mastercoms · 4 years, 4 months ago
  78. e164592 finish BlockNote rewrite by mastercoms · 4 years, 4 months ago
  79. 506f9b6 slight API fixes by mastercoms · 4 years, 4 months ago
  80. 916aad7 more API updates by mastercoms · 4 years, 4 months ago
  81. d115d69 Revert "Only run delombok in ci builds (#1068)" by mastercoms · 4 years, 4 months ago
  82. daef935 1.16 API updates by mastercoms · 4 years, 4 months ago
  83. 66083e0 fix ECJ build not working with lombok by mastercoms · 4 years, 4 months ago
  84. cfc1e87 bump version to 1.16.1 by mastercoms · 4 years, 4 months ago
  85. 6a37404 Merge branch 'dev' into 1.16 by mastercoms · 4 years, 4 months ago
  86. c384b1f suppress describe unresolved in pom by mastercoms · 4 years, 4 months ago
  87. ff005c8 Merge branch 'dev' into 1.15 by momothereal · 4 years, 4 months ago
  88. de3e7b3 BlockData implementation using new redstone-transformer libs (#1087) by Alex Abbott · 4 years, 4 months ago
  89. 5e0ad72 Implement WrittenBook open. Fix WritableBook sign (#1099) by SHADOWDANCH · 4 years, 6 months ago
  90. 322b7de Adds missing cauldron-item interactions. (#1097) by Emre Özcan · 4 years, 6 months ago
  91. 365a74b Update EntityEffectMessage. Optimize PotionEffect's pulsing (#1098) by SHADOWDANCH · 4 years, 6 months ago
  92. c4c59a7 Implement Beacon logic (#1092) by SHADOWDANCH · 4 years, 7 months ago
  93. 3c14954 Add background option to GlowAdvancementDisplay. Fix client crash (#1093) by SHADOWDANCH · 4 years, 7 months ago
  94. 1b0cea8 Fix potion effects display to self (#1090) by SHADOWDANCH · 4 years, 7 months ago
  95. a55b26c Updated Bed Break Logic and Leaf Block Decay Range (#1060) by Alex Pazderp · 4 years, 7 months ago
  96. bcfd021 So, It's 2020. (#1089) by KisaragiEffective · 4 years, 7 months ago
  97. f3f3315 some 1.15 clientbound proto by mastercoms · 4 years, 9 months ago
  98. dae0d22 Merge branch 'dev' into 1.15 by mastercoms · 4 years, 9 months ago
  99. 83df5ad update more dependencies by mastercoms · 4 years, 9 months ago
  100. a243cf8 Merge branch 'dev' into 1.15 by mastercoms · 4 years, 9 months ago