1. dd82721 Update BlockStone to 1.13 by mastercoms · 6 years ago
  2. 0244883 Update DoublePlantDecorator and some more populators to 1.13 by mastercoms · 6 years ago
  3. 223ee80 Update OrePopulator to 1.13 by mastercoms · 6 years ago
  4. b86c8af Update ForestPopulator to 1.13 by mastercoms · 6 years ago
  5. 24ecdbb [WIP] 1.13 Un-flattening (#960) by Momo · 6 years ago
  6. 26c2a90 Merge branch 'dev' into 1.13 by Chris Hennick · 6 years ago
  7. a12eebb [i18n] Localizable map for GameMode decoding (#967) by Chris Hennick · 6 years ago
  8. ae1a970 [i18n] more messages (#966) by Chris Hennick · 6 years ago
  9. f08e125 Target 1.13.1 by mastercoms · 6 years ago
  10. cac2581 Fix multi-sector region file writing (#965) by Andrew Steinborn · 6 years ago
  11. f750498 Start 2018.10.0 snapshots by momothereal · 6 years ago
  12. e83d836 2018.9 release by momothereal · 6 years ago 2018.9.0
  13. a77682b [i18n] Add more messages (#964) by Chris Hennick · 6 years ago
  14. 256061c [i18n] Standardize load-failed and save-failed as IOE message names (#962) by Chris Hennick · 6 years ago
  15. dc640c7 Bed fixes (#963) by Chris Hennick · 6 years ago
  16. 04f839c Add Metadata getter to GlowHumanEntity by aki_ks · 6 years ago
  17. 86d7cbb Update default library checksums by momothereal · 6 years ago
  18. f056969 Use FastUUID for UuidUtils (#961) by Momo · 6 years ago
  19. c4d1d7d Update biomegrid Biome constants by momothereal · 6 years ago
  20. 4dd47ad Replace instances where GRASS was used instead of GRASS_BLOCK by momothereal · 6 years ago
  21. 52560bb Update all trees and BlockStateDelegate to 1.13 by momothereal · 6 years ago
  22. f7aa3bb Update TerrainObject for 1.13 by momothereal · 6 years ago
  23. b7fa9a6 Implement GlowInventory/GlowPlayerInventory, Material#getEquipmentType by momothereal · 6 years ago
  24. 55e3085 Rename some parameters in stub methods, stub GlowTag by momothereal · 6 years ago
  25. 62efc41 Add turtle helmet to helmet slot by momothereal · 6 years ago
  26. 3b1963b Merge branch 'wip/1.13/protocol' into 1.13 by momothereal · 6 years ago
  27. 4892f5f Skeleton for BlockData access via API by momothereal · 6 years ago
  28. 5230fca Break after reaching valid constructor by momothereal · 6 years ago
  29. 2683ec4 Improvements to GlowBiomeBuilder by momothereal · 6 years ago
  30. 0a4cdbd Optional parameter passing to populator class in builder by momothereal · 6 years ago
  31. c928833 Start work on Biome builder by momothereal · 6 years ago
  32. d6fd81e Push some work on implementing 1.13 API by momothereal · 6 years ago
  33. 9d460cf Start work on deserializing 1.13 chunk sections by momothereal · 6 years ago
  34. 6dc35ec Add LongArray NBT Tag by momothereal · 6 years ago
  35. 6c70ac0 Update ChunkSection network serialization by momothereal · 6 years ago
  36. bb40739 Add stub method to get material from ID by momothereal · 6 years ago
  37. b78caea Fix incorrect switch branch by momothereal · 6 years ago
  38. 926d37d Merge branch '1.13' into wip/1.13/protocol by momothereal · 6 years ago
  39. 8f39003 Bump version by momothereal · 6 years ago
  40. e025590 Start 2018.8.0 snapshots by Momo · 6 years ago
  41. 86c97ef Finalize 2018.7.0 by Momo · 6 years ago 2018.7.0
  42. 74fd49d Implement changes to MetadataIndex.NAME_TAG by momothereal · 6 years ago
  43. 7a7774c Merge branch '1.13' into wip/1.13/protocol by momothereal · 6 years ago
  44. 4793ea8 Update Glowkit to 1.13-R0.1 by mastercoms · 6 years ago
  45. 7fc5f89 Merge branch '1.13' of github.com:GlowstoneMC/Glowstone into 1.13 by mastercoms · 6 years ago
  46. 665b01c Add LoginPluginRequest and LoginPluginResponse packets by momothereal · 6 years ago
  47. 4c0f294 Replace != with \!.equals() by momothereal · 6 years ago
  48. 8165069 Properly implement Particle metadata type by momothereal · 6 years ago
  49. 0a0a408 Implement coordinate-based teleporting (#951) by Aki · 6 years ago
  50. 9483749 Update existing packets by momothereal · 6 years ago
  51. b99d3cc Arrange new protocol opcodes, add todos for new packets by momothereal · 6 years ago
  52. 9de270f Add new metadata entries by momothereal · 6 years ago
  53. 1f0c5ce Add OPTCHAT and PARTICLE metadata types by momothereal · 6 years ago
  54. 6a4b2a3 Replace plugin channel names with namespaces by momothereal · 6 years ago
  55. 84ce27b Merge branch 'dev' into 1.13 by mastercoms · 6 years ago
  56. 1c12a02 Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 6 years ago
  57. f71f6fb Fix charging scaling in the incorrect direction. Speed mag not fixed by mastercoms · 6 years ago
  58. 770a517 1.13 is done...right? by mastercoms · 6 years ago
  59. f0f9fc7 Fix up key name getter by mastercoms · 6 years ago
  60. 07334bf Fix javadoc typo by mastercoms · 6 years ago
  61. ff90a7f Merge branch 'dev' of https://github.com/GlowstoneMC/Glowstone into dev by mastercoms · 6 years ago
  62. 15c2217 Update dependencies by mastercoms · 6 years ago
  63. 8108bfa Improve Mojangson boolean parsing by aki_ks · 6 years ago
  64. b961db3 Enhancements to Attributes (#955) by Aki · 6 years ago
  65. 49189d9 Comment on formatting convention and the exception by Pr0methean · 6 years ago
  66. 767c794 Use String.format with console.permission.invalid by Pr0methean · 6 years ago
  67. 598c579 Fix logging message format (#954) by Aki · 6 years ago
  68. d8cd2ac Start 2018.7.0 snapshots by mastercoms · 6 years ago
  69. 12512b9 Release 2018.6.0 by mastercoms · 6 years ago 2018.6.0
  70. 53ea412 Fix bed drop color (#949) by Aki · 6 years ago
  71. f7cc3f9 Implement EntityShootBowEvent (#942) by Mystiflow · 6 years ago
  72. 768cda2 Short circuit zero/neg intensity for HEAL & HARM by Chris Hennick · 6 years ago
  73. 7e99b1d Short-circuit zero & neg in applyPotionEffectWithIntensity by Chris Hennick · 6 years ago
  74. 224ba3a Add missing @NonNls to isShort param by Chris Hennick · 6 years ago
  75. c13e426 Fixes #947 (#948) by VaiTon · 6 years ago
  76. b9da864 Fire PotionSplashEvent (#945) by Chris Hennick · 6 years ago
  77. b18108f Move LocalizedStrings.Console and .Glowstone to outer level (#946) by Chris Hennick · 6 years ago
  78. f8e2fbc Fix #940 and mining-speed inconsistencies (#943) by Chris Hennick · 6 years ago
  79. cd27354 Command.execute now always returns true when run without permission (#926) by Chris Hennick · 6 years ago
  80. 9554ea6 Fire EntityTeleportEvent (fixes part of #922) (#944) by Jacob G · 6 years ago
  81. 8058aa7 Fire EntityRemoveFromWorldEvent (fixes part of #922) (#941) by Jacob G · 6 years ago
  82. 8316707 Implement SlimeSplitEvent (#937) by Mystiflow · 6 years ago
  83. b7a9875 Start 2018.6.0 snapshots by momothereal · 6 years ago
  84. 079ea7c Finalize 2018.5.0 by momothereal · 6 years ago 2018.5.0
  85. 4c7e8c0 Implement ProfileWhitelistVerifyEvent. by momothereal · 6 years ago
  86. a40541d Implement VehicleEnterEvent (#939) by Jacob G · 6 years ago
  87. 5d7d256 Implement InventoryOpenEvent (#938) by Jacob G · 6 years ago
  88. 5ea0b55 Implement PlayerSwapHandItemsEvent (#934) by Jacob G · 6 years ago
  89. 5b8c8e2 Implement BlockExplodeEvent (#936) by Mystiflow · 6 years ago
  90. 1e7632e Implement ProjectileLaunchEvent (#933) by Mystiflow · 6 years ago
  91. 19f4886 Update lombok by momothereal · 6 years ago
  92. a51fa17 Implement PlayerEggThrowEvent (#932) by Mystiflow · 6 years ago
  93. ea5a0d0 Implement PlayerToggleFlightEvent (#931) by Jacob G · 6 years ago
  94. c7c10a1 Prevent inlining of constants (#930) by Aki · 6 years ago
  95. 5cb955a [i18n] @NonNls where needed (#927) by Chris Hennick · 6 years ago
  96. 89c5466 Partially i18nize AnvilChunkIoService (#923) by Chris Hennick · 6 years ago
  97. 962caa9 Fix SheepDyeWoolEvent cancellation visual glitch (#929) by Mystiflow · 6 years ago
  98. 0f76fe2 Implement ItemMergeEvent, ExpBottleEvent, CreeperPowerEvent (#925) by VaiTon · 7 years ago
  99. b5ced2d Implement EntityTameEvent, and code cleanup/fixes. by momothereal · 7 years ago
  100. a79d093 Add ClearCommandTest, and refactor *CommandTest (#921) by Chris Hennick · 7 years ago