1. cb0bd13 add sponsors section in readme by mastercoms · 5 years ago
  2. 2fee158 Fix some issue with the /glowstone command. by momothereal · 5 years ago
  3. cdf3bb8 Fire PlayerInitialSpawnEvent (#922) (#1051) by Caleb Sacks · 5 years ago
  4. 760bff1 fix javadoc by mastercoms · 5 years ago
  5. c1fa660 Send real player entity id, implement EntityResurrectEvent, fix #1049 (#1050) by SHADOWDANCH · 5 years ago
  6. b3b6502 Make login DNS server configurable in glowstone.yml (#1044) by smartboyathome · 5 years ago
  7. 00c156d Fix #1042 (#1043) by Chris Hennick · 5 years ago
  8. dd2c9ae Updated Kotlin version (#1040) by hazæ41 · 6 years ago
  9. 3127ff7 Change some links to use https protocol (#1039) by Mustafa ÖNCEL · 6 years ago
  10. 9696b2f Animal feeding improvements (#1025) by Chris Hennick · 6 years ago
  11. d4812fe Command i18n through /testforblocks, and associated refactors (#1035) by Chris Hennick · 6 years ago
  12. d617350 Test Java 8 too on Azure Pipelines (#1033) by Chris Hennick · 6 years ago
  13. d6ed91c Localize /testfor by Chris Hennick · 6 years ago
  14. 83ce4ab Replace redundant immutable empty list with Collections.emptyList() by Chris Hennick · 6 years ago
  15. 7c941fe use dns_port constant by mastercoms · 6 years ago
  16. c4653f9 fix imports and types by mastercoms · 6 years ago
  17. 478d0b1 Fix Pythonic syntax for comment by mastercoms · 6 years ago
  18. 512ba7e Implement slime blocks pushing and proper handling of non-movable blocks by pistons (#1017) by Nikita Medvedev · 6 years ago
  19. d486808 fix DNS resolution issues by mastercoms · 6 years ago
  20. 7e6da83 Replace ad-hoc Validator class with Java Predicate (#1034) by Marcos Del Sol Vives · 6 years ago
  21. 30ac5cc update checkstyle to 8.18 by mastercoms · 6 years ago
  22. f0d3a6e Azure: Update version of PublishBuildArtifacts task by Gareth Coles · 6 years ago
  23. 7500358 Azure: Attempt to fix release pipelines by Gareth Coles · 6 years ago
  24. 62537b5 Revert "Use Collections.emptyList()" by Chris Hennick · 6 years ago
  25. 0c1ec07 Use Collections.emptyList() by Chris Hennick · 6 years ago
  26. 2991343 Revert "Enable a second build using Java 8, to ensure backward compatibility" by Chris Hennick · 6 years ago
  27. d4839aa Enable a second build using Java 8, to ensure backward compatibility by Chris Hennick · 6 years ago
  28. 9be3287 Azure: Attempt to fix pipeline published artifacts by Gareth Coles · 6 years ago
  29. f156d10 Azure badges by Gareth Coles · 6 years ago
  30. 8b2bdb2 Azure: JDK 11 and code coverage (#1032) by Gareth Coles · 6 years ago
  31. 9731f5a Set up CI with Azure Pipelines (#1031) by Gareth Coles · 6 years ago
  32. f8938f8 i18nize and refactor GlowstoneCommand (#1026) by Chris Hennick · 6 years ago
  33. 0dc70b3 Reduce some duplication in networking-related code (#1028) by kashike · 6 years ago
  34. 7a2cb23 supply a consumer with each 'cut' when splitting experience (#1027) by kashike · 6 years ago
  35. 58f8aa4 Use constants for gamerule names (#1029) by kashike · 6 years ago
  36. a9445ff Finish localizing TellrawCommand by Chris Hennick · 6 years ago
  37. 9424a9e Finish localizing SetBlockCommand by Chris Hennick · 6 years ago
  38. 986fba1 Add missing punctuation to credits by mastercoms · 6 years ago
  39. 636cb51 Add deathcap to credits by mastercoms · 6 years ago
  40. 669ad8d Item amount decrement is now applied on block place (fixes #1012) (#1022) by Jacob G · 6 years ago
  41. b5cc02a Regional difficulty (#1019) by VaiTon · 6 years ago
  42. 8124225 Revert "Animal feeding fixes:" by Chris Hennick · 6 years ago
  43. 6680d94 Revert "Implements love mode duration and particle emission." by Chris Hennick · 6 years ago
  44. 54c3ff3 Implements love mode duration and particle emission. by Chris Hennick · 6 years ago
  45. b98953e Animal feeding fixes: by Chris Hennick · 6 years ago
  46. 04ccbda Simplify computeGrowthAmount by Chris Hennick · 6 years ago
  47. 3192c0f Implemented statistic tracking (#1021) by VaiTon · 6 years ago
  48. 6710673 Implements missing events (#1018) by VaiTon · 6 years ago
  49. 7951f06 Implement BlockPistonRetractEvent firing (#1014) by Nikita Medvedev · 6 years ago
  50. b344a0c revert some breaking changes by mastercoms · 6 years ago
  51. 3df137e Decrease metaspace by a little by mastercoms · 6 years ago
  52. 1ccda47 Increase metaspace slightly by mastercoms · 6 years ago
  53. d3178a3 Increase metaspace slightly again by mastercoms · 6 years ago
  54. bf94bb8 Increase metaspace slightly by mastercoms · 6 years ago
  55. 245083a Reduce metaspace, test different region settings by mastercoms · 6 years ago
  56. cbb78cc Increase metaspace by mastercoms · 6 years ago
  57. f40b185 Bump up metaspace for tests by mastercoms · 6 years ago
  58. d995ca8 relax the GC settings a little bit by mastercoms · 6 years ago
  59. 9e33fcb Fix dash typo by mastercoms · 6 years ago
  60. 8d79a5e More hyper aggressive GC settings by mastercoms · 6 years ago
  61. a7c33d6 Use ridiculous GC restrictions for testing by mastercoms · 6 years ago
  62. e86cdc0 Remove aggressive heap by mastercoms · 6 years ago
  63. 93987df dedup strings by mastercoms · 6 years ago
  64. fa2bb2c try out reserving max heap by mastercoms · 6 years ago
  65. 7ba2aaa Try using shenandoah GC with compact settings by mastercoms · 6 years ago
  66. 099b53e Be more general with args by mastercoms · 6 years ago
  67. ea5aa36 Fix -T arg typo from last commit by mastercoms · 6 years ago
  68. 343ad94 Try to add docker mem support to java, and disable threading by mastercoms · 6 years ago
  69. 4d378c3 Remove machine settings and optimize memory settings by mastercoms · 6 years ago
  70. 7c441b3 Fix yml formatting by mastercoms · 6 years ago
  71. 2a90676 Move to latest circleci image by mastercoms · 6 years ago
  72. 3055074 update dependencies by mastercoms · 6 years ago
  73. 55b43af Implement BlockPistonExtendEvent (#1013) by Nikita Medvedev · 6 years ago
  74. a133cfa Implement Player locale Setting (#1011) by heisluft · 6 years ago
  75. 015daf7 RegionFile fixes and improvements (#997) by Andrew Steinborn · 6 years ago
  76. 867df01 i18nize /pardonip, /playsound and /say (#1004) by Chris Hennick · 6 years ago
  77. 0b55ac3 Localize achievement names (#1005) by Chris Hennick · 6 years ago
  78. 43be65b Be less strict on checkstyle by mastercoms · 6 years ago
  79. 46780de [i18n] Partially i18nize all remaining commands (#1003) by Chris Hennick · 6 years ago
  80. 3146ae7 This cast must be explicit when using the JDK 11 compiler. by Chris Hennick · 6 years ago
  81. c993dd1 i18n: Commands E-O (#1001) by Chris Hennick · 6 years ago
  82. 57c7b28 Update built-in JAR license (2019) by Momo · 6 years ago
  83. b388794 It's 2019... (#1002) by VaiTon · 6 years ago
  84. 8241f28 Make System.out and System.err non-auto-flushing, but flush them every tick. by Chris Hennick · 6 years ago
  85. d9edea4 Refactor EnchantCommand by Chris Hennick · 6 years ago
  86. e856bd3 i18nize /deop and /difficulty; extract out LocalizedEnumNames (#1000) by Chris Hennick · 6 years ago
  87. 9615bd9 i18n refactor: include Locale and ResourceBundle as CommandMessages members (#999) by Chris Hennick · 6 years ago
  88. f31979d Merge remote-tracking branch 'origin/dev' into dev by Chris Hennick · 6 years ago
  89. af166e7 Handle null in getLocale() May fix #998 by Chris Hennick · 6 years ago
  90. 2e8ce31 Don't even calculate possible physics during world load by momothereal · 6 years ago
  91. b4ad19f Skip physic updates during world generation/initialization by momothereal · 6 years ago
  92. 28b480e Merge remote-tracking branch 'origin/dev' into dev by Chris Hennick · 6 years ago
  93. 8dd2dce Fix #994 by Chris Hennick · 6 years ago
  94. d1bedb0 i18nize /clone, /defaultgamemode, /gamemode (#989) by Chris Hennick · 6 years ago
  95. c414a64 Optimization: don't fire a task if it has no handlers by Chris Hennick · 6 years ago
  96. 80eb03a Revert "Limit of 64 threads per scheduler (may fix #994)" by Chris Hennick · 6 years ago
  97. 5ed4969 Refactor for shallower nesting by Chris Hennick · 6 years ago
  98. 249f660 Fix an exception from SugarCaneDecorator in holey worlds by Chris Hennick · 6 years ago
  99. e0db761 Limit of 64 threads per scheduler (may fix #994) by Chris Hennick · 6 years ago
  100. b263563 BlockLiquid minor optimizations by Chris Hennick · 6 years ago