summaryrefslogtreecommitdiffstats
path: root/src/main/java/net
Commit message (Expand)AuthorAgeLines
* Implement ability to keep items on death via plugins. Adds BUKKIT-5724Jerom van der Sar2014-08-17-2/+2
* Modify the invalid item set to permit command blocks. Fixes BUKKIT-4342Starbuck Johnson2014-08-17-1/+1
* Fix PlayerFishEvent not correctly cancelling. Fixes BUKKIT-5396myiume2014-08-17-6/+3
* Fix cancelling PlayerDropItemEvent. Fixes BUKKIT-3313ase342014-08-04-1/+13
* Fix removal of items from Item Frames. Fixes BUKKIT-5736feildmaster2014-08-02-1/+1
* Don't confuse client with sound coordinates outside view distance.Travis Watkins2014-07-15-3/+52
* Handle uniform block ids greater than 127. Fixes BUKKIT-5686Travis Watkins2014-07-10-4/+4
* Put damage modifiers in Functions for event. Fixes BUKKIT-5681Travis Watkins2014-07-09-39/+69
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1111/+1116
* [Bleeding] Fix checks for non-living entities. Fixes BUKKIT-5667t00thpick12014-06-24-2/+2
* Use compact memory format for uniform chunk section data.Travis Watkins2014-06-23-59/+272
* [Bleeding] Set projectile source for reflected fireballs. Fixes BUKKIT-5661t00thpick12014-06-22-0/+1
* [Bleeding] Implement new damage api. Fixes BUKKIT-5326, BUKKIT-3878.t00thpick12014-06-22-192/+149
* [Bleeding] Repair missing diff in Explosion. Fixes BUKKIT-5662t00thpick12014-06-22-3/+4
* Avoid checking for loaded chunks for lighting and entity ticking.Travis Watkins2014-06-21-4/+76
* Don't check unload queue before ticking things anymore.Travis Watkins2014-06-21-29/+11
* Add special case for handling place event with lilies. Fixes BUKKIT-5641bloodshot2014-06-01-1/+9
* Improve ItemStack filtering.Travis Watkins2014-06-01-0/+10
* Some assumptions are better than others.Nate Mortensen2014-06-01-5/+3
* Handle null targets in target event. Fixes BUKKIT-5635Travis Watkins2014-05-26-3/+10
* Fix ItemStack state during BlockPlaceEvent. Fixes BUKKIT-5632Nate Mortensen2014-05-26-5/+15
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-688/+119
* Ensure we always log commands and log the right thing.Travis Watkins2014-05-14-1/+2
* Handle chat packets correctlyWesley Wolfe2014-05-13-4/+4
* Handle inventory max stack sizes even better. Fixes BUKKIT-5595Travis Watkins2014-05-13-1/+6
* [Bleeding] Fix stack overflow with Ender Crystals. Fixes BUKKIT-5583GJ2014-05-03-3/+3
* [Bleeding] Recheck persistence for chicken jockeys each tick. Fixes BUKKIT-5577GJ2014-04-29-0/+5
* [Bleeding] Include equipment in EntityDeathEvent loot. Fixes BUKKIT-5566GJ2014-04-29-4/+23
* [Bleeding] Correct issues with MEGA_REDWOOD trees. Fixes BUKKIT-5568GJ2014-04-28-1/+1
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-2593/+250
* Don't limit anvil stack size.Travis Watkins2014-04-23-1/+0
* Handle inventory max stack sizes better. Fixes BUKKIT-5564Travis Watkins2014-04-23-8/+33
* Faux sleepers wake up normally. Fixes BUKKIT-3667Yariv Livay2014-04-18-1/+1
* Allow plugins to enchant normally unenchantable items. Adds BUKKIT-1849Andre LeBlanc2014-04-18-1/+7
* Update client stack when block place is cancelled. Fixes BUKKIT-5284bloodshot2014-04-18-1/+3
* Update chest animation after cancelling open event. Fixes BUKKIT-1440bloodshot2014-04-18-12/+44
* Call event when boat is destroyed by falling. Fixes BUKKIT-5500Brokkonaut2014-04-18-7/+14
* Removing broken chunk caching from World. Fixes BUKKIT-5425Brokkonaut2014-04-18-16/+1
* [Bleeding] Call EntityTargetEvent in many new places.GJ2014-04-18-11/+48
* Add files from mc-dev for diff visibility.GJ2014-04-18-0/+99
* [Bleeding] Call BlockRedstoneEvent for all rails. Adds BUKKIT-4080GJ2014-04-18-1/+15
* Add BlockPoweredRail.java from mc-dev for diff visibility.GJ2014-04-18-0/+132
* [Bleeding] Ice in the nether fades to air. Fixes BUKKIT-5373GJ2014-04-18-1/+1
* [Bleeding] Fix some inventories not using maxStack. Fixes BUKKIT-2883GJ2014-04-18-3/+9
* [Bleeding] Add all blocks needed to PortalCreateEvent. Fixes BUKKIT-5464GJ2014-04-18-3/+9
* [Bleeding] Add many missing SpawnReasons.GJ2014-04-18-11/+14
* Add files from mc-dev for diff visibility.GJ2014-04-18-0/+622
* [Bleeding] Add many missing event calls.GJ2014-04-18-40/+152
* Add BlockTallPlant.java from mc-dev for diff visibility.GJ2014-04-18-0/+160
* [Bleeding] Add missing HangingBreakEvent. Fixes BUKKIT-3943GJ2014-04-18-4/+17