summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Added Villager API for getting/setting Profession. This adds BUKKIT-887Nathan Adams2012-03-03-1/+57
* Fixed Ocelot.Type lookup - this fixes BUKKIT-952Nathan Adams2012-03-03-0/+6
* Added VERSION_1_1 WorldTypeNathan Adams2012-03-02-3/+3
* Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886Nathan Adams2012-03-02-0/+4
* Implemented snapshot support for 1.2.Mike Primm2012-03-02-0/+7
* Added a bunch of new 1.2 entities; this partially resolves BUKKIT-872 and BUK...Nathan Adams2012-03-01-1/+85
* [Bleeding] Fixed naughty plugins crashing server.Wesley Wolfe2012-03-01-17/+28
* Added isEmpty to BlockChangeDelegate - this implements BUKKIT-868. Also chang...Nathan Adams2012-03-01-0/+10
* Updated Bukkit API for 1.2Nathan Adams2012-03-01-2/+8
* We build for 1.5.EvilSeph2012-03-01-9/+8
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-35/+596
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-2/+1446
* [Bleeding] MaterialData fixes. Addresses BUKKIT-842Celtic Minstrel2012-03-01-48/+631
* [Bleeding] Added sharp() and natural() factory functions to mirror the flat()...Celtic Minstrel2012-02-29-5/+106
* [Bleeding] Allow sharping notes that aren't sharpable, and a factory method t...Celtic Minstrel2012-02-29-2/+17
* Add missing achievements to the Achievement enumCeltic Minstrel2012-02-29-1/+12
* Adding/expanding documentationCeltic Minstrel2012-02-29-16/+162
* Fix javadoc errors/warningsCeltic Minstrel2012-02-29-65/+79
* Revert Plugin to Interface, added PluginBaseFeildmaster2012-02-29-75/+63
* [Bleeding] Optimized locToBlock. Addresses BUKKIT-815Wesley Wolfe2012-02-29-10/+22
* Add optional prefix value to plugin.yml. Addresses BUKKIT-838Aidan Matzko2012-02-29-2/+14
* Re-added launchProjectile lost due to incorrect conflict resolution.EvilSeph2012-02-29-0/+9
* [Bleeding] Inventory framework and events. Addresses BUKKIT-856Celtic Minstrel2012-02-29-68/+1074
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-18/+87
* Fixed PlayerPortalEvent constructor.EvilSeph2012-02-29-2/+2
* Added NETHER_PORTAL and END_PORTAL to the TeleportCause enum. Addresses BUKKI...James Clarke2012-02-29-0/+13
* Fixed null pointer exception in config.getMapList().Kevin2012-02-29-0/+4
* Moved getVehicle, leaveVehicle and isInsideVehicle from LivingEntity to Entit...TomyLobo2012-02-29-33/+24
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-72/+1058
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-175/+166
* [Bleeding] Fixed file handle leak in /timings command. Addresses BUKKIT-853Score_Under2012-02-29-2/+10
* [Bleeding] Fixes deadlock issue and generic usage. Fixes BUKKIT-844 and fixes...Wesley Wolfe2012-02-29-37/+60
* [Bleeding] Fixed MapPalette.imageToBytes to properly handle transparency. Add...SpaceManiac2012-02-29-1/+1
* Narrowed down the return type of most EntityEvent subclasses for convenience....TomyLobo2012-02-28-52/+139
* Event system optimizations. Addresses BUKKIT-813TomyLobo2012-02-28-51/+38
* Reduced excessive exception handling in NumberConversions. Addresses BUKKIT-825TomyLobo2012-02-28-12/+12
* Added missing BlockState functions. Addresses BUKKIT-807TomyLobo2012-02-27-6/+16
* Adjust plugin enable/disable loggingEdGruberman2012-02-26-4/+4
* Add a CreateReason to PortalCreateEvent. Addresses BUKKIT-833Sam Wilson2012-02-26-2/+28
* Added service register and unregister events. Addresses BUKKIT-816zml20082012-02-26-4/+84
* [Bleeding] Add constructor to BlockFromToEvent for dragon egg teleportation. ...Celtic Minstrel2012-02-25-2/+10
* [Bleeding] Fixed potion tests.Celtic Minstrel2012-02-25-21/+32
* [Bleeding] Add missing methods to Bukkit class, fix non-static methods, and a...Celtic Minstrel2012-02-25-4/+55
* [Bleeding] Add ability for the Potion class to represent no-effectCeltic Minstrel2012-02-25-24/+143
* [Bleeding] Deprecate the pointless Potion.Tier enum in favour of a numeric le...Celtic Minstrel2012-02-25-14/+59
* [Bleeding] Fixed EntityType errors. Fixes BUKKIT-800Feildmaster2012-02-23-8/+13
* [Bleeding] Fix deserialization for unsafe enchantments. Fixes BUKKIT-793Wesley Wolfe2012-02-23-1/+1
* [Bleeding] Added launchProjectile.aPunch2012-02-23-0/+20
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-13/+258
* [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104Feildmaster2012-02-22-24/+58