summaryrefslogtreecommitdiffstats
path: root/src/main/java/net
Commit message (Expand)AuthorAgeLines
* 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
* Fix fireballs being motionless (again). Fixes BUKKIT-3299feildmaster2012-12-25-7/+10
* Perform permission removals after the quit event. Fixes BUKKIT-3303feildmaster2012-12-24-4/+1
* Implement entity max health methods. Adds BUKKIT-266feildmaster2012-12-23-17/+38
* Update firework power when modifying meta. Fixes BUKKIT-3272Travis Watkins2012-12-22-1/+1
* Fire BlockDispenseEvent for fireworks. Adds BUKKIT-3246Travis Watkins2012-12-22-2/+38
* Add DispenseBehaviorFireworks and EntityFireworks for diff visibilityTravis Watkins2012-12-22-0/+147
* One record per JukeBox.Wesley Wolfe2012-12-22-0/+1
* Add BlockJukeBox for diff visibilityWesley Wolfe2012-12-22-0/+76
* Implement Skull BlockState. Adds BUKKIT-3259meiskam2012-12-21-0/+6
* Added TileEntitySkull for diff visibilitymeiskam2012-12-21-0/+50
* Check file existence before determining readOnly. Fixes BUKKIT-3255feildmaster2012-12-21-1/+1
* Fix loading Items entities with an invalid item. Addresses BUKKIT-3249feildmaster2012-12-21-1/+12
* Don't save server properties when it's read only. Fixes BUKKIT-3250feildmaster2012-12-21-0/+5
* Fix command line arguments being ignored. Fixes BUKKIT-3247feildmaster2012-12-21-2/+2
* Add a null check for Item Entities. Fixes BUKKIT-3249feildmaster2012-12-21-0/+5
* Add the ability to make Enchanted Books. Fixes BUKKIT-3220feildmaster2012-12-20-4/+21
* Remove obsolete fix for the endfeildmaster2012-12-20-10/+0
* Filter invalid ItemStacks from Packets.feildmaster2012-12-20-1/+1
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1327/+1794
* [Bleeding] Check visibility API for sounds. Fixes BUKKIT-3114mbax2012-12-18-18/+2
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-91/+72
* Load chunks asynchronously for players.Travis Watkins2012-12-12-22/+204
* Add RegionFile from mc-dev for diff visibilityTravis Watkins2012-12-12-0/+250
* Don't run mob pickup code on players. Fixes BUKKIT-3150Travis Watkins2012-12-12-1/+2
* Fix players not being able to pickup items due to default values.feildmaster2012-12-11-7/+16
* Players should be able to pick up items by default. Fixes BUKKIT-3143feildmaster2012-12-10-0/+1
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-2/+4
* [Bleeding] Fix NPE with a null bedSpawnLocation. Fixes BUKKIT-1500EdGruberman2012-12-10-0/+1
* Implement FurnaceExtractEvent. Adds BUKKIT-2114feildmaster2012-12-08-0/+16
* Add SlotFurnaceResult for diff visibilityfeildmaster2012-12-08-0/+69