1. d14c080 Merge branch 'bonemeal' Bonemeal interaction by deathcap · 11 years ago
  2. 93528b7 Merge branch 'doublechest' Support for multi-block inventories (Double chests) by deathcap · 11 years ago
  3. 6df54a3 Merge branch 'bukkitapi183' by deathcap · 11 years ago
  4. 8dde1c5 Rename this fork to Glowstone++ for now by deathcap · 11 years ago
  5. c32842c Some progress on porting the Banner API by deathcap · 11 years ago
  6. 6bef095 Fix ambiguous getTargetBlock() call in PlayerSwingArmHandler by deathcap · 11 years ago
  7. 5f60e34 Remove custom naming methods now part of superclass by deathcap · 11 years ago
  8. a86f5b8 Fix location of methods now that entities are now CommandSenders and Permissibles by deathcap · 11 years ago
  9. 248e43d Implement the non-deprecated LivingEntity API block target methods by deathcap · 11 years ago
  10. 0b1152a Implement setType(Material,boolean), second parameter is whether to apply physics by deathcap · 11 years ago
  11. e84e478 Update builtin recipe material names for 9f44e7aaec395f1dfb80e2b5ccd6aeff8fcbfe3b by deathcap · 11 years ago
  12. b2850c3 Fix tests, new achievements and statistics in API by deathcap · 11 years ago
  13. 5603036 Remove last references to Material.LOCKED_CHEST by deathcap · 11 years ago
  14. 4b0664e Add missing methods for new APIs by deathcap · 11 years ago
  15. 9f44e7a Update to use Spigot's 1.8 Material names by deathcap · 11 years ago
  16. a7d6e5d Spigot has a completely different API for banners - begin porting converting by deathcap · 11 years ago
  17. 16cb7d5 Fixed incorrect reference in ToolType. by Tad Hardesty · 11 years ago
  18. 575d55c Tidied world I/O somewhat. by Tad Hardesty · 11 years ago
  19. 66fb303 Made use of Lombok in a few more places. by Tad Hardesty · 11 years ago
  20. a0c9234 Cleaned up some warnings and unused code. by Tad Hardesty · 11 years ago
  21. 267b8c8 Improved fire placement, digging, and physics (fixes #612). by Tad Hardesty · 11 years ago
  22. 3848233 Downgraded sqlite version to fix plugin problems. by Tad Hardesty · 11 years ago
  23. cd65e98 Allow opening written books. by Aaron Hill · 11 years ago
  24. 6c39649 Corrected liquid block data behavior. by Tad Hardesty · 11 years ago
  25. 912f867 Minor code cleanup. by Tad Hardesty · 11 years ago
  26. a4e35c3 Added better bind error messages (closes #586). by Tad Hardesty · 11 years ago
  27. 1be5df0 Provide a view for getOnlinePlayers(). by ZephireNZ · 11 years ago
  28. 5303fee Added player notification for difficulty changes. by Tad Hardesty · 11 years ago
  29. 96e6bbe Improved potion effect support (fixes #588). by Tad Hardesty · 11 years ago
  30. ffd04c4 Implemented help.yml loading (closes #90). by Tad Hardesty · 11 years ago
  31. e75792e Implemented doDaylightCycle, doTileDrops, and reducedDebugInfo. by Tad Hardesty · 11 years ago
  32. 2634e8d Added better game rule map and default values (see #455). by jimmikaelkael · 11 years ago
  33. ce8b93b Implemented door placement and interaction (see #119). by Chiori Greene · 11 years ago
  34. 81c4230 Update SuperListIterator.java by Marcos Vives Del Sol · 11 years ago
  35. 1988784 Prevent player to use bonemeal in adventure mode by jimmikaelkael · 11 years ago
  36. e0d2120 Merge branch 'master' into pr-358 by dequis · 11 years ago
  37. f4f75b5 Fix double plant by jimmikaelkael · 11 years ago
  38. ba8528f Fix a bug with cocoa by jimmikaelkael · 11 years ago
  39. 5a649cf Use diamond operator by jimmikaelkael · 11 years ago
  40. 65a4f53 Changes to conform to latest commit on master by jimmikaelkael · 11 years ago
  41. 5ebc124 Update BlockMushroom to use Dirt MaterialData by jimmikaelkael · 11 years ago
  42. 9479b89 Update BlockTallGrass to use DoublePlant MaterialData by jimmikaelkael · 11 years ago
  43. 5824b5f Update BlockDoublePlant to use DoublePlant MaterialData by jimmikaelkael · 11 years ago
  44. 5a88e96 Check above block is air when growing tall grass by jimmikaelkael · 11 years ago
  45. 8d64eee Extend some classes from BlockAttachable by jimmikaelkael · 11 years ago
  46. 97f59f8 Fix seeds, potatoes and carrots placement checks by jimmikaelkael · 11 years ago
  47. 9899c63 Fix cocoa beans placement check by jimmikaelkael · 11 years ago
  48. 48a7d90 Destroy DoublePlant entirely by jimmikaelkael · 11 years ago
  49. 330cb64 Make use of the BONEMEAL_USE effect by jimmikaelkael · 11 years ago
  50. e8c750d Add ItemStack parameter to getDrops() method overrides by jimmikaelkael · 11 years ago
  51. 0a070d8 Place back saplings in case StructureGrowEvent is cancelled by jimmikaelkael · 11 years ago
  52. fcc387d Merge content of #434 by jimmikaelkael · 11 years ago
  53. 837467c Fill BlockMushroom and BlockSapling grow() method by jimmikaelkael · 11 years ago
  54. 8a2a72d Fix equality checks by jimmikaelkael · 11 years ago
  55. 02d8632 Remove BlockPlant as it's not required here by jimmikaelkael · 11 years ago
  56. 5f88c51 Make random a protected static field of BlockType by jimmikaelkael · 11 years ago
  57. c009655 Modify BlockTallGrass by jimmikaelkael · 11 years ago
  58. 4c3b374 Add BlockStem, remove BlockMelonStem and BlockPumpkinStem by jimmikaelkael · 11 years ago
  59. 67f02fc Add BlockSapling by jimmikaelkael · 11 years ago
  60. 1f32faa Add BlockMushroom by jimmikaelkael · 11 years ago
  61. 3be70b4 Add BlockGrass by jimmikaelkael · 11 years ago
  62. 80052bb Add BlockDoublePlant by jimmikaelkael · 11 years ago
  63. 8e1fcfd Add BlockCrops by jimmikaelkael · 11 years ago
  64. c45a287 Add BlockPlant by jimmikaelkael · 11 years ago
  65. d09f072 Add BlockCocoa by jimmikaelkael · 11 years ago
  66. ca246bb Add ItemDye by jimmikaelkael · 11 years ago
  67. 1837737 Add IBlockGrowable interface by jimmikaelkael · 11 years ago
  68. a1a7fc7 Added actual height map storage to improve performance. by Tad Hardesty · 11 years ago
  69. 80ee09c Added void damage, dealt to entities with y < -64 (thanks @BigxMac). by Tad Hardesty · 11 years ago
  70. 39ca0ab Added support for melee attacks by players. by turt2live · 11 years ago
  71. aaa3e8a Added damage due to cactus blocks. by BigxMac · 11 years ago
  72. 5ebf0fe Basic item drop entity support (closes #4)! by Tad Hardesty · 11 years ago
  73. 82fa4ef Merge with upstream by Marcos Vives Del Sol · 11 years ago
  74. 474be7d A basic start on physics, including bounding box search. by Tad Hardesty · 12 years ago
  75. 3997385 Allow dropping items in most cases. by Tonodus · 12 years ago
  76. 0f93dfa Improved "Outdated client/server" messages. by Tad Hardesty · 11 years ago
  77. 978b3e7 Filter invalid item IDs (fixes #168). by Tad Hardesty · 11 years ago
  78. 592b90c Various world loading improvements and fixes (closes #466). by Tad Hardesty · 11 years ago
  79. a1e88c7 Removed redundant BlockType#onBreak method. by Tad Hardesty · 11 years ago
  80. 5832722 Added simple library downloading for database drivers (see #143). by Tad Hardesty · 11 years ago
  81. cf54f5b Implemented basic block physics (see #40). by Tonodus · 12 years ago
  82. 1311a2a Print and use correct port after binding (fixes #571). by Aaron Hill · 11 years ago
  83. 37f01ea Keep track of entity IDs across worlds (fixes #486 and #447). by johni0702 · 11 years ago
  84. 6c6b63e Implemented explosions and some flint & steel behavior. by Tonodus · 12 years ago
  85. 6e86a71 Implemented sponge block functionality. by Marcos Vives Del Sol · 11 years ago
  86. 87fa006 Disabled console check for now (see #586). by Tad Hardesty · 11 years ago
  87. 23a4b82 Check for and warn on lack of console (fixes #581). by Tad Hardesty · 11 years ago
  88. f9ed4a9 Added missing deprecated scheduler methods. by Tad Hardesty · 11 years ago
  89. 060ff74 Fixed spectator mode noclip and added game mode event. by Aaron Hill · 11 years ago
  90. 35f6f25 Minor tidying in GlowEnchantment. by Tad Hardesty · 11 years ago
  91. 515daaf Add new SuperCollection tests by Marcos Vives Del Sol · 11 years ago
  92. ab9e9aa Improve SuperCollections by Marcos Vives Del Sol · 11 years ago
  93. 9ee9a4b Merge remote-tracking branch 'upstream/master' into inventory by Marcos Vives Del Sol · 11 years ago
  94. 8bd7c73 Added basic enchantment definitions (fixes #262). by Tad Hardesty · 11 years ago
  95. 292f452 Validate locations in teleport (fixes #475). by Tad Hardesty · 11 years ago
  96. d07e99d Changed signs to use TextMessage for storage (fixes #528). by Tad Hardesty · 11 years ago
  97. 903fba8 Implement SuperList.subList and remove misleading comment by Marcos Vives Del Sol · 11 years ago
  98. b0e1805 Fix certain bugs by Marcos Vives Del Sol · 11 years ago
  99. c1aae5c Fixed firework effects not storing fade colors correctly. by Tad Hardesty · 11 years ago
  100. 6fc57f9 Added simple achievement message and fire event. by Tad Hardesty · 11 years ago