Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update to Minecraft 1.8 | Thinkofdeath | 2014-11-28 | -157/+0 |
| | | | | For more information please see http://www.spigotmc.org/ | |||
* | Update CraftBukkit to Minecraft 1.7.5 | Nate Mortensen | 2014-03-21 | -2/+2 |
| | ||||
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -9/+9 |
| | ||||
* | Update CraftBukkit to 1.6.4 | feildmaster | 2013-09-19 | -14/+14 |
| | ||||
* | Update CraftBukkit to 1.6.1 | Nate Mortensen | 2013-07-01 | -1/+1 |
| | ||||
* | Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618 | EdGruberman | 2013-03-28 | -2/+2 |
| | | | | | | | | | | When a splash potion has no applicable effects we currently do not call PotionSplashEvent. This means plugins are unable to make custom potions with reliable splash handling as they have to relicate the functionality themselves. With this commit we simply make the event fire regardless of the effects on the potion. | |||
* | Cleanup comments, formatting, etc | Travis Watkins | 2013-03-25 | -2/+2 |
| | ||||
* | Add ability to modify ThrownPotion properties. Adds BUKKIT-3197 | Olof Larsson | 2013-03-21 | -1/+1 |
| | ||||
* | Always call PotionSplashEvent. Fixes BUKKIT-3363 | Zloteanu Nikita | 2013-01-17 | -1/+1 |
| | | | | | This change allows plugins to add recipients to a PotionSplashEvent when it would have otherwise had none. | |||
* | Update CraftBukkit to Minecraft 1.4.7 | feildmaster | 2013-01-17 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4.6 | feildmaster | 2012-12-20 | -1/+1 |
| | ||||
* | Take into account if the shooter is a player before considering pvp mode for ↵ | feildmaster | 2012-11-27 | -2/+2 |
| | | | | projectiles. Fixes BUKKIT-3058 | |||
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -16/+16 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -12/+38 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -12/+23 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -4/+1 |
| | | | | | | | | | | | | | 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 CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -1/+1 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -4/+5 |
| | ||||
* | Made splash options abide by PVP settings. Fixes BUKKIT-542 | EvilSeph | 2012-02-10 | -0/+7 |
| | ||||
* | [Bleeding] Implemented PotionSplashEvent. Closes BUKKIT-307 | Zeerix | 2012-01-24 | -0/+28 |
| | ||||
* | [Bleeding] Added event calls for healing and harming by potions | Zeerix | 2012-01-17 | -1/+1 |
| | ||||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -1/+1 |
| | ||||
* | Fix Craft Entity constructors and toStrings. | Andrew Ardill | 2011-11-29 | -0/+87 |
Also, standardise getHandle and clean up in general. getHandle is now using the 'entity' member variable instead of super.getHandle, as this reduces the number of chained calls needed. |