Paper/src/main/java/org/bukkit/craftbukkit
Sam Wilson e92bdab57a Fixed CraftLivingEntity.damage when the entity is an EntityComplex.
Fixes BUKKIT-589: if you call damage on an instance of EnderDragon, no damage
is done.

Reason for bug: damage calls Entity.damageEntity.  But EntityComplex
overrides damageEntity to do nothing.

Fix: CraftComplexLiving should call EntityComplex.e instead of
Entity.damageEntity.  e is the method that actually does damage to an
instance of EntityComplex.
2012-01-24 04:10:47 -05:00
..
block [Bleeding] Make BaseBiome to Biome mapping faster, detect missing mapping in future updates 2012-01-17 19:51:33 +01:00
command Fix formatting. 2012-01-15 10:54:57 +01:00
enchantments Fix formatting. 2012-01-15 10:54:57 +01:00
entity Fixed CraftLivingEntity.damage when the entity is an EntityComplex. 2012-01-24 04:10:47 -05:00
event [Bleeding] Implemented PotionSplashEvent. Closes BUKKIT-307 2012-01-24 02:12:41 -05:00
generator Fix formatting. 2012-01-15 10:54:57 +01:00
inventory Reverted changes to getItem(). Will be reimplemented after RB. 2012-01-20 14:52:32 -05:00
map Fix formatting. 2012-01-15 10:54:57 +01:00
scheduler Revert "Do not immediately re-queue repeating tasks, or they may simply keep repeating on this tick, until the 35ms time limit runs out." See 3632d99122 (commitcomment-478252) 2011-07-14 23:21:28 +01:00
util Fixed LongHashset incorrectly using read lock for popAll, and made it use write lock. This fixes BUKKIT-509 2012-01-15 18:49:16 +00:00
ChunkCompressionThread.java Update to mc-dev rename revision 01 2012-01-12 15:27:39 +00:00
CraftArt.java fixed mapping of Art <-> EnumArt in Paintings 2011-10-12 14:13:11 -04:00
CraftChunk.java Fix formatting. 2012-01-15 10:54:57 +01:00
CraftChunkSnapshot.java Fix formatting. 2012-01-15 10:54:57 +01:00
CraftOfflinePlayer.java Implement Player.setBedSpawnLocation(Location). Thanks md_5 2012-01-17 22:35:31 +01:00
CraftServer.java Updated timing code for new event system 2012-01-19 18:50:39 -05:00
CraftWorld.java Properly handle null and air items. Fixes BUKKIT-435 and BUKKIT-550 2012-01-20 05:40:10 -05:00
LoggerOutputStream.java Fix formatting. 2012-01-15 10:54:57 +01:00
Main.java Fix formatting. 2012-01-15 10:54:57 +01:00
PortalTravelAgent.java Fix formatting. 2012-01-15 10:54:57 +01:00
TextWrapper.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00