summaryrefslogtreecommitdiffstats
path: root/src/main/java/net
Commit message (Expand)AuthorAgeLines
* Fix compilation error with exception namesWesley Wolfe2013-03-02-4/+4
* Use the correct CB object for ContainerBrewingStand. Fixes BUKKIT-3357Nate Mortensen2013-03-02-2/+2
* Add proper logging for custom channel exceptions.Eimref2013-03-02-7/+20
* Implement PlayerItemConsumeEvent. Adds BUKKIT-2349Travis Watkins2013-03-02-0/+28
* Check TravelAgent.findOrCreate(Location) for null; Fixes BUKKIT-3590EdGruberman2013-02-10-0/+3
* Always return a TravelAgent; Fixes BUKKIT-3541EdGruberman2013-02-04-2/+2
* Fix players spawning above portals. Fixes BUKKIT-3542.James Clarke2013-02-04-4/+4
* Always use the set exit location for portal events. Fixes BUKKIT-3555.James Clarke2013-02-04-2/+2
* Use the result of EntityPortalExitEvent. Fixes BUKKIT-3559.James Clarke2013-02-04-4/+12
* When leaving the end, always target the main world. Fixes BUKKIT-3517feildmaster2013-01-29-1/+3
* Make command blocks only select players on its world. Fixes BUKKIT-3515feildmaster2013-01-28-0/+3
* Target default world when returning from The End; Fixes BUKKIT-3494EdGruberman2013-01-28-7/+15
* Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460feildmaster2013-01-27-1/+15
* Ignore block functions for skulls on BlockPlace. Fixes BUKKIT-3495feildmaster2013-01-27-1/+2
* Direct all BlockPlaceEvents to a singular location. Fixes BUKKIT-3438feildmaster2013-01-27-141/+57
* Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501feildmaster2013-01-27-11/+9
* Call BlockGrowEvent for Cocoa plants. Fixes BUKKIT-2525QuarterAnimal2013-01-24-1/+1
* Add BlockCocoa for diff visibility.QuarterAnimal2013-01-24-0/+121
* Preserve source block in mushroom spread event. Fixes BUKKIT-3354QuarterAnimal2013-01-24-1/+7
* Properly calculate level cost for books. Fixes BUKKIT-3410feildmaster2013-01-24-0/+4
* Call BlockPlaceEvent for skulls the same as other blocks. BUKKIT-3406feildmaster2013-01-23-16/+7
* Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466EdGruberman2013-01-23-10/+32
* Return the valid max value for piston direction. Fixes BUKKIT-2191feildmaster2013-01-23-3/+3
* Refactor processBlockPlace logic. Fixes BUKKIT-3406 and BUKKIT-3454feildmaster2013-01-19-8/+14
* [Bleeding] Add experimental support for entity portal travelingEdGruberman2013-01-19-131/+348
* Add BlockEnderPortal for diff visibilityEdGruberman2013-01-19-0/+56
* Always call PotionSplashEvent. Fixes BUKKIT-3363Zloteanu Nikita2013-01-17-1/+1
* Place beds with the correct data. Fixes BUKKIT-3447feildmaster2013-01-17-1/+1
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-337/+71
* Initialize entity data before spawning them. Fixes BUKKIT-3209feildmaster2013-01-16-5/+6
* Fix entities traveling sideways. Addresses BUKKIT-3443bloodmc2013-01-16-2/+2
* Get the BlockState before changing the block. Fixes BUKKIT-3441feildmaster2013-01-16-2/+4
* Handle beds and doors the same way as other blocks. Fixes BUKKIT-3437feildmaster2013-01-16-19/+14
* Throw BlockPlaceEvent when placing double slabs. Fixes BUKKIT-2469feildmaster2013-01-16-39/+61
* Spawn monsters without prematurely exiting. Fixes BUKKIT-3425cexikitin2013-01-14-1/+1
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-1/+1
* Implement fishing experience. Adds BUKKIT-3348feildmaster2013-01-01-1/+3
* Move the tile entity with the falling block. Adds BUKKIT-3349feildmaster2013-01-01-0/+27
* Fix "setSitting" on tameable animals. Fixes BUKKIT-1534feildmaster2013-01-01-1/+1
* Add PathfinderGoalSit for diff visibilityfeildmaster2013-01-01-0/+39
* [Bleeding] Fix corruption due to thread safety issues. Fixes BUKKIT-3333Mike Primm2012-12-30-3/+3
* /dev/null does not accept EnchantmentThornsWesley Wolfe2012-12-29-1/+5
* [Bleeding] Implement periodic chunk garbage collectorMike Primm2012-12-29-0/+2
* Fix persistence on tamed pets. Fixes BUKKIT-3300feildmaster2012-12-28-2/+8
* Update maxhealth for entities that have variable max health. Fixes BUKKIT-3308feildmaster2012-12-27-4/+27
* Fix discrepancies in NBT and ItemMeta. Fixes BUKKIT-3279feildmaster2012-12-27-1/+2
* Fire BlockRedstoneEvent for repeaters. Fixes BUKKIT-1157Travis Watkins2012-12-27-0/+14
* Add BlockDiode from mc-dev for diff visibility.Travis Watkins2012-12-27-0/+214
* Don't update physics until after the place event. Fixes BUKKIT-3316Wizjany2012-12-27-3/+9
* Never remove players when unloading chunks. Fixes BUKKIT-3129cexikitin2012-12-27-3/+1