Commit Graph

  • de1a32bb16 Fixed spiders not respecting the EntityDeathEvent. This fixes BUKKIT-275. EvilSeph 2011-12-10 15:44:58 -05:00
  • ec59dd9173 Fixed issues in our handling of The End as per BUKKIT-11. EvilSeph 2011-12-10 13:58:00 -05:00
  • 84a19565d4 Fixed (Bukkit multiworld) maps as described in BUKKIT-142. EvilSeph 2011-12-10 12:36:19 -05:00
  • 32a913a222 Linked thundering and storming. EvilSeph 2011-12-10 12:20:24 -05:00
  • f7649724fe Implemented CraftServer.getAllowEnd(). Thanks codename-B! Erik Broes 2011-12-09 18:55:36 +01:00
  • d36ac82c83 Fixed NPE in ServerConfigurationManager when sometimes attempting to flee the End Nathan Adams 2011-12-09 17:09:21 +00:00
  • 5e43c61fad Implemented onStructureGrow event, thanks to md-5. Nathan Adams 2011-12-09 16:11:56 +00:00
  • 076460b419 Added ItemDye and WorldGenHugeMushroom for diff visibility Nathan Adams 2011-12-09 16:01:37 +00:00
  • d75d1660b3 Make EntityEnderDragon call the ExplosionEventi Andrew Ardill 2011-12-08 10:30:20 +11:00
  • a25151306c Fix NPE as described in BUKKIT-245. Thanks snowleo Andrew Ardill 2011-12-08 10:26:39 +11:00
  • b08b85bd26 Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocks Andrew Ardill 2011-12-08 00:23:06 +11:00
  • 4e318dd1c8 Implement new interface ConsoleCommandSender. Andrew Ardill 2011-12-07 17:04:00 +11:00
  • 93a4a9ba8c Teach MinecraftServer how to handle Remote Console commands. Andrew Ardill 2011-12-07 17:01:05 +11:00
  • e4a839cbbc Fix for entity spawning and some code cleanup Tahg 2011-12-06 19:21:10 -05:00
  • bc8f02788f Performance update to remove several very high counts of temp object creation Tahg 2011-12-06 08:52:45 -05:00
  • eead44a692 fix NPE issue with CB inventory Tahg 2011-12-06 08:48:45 -05:00
  • 57112887ca Another fix for enchantments when moving around inventory. (Still glitches visually at times) Tahg 2011-12-05 04:00:45 -05:00
  • bf60f44013 Teach EnderDragon how to throw EntityDamage events Andrew Ardill 2011-12-05 19:18:05 +11:00
  • b1a3aa602a Clean-up some events to maintain general style Andrew Ardill 2011-12-05 19:13:10 +11:00
  • 8363eadcab CraftInventory.remove shouldn't care about amount (BUKKIT-138) Nathan Adams 2011-12-05 01:51:33 +00:00
  • dbd3ff71fc Implemented server.getOfflinePlayers Nathan Adams 2011-12-04 17:57:00 +00:00
  • c6d182286c Fixed some various CraftInventory bugs related to dropping Enchantments Nathan Adams 2011-12-04 13:22:50 +00:00
  • 1185ca75fc Fixed player teleporting not working with a certain method. This fixes BUKKIT-198 Nathan Adams 2011-12-04 13:22:31 +00:00
  • 1dbebb4593 Fixed exp resetting upon teleporting cross-world (fixes BUKKIT-46. Again.) Nathan Adams 2011-12-04 12:16:15 +00:00
  • 98e062f0cf Fixed a few player-respawn issues. This should resolve BUKKIT-28 (Dupe bug), BUKKIT-29 (Poisons lasting), and BUKKIT-46 (XP resetting) Nathan Adams 2011-12-04 12:10:02 +00:00
  • 55a532c251 Indicate when a teleport event was triggered by ender pearls or unknown internal teleports Nathan Adams 2011-12-04 11:04:14 +00:00
  • 645079be08 Make the EnderDragon respect experience drop set in death event Andrew Ardill 2011-12-02 21:36:53 +11:00
  • f15c466e89 Add EntityEnderDragon Andrew Ardill 2011-12-02 20:56:32 +11:00
  • 480376ef50 Ensure that DeathEvents are raised even for non loot-dropping living entities Andrew Ardill 2011-12-02 21:31:31 +11:00
  • c298c104ea Remove unused import Andrew Ardill 2011-12-02 21:29:37 +11:00
  • 8511ef3902 Register damage caused by PrimedTNT entities as BLOCK_EXPLOSION Andrew Ardill 2011-12-02 16:55:23 +11:00
  • 9fe5529791 Fixed ender pearls ignoring damage cancellation Nathan Adams 2011-12-02 00:06:27 +00:00
  • 0c958c0dff Fixed exploit with Ender Pearls, and made them perform a damage event. This fixes BUKKIT-38 Nathan Adams 2011-12-01 23:34:14 +00:00
  • 6f79ca5c54 Don't disconnect a player if they're already disconnected (fixes BUKKIT-43) Nathan Adams 2011-12-01 22:35:19 +00:00
  • 6ea3cec762 Made world.spawnCreature just delegate to world.spawn. This fixes BUKKIT-57 Nathan Adams 2011-12-01 21:50:23 +00:00
  • efed2f0022 Use 1.0.1 artifact Nathan Adams 2011-12-01 21:49:50 +00:00
  • 062d94d6bc Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150 Nathan Adams 2011-12-01 21:43:54 +00:00
  • 650717ad32 Fire BlockPlace event when placing a lilypad, Thanks DiddiZ; Fixes BUKKIT-162 Erik Broes 2011-12-01 21:43:46 +01:00
  • da6b412fd2 Fix CraftBlock toString. Erik Broes 2011-12-01 21:00:21 +01:00
  • 51f724f24d Fix missing data-value when placing a stair-block (somehow gets set after the fact) - Fixes BUKKIT-40 Erik Broes 2011-12-01 21:00:01 +01:00
  • df935a5eed Add more information to 'Fetching addPacket' so we might be able to find the reason why it happens. Gives info for BUKKIT-32 Erik Broes 2011-11-30 22:42:35 +01:00
  • d02a2eb49d Fixed rare NPEs with CraftItemStack. This fixes BUKKIT-51 Nathan Adams 2011-12-01 05:17:22 +00:00
  • 4ce061ccbe Fixed Players from technically only dying once (thanks Qala) Nathan Adams 2011-11-30 23:45:55 +00:00
  • a513406005 Fixed exp methods returning wrong values Nathan Adams 2011-11-30 22:31:03 +00:00
  • 8fbe78a2c3 Updated to use mc-dev rename revision 1 Nathan Adams 2011-11-29 23:17:43 +00:00
  • 8665161eaa Fixed multiworld loading of some worlds, yay for 1 letter fixes :D Erik Broes 2011-11-30 21:47:51 +01:00
  • 67924529a0 Fix drops of StairBlocks Erik Broes 2011-11-30 20:19:15 +01:00
  • c6af919114 Fix CraftEnderCrystal so that it implements EnderCrystal, not EnderSignal. Andrew Ardill 2011-11-30 09:21:54 +11:00
  • 9455ff1777 cleanup of projectiles Andrew Ardill 2011-11-29 21:30:37 +11:00
  • a1ad0c0103 Add events for EntitySmallFireball Andrew Ardill 2011-11-29 21:26:55 +11:00
  • 2759809ecb Fix Craft Entity constructors and toStrings. Andrew Ardill 2011-11-29 21:22:35 +11:00
  • a51eb9c3ca Ignore minecraft resources in src directory Andrew Ardill 2011-11-29 21:20:14 +11:00
  • 2b751111d2 Add EntitySmallFireball.java from nms Andrew Ardill 2011-11-29 18:32:16 +11:00
  • 3da00ee41a Implementation of reworked EntityCombustEvents Andrew Ardill 2011-11-29 18:10:05 +11:00
  • 0c88f05c0d Fix CraftVillager constructor to only take an EntityVillager Andrew Ardill 2011-11-29 09:46:20 +11:00
  • 89338db181 BUKKIT-57 Fix using Bukkit interface instead of nmc Entity for type check. Andrew Ardill 2011-11-29 09:42:09 +11:00
  • 7db72dfd2c Doors and trapdoors should function correctly once again Nathan Adams 2011-11-28 07:00:04 +00:00
  • 91b673e375 Ignore empty messages (not just null) for join and quit Nathan Adams 2011-11-28 06:21:35 +00:00
  • aa90f2ff9c Made Snowmen obey animal spawning rules (thanks Amaranth) Nathan Adams 2011-11-28 05:18:41 +00:00
  • fe3756f7a0 Fixed Enchantments being lost on inventory.setItem Nathan Adams 2011-11-28 05:17:05 +00:00
  • 99771b7b72 Fixed magma slimes from being nonspawnable Nathan Adams 2011-11-28 05:08:28 +00:00
  • 4b87704c5a Add new Entity types to CreatureSpawnEvent Andrew Ardill 2011-11-28 11:18:27 +11:00
  • c0073e466d Add CraftMagmaCube Andrew Ardill 2011-11-28 11:17:04 +11:00
  • 9c2b11ae94 Fixed gravel's enchantment detection Nathan Adams 2011-11-27 17:00:20 +00:00
  • f6dc6745ed Fixed EntityDeathEvent not throwing for Ghasts and Pig Zombies (fixes issue #13) Nathan Adams 2011-11-27 04:22:24 +00:00
  • 8d49f500ec Fixed NPE in CraftPlayer.getBedSpawnLocation Nathan Adams 2011-11-27 04:09:34 +00:00
  • 402e3c26e1 Clone item enchantments unchecked Nathan Adams 2011-11-27 03:58:43 +00:00
  • 894ab9f949 Fixed issue with enchantments reseting under certain conditions Nathan Adams 2011-11-27 02:45:34 +00:00
  • 139ad8c34a Fixed crash when breaking gravel with a high fortune enchant Nathan Adams 2011-11-27 01:41:56 +00:00
  • eb7bd5f23b Implemented Enchantment API Nathan Adams 2011-11-27 00:39:25 +00:00
  • ba608f55e4 Remove expensive debugcalls from production code Erik Broes 2011-11-26 18:27:39 +01:00
  • 9907638130 Fixed ancient vanilla typo in offline mode warnings. Thanks to Alexitaly92 for catching it. Nathan Adams 2011-11-26 01:09:04 +00:00
  • 256d4ba555 Fixed the NPE in inventoryplayer once again, thanks to don4of4 Nathan Adams 2011-11-26 01:01:43 +00:00
  • 8062d5c7be Added death events for blaze and snowman, fixed reported loot for chickens Nathan Adams 2011-11-26 00:56:11 +00:00
  • b9aaf3977c Fixed NPE travelling to the nether from a custom world Nathan Adams 2011-11-25 21:10:16 +00:00
  • 197fdbd84c Nether portals should now only work in the default world Nathan Adams 2011-11-25 20:54:29 +00:00
  • bb16e6c5c1 Fixed portal event reporting wrong from-world Nathan Adams 2011-11-25 20:05:51 +00:00
  • a105ec32b3 Fixed comment Nathan Adams 2011-11-25 03:50:10 +00:00
  • ef75a286ac Implemented world.getWorldFolder Nathan Adams 2011-11-25 03:47:12 +00:00
  • 20a0b0a9be Changed Entity.isDead to be aware of health for living entities Nathan Adams 2011-11-25 00:32:44 +00:00
  • 620f101487 Another attempt at the vanilla tile entity bug Nathan Adams 2011-11-25 00:15:00 +00:00
  • e31cedf583 Fixed NPE in player inventory + don't ignore the cancel state of world unloads Nathan Adams 2011-11-24 20:27:16 +00:00
  • a7664a104f Implemented new age methods in animals, and made spawned animals via eggs properly age back to children Nathan Adams 2011-11-24 20:16:43 +00:00
  • 47b4406b7e I've either fixed going to The End, or made it worse. I'm sure we'll find out soon! Nathan Adams 2011-11-24 20:00:55 +00:00
  • 61edd36378 Made BlockStates inform playes upon update Nathan Adams 2011-11-24 18:48:23 +00:00
  • c6beae8872 Fixed allow-nether being ignored Nathan Adams 2011-11-24 18:48:01 +00:00
  • de7402ea8e Fixed fireballs sleeping on the job Nathan Adams 2011-11-23 03:33:53 +00:00
  • 03762600df Fixed trapdoors + few comments Nathan Adams 2011-11-23 00:08:56 +00:00
  • 929e5ff6c7 Implemented new biome values Nathan Adams 2011-11-22 21:21:33 +00:00
  • 774e59e179 Fixed vanillas tile-entity placement bug (thanks Moo0) Nathan Adams 2011-11-22 21:14:42 +00:00
  • a3399c6431 Fixed crash on right clicking dragon eggs Nathan Adams 2011-11-21 22:56:17 +00:00
  • a83fc1d6a2 Implemented new EnderCrystal entity class Nathan Adams 2011-11-21 22:39:33 +00:00
  • 0a8bd56f16 fixed spawn method for projectiles sunkid 2011-11-20 18:18:10 -08:00
  • f1c1e813bf Update to correct Bukkit version Erik Broes 2011-11-20 00:13:48 -08:00
  • 246ff3b352 Made the new Status info list plugins (test it out at http://dinnerbone.com/minecraft/tools/status/ ) Nathan Adams 2011-11-05 23:58:13 +00:00
  • 345ea36c7b Update for 1.0.0 Erik Broes 2011-11-20 00:01:14 -08:00
  • 589f66bd1b Added new --noconsole command argument, thanks to mkurzeja for the idea Nathan Adams 2011-11-05 20:14:26 +00:00
  • 13561bca9c Added distributionManagement section to POM. Luke Granger-Brown 2011-10-11 20:47:06 +02:00
  • dd5507bdaa Fix version string - RB 4 has already happened Andrew Ardill 2011-11-01 14:19:11 +11:00
  • b1671be875 Implemented bukkit versioning Nathan Adams 2011-10-31 04:02:54 +00:00