summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Updated to rename revision 02Erik Broes2012-03-01-74/+74
* Fix for Java 1.5Celtic Minstrel2012-02-29-3/+2
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-44/+1135
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-0/+96
* Added EntityTargetEvent for Experience Orbs, happens when it starts moving to...ZNickq2012-02-29-0/+6
* Moved getVehicle, leaveVehicle and isInsideVehicle from CraftLivingEntity to ...TomyLobo2012-02-29-26/+22
* [Bleeding] Implement Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-2/+305
* [Bleeding] Fix generics. Addresses BUKKIT-844Wesley Wolfe2012-02-29-6/+5
* Added plugin-profiling setting to bukkit.yml.Travis Watkins2012-02-29-1/+1
* Adjusted CraftBukkit to work with the entity event convenience patch in Bukki...TomyLobo2012-02-29-5/+39
* Fixed sneaking eye height. Addresses BUKKIT-808TomyLobo2012-02-27-1/+1
* Fixed CraftOfflinePlayer.getLastPlayed() returning the wrong result. Addresse...Olof Larsson2012-02-27-1/+1
* Added plugin loading log entryEdGruberman2012-02-26-0/+2
* Implement PortalCreateEvent reason codes. Addresses BUKKIT-833Sam Wilson2012-02-26-1/+1
* CraftSign changes. Addresses BUKKIT-824TomyLobo2012-02-26-5/+8
* [Bleeding] Override not applicableWesley Wolfe2012-02-23-4/+0
* [Bleeding] Undo changes to the tree WorldGenerators.Zeerix2012-02-23-4/+52
* [Bleeding] Fixed setTotalExp, any experience update bugs and removed Deprecat...Feildmaster2012-02-23-20/+2
* [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ...Feildmaster2012-02-23-11/+2
* [Bleeding] Added launchProjectile.aPunch2012-02-23-18/+48
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-83/+277
* [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104Feildmaster2012-02-22-6/+23
* [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and BUKKIT...Celtic Minstrel2012-02-21-28/+129
* [Bleeding] Cleanup clone method.Wesley Wolfe2012-02-20-1/+5
* [Bleeding] Fire EntityDamageByEntityEvent for EnderCrystal. Fixes BUKKIT-776Feildmaster2012-02-19-1/+1
* [Bleeding] Moved projectile EntityDamageByEntityEvent's to event factory. Add...Feildmaster2012-02-19-2/+23
* Add getEntitesByClass(Class<T>), getEntitiesByClasses(Class<?>...), deprecate...Mike Primm2012-02-18-1/+29
* Deprecation cleanup.Erik Broes2012-02-18-109/+105
* Fixed NPE when running a custom build of CraftBukkit. This fixes issue #BUKKI...Nathan Adams2012-02-18-10/+6
* Don't print stacktraces on DLB fetching errors. And because I forgot last com...Nathan Adams2012-02-17-2/+2
* Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-u...Nathan Adams2012-02-16-0/+275
* Use createNMSItemStack on CraftingManager recipe registration. Fixes BUKKIT-602Mushroom Hostage2012-02-13-13/+3
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-2/+195
* Added configurable animal and monster ticks per spawn setting.EvilSeph2012-02-10-0/+35
* [Bleeding] Make sure we don't keep stale references to vanished players.Travis Watkins2012-02-09-6/+7
* Prevent the Vanish API from sending unnecessary packets.EvilSeph2012-02-03-0/+2
* [Bleeding] Implemented Vanish API.Travis Watkins2012-02-03-17/+48
* Removed MONSTER CreatureType.EvilSeph2012-02-03-3/+0
* Added 'generate-structure' setting support and WorldCreator property.Eric Stokes2012-01-29-1/+7
* Added useExactLoginLocation(). Closes BUKKIT-145EvilSeph2012-01-29-0/+4
* Filter null/AIR from items dropped on death. Fixes: BUKKIT-653Erik Broes2012-01-29-0/+2
* Cleanup.EvilSeph2012-01-27-1/+1
* Fixed CraftLivingEntity.damage when the entity is an EntityComplex.Sam Wilson2012-01-24-1/+20
* [Bleeding] Implemented PotionSplashEvent. Closes BUKKIT-307Zeerix2012-01-24-0/+15
* Reverted changes to getItem(). Will be reimplemented after RB.EvilSeph2012-01-20-1/+1
* Accounted for NMS getItem() returning null in recent commit.EvilSeph2012-01-20-1/+1
* Properly handle null and air items. Fixes BUKKIT-435 and BUKKIT-550EvilSeph2012-01-20-3/+7
* Updated timing code for new event systemTahg2012-01-19-0/+1
* Prevent re-use of internal world dimension IDs. This fixes BUKKIT-448. Thanks...Nathan Adams2012-01-19-0/+10
* Throw PlayerLevelChangeEvent and PlayerExpChangeEvent events. Thanks to feild...Nathan Adams2012-01-19-0/+13