summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-2635/+323
* 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
* Make AnvilInventory.getItem() use both containers. Fixes BUKKIT-2788Andre LeBlanc2014-04-18-0/+22
* Allow plugins to enchant normally unenchantable items. Adds BUKKIT-1849Andre LeBlanc2014-04-18-1/+7
* Fix setting entity's target. Fixes BUKKIT-1358PaulBGD2014-04-18-0/+2
* 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
* Catch exceptions when abandoning conversions. Fixes BUKKIT-5436Devin Ryan2014-04-18-4/+10
* Check that item in hand is not null after book event. Fixes BUKKIT-5443Des Herriott2014-04-18-1/+1
* 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] Don't allow null display names. Fixes BUKKIT-5254GJ2014-04-18-1/+1
* [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] Return correct player SlotType. Fixes BUKKIT-3188GJ2014-04-18-2/+6
* [Bleeding] Return correct furnace SlotType. Fixes BUKKIT-5400GJ2014-04-18-0/+2
* [Bleeding] Ensure skeletons spawn with equipment. Fixes BUKKIT-2836GJ2014-04-18-0/+4
* [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
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-13/+27
* Update CraftBukkit to Minecraft 1.7.9Nate Mortensen2014-04-17-6/+15
* Handle expired bans correctly. Fixes BUKKIT-5541Travis Watkins2014-04-17-3/+19
* Make bans pretend to use names like before 1.7.8.Travis Watkins2014-04-17-19/+28
* Make skulls pretend to only use names like before 1.7.8.Travis Watkins2014-04-17-15/+8
* Fix getting white list, ban list, and op list. Fixes BUKKIT-5538Travis Watkins2014-04-17-51/+78
* Import files from mc-dev for diff visibilityTravis Watkins2014-04-17-0/+235
* [Bleeding] Re-add missed diff in 1.7.5 update. Fixes BUKKIT-5536t00thpick12014-04-17-1/+1
* Don't do a lookup for obviously invalid usernamesTravis Watkins2014-04-17-9/+18
* Add methods to use arbitrary entries in scoreboards. Adds BUKKIT-3977Travis Watkins2014-04-13-7/+43
* Fix missed diff and other small thingsTravis Watkins2014-04-13-13/+17
* Use world-container when finding players to convert. Fixes BUKKIT-5530Travis Watkins2014-04-13-1/+1
* Check actual whitelist for CraftOfflinePlayer tooTravis Watkins2014-04-12-1/+1
* Check the actual whitelist for Player#isWhitelisted()Travis Watkins2014-04-12-1/+1
* Use fetched GameProfile for getOfflinePlayer(String)Travis Watkins2014-04-12-6/+19
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-697/+1856
* Add method to send fake sign updates to players. Adds BUKKIT-2300Patrick Seidel2014-04-02-24/+53
* Add player unique ID to (Async)PlayerPreLoginEvent. Adds BUKKIT-5108BlackHole2014-04-02-2/+3
* Add equals for CraftInventory objects. Adds BUKKIT-4110Jeremy Wood2014-04-02-0/+10
* Store last known player names in preparation for name changingfeildmaster2014-03-31-0/+1
* Implement API for dealing with player UUIDs. Adds BUKKIT-5071Travis Watkins2014-03-29-2/+101