summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
...
* 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
* [Bleeding] Don't allow null display names. Fixes BUKKIT-5254GJ2014-04-18-1/+1
* [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
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-12/+24
* 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-28/+55
* 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-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-172/+403
* Add method to send fake sign updates to players. Adds BUKKIT-2300Patrick Seidel2014-04-02-7/+37
* 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 PotionEffect removal.Nate Mortensen2014-03-23-1/+1
* 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-71/+73
* Remove chunks from queue if we don't need them anymore.Travis Watkins2014-02-12-0/+5
* Rename Minecraft command permission nodes to meet fallback spec.EvilSeph2014-02-11-1/+1
* Add method to forget callbacks in AsynchronousExecutorWesley Wolfe2014-02-10-0/+54
* Match old alias behavior when migrating.Travis Watkins2014-02-08-2/+15
* [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385t00thpick12014-02-08-10/+340
* Implement banning API. Adds BUKKIT-3535mbax2014-02-08-20/+184
* Update clients when ItemFrame direction is set. Fixes BUKKIT-3371EdGruberman2014-02-02-0/+14
* Load all already generated chunks via async chunk systemTravis Watkins2014-02-01-24/+15
* Allow AsynchronousExecutor.getSkipQueue() to pull tasks from the queueWesley Wolfe2014-02-01-6/+12
* [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
* [Bleeding] Implement setCharged and getCharged for WitherSkull. Addresses BUK...t00thpick12014-01-30-0/+10
* [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-32/+256
* Add setCritical and isCritical methods to CraftArrow.java. Adds BUKKIT-5113MorphanOne2014-01-30-0/+8
* Add methods to get and set arrow knockback. Adds BUKKIT-5103Likaos2014-01-30-0/+10
* [Bleeding] Add support for ThrownExpBottle and Fish to launchProjectile(...)....GJ2014-01-30-0/+9
* [Bleeding] Instantiate logger earlier in CraftServer. Fixes BUKKIT-4253.GJ2014-01-30-2/+1
* Fix stacking for items after setting empty meta. Fixes BUKKIT-5331Wesley Wolfe2014-01-23-1/+1
* [Bleeding] Account for null in EntityDamageEvent handling. Fixes BUKKIT-5317t00thpick12014-01-18-1/+3
* [Bleeding] Check that vanilla recipes actually exist. Fixes BUKKIT-5277t00thpick12014-01-18-9/+14
* [Bleeding] Implement methods for /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+29
* [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305t00thpick12014-01-16-50/+318
* Implement UnsafeValues for give command. Addresses BUKKIT-5286Wesley Wolfe2014-01-14-1/+42
* [Bleeding] Implement setIdleTimeout and getIdleTimeout. Addresses BUKKIT-4932.t00thpick12014-01-14-0/+8
* Consider repair cost when checking ItemMeta emptiness. Fixes BUKKIT-5304Wesley Wolfe2014-01-14-1/+1