1. e6e3201 jar artifact in root by mastercoms · 8 years ago
  2. 62b441d different job for non dev by mastercoms · 8 years ago
  3. d4f9998 reformat config by mastercoms · 8 years ago
  4. 904d231 add paths indent by mastercoms · 8 years ago
  5. f9c89f5 fix config by mastercoms · 8 years ago
  6. 30fcc5c Merge branch 'dev' of github.com:GlowstoneMC/Glowstone into dev by mastercoms · 8 years ago
  7. 3d6b943 Use circleci 2.0 by mastercoms · 8 years ago
  8. a15c49e link to default circleci branch by mastercoms · 8 years ago
  9. 448498a master -> dev by mastercoms · 8 years ago
  10. 98aeb19 Region file init improvements by mastercoms · 8 years ago
  11. c1c8551 Remove useless list initialization in GlowBanner by mastercoms · 8 years ago
  12. fb4bf35 Update Glowkit by mastercoms · 8 years ago
  13. c033522 Update Kotlin runtime libraries to 1.2.0 by mastercoms · 8 years ago
  14. 573d75c GlowChunk.ChunkKeyStore.get -> GlowChunk.Key.of by momothereal · 8 years ago
  15. c8804a4 Simplify ChunkKeyStore get method. by momothereal · 8 years ago
  16. 6c4b675 Use FastUtil Long2ObjectOpenHashMap instead of Trove. by momothereal · 8 years ago
  17. 96bdd23 Use Trove's TLongObjectHashMap for chunk key indexing. by momothereal · 8 years ago
  18. e28cd97 Removed some more redundancy related to ChunkKeys. by momothereal · 8 years ago
  19. 57f1b8d Avoid getting the chunk of a block (and loading the Key) for no reason. by momothereal · 8 years ago
  20. 66381a2 Food level for regeneration is at 18 and above. by momothereal · 8 years ago
  21. 33ece8a Only check for fall distance if the entity has moved (not only rotated) by momothereal · 8 years ago
  22. e310070 Attempt at fixing fall damage (fallDistance wasn't being reset enough) by momothereal · 8 years ago
  23. 082108d Update location after gravity application, fixes #591 by momothereal · 8 years ago
  24. 44f4218 Fix issues with crafting inventory, fix NPE when using Glowstone in an IDE. by momothereal · 8 years ago
  25. 8c41069 Start 2018.0.0 snapshots by Momo · 8 years ago
  26. 60f436e (Re-)finalize 2017.11.0 by Momo · 8 years ago 2017.11.0
  27. 02750fe Unfinalize 2017.11.0 by Momo · 8 years ago
  28. 897b26f Finalize 2017.11.0 by Momo · 8 years ago
  29. 6d00594 Add /setblock command (related to #499) by momothereal · 8 years ago
  30. aab7327 Avoid useless Collection -> array cloning when not necessary by momothereal · 8 years ago
  31. 6ce1436 Centralize Item ID tab-completion by momothereal · 8 years ago
  32. 7772c02 Fix fire not getting updated on tick. Closes #435 (#589) by Tim Hagemann · 8 years ago
  33. 48f60c4 Fix items not breaking correctly. by momothereal · 8 years ago
  34. b1c0ac4 Fix item durability when digging blocks. by momothereal · 8 years ago
  35. 1832595 Update lastWorldTick every tick (WorldBorder). by momothereal · 8 years ago
  36. 65c58a9 Fix ConcurrentModificationException while iterating through TaskManager (#585) by Microsamp · 8 years ago
  37. 5379f0a Clean-up, documentation and fixes to GlowWorldBorder by momothereal · 8 years ago
  38. 21c9b43 Move GlowLeashHits to appropriate package by momothereal · 8 years ago
  39. eaf1dfb Removed broken chunk key optimization, use longs instead (#586) by smartboyathome · 8 years ago
  40. 42ee07d Update Kotlin to latest version by mastercoms · 8 years ago
  41. 9907aaa Start 2017.11 snapshots by Momo · 8 years ago
  42. bf9d48b Finalize 2017.10.0 by momothereal · 8 years ago 2017.10.0
  43. 18a3b49 Block state serialization for commands, /testforblock command (#579) by momothereal · 8 years ago
  44. a15dd50 Block state serialization for commands, /testforblock command by momothereal · 8 years ago
  45. 6ecd65a Move array of BlockFaces to BlockType instead of using multiple instances (#583) by kaenganxt · 8 years ago
  46. 1164327 Fix error due to merge in BlockChorusPlant by momothereal · 8 years ago
  47. 65bcb98 Add placement of chorus flower and plant, eating of chorus fruit (#582) by kaenganxt · 8 years ago
  48. bd32343 Change GlowServer#getVersion() to return the same format as CB/Spigot by momothereal · 8 years ago
  49. 1387290 Use ThreadLocalRandom instead of creating a new random in most cases (#581) by PickNChew · 8 years ago
  50. 84d70f2 Piston pushing and retraction (#577) by PickNChew · 8 years ago
  51. 1dd0368 Fix some food features and update food values (#578) by kaenganxt · 8 years ago
  52. f1d5f6f Implemented the /testfor command (#573) by smartboyathome · 8 years ago
  53. de44876 Add immediate despawning for out-of-range hostile mobs by momothereal · 8 years ago
  54. 62f43a2 Fix random selector (#575) by kaenganxt · 8 years ago
  55. 47db4c4 Added vector component reduction for velocity. by momothereal · 8 years ago
  56. 194b486 Add missing documentation for PortalCooldown by momothereal · 8 years ago
  57. 9f508f1 Add some missing NBT tags. by momothereal · 8 years ago
  58. 12ed57c Memory usage optimization with chunks (#569) by Momo · 8 years ago
  59. 76bf760 Fix protocol test by mastercoms · 8 years ago
  60. 4dcb604 Merge branch 'master' of github.com:GlowstoneMC/Glowstone by mastercoms · 8 years ago
  61. 618d0f0 Simple temp physics by mastercoms · 8 years ago
  62. 2cdb209 Add mention to Minecraft: Java Edition in README. Closes #570 by momothereal · 8 years ago
  63. 3f83a76 Fix NPE when running from an IDE (#568) by Zach · 8 years ago
  64. 5171310 1.12.2 Update (#566) by Momo · 8 years ago
  65. e5c0647 Start 2017.10 by momothereal · 8 years ago
  66. 6655907 2017.9.0 by mastercoms · 8 years ago 2017.9.0
  67. dcdfad3 Allow for certain un-spawnable entities to be /summon-ed (fixes #541) by momothereal · 8 years ago
  68. b3568da Add check for PVP-enabled configuration. by momothereal · 8 years ago
  69. 6906008 Update Javadoc links by Momo · 8 years ago
  70. e9220ae Fix-up bad conflict resolution by momothereal · 8 years ago
  71. a427bb2 Implement critical hit + damage enchantment amplification (#564) by Momo · 8 years ago
  72. d5332e0 Implement Villager Career API (#563) by Momo · 8 years ago
  73. a2fcf2d Update Javadoc links by Momo · 8 years ago
  74. aab54c1 Fix Enderman carried item metadata not being set properly (#562) by Momo · 8 years ago
  75. ca41622 Store and load Enderman's carried block (#561) by Momo · 8 years ago
  76. f8b55b5 Implement enchant command (#560) by schweinefilet · 8 years ago
  77. 82bd35c This fixes the effect command not accepting vanilla ids. (#558) by schweinefilet · 8 years ago
  78. a731a23 2017.9.0-SNAPSHOT by mastercoms · 8 years ago
  79. 0ed5a1b 2017.8.1 by mastercoms · 8 years ago 2017.8.1
  80. 4b0016f Fix shift-clicking in containers (Fixes #548) (#557) by Joel Puig Rubio · 8 years ago
  81. 18458e2 Add prevent authentication proxy option (#553) by games647 · 8 years ago
  82. 2f344a2 Implement effect command (#555) by schweinefilet · 8 years ago
  83. 09e8432 Fix issue #550 (/tp player toplayer does not work) (#554) by schweinefilet · 8 years ago
  84. 4534b4a Update CODE_OF_CONDUCT.md by mastercoms · 8 years ago
  85. 68dd1e6 Don't spawn a lead when the saved entity wasn't leashed by Martin Panzer · 8 years ago
  86. 477ecf7 Implement Firework Entity (#542) by Martin Panzer · 8 years ago
  87. 9266b6f Set head rotation for player when received by Martin Panzer · 8 years ago
  88. 8ba35b9 Add burntime for all burnable items by Martin Panzer · 8 years ago
  89. ea2763e Update kotlin dependency to 1.1.4 by momothereal · 8 years ago
  90. c2518ba Exclude 'mojang-translations' resource directory by momothereal · 8 years ago
  91. d4c3c57 Implement lightning related stuff (#546) by Martin Panzer · 8 years ago
  92. 1a74f6b Fix library timing issues (#544) by mastercoms · 8 years ago
  93. 3b7499a Implement Leashes (#538) by Martin Panzer · 8 years ago
  94. bf69637 Fix library management (#540) by mastercoms · 8 years ago
  95. 18dddfd Use map instead of list for CommandFunction (#537) by louxiu · 8 years ago
  96. 2d416c2 Enable batch mode for Maven by momothereal · 8 years ago
  97. a7de3bd Implement Experience Orbs by momothereal · 8 years ago
  98. edefb22 Add Ender Dragon ambient/death sounds by momothereal · 8 years ago
  99. d0354f7 Work on recipe book by momothereal · 8 years ago
  100. afad01d Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone by momothereal · 8 years ago