1. 080917b Add separate method for custom entity spawning by momothereal · 7 years ago
  2. 002bf47 Use proxy data in ping (#600) by kamcio96 · 7 years ago
  3. a77e716 Improve circle build by mastercoms · 7 years ago
  4. b21ace3 Add documentation to GlowServer by Momo · 7 years ago
  5. 582a524 Make it more elegant by kamcio96 · 7 years ago
  6. cc3cdc1 Fix exception when pinging from bungeecord (#599) by kaenganxt · 7 years ago
  7. 4c3bd01 Implement more methods in GlowPlayer.Spigot (#598) by Niklas Merkelt · 7 years ago
  8. 7f3fb14 Sign editor fixes (#596) by kaenganxt · 7 years ago
  9. 2ad4d75 Improve hanging entities (#597) by kaenganxt · 7 years ago
  10. 7266e84 remove extra semicolon by mastercoms · 7 years ago
  11. 5936037 Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 7 years ago
  12. b96dfc9 accurate sound location by mastercoms · 7 years ago
  13. 0d5604e Optimize chunk streaming by mastercoms · 7 years ago
  14. 63035eb Update CircleCI badge by Momo · 7 years ago
  15. 940adcd Add space to console prompt, like in vanilla by mastercoms · 7 years ago
  16. a1d7d11 Simplify zlib input stream method by mastercoms · 7 years ago
  17. 3179cef Region file and cache improvements by mastercoms · 7 years ago
  18. 5f0d3cb Docs are up, no need to upload javadocs anymore by mastercoms · 7 years ago
  19. d45ff84 Fix isTouchingMaterial docs grammar by mastercoms · 7 years ago
  20. e10c232 Remove Glowstone Legacy from reproduction environments by mastercoms · 7 years ago
  21. 9cdd8dd versions for compiler and resources by mastercoms · 7 years ago
  22. 8d3f55f add missing close tag by mastercoms · 7 years ago
  23. b594c76 provide all jars as artifacts by mastercoms · 7 years ago
  24. a4dad7c list maven-deploy-plugin by mastercoms · 7 years ago
  25. ca4db37 Add snapshot repo by mastercoms · 7 years ago
  26. 09482ff All artifacts in top level directory, javadocs folder by mastercoms · 7 years ago
  27. 34ce26b Tweaks to region files by mastercoms · 7 years ago
  28. 885a927 Remove type check from unloadWorld by mastercoms · 7 years ago
  29. a74134e Clean up code by mastercoms · 7 years ago
  30. e3c4b24 update docs plugin by mastercoms · 7 years ago
  31. bb73a1e deploy source jar by mastercoms · 7 years ago
  32. b2e9c71 always use 2 threads and batch mode by mastercoms · 7 years ago
  33. e6e3201 jar artifact in root by mastercoms · 7 years ago
  34. 62b441d different job for non dev by mastercoms · 7 years ago
  35. d4f9998 reformat config by mastercoms · 7 years ago
  36. 904d231 add paths indent by mastercoms · 7 years ago
  37. f9c89f5 fix config by mastercoms · 7 years ago
  38. 30fcc5c Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 7 years ago
  39. 3d6b943 Use circleci 2.0 by mastercoms · 7 years ago
  40. a15c49e link to default circleci branch by mastercoms · 7 years ago
  41. 448498a master -> dev by mastercoms · 7 years ago
  42. 98aeb19 Region file init improvements by mastercoms · 7 years ago
  43. c1c8551 Remove useless list initialization in GlowBanner by mastercoms · 7 years ago
  44. fb4bf35 Update Glowkit by mastercoms · 7 years ago
  45. c033522 Update Kotlin runtime libraries to 1.2.0 by mastercoms · 7 years ago
  46. 573d75c GlowChunk.ChunkKeyStore.get -> GlowChunk.Key.of by momothereal · 7 years ago
  47. c8804a4 Simplify ChunkKeyStore get method. by momothereal · 7 years ago
  48. 6c4b675 Use FastUtil Long2ObjectOpenHashMap instead of Trove. by momothereal · 7 years ago
  49. 96bdd23 Use Trove's TLongObjectHashMap for chunk key indexing. by momothereal · 7 years ago
  50. e28cd97 Removed some more redundancy related to ChunkKeys. by momothereal · 7 years ago
  51. 57f1b8d Avoid getting the chunk of a block (and loading the Key) for no reason. by momothereal · 7 years ago
  52. 66381a2 Food level for regeneration is at 18 and above. by momothereal · 7 years ago
  53. 33ece8a Only check for fall distance if the entity has moved (not only rotated) by momothereal · 7 years ago
  54. e310070 Attempt at fixing fall damage (fallDistance wasn't being reset enough) by momothereal · 7 years ago
  55. 082108d Update location after gravity application, fixes #591 by momothereal · 7 years ago
  56. 44f4218 Fix issues with crafting inventory, fix NPE when using Glowstone in an IDE. by momothereal · 7 years ago
  57. 8c41069 Start 2018.0.0 snapshots by Momo · 7 years ago
  58. 60f436e (Re-)finalize 2017.11.0 by Momo · 7 years ago 2017.11.0
  59. 02750fe Unfinalize 2017.11.0 by Momo · 7 years ago
  60. 897b26f Finalize 2017.11.0 by Momo · 7 years ago
  61. 6d00594 Add /setblock command (related to #499) by momothereal · 7 years ago
  62. aab7327 Avoid useless Collection -> array cloning when not necessary by momothereal · 7 years ago
  63. 6ce1436 Centralize Item ID tab-completion by momothereal · 7 years ago
  64. 7772c02 Fix fire not getting updated on tick. Closes #435 (#589) by Tim Hagemann · 7 years ago
  65. 48f60c4 Fix items not breaking correctly. by momothereal · 7 years ago
  66. b1c0ac4 Fix item durability when digging blocks. by momothereal · 7 years ago
  67. 1832595 Update lastWorldTick every tick (WorldBorder). by momothereal · 7 years ago
  68. 65c58a9 Fix ConcurrentModificationException while iterating through TaskManager (#585) by Microsamp · 7 years ago
  69. 5379f0a Clean-up, documentation and fixes to GlowWorldBorder by momothereal · 7 years ago
  70. 21c9b43 Move GlowLeashHits to appropriate package by momothereal · 7 years ago
  71. eaf1dfb Removed broken chunk key optimization, use longs instead (#586) by smartboyathome · 7 years ago
  72. 42ee07d Update Kotlin to latest version by mastercoms · 7 years ago
  73. 9907aaa Start 2017.11 snapshots by Momo · 7 years ago
  74. bf9d48b Finalize 2017.10.0 by momothereal · 7 years ago 2017.10.0
  75. 18a3b49 Block state serialization for commands, /testforblock command (#579) by momothereal · 7 years ago
  76. a15dd50 Block state serialization for commands, /testforblock command by momothereal · 7 years ago
  77. 6ecd65a Move array of BlockFaces to BlockType instead of using multiple instances (#583) by kaenganxt · 7 years ago
  78. 1164327 Fix error due to merge in BlockChorusPlant by momothereal · 7 years ago
  79. 65bcb98 Add placement of chorus flower and plant, eating of chorus fruit (#582) by kaenganxt · 7 years ago
  80. bd32343 Change GlowServer#getVersion() to return the same format as CB/Spigot by momothereal · 7 years ago
  81. 1387290 Use ThreadLocalRandom instead of creating a new random in most cases (#581) by PickNChew · 7 years ago
  82. 84d70f2 Piston pushing and retraction (#577) by PickNChew · 7 years ago
  83. 1dd0368 Fix some food features and update food values (#578) by kaenganxt · 7 years ago
  84. f1d5f6f Implemented the /testfor command (#573) by smartboyathome · 7 years ago
  85. de44876 Add immediate despawning for out-of-range hostile mobs by momothereal · 7 years ago
  86. 62f43a2 Fix random selector (#575) by kaenganxt · 7 years ago
  87. 47db4c4 Added vector component reduction for velocity. by momothereal · 7 years ago
  88. 194b486 Add missing documentation for PortalCooldown by momothereal · 7 years ago
  89. 9f508f1 Add some missing NBT tags. by momothereal · 7 years ago
  90. 12ed57c Memory usage optimization with chunks (#569) by Momo · 7 years ago
  91. 76bf760 Fix protocol test by mastercoms · 7 years ago
  92. 4dcb604 Merge branch 'master' of github.com:GlowstoneMC/Glowstone by mastercoms · 7 years ago
  93. 618d0f0 Simple temp physics by mastercoms · 7 years ago
  94. 2cdb209 Add mention to Minecraft: Java Edition in README. Closes #570 by momothereal · 7 years ago
  95. 3f83a76 Fix NPE when running from an IDE (#568) by Zach · 7 years ago
  96. 5171310 1.12.2 Update (#566) by Momo · 7 years ago
  97. e5c0647 Start 2017.10 by momothereal · 7 years ago
  98. 6655907 2017.9.0 by mastercoms · 7 years ago 2017.9.0
  99. dcdfad3 Allow for certain un-spawnable entities to be /summon-ed (fixes #541) by momothereal · 7 years ago
  100. b3568da Add check for PVP-enabled configuration. by momothereal · 7 years ago