summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Reverting the Drop API for now, we need to re-evalute this as it is causing t...Warren Loo2012-03-27-900/+64
* [Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351feildmaster2012-03-26-12/+11
* [Bleeding] Stop filtering out 0 damage for Humans. Fixes BUKKIT-1348feildmaster2012-03-26-4/+4
* [Bleeding] Fixed potions throwing double events. Fixes BUKKIT-1332feildmaster2012-03-26-17/+10
* [Bleeding] Fixed dropping invalid Magma Creams. Fixes BUKKIT-1336feildmaster2012-03-25-1/+3
* [Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333feildmaster2012-03-25-1/+1
* [Bleeding] Fix snowball drops. Fixes BUKKIT-1314feildmaster2012-03-25-1/+1
* Refactor code to be more efficient.feildmaster2012-03-25-30/+25
* [Bleeding] Fixed item duping in certain occasions. Fixes BUKKIT-1310feildmaster2012-03-25-12/+9
* [Bleeding] Fixed TNT dropping when it shouldn't. Fixes BUKKIT-1304feildmaster2012-03-25-4/+5
* Check abilities instead of mode for allow flight check. Fixes BUKKIT-1302Travis Watkins2012-03-25-1/+1
* [Bleeding] Fixed blocks dropping when BlockBreakEvent is canceled. Fixes BUKK...feildmaster2012-03-23-1/+2
* Fixed incorrect assigning to isFlying when toggling setAllowedFlight(false)Nathan Adams2012-03-23-1/+1
* Fixed fatal crash at world generation.Nathan Adams2012-03-23-1/+1
* Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295feildmaster2012-03-23-35/+27
* Really fixed Block.breakNaturally(). Fixes BUKKIT-1295EvilSeph2012-03-23-1/+2
* Fixed Block.breakNaturally(). Fixes BUKKIT-1295EvilSeph2012-03-23-0/+3
* Fixed Doors not dropping when the block they are placed on is removed. Fixes ...EvilSeph2012-03-23-3/+1
* [Bleeding] Add a check for illegal blocks. Addresses BUKKIT-1278. Needs more ...feildmaster2012-03-22-0/+3
* Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BU...EvilSeph2012-03-22-16/+79
* Re-added TextWrapper, and fixed chat length issues (at cost of it looking not...Nathan Adams2012-03-22-1/+27
* Fixed Connection Throttle handling. Fixes BUKKIT-1279EvilSeph2012-03-22-1/+7
* Implemented new player flight methods. This implements BUKKIT-1281. This also...Nathan Adams2012-03-22-8/+26
* Removed temporary hackish fix for the entity interactivity issues, fixed prop...EvilSeph2012-03-22-170/+1
* Made Snowmen use a DamageCause MELTING for melting in hot biomes. Addresses B...EvilSeph2012-03-22-1/+1
* Fixed minecarts being dropped when crashing a boat. Fixes BUKKIT-1273EvilSeph2012-03-22-1/+0
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-1/+9
* Nuked TextWrapper. We don't need you anymore, old friend :(Nathan Adams2012-03-22-92/+1
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1941/+644
* [Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517md_52012-03-22-1/+1
* Added BlockMinecartTrack and MinecartTrackLogic for diff visibility.md_52012-03-22-0/+624
* Kick for invalid carried item.EvilSeph2012-03-22-0/+1
* [Bleeding] Prevent update inconsistencies on generation/decoration that span ...Mike Primm2012-03-22-14/+44
* [Bleeding] Make sure biome data is initialized during generate - prevent unin...Mike Primm2012-03-22-0/+6
* Added for diff visibility:Mike Primm2012-03-22-0/+1217
* [Bleeding] Added support for custom index help topics in help.yml. Addresses ...rmichela2012-03-22-11/+99
* [Bleeding] Added option to completely disable all automatic help topic genera...rmichela2012-03-22-9/+22
* [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-23/+71
* Added WorldGenSwampTree for diff visibilityzml20082012-03-21-0/+138
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addre...aPunch2012-03-21-49/+72
* [Bleeding] Account for new rare drops in EntityDeath events. Fixes BUKKIT-1105zerg9602012-03-21-34/+77
* [Bleeding] Fix for creeper getDrops() not reporting the music disk if it was ...Celtic Minstrel2012-03-21-5/+43
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes B...Celtic Minstrel2012-03-21-60/+344
* Added for diff visibility:Celtic Minstrel2012-03-20-0/+563
* [Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT...Celtic Minstrel2012-03-20-33/+100
* [Bleeding] Only fire CraftItemEvent if there's actually an item there to craf...Celtic Minstrel2012-03-20-6/+9
* [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] Make crafting and enchanting inventories keep track of their owner...Celtic Minstrel2012-03-20-4/+7