1. 3eff41c Merge branch 'tnt_drops' Fix GlowBlock#getDrops() and #breakNaturally() by deathcap · 10 years ago
  2. 2e2926e Merge branch 'build-height' Add support for configurable world height by deathcap · 10 years ago
  3. fbdee0d Merge branch 'worldgen2' Add overworld world generator by deathcap · 10 years ago
  4. f62c253 Update to use Rabbit.Type instead of RabbitType by deathcap · 10 years ago
  5. c37ac2a Merge branch 'entities-passive-part1' Add Part 1 of Passive Entities [Entities] by deathcap · 10 years ago
  6. 53691c3 Fix bonemealing grass not working from bad merge of drops PR by deathcap · 10 years ago
  7. b576b1e Merge branch 'biomegrid' Add biomegrid by deathcap · 10 years ago
  8. 12728e8 Update removed TreeGenerator to GlowTree by deathcap · 10 years ago
  9. c92319e Merge branch 'decorators' Add more biome decorators by deathcap · 10 years ago
  10. 2d32780 Merge branch 'potion-meta' Add Potion ItemMeta by deathcap · 10 years ago
  11. f9db8ef Merge branch 'blastresistance' Material values: hardness, blast-resistance, etc. by deathcap · 10 years ago
  12. 990a916 Merge branch 'drops' Drop the correct drops by deathcap · 10 years ago
  13. 9d22595 Merge branch 'bugfix/whitelist' Fix the player 'joining' when they should be kicked by deathcap · 10 years ago
  14. cca89ca Change itemframe rotation in previous commit to use new enum values instead of doubles by deathcap · 10 years ago
  15. 1f7d9be Merge branch 'itemframes' Continuation of @wow4201's Item Frames by deathcap · 10 years ago
  16. 4be0b8b Merge branch 'config' Generate default glowstone.yml from ServerConfig.Key by deathcap · 10 years ago
  17. f55cc67 Remove obsolete subproject, no longer needed by deathcap · 10 years ago
  18. 51e08cf Add non-subproject POM at top-level; move subprojects to ci/ by deathcap · 10 years ago
  19. b6021b5 Update Glowkit for DoublePlant data and BONEMEAL_USE effect by deathcap · 10 years ago
  20. d14c080 Merge branch 'bonemeal' Bonemeal interaction by deathcap · 10 years ago
  21. 93528b7 Merge branch 'doublechest' Support for multi-block inventories (Double chests) by deathcap · 10 years ago
  22. c29c7dd Update readme, add CircleCI status by deathcap · 10 years ago
  23. 33a4716 Update git project URLs by deathcap · 10 years ago
  24. f3a329c Update project version to 1.8.3-SNAPSHOT to match supported MC protocol version by deathcap · 10 years ago
  25. 8431ff5 Add missing build-helper-maven-plugin version by deathcap · 10 years ago
  26. 1faa2d6 Fix checkstyle header file relative path by deathcap · 10 years ago
  27. 6df54a3 Merge branch 'bukkitapi183' by deathcap · 10 years ago
  28. 29bb22c Merge branch 'maven' by deathcap · 10 years ago
  29. 8dde1c5 Rename this fork to Glowstone++ for now by deathcap · 10 years ago
  30. 62bc009 Add CircleCI configuration file by deathcap · 10 years ago
  31. 1365225 Change to build Glowkit as a submodule/subproject by deathcap · 10 years ago
  32. c32842c Some progress on porting the Banner API by deathcap · 10 years ago
  33. 6bef095 Fix ambiguous getTargetBlock() call in PlayerSwingArmHandler by deathcap · 10 years ago
  34. 5f60e34 Remove custom naming methods now part of superclass by deathcap · 10 years ago
  35. a86f5b8 Fix location of methods now that entities are now CommandSenders and Permissibles by deathcap · 10 years ago
  36. 248e43d Implement the non-deprecated LivingEntity API block target methods by deathcap · 10 years ago
  37. 0b1152a Implement setType(Material,boolean), second parameter is whether to apply physics by deathcap · 10 years ago
  38. 234f2fa Add note about bukkit+glowkit merge by deathcap · 10 years ago
  39. e84e478 Update builtin recipe material names for 9f44e7aaec395f1dfb80e2b5ccd6aeff8fcbfe3b by deathcap · 10 years ago
  40. b2850c3 Fix tests, new achievements and statistics in API by deathcap · 10 years ago
  41. 5603036 Remove last references to Material.LOCKED_CHEST by deathcap · 10 years ago
  42. 4b0664e Add missing methods for new APIs by deathcap · 10 years ago
  43. 9f44e7a Update to use Spigot's 1.8 Material names by deathcap · 10 years ago
  44. a7d6e5d Spigot has a completely different API for banners - begin porting converting by deathcap · 10 years ago
  45. 880907a Update to Guava 17, add now-separate JSR305 dependency (use Glowkit#guava17) by deathcap · 10 years ago
  46. 9dcb373 Update to 1.8.3-R0.1-SNAPSHOT Bukkit API by deathcap · 10 years ago
  47. 0d0b357 Update readme for Maven by deathcap · 10 years ago
  48. 4ee601e Remove gradle by deathcap · 10 years ago
  49. 9d5c29b Add maven-checkstyle-plugin by deathcap · 10 years ago
  50. 7de5c43 Update gitignore, add dependency-reduced-pom.xml (generated by Maven) by deathcap · 10 years ago
  51. 819cc59 Use Spigot's method mapper for Maven by deathcap · 10 years ago
  52. 2b6ed7b Update Maven POM to match Gradle build by deathcap · 10 years ago
  53. 352b7b9 Restore Maven pom.xml from "Preliminary maven to gradle conversion" by deathcap · 10 years ago
  54. 16cb7d5 Fixed incorrect reference in ToolType. by Tad Hardesty · 10 years ago
  55. 575d55c Tidied world I/O somewhat. by Tad Hardesty · 10 years ago
  56. 50a46d0 Updated build instructions in README. by Tad Hardesty · 10 years ago
  57. 66fb303 Made use of Lombok in a few more places. by Tad Hardesty · 10 years ago
  58. a0c9234 Cleaned up some warnings and unused code. by Tad Hardesty · 10 years ago
  59. 5a43d51 Added Passive Entities Part 1. by Gabriel Harris-Rouquette · 10 years ago
  60. 75ac736 added method getMinedDrops(GlowBlock) to BlockType, is used in GlowBlock#getDrops() (and therefor by explosions, #breakNaturally() etc.) by Tonodus · 10 years ago
  61. 267b8c8 Improved fire placement, digging, and physics (fixes #612). by Tad Hardesty · 10 years ago
  62. a8693c6 Clamp maximum build height between 64 and 256 by coasterman10 · 10 years ago
  63. 888f784 Add overworld world generator by jimmikaelkael · 10 years ago
  64. 08c652b Don't set AIR_TIME by Aaron Hill · 10 years ago
  65. 6f4428c Fix melee-damage related bugs by Aaron Hill · 10 years ago
  66. 5544b9d Add missing semicolon by Aaron Hill · 10 years ago
  67. c2bf599 Player isn't needed for metadata by Aaron Hill · 10 years ago
  68. 223721d Fix even more capitalization by Aaron Hill · 10 years ago
  69. f42ccad More capitalization by Aaron Hill · 10 years ago
  70. c1a4c36 Capitalize by Aaron Hill · 10 years ago
  71. 6e3b3c6 Make variables private by Aaron Hill · 10 years ago
  72. 859868f Check type of interaction by Aaron Hill · 10 years ago
  73. 1a2202f Remove commented out code by Aaron Hill · 10 years ago
  74. dc5e30d Reduce switch by Aaron Hill · 10 years ago
  75. d8e865f Make rot private by Aaron Hill · 10 years ago
  76. 3ab933d Fix TODO note by Aaron Hill · 10 years ago
  77. 04cd7b5 Remove whitespace by Aaron Hill · 10 years ago
  78. 62eabed Everything works now by Aaron Hill · 10 years ago
  79. fa18768 Fix spelling by Aaron Hill · 10 years ago
  80. d62b9b1 Use new 1.8 rotations by Aaron Hill · 10 years ago
  81. 7378adb Checkstyle fixups by Aaron Hill · 10 years ago
  82. e8ae9d4 rename SetItemInFrame to SetIteminFrame by wow4201 · 10 years ago
  83. 3e04fd0 Item Frames, Full implementation by wow4201 · 10 years ago
  84. 3848233 Downgraded sqlite version to fix plugin problems. by Tad Hardesty · 10 years ago
  85. cd65e98 Allow opening written books. by Aaron Hill · 10 years ago
  86. c684718 added a few values to materialValues.yml by Tonodus · 10 years ago
  87. 6de6726 fixed javadoc and class name by Tonodus · 10 years ago
  88. 20fd4be added block blast resistance based on MaterialValues by Tonodus · 10 years ago
  89. b4bbaec version storing ConfigurationSection by Tonodus · 10 years ago
  90. d9c47b3 javadoc by Tonodus · 10 years ago
  91. 7c00f1e Starting BlockValueManager; added all known materials (only stubs); added check for insta-break (fixes #384) by Tonodus · 10 years ago
  92. 7c32a47 Add support for configurable world height by coasterman10 · 10 years ago
  93. 885282f Remove a shore duplicate by jimmikaelkael · 10 years ago
  94. 9403890 Use diamond operator by jimmikaelkael · 10 years ago
  95. bab910c Get world seed before to initialize chunk manager by jimmikaelkael · 10 years ago
  96. 1c97c38 Zoom for large biomes by jimmikaelkael · 10 years ago
  97. ce00b33 Add biome grid by jimmikaelkael · 10 years ago
  98. 4f60e9f Fix roofed forest by jimmikaelkael · 10 years ago
  99. efba04e Fix cold taiga by jimmikaelkael · 10 years ago
  100. 60327b0 Cleanup by jimmikaelkael · 10 years ago