1. 9711f24 Merge pull request #330 from momothereal/container by Momo · 8 years ago
  2. 1cfa24f Fix aikar repo by mastercoms · 8 years ago
  3. 2a38125 Fix containers not dropping contents in creative. by Momo · 8 years ago
  4. b367383 Temporarily remove block type cache to fix placement bugs by mastercoms · 8 years ago
  5. d6a1012 Update dev.sh by Momo · 8 years ago
  6. a87f221 Don't use durability for data (changed in 1.9) in block placement code by mastercoms · 8 years ago
  7. 0f56e9a Update README.md by Momo · 8 years ago
  8. f9f3146 Merge pull request #293 from momothereal/1.10-update by Momo · 8 years ago
  9. d47ec1e co.aikar repository. by Momo · 8 years ago
  10. 21d4236 Add missing dependencies, fixes launch error. by Momo · 8 years ago
  11. fee3791 Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone into 1.10-update by Momo · 8 years ago
  12. c327d83 Merge pull request #289 from momothereal/summon-command by Momo · 8 years ago
  13. b554ec5 Magma Block damage. by Momo · 8 years ago
  14. bd6ab91 Replace old enchantment slots ids to new ones. by Momo · 8 years ago
  15. c4f32d7 Cleanup circleyml by mastercoms · 8 years ago 1.9.4
  16. 8ee3289 Yes, I did make that mistake. by Momo · 8 years ago
  17. d52ae22 Merge branch 'master' of https://github.com/GlowstoneMC/Glowstone into 1.10-update by Momo · 8 years ago
  18. 7e6d7ca Merge pull request #326 from momothereal/circleci-fix by Momo · 8 years ago
  19. 9a3a219 Build Glowkit before Glowstone in CircleCI. by Momo · 8 years ago
  20. eca8943 update dev tools by mastercoms · 8 years ago
  21. 7f06026 Remove CommandUtils because it was merged in Glowkit, also small fix for water update glitch. by Momo · 8 years ago
  22. 64be59c Rid thyself of thy Oxford comma by mastercoms · 8 years ago
  23. 9dd9f76 thread.join already checks for isAlive by mastercoms · 8 years ago
  24. bd8a5e3 Resolve confusion over rogue threads by mastercoms · 8 years ago
  25. 5dea81c We use discord now. by mastercoms · 8 years ago
  26. ddd7475 Optimizations and clean up (#323) by mastercoms · 8 years ago
  27. b70c477 Remove extraneous diff from previous commit by mastercoms · 8 years ago
  28. 20eb81a Fix boolean logic in player spawn code by mastercoms · 8 years ago
  29. 576ba4e Update LICENSE by mastercoms · 8 years ago
  30. be5194e Ensure player name is not null in uuid json files by mastercoms · 8 years ago
  31. 613050f Fixes crafting result slot desync (#321) by mastercoms · 8 years ago
  32. 42ecb9b Make sure durability is applicable and add durability for pickaxes (WIP). Fixes #317, Fixes #311, Fixes #319 by mastercoms · 8 years ago
  33. e044c65 Fix TNTPrimed spawn error and use simpler (and temporary) entity detection system for close chunks by mastercoms · 8 years ago
  34. 8c0e32d Small tweaks to metrics by mastercoms · 8 years ago
  35. 4972be3 Some cleanup to the repo by mastercoms · 8 years ago
  36. ecdcabc Redstone torch requires repeating pulse by mastercoms · 8 years ago
  37. 6558c11 Fix error in tickmap contains check, typo in javadoc and add better single tick check by mastercoms · 8 years ago
  38. 7f94856 Optimize tick system and add one-fire ticks by mastercoms · 8 years ago
  39. 96cd76f Change PR to meet suggestions by mastercoms · 8 years ago
  40. 3996067 Merge branch 'master' of https://github.com/GreenBeard/GlowstonePlusPlus into GreenBeard-master by mastercoms · 8 years ago
  41. 511f4d9 Whoops (fixed wrong Material names) by Momo · 8 years ago
  42. 2725ced Add new recipes by Momo · 8 years ago
  43. 2ea2ce1 Fix bugs with off-hand, and enhance its usage. by Momo · 8 years ago
  44. b899294 Add /teleport command, and relative coordinates utility by Momo · 8 years ago
  45. fa5ce6b Adds FallFlying NBT entry. (Does not contain implementation) by Momo · 8 years ago
  46. fc9bd4a Add Magma generation, fix baby spawning. by Momo · 8 years ago
  47. 6eb5445 Implement new 1.10 API changes to Glowstone. by Momo · 8 years ago
  48. 45ce3ee Update to 1.10.2 by Momo · 8 years ago
  49. ff881e6 Added more blocks to CactusBlock placement validation (#301) by VaiTon86 · 8 years ago
  50. 37947fd Merge pull request #303 from momothereal/kotlin by Momo · 8 years ago
  51. 8131d98 Add Kotlin Maven dependencies by Momo · 8 years ago
  52. 75910b4 Update to 1.10.1 by Momo · 8 years ago
  53. 1ac1828 Merge pull request #302 from VaiTon86/gitignore by Gareth Coles · 8 years ago
  54. f2a4c2c Added windows .db to .gitignore by VaiTon86 · 8 years ago
  55. ada5e7d Added more blocks in switch-block (#299) by Shad0wCore · 8 years ago
  56. 0207abb Merge pull request #300 from BjoernPetersen/ignore_eclipse_files by kamcio96 · 8 years ago
  57. 695afc2 Add files generated by eclipse to .gitignore by Björn Petersen · 8 years ago
  58. 7da52f8 Glowstone++--. by mastercoms · 8 years ago
  59. c4afa2b Removed all usages of the forever looping pulse. Changed other classes to appropriately use requestSinglePulse instead. by GreenBeard · 8 years ago
  60. 9025072 Remove compatibility with 1.9.X clients. by Momo · 8 years ago
  61. 217fcb0 1.10 protocol changes. by Momo · 8 years ago
  62. c037f95 Added new requestSinglePulse in GlowWorld.java and changed liquid blocks (water, and lava) to use this method instead of the forever looping requestPulse method by GreenBeard · 8 years ago
  63. df9ab1c Fix .gitignore (lazy buggers), add PR template, clean GH .md files by Gareth Coles · 8 years ago
  64. 4e6dc97 Summon command. by Momo · 8 years ago
  65. 1f63fd6 Remove network from submodule by kamcio96 · 8 years ago
  66. 4056423 No more submodules! by mastercoms · 8 years ago
  67. c42cda3 network is available through repo by mastercoms · 8 years ago
  68. 3509c18 Remove Glowkit from submodule by kamcio96 · 8 years ago
  69. 7c692b3 Fix erroneous glowstone repo url by mastercoms · 8 years ago
  70. beb042d Glowkit is downloaded through maven, no need to compile by mastercoms · 8 years ago
  71. c45ed16 Add glowstone repo by mastercoms · 8 years ago
  72. 251616e Update pom.xml for Maven deployments by Gareth Coles · 8 years ago
  73. 38de459 Add missing import statement for GlowServer by mastercoms · 8 years ago
  74. 47349b8 Update to 1.9.4, compatibility with 1.9, 1.9.2, 1.9.3 (#273) by Momo · 8 years ago
  75. d7a1f30 Revert network back to CR7 by mastercoms · 8 years ago
  76. d6c17c2 Update network by mastercoms · 8 years ago
  77. fa5f8a0 Add "Potion" NBT Item entry for potions/tipped arrows, fixes issue 280 (#281) by Momo · 8 years ago
  78. 7d99696 Add Elytra flying/gliding. (#268) by Momo · 8 years ago
  79. aa1273e Integration of Mojangson API for conversion from Mojangson to/from NBT. (#238) by Momo · 8 years ago
  80. 6b93290 Save player achievements and stats in stats/ directory. (#277) by Momo · 8 years ago
  81. 6cd7b71 Add (very) basic support for off-hand, in order to fix 276. (#279) by Momo · 8 years ago
  82. 45f93e4 Fix inventories getting out of sync sometimes. Closes #181 (#272) by Paulomart · 8 years ago
  83. 6bbf762 Fix server version metrics by mastercoms · 9 years ago
  84. 540ab67 Make material names lowercase in tab completion by mastercoms · 9 years ago
  85. 4ddac92 Update to include how, not just policy by mastercoms · 9 years ago
  86. bb944a0 Remove extra header lines by mastercoms · 9 years ago
  87. 4c2d582 Update README for 1.9.2 by mastercoms · 9 years ago
  88. 4b66da3 Fix protocol tests by kamcio96 · 9 years ago
  89. 2a6fb81 Merge branch 'master' of https://github.com/GlowstoneMC/GlowstonePlusPlus by kamcio96 · 9 years ago
  90. 66deeef Support 1.9 - 1.9.2 by kamcio96 · 9 years ago
  91. 85e98f3 Fixes #250 by mastercoms · 9 years ago
  92. 6fe84f9 Update version command by mastercoms · 9 years ago
  93. 17e80e0 Update protocol to 1.9.2 by mastercoms · 9 years ago
  94. b59b15d Merge branch 'master' of github.com:GlowstoneMC/GlowstonePlusPlus by mastercoms · 9 years ago
  95. 0fd7edf Update and implement dependencies by mastercoms · 9 years ago
  96. 832f3d0 Update to 1.9.2 and change version formatting by mastercoms · 9 years ago
  97. 65260c7 Update to fix #247 by mastercoms · 9 years ago
  98. 804e779 fix some placement by traaks · 9 years ago
  99. 7340f83 Fixes issue 246. by Momo · 9 years ago
  100. e078959 revert sign text encoding by traaks · 9 years ago