summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* 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
* [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385t00thpick12014-02-08-19/+361
* Implement banning API. Adds BUKKIT-3535mbax2014-02-08-20/+184
* [Bleeding] Correctly enchant books. Fixes BUKKIT-5302t00thpick12014-02-06-9/+6
* Update clients when ItemFrame direction is set. Fixes BUKKIT-3371EdGruberman2014-02-02-0/+14
* Implement SpawnReason.NETHER_PORTAL and DISPENSE_EGG. Fixes BUKKIT-3148Kodekpl2014-02-01-3/+10
* [Bleeding] Handle players disconnecting during respawn. Fixes BUKKIT-4327turt2live2014-02-01-5/+15
* Load all already generated chunks via async chunk systemTravis Watkins2014-02-01-37/+40
* Allow AsynchronousExecutor.getSkipQueue() to pull tasks from the queueWesley Wolfe2014-02-01-6/+12
* Don't call duplicate interact air events. Fixes BUKKIT-5359Travis Watkins2014-01-31-11/+1
* [Bleeding] Store correct block type when hitting blocks. Fixes BUKKIT-5209t00thpick12014-01-30-1/+1
* [Bleeding] Fix support for several entities in World.spawn(). Fixes BUKKIT-3284t00thpick12014-01-30-8/+8
* [Bleeding] Use correct yaw and pitch when spawning arrows. Fixes BUKKIT-3320t00thpick12014-01-30-1/+1
* [Bleeding] Directly set direction in EntityFireball. Fixes BUKKIT-1154t00thpick12014-01-30-2/+10