summaryrefslogtreecommitdiffstats
path: root/src/main/java/net
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-851/+63
* [Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351feildmaster2012-03-26-5/+4
* [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-13/+3
* [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-20/+16
* [Bleeding] Fixed item duping in certain occasions. Fixes BUKKIT-1310feildmaster2012-03-25-7/+3
* [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/+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-31/+25
* Fixed Doors not dropping when the block they are placed on is removed. Fixes ...EvilSeph2012-03-23-3/+1
* Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BU...EvilSeph2012-03-22-6/+1
* Re-added TextWrapper, and fixed chat length issues (at cost of it looking not...Nathan Adams2012-03-22-1/+7
* Fixed Connection Throttle handling. Fixes BUKKIT-1279EvilSeph2012-03-22-1/+7
* 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/+4
* Nuked TextWrapper. We don't need you anymore, old friend :(Nathan Adams2012-03-22-4/+1
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1940/+643
* [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 all TreeType entries to CraftWorld.generateTree(...zml20082012-03-21-18/+32
* Added WorldGenSwampTree for diff visibilityzml20082012-03-21-0/+138
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addre...aPunch2012-03-21-3/+3
* [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/+301
* Added for diff visibility:Celtic Minstrel2012-03-20-0/+563
* [Bleeding] Only fire CraftItemEvent if there's actually an item there to craf...Celtic Minstrel2012-03-20-6/+9
* [Bleeding] Make crafting and enchanting inventories keep track of their owner...Celtic Minstrel2012-03-20-4/+7
* [Bleeding] Completely fix the tree generation algorithm to make it near ident...md_52012-03-20-35/+49
* [Bleeding] Implement ExpBottleEvent; Addresses BUKKIT-888Wesley Wolfe2012-03-20-1/+10
* Added EntityThrownExpBottle for diff visibility.Wesley Wolfe2012-03-20-0/+44
* Fixed translation issue in EntityMinecart. Addresses BUKKIT-980EvilSeph2012-03-16-2/+2
* [Bleeding] Check top inventory type when determining whether a click event is...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] Disabled data filtering for mob spawners. Addresses BUKKIT-329Celtic Minstrel2012-03-15-0/+1
* [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-22/+86
* [Bleeding] DoubleChestInventory.getHolder() no longer returns null. Addresses...Celtic Minstrel2012-03-15-1/+1
* Re-added EntityCombust event to skeletons. Fixes BUKKIT-1188EvilSeph2012-03-15-8/+8
* [Bleeding] Implemented ProjectileLaunchEvent. Addresses BUKKIT-284Celtic Minstrel2012-03-15-0/+5
* [Bleeding] Call DamageEvent before CombustEvent for Arrows. Fixes BUKKIT-1100feildmaster2012-03-15-2/+3