summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-0/+4
* Nuked TextWrapper. We don't need you anymore, old friend :(Nathan Adams2012-03-22-88/+0
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
* [Bleeding] Added support for custom index help topics in help.yml. Addresses ...rmichela2012-03-22-9/+83
* [Bleeding] Added option to completely disable all automatic help topic genera...rmichela2012-03-22-8/+20
* [Bleeding] Fixed a StackOverflowError with command alias handling for Help. A...zml20082012-03-22-9/+13
* [Bleeding] Added support for all TreeType entries to CraftWorld.generateTree(...zml20082012-03-21-5/+39
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addre...aPunch2012-03-21-46/+69
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes B...Celtic Minstrel2012-03-21-0/+43
* [Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT...Celtic Minstrel2012-03-20-33/+100
* [Bleeding] Fixed NullPointerException in InventoryView.setCursor() if you tri...Celtic Minstrel2012-03-20-2/+2
* [Bleeding] Fix some return types that could lead to ArrayStoreExceptionCeltic Minstrel2012-03-20-5/+5
* [Bleeding] Add Chest.getBlockInventory() for convenience; this always returns...Celtic Minstrel2012-03-20-0/+4
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-1/+16
* [Bleeding] Added way to get/set if Iron Golem was player created. Addresses B...aPunch2012-03-20-0/+8
* [Bleeding] Implement ExpBottleEvent; Addresses BUKKIT-888Wesley Wolfe2012-03-20-0/+8
* Reverted invalid clone. Fixes BUKKIT-1198Celtic Minstrel2012-03-16-1/+1
* [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193rmichela2012-03-16-46/+0
* [Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191rmichela2012-03-16-20/+40
* [Bleeding] Implemented the command-topics-in-master-index option in help.yml....rmichela2012-03-16-12/+29
* [Bleeding] Added automatically generated plugin-level sub-indexes to the mast...rmichela2012-03-16-20/+67
* [Bleeding] Added option to remove entire plugins from the help index using th...rmichela2012-03-16-14/+47
* [Bleeding] Allow custom inventory views to change their type to BREWING or EN...Celtic Minstrel2012-03-15-5/+24
* [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-4/+19
* [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground...Celtic Minstrel2012-03-15-2/+4
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] DoubleChestInventory.getHolder() no longer returns null. Addresses...Celtic Minstrel2012-03-15-0/+6
* 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