Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -70/+68 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -152/+192 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -217/+167 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -8/+11 |
| | | | | | | | | | | | | | 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 | |||
* | Add remaining missing setLastDamageCause's | Steve Anton | 2012-07-14 | -0/+1 |
| | ||||
* | Fixed EnderDragon not dealing damage after it has been hit. Fixes BUKKIT-1751 | EvilSeph | 2012-06-12 | -1/+1 |
| | ||||
* | Make EntityCreatePortalEvent block list Unmodifiable. | feildmaster | 2012-04-02 | -2/+2 |
| | ||||
* | Tell clients to update if EntityPortalCreateEvent is canceled. Fixes BUKKIT-1426 | feildmaster | 2012-04-02 | -0/+10 |
| | ||||
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -11/+11 |
| | ||||
* | Fixed BlockStateListPopulator in EntityEnderDragon not being populated. ↵ | EvilSeph | 2012-03-11 | -38/+21 |
| | | | | Fixes BUKKIT-1130 | |||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -50/+43 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -1/+1 |
| | ||||
* | Adjusted CraftBukkit to work with the entity event convenience patch in ↵ | TomyLobo | 2012-02-29 | -1/+1 |
| | | | | Bukkit. Addresses BUKKIT-809 | |||
* | Made Ender Dragons fire EntityRegainHealth events when getting healed by ↵ | EvilSeph | 2012-02-08 | -3/+10 |
| | | | | Ender Crystals. | |||
* | Dragons now throw events when creating portals | Nathan Adams | 2012-01-15 | -13/+32 |
| | ||||
* | Fix formatting. | Erik Broes | 2012-01-15 | -2/+2 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -6/+6 |
| | | | | | 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. | |||
* | Updated to Minecraft 1.1 | Erik Broes | 2012-01-12 | -34/+34 |
| | ||||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -7/+7 |
| | ||||
* | Make EntityEnderDragon call the ExplosionEventi | Andrew Ardill | 2011-12-08 | -0/+1 |
| | | | | | Rather than just creating the event and not worrying any further about it. Thanks for the heads up snowleo! | |||
* | Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocks | Andrew Ardill | 2011-12-08 | -3/+29 |
| | | | | | | | | | | | | We also teach CraftWorld how to explode an event, taken from Explosion.a(boolean) (the code that breaks blocks and drops them on the ground). The EnderDragon has a flag that slows it down when it hits unbreakable blocks: Obsidian, White Stone or Bedrock. It might be useful to extend the event so that plugins can set this. Letting the API set the default yield for an explosion event has been deprecated, so we now set the default yield using the appropriate constructor. | |||
* | Teach EnderDragon how to throw EntityDamage events | Andrew Ardill | 2011-12-05 | -1/+17 |
| | | | | Relates to BUKKIT-129 | |||
* | Make the EnderDragon respect experience drop set in death event | Andrew Ardill | 2011-12-02 | -2/+10 |
| | ||||
* | Add EntityEnderDragon | Andrew Ardill | 2011-12-02 | -0/+590 |