summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
...
* Fix some improper item cloning instances that would have dropped enchantmentsCeltic Minstrel2012-03-15-4/+4
* Fix losing enchants from stacked items in custom inventoriesWesley Wolfe2012-03-15-2/+2
* [Bleeding] Implemented ProjectileLaunchEvent. Addresses BUKKIT-284Celtic Minstrel2012-03-15-0/+7
* [Bleeding] Fixed maxStack being incorrectly set to 0 in custom craft inventor...md_52012-03-15-1/+1
* Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes BU...feildmaster2012-03-15-21/+25
* [Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. ...zml20082012-03-15-0/+6
* Implemented Enchantment.conflictsWith(). Addresses BUKKIT-1159Celtic Minstrel2012-03-13-0/+12
* [Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858Celtic Minstrel2012-03-13-0/+4
* [Bleeding] Added EntityBreakDoorEvent. Fixes BUKKIT-1134feildmaster2012-03-11-0/+10
* [Bleeding] Help index now identifies itself as "Help: Index" rather than "Hel...rmichela2012-03-11-1/+1
* Made World.refreshChunk() refresh the chunk, thanks zerg960! Fixes BUKKIT-1014EvilSeph2012-03-11-3/+6
* Only remove blocks when golem is successfully spawned. Fixes BUKKIT-1094feildmaster2012-03-11-0/+11
* Fixed potential packet loss issue with vanish API. Fixes BUKKIT-1125Kevin Ingersoll2012-03-10-0/+4
* [Bleeding] Add getWorldType() and getGenerateStructures() to CraftServer. Fix...Mike Primm2012-03-10-0/+8
* [Bleeding] Added support for amending help topic visibility permissions in he...rmichela2012-03-10-23/+43
* [Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028rmichela2012-03-10-1/+56
* [Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukki...rmichela2012-03-10-131/+2
* [Bleeding] Added support for linking custom CommandExecutor types to a HelpTo...rmichela2012-03-10-7/+15
* Make setting slots to AIR set them to null. Addresses BUKKIT-1043EvilSeph2012-03-10-1/+1
* [Bleeding] Added new target events. Fixes BUKKIT-935feildmaster2012-03-10-2/+7
* Made Chunk.getEntities() account for the world height increase. Fixes BUKKIT-...EvilSeph2012-03-09-2/+2
* (Re)restricted the nether to 128 world height. Fixes BUKKIT-976EvilSeph2012-03-09-3/+3
* [Bleeding] Add updated interfaces for custom chunk generation. Addresses BUKK...Mike Primm2012-03-09-5/+131
* [Bleeding] Add APIs for editing biome data, fix existing code to use persiste...Mike Primm2012-03-08-6/+34
* [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...rmichela2012-03-08-5/+19
* Fixed copy error in DoubleChest's inventoryTahg2012-03-05-1/+1
* Fix worlds loading improperly. Fixes BUKKIT-991Eric Stokes2012-03-03-1/+1
* [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602Wesley Wolfe2012-03-02-1/+1
* Implemented Villager API for getting/setting Profession. This adds BUKKIT-887Nathan Adams2012-03-03-1/+10
* Slightly changed the Auto Updater error for when it can't find the current ve...Nathan Adams2012-03-03-1/+1
* Minor optimization getting chest inventoriesNathan Adams2012-03-02-4/+3
* Fixed chest.getInventory for double chests, thanks to Acrobot. This fixes BUK...Nathan Adams2012-03-02-1/+5
* Implemented snapshot support for 1.2.Mike Primm2012-03-02-74/+143
* Preserve data if possible when dropping Items from entities. Partial solution...Tahg2012-03-01-2/+16
* World height related fixes - 128 -> 256. Addresses BUKKIT-889Mike Primm2012-03-01-11/+11
* Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885Nathan Adams2012-03-01-100/+213
* Made the auto-update-checker suggest channels to server administrators if the...Nathan Adams2012-03-01-2/+100
* Fixed compile issues with StructureGrowDelegate not implementing the new isEm...Nathan Adams2012-03-01-0/+4
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-20/+38
* Potentially fixed inventory issues. This (should) fix issue BUKKIT-860Nathan Adams2012-03-01-2/+2
* We build for 1.5.EvilSeph2012-03-01-3/+2
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-12/+133
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-0/+492
* Updated to rename revision 02Erik Broes2012-03-01-74/+74
* Fix for Java 1.5Celtic Minstrel2012-02-29-3/+2
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-44/+1135
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-0/+96
* Added EntityTargetEvent for Experience Orbs, happens when it starts moving to...ZNickq2012-02-29-0/+6
* Moved getVehicle, leaveVehicle and isInsideVehicle from CraftLivingEntity to ...TomyLobo2012-02-29-26/+22
* [Bleeding] Implement Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-2/+305