1. 33413c9 [i18n] Extract first few strings to resource bundle (#874) by Chris Hennick · 7 years ago
  2. 01e1a4a Add generic.flyingspeed attribute (#878) by Florent Clarret · 7 years ago
  3. 47e8d23 ServerProvider for mockless server testing (#877) by Chris Hennick · 7 years ago
  4. 911ba9e Implement donkey, mule & llama inventories (#872) by Chris Hennick · 7 years ago
  5. dc861e6 Reduce usage of PowerMock (#876) by Chris Hennick · 7 years ago
  6. 7c5e421 Merge branch 'dev' of https://github.com/GlowstoneMC/Glowstone into dev by Chris Hennick · 7 years ago
  7. a5d7e58 GlowPlayer doesn't need `@PrepareForTest` by Chris Hennick · 7 years ago
  8. c5f23a8 Merge branch 'dev' of https://github.com/Pr0methean/Glowstone into dev by Chris Hennick · 7 years ago
  9. c135960 Fix a possible order dependency by Chris Hennick · 7 years ago
  10. 8028f38 Fix bad merge by Chris Hennick · 7 years ago
  11. 1ffa898 Merge branch 'dev' of https://github.com/Pr0methean/Glowstone into dev by Chris Hennick · 7 years ago
  12. 63c6a5d Bug fix & further refactors by Chris Hennick · 7 years ago
  13. 4ffcdee Make more stuff static by Chris Hennick · 7 years ago
  14. a260183 Make setServer setup static by Chris Hennick · 7 years ago
  15. 07e7d9c Make setServer setup static by Chris Hennick · 7 years ago
  16. 1c63e7e Fix surefire, tests now run properly by mastercoms · 7 years ago
  17. 1eee0a9 Switch full names to imports by Chris Hennick · 7 years ago
  18. d228cf5 Fix failing tests by Chris Hennick · 7 years ago
  19. 58b22a5 Bug fix by Chris Hennick · 7 years ago
  20. 3036d97 Remaining projectile test outlines by Chris Hennick · 7 years ago
  21. d804f42 Refactor: some ctors should call "this" instead of "super" by Chris Hennick · 7 years ago
  22. c9493a2 Some projectile tests by Chris Hennick · 7 years ago
  23. 6333e76 Object entity test outlines by Chris Hennick · 7 years ago
  24. eb434f8 Monster test outlines V-Z & Ender Dragon by Chris Hennick · 7 years ago
  25. 5f9fc3a Monster test outlines I-S by Chris Hennick · 7 years ago
  26. 9e770ff Monster test outlines C-H by Chris Hennick · 7 years ago
  27. 2b50105 Blaze test, with test of setOnFire by Chris Hennick · 7 years ago
  28. 0a18326 Refactor & test boss bar handling by Chris Hennick · 7 years ago
  29. 841f15d Add more tests for entities (#863) by Chris Hennick · 7 years ago
  30. ecdf1db Return parameter if it is already the implementation class. by momothereal · 7 years ago
  31. 3dbaa0f Make CompoundTag not final. by momothereal · 7 years ago
  32. 1c2f046 Fix an NPE when spawning AreaEffectCloud by Chris Hennick · 7 years ago
  33. db72f79 Fix hand params by mastercoms · 7 years ago
  34. 3e9316a Refactor out some reflective constructor calls (#860) by Chris Hennick · 7 years ago
  35. f9b046a Validate config entry type (#870) by Momo · 7 years ago
  36. 2c47c5b Fix some Javadocs by mastercoms · 7 years ago
  37. 548b041 Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 7 years ago
  38. 30eea8b Update to Glowkit 1.12.2-R2.1 by mastercoms · 7 years ago
  39. a173b81 Move chunk section bound check before usage by momothereal · 7 years ago
  40. 1885359 Use JDK 9 in CircleCI (#862) by Chris Hennick · 7 years ago
  41. f140097 Fine Tune Egg And Snowball (#858) by Zhen Xu · 7 years ago
  42. 0beec56 Fishing (partial) (#829) by Chris Hennick · 7 years ago
  43. bf52618 Reset fire ticks after death (#857) by Shane McConkey · 7 years ago
  44. 6d8d945 Migrate non-PowerMock unit tests to Jupiter (#842) by Chris Hennick · 7 years ago
  45. b3d1870 Fix snow slab stacking (#855) by Justin Tomlin · 7 years ago
  46. 4464b0b Fine tune ender pearl (#853) by Zhen Xu · 7 years ago
  47. 5ab3a4e Added close() override to fix issue #592 (#854) by ExpandingDev · 7 years ago
  48. fbc8107 Fix #848 (#851) by Andrea Grossi · 7 years ago
  49. d6adfe3 Removed unused import by mastercoms · 7 years ago
  50. c053d6b Use correct booleans for epoll and kqueue by mastercoms · 7 years ago
  51. 7698dc7 Use the correct socket channels by mastercoms · 7 years ago
  52. 952a969 Remove extra whitespace by mastercoms · 7 years ago
  53. 063a5d0 Add kqueue to HTTP client bootstrap by mastercoms · 7 years ago
  54. 5fb3b08 Use KQueue in HttpClient DNS resolver by mastercoms · 7 years ago
  55. e92d159 Remove import by mastercoms · 7 years ago
  56. c7102c5 Disable debug logging by mastercoms · 7 years ago
  57. a8bd0db Networking improvements by mastercoms · 7 years ago
  58. 2a41905 Distribute not in boolean check in Explosion by mastercoms · 7 years ago
  59. 7d171ba Don't setup colors unless jline is enabled by mastercoms · 7 years ago
  60. 796ea0c Update to latest Glowkit, fix test script by mastercoms · 7 years ago
  61. 8bb0b80 MessageHandler.setSession by Chris Hennick · 7 years ago
  62. a13cb1f Drop unused import by Chris Hennick · 7 years ago
  63. 5201a8c getSession() now returns session.get() by Chris Hennick · 7 years ago
  64. 679a0b4 Revert removal of MessageHandler#getSession() by momothereal · 7 years ago
  65. 134c9f4 Fix #837 (#838) by Chris Hennick · 7 years ago
  66. 4a20859 Make GlowSession thread-safe (#844) by Chris Hennick · 7 years ago
  67. fa9d5eb Fix #593 (#845) by Chris Hennick · 7 years ago
  68. 89a3784 Fix mob always dropping xp when killed (#823) by Zhen Xu · 7 years ago
  69. 8707480 Implement difficulties for starvation damage (#835) by Zhen Xu · 7 years ago
  70. a1d441e Update JUnit and PowerMock (#836) by Chris Hennick · 7 years ago
  71. 12e4c14 Implement GrassPath (#841) by kaenganxt · 7 years ago
  72. 8a57191 Entities with null bounding boxes no longer check collisions (#834) by Chris Hennick · 7 years ago
  73. 2fe0d8b Fix dead bush drops nothing (#833) by Zhen Xu · 7 years ago
  74. 91544b7 Fix cactus dropping invalid item (#832) by Zhen Xu · 7 years ago
  75. 4c6f9f8 Completely cleanup Glowstone's PotionDataHolder by mastercoms · 7 years ago
  76. 9997b62 Fix #830 (#831) by Chris Hennick · 7 years ago
  77. c59b068 Update for latest Glowkit by mastercoms · 7 years ago
  78. a53c20b Fix indent by mastercoms · 7 years ago
  79. 9c3fce2 Fix wrong ender pearl behaviors (#822) by zxu2016 · 7 years ago
  80. 499ee7b Remove reflection from AgeableStore (#828) by Chris Hennick · 7 years ago
  81. 18a19c6 Fix anvil sound when landing on several blocks. (#827) by Hugo Kerstens · 7 years ago
  82. 29106ba Projectiles (#614) by Chris Hennick · 7 years ago
  83. 565a2b6 Implement more of GlowContainer (#819) by Chris Hennick · 7 years ago
  84. 31f94e2 Fix implementation of Player.getVirtualHost()/getProtocolVersion() (#824) by Minecrell · 7 years ago
  85. 15d15d5 Use bit mask for Bat metadata (according to docs) by momothereal · 7 years ago
  86. b991ad7 Cleanup GlowWolf and GlowTameable by momothereal · 7 years ago
  87. 12df4a7 Fix exception when spawning Wolf from egg by momothereal · 7 years ago
  88. d2190a1 Lombokify by Pr0methean · 7 years ago
  89. d762f20 Asynchronous UUID lookups in commands (#814) by Momo · 7 years ago
  90. f81bef2 GlowSlime: move bounding-box set to the setSize() method by momothereal · 7 years ago
  91. 962ca82 Fix wrong fall damage when switching gamemodes (#820) by Zhen Xu · 7 years ago
  92. caef137 GlowSlime: add size precondition and rename parameter by momothereal · 7 years ago
  93. e084eca Cleanup GlowSlime constructor by momothereal · 7 years ago
  94. e82e4e6 Document jline parameter by momothereal · 7 years ago
  95. 7163d3e Implement Server#suggestPlayerNamesWhenNullTabCompletions by momothereal · 7 years ago
  96. 0cfbb06 API Update (1.12.2-R1.0), PlayerProfile API (#817) by Momo · 7 years ago
  97. 107819a Style fixes by Pr0methean · 7 years ago
  98. ade3aa0 Revert getters that were breaking because of boxing by Pr0methean · 7 years ago
  99. d950b03 Remove unused method that exposes array by Pr0methean · 7 years ago
  100. 3ed5c3c Lombokification by Pr0methean · 7 years ago