summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* [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
* Fix issues with leashes and weather due to missed diffTravis Watkins2014-03-26-2/+2
* Correct missed diffTravis Watkins2014-03-24-3/+3
* Fix PotionEffect removal.Nate Mortensen2014-03-23-1/+1
* Fix missed diff making horses lose their saddleTravis Watkins2014-03-22-1/+1
* Fix teleport failing right after join. Fixes BUKKIT-5479Travis Watkins2014-03-22-3/+14
* Increment loop index whether or not command succeeded. Fixes BUKKIT-5455WolfieMario2014-03-22-2/+1
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2662/+2653
* Remove chunks from queue if we don't need them anymore.Travis Watkins2014-02-12-10/+45
* Check if entity is in list before decrementing. Fixes BUKKIT-5404EvilSeph2014-02-11-3/+5
* Update/improve configuration documentation.EvilSeph2014-02-11-3/+16
* Ignore player selectors if not a Command Block.EvilSeph2014-02-11-0/+6
* Add PlayerSelector.java for diff visibility.EvilSeph2014-02-11-0/+241
* Rename Minecraft command permission nodes to meet fallback spec.EvilSeph2014-02-11-1/+1
* Hide message from connection throttle on startup. Fixes BUKKIT-5403Travis Watkins2014-02-10-1/+1
* Readd diff missed in the 1.7 update.Travis Watkins2014-02-10-6/+26
* Handle removing entity while ticking. Fixes BUKKIT-1331Travis Watkins2014-02-10-6/+14
* Add method to forget callbacks in AsynchronousExecutorWesley Wolfe2014-02-10-0/+54
* Readd BlockPlaceEvent for half slab to full block. Fixes BUKKIT-5390Aikar2014-02-09-2/+6
* Match old alias behavior when migrating.Travis Watkins2014-02-08-2/+15