Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -18/+29 |
| | ||||
* | Update CraftBukkit to 1.6.1 | Nate Mortensen | 2013-07-01 | -8/+5 |
| | ||||
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -12/+15 |
| | ||||
* | Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438 | feildmaster | 2013-01-27 | -6/+1 |
| | | | | | | | | | | By having a single function to process BlockPlacement logic, we make it so that there is consistent behavior throughout all BlockPlace events. This should allow for easier troubleshooting and less diffs in source. This also fixes BUKKIT-3463 by including the correct coordinates that were clicked to the event. | |||
* | Preserve source block in mushroom spread event. Fixes BUKKIT-3354 | QuarterAnimal | 2013-01-24 | -1/+7 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -8/+9 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -6/+6 |
| | | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once | |||
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -0/+4 |
| | ||||
* | [Bleeding] Added support for all TreeType entries to ↵ | zml2008 | 2012-03-21 | -1/+2 |
| | | | | CraftWorld.generateTree(). Addresses BUKKIT-1161 | |||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -3/+3 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -1/+1 |
| | | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1. | |||
* | Fix CraftBukkit comments. | Erik Broes | 2012-01-12 | -2/+2 |
| | ||||
* | Fixed bonemeal not being consumed on failed growth attempts. This fixes ↵ | Nathan Adams | 2011-12-19 | -2/+5 |
| | | | | BUKKIT-337. Thanks to md-5 for the pull request! | |||
* | Implemented onStructureGrow event, thanks to md-5. | Nathan Adams | 2011-12-09 | -5/+22 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -28/+21 |
| | ||||
* | Bunchafixes which may or may not have any end result | Dinnerbone | 2011-09-16 | -9/+11 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -20/+77 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -1/+1 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -13/+5 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Added BlockSpread, BlockForm and BlockFade events. | EvilSeph | 2011-06-17 | -0/+60 |