Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Bleeding] Add missing methods to Bukkit class, fix non-static methods, and ↵ | Celtic Minstrel | 2012-02-25 | -4/+55 |
| | | | | add a junit test to ensure both these problems will be caught in future. | |||
* | [Bleeding] Add ability for the Potion class to represent no-effect | Celtic Minstrel | 2012-02-25 | -24/+143 |
| | | | | | | | | | | | | potions. Addresses BUKKIT-817 - Potion's type can be null - Add Potion.setType() - New Potion constructors which do not take a PotionType parameter - Potion constructor chainers splash() and extend() added - Add PotionType.getMaxLevel() and PotionType.isInstant() - Add PotionType.WATER which is a very special case - Make PotionType.getDamageValue() public | |||
* | [Bleeding] Deprecate the pointless Potion.Tier enum in favour of a numeric ↵ | Celtic Minstrel | 2012-02-25 | -14/+59 |
| | | | | level. Addresses BUKKIT-818 | |||
* | [Bleeding] Fixed EntityType errors. Fixes BUKKIT-800 | Feildmaster | 2012-02-23 | -8/+13 |
| | ||||
* | [Bleeding] Fix deserialization for unsafe enchantments. Fixes BUKKIT-793 | Wesley Wolfe | 2012-02-23 | -1/+1 |
| | ||||
* | [Bleeding] Added launchProjectile. | aPunch | 2012-02-23 | -0/+20 |
| | | | | Use launchProjectile in place of individual throwSnowball, throwEgg, and shootArrow methods | |||
* | [Bleeding] Added EntityType to replace CreatureType. | Celtic Minstrel | 2012-02-22 | -13/+258 |
| | ||||
* | [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104 | Feildmaster | 2012-02-22 | -24/+58 |
| | ||||
* | [Bleeding] getHandlers() is now abstract. | Feildmaster | 2012-02-21 | -3/+1 |
| | ||||
* | [Bleeding] Add ways to retrieve and delete crafting recipes and fixed some ↵ | Celtic Minstrel | 2012-02-21 | -81/+226 |
| | | | | | | | | | issues with the existing recipe API. - New recipe iterator which enables deleting specific recipes - Functions to delete all recipes or revert to vanilla recipe set - Fixed the recipes API; you should now be able to define recipes that take brewed potions! - Fetch all recipes that result in a specific item | |||
* | [Bleeding] Cleanup clone methods. | Wesley Wolfe | 2012-02-20 | -30/+204 |
| | ||||
* | Improved readability for /whitelist list. Addresses BUKKIT-772 | Feildmaster | 2012-02-19 | -1/+1 |
| | ||||
* | [Bleeding] Event no longer implements Serializable. | Feildmaster | 2012-02-19 | -170/+4 |
| | ||||
* | [Bleeding] Remove deprecated events (EndermanPickup/Place). | Feildmaster | 2012-02-19 | -102/+0 |
| | ||||
* | [Bleeding] Specify event name in exception. Addresses BUKKIT-778 | Feildmaster | 2012-02-19 | -14/+5 |
| | ||||
* | [Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization | Wesley Wolfe | 2012-02-19 | -8/+7 |
| | ||||
* | [Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization | Wesley Wolfe | 2012-02-19 | -0/+76 |
| | ||||
* | [Bleeding] Fixed class cast in ItemStack deserialization. Fixes BUKKIT-777 | Wesley Wolfe | 2012-02-19 | -1/+1 |
| | ||||
* | [Bleeding] Exception cleanup. Addresses BUKKIT-774 | Wesley Wolfe | 2012-02-18 | -131/+67 |
| | ||||
* | [Bleeding] Skip InvocationTargetException. Addresses BUKKIT-774 | Wesley Wolfe | 2012-02-18 | -2/+14 |
| | ||||
* | [Bleeding] Added ability to unregister listeners, updated javadoc and | SpaceManiac | 2012-02-18 | -8/+72 |
| | | | | renamed allLists. Addresses BUKKIT-773 | |||
* | Add getEntitiesByClass(Class<T>) and getEntitiesByClasses(Class<?>...), ↵ | Mike Primm | 2012-02-18 | -0/+15 |
| | | | | deprecate getEntitiesByClass(Class<T>...) | |||
* | Fixed Validate message. | EvilSeph | 2012-02-18 | -1/+1 |
| | ||||
* | Updated EntityTeleportEvent in line with deprecation cleanup. | EvilSeph | 2012-02-18 | -1/+1 |
| | ||||
* | Deprecation cleanup. | Erik Broes | 2012-02-18 | -4280/+409 |
| | ||||
* | Added RemoteServerCommandEvent. | Erik Broes | 2012-02-18 | -0/+25 |
| | ||||
* | [Bleeding] Made PotionEffectTypes final, added reasons for deprecation. | fullwall | 2012-02-18 | -21/+22 |
| | | | | Fixes BUKKIT-768 and BUKKIT-769 | |||
* | [Bleeding] Update serialVersionUID. | Wesley Wolfe | 2012-02-13 | -2/+2 |
| | ||||
* | [Bleeding] Added ability to register and listen to SubEvents. Addresses | Feildmaster | 2012-02-13 | -7/+2 |
| | | | | BUKKIT-585 | |||
* | [Bleeding] Cleanup of exceptions org.bukkit.plugin.Invalid* | Zeerix | 2012-02-13 | -44/+15 |
| | | | | | Removed throwable and message, because the superclass already stores them Added message of inner exception to the outer exception to make the first line of the stacktrace more verbose | |||
* | Allow cloning ItemStacks with unsafe enchantments. Fixes BUKKIT-621 | mushroomhostage | 2012-02-13 | -1/+1 |
| | | | | Prevents "IllegalArgumentException: Specified enchantment cannot be applied to this itemstack"). | |||
* | Fixed typos and add usage message to timings command. | Travis Watkins | 2012-02-10 | -10/+12 |
| | ||||
* | [Bleeding] Added Potions API. Fixes BUKKIT-389 | fullwall | 2012-02-10 | -1/+891 |
| | ||||
* | Added configurable animal and monster ticks per spawn setting. | EvilSeph | 2012-02-10 | -0/+122 |
| | ||||
* | Added JOCKEY and CHUNK_GEN SpawnReasons. | EvilSeph | 2012-02-10 | -0/+8 |
| | ||||
* | [Bleeding] setLastDamageCaused to ComplexEntityPart parent. | Feildmaster | 2012-02-09 | -1/+6 |
| | ||||
* | [Bleeding] Add the ability for plugins to ignore cancelled events when | md_5 | 2012-02-09 | -95/+100 |
| | | | | using the new event system. | |||
* | [Bleeding] Deprecate Enderman events in favor of EntityChangeBlock | Aidan Matzko | 2012-02-09 | -0/+10 |
| | ||||
* | [Bleeding] Implemented customizable permission messages. | Wesley Wolfe | 2012-02-09 | -1/+34 |
| | ||||
* | Properly unregister plugin channels when a plugin gets disabled. | Meaglin | 2012-02-09 | -0/+7 |
| | ||||
* | Added EntityTeleportEvent. Fixes BUKKIT-366 | craftycreeper | 2012-02-09 | -0/+85 |
| | ||||
* | Added SpawnReason.BUILD_SNOWMAN. | EvilSeph | 2012-02-08 | -0/+4 |
| | ||||
* | Added RegainReason.ENDER_CRYSTAL. | EvilSeph | 2012-02-08 | -0/+4 |
| | ||||
* | setCancelled should probably not be hard-coded to true or it could put | EvilSeph | 2012-02-05 | -1/+1 |
| | | | | fernferrets in danger of self-implosion. | |||
* | Added Spawner Egg support to CreatureSpawnEvent. | EvilSeph | 2012-02-05 | -0/+4 |
| | ||||
* | [Bleeding] Added Vanish API for hiding players from each other. | Travis Watkins | 2012-02-03 | -1/+40 |
| | | | | | | | Adds Player.hidePlayer, Player.showPlayer, and Player.canSee for managing what players are hidden from a player. When someone is hidden from a player the player cannot see them in the user list or /list and they cannot /tell them so they appear to be completely gone from the server. | |||
* | Added entity type IDs as per vanilla spec. | Jeremy Wood | 2012-02-03 | -29/+45 |
| | ||||
* | Fixed casting in ItemStack.deserialize. | starrynte | 2012-02-03 | -3/+3 |
| | ||||
* | onEnable and onDisable are no longer required implementations for JavaPlugins | Nathan Adams | 2012-02-01 | -2/+5 |
| | ||||
* | Fixed comment from earlier commit. | EvilSeph | 2012-01-29 | -1/+1 |
| |