Commit Graph

  • ea60181a87 [Bleeding] Added way to get/set if Iron Golem was player created. Addresses BUKKIT-1229 aPunch 2012-03-08 20:20:15 -06:00
  • 68b98d4c8f [Bleeding] Implement ExpBottleEvent; Addresses BUKKIT-888 Wesley Wolfe 2012-03-20 02:07:13 -05:00
  • 9055a20d71 Added EntityThrownExpBottle for diff visibility. Wesley Wolfe 2012-03-20 01:44:35 -05:00
  • 71a51b024b Reverted invalid clone. Fixes BUKKIT-1198 Celtic Minstrel 2012-03-16 15:46:46 -04:00
  • 82fab5b2d5 [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193 rmichela 2012-03-16 03:41:41 -04:00
  • 4589e943f6 [Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191 rmichela 2012-03-16 00:41:13 -04:00
  • 46429c6cb9 [Bleeding] Implemented the command-topics-in-master-index option in help.yml. Addresses BUKKIT-1189 rmichela 2012-03-15 22:32:31 -04:00
  • f87e053c66 [Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180 rmichela 2012-03-15 02:28:01 -04:00
  • 184faf1f29 [Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178 rmichela 2012-03-14 23:39:19 -04:00
  • fc697a4f44 Fixed translation issue in EntityMinecart. Addresses BUKKIT-980 EvilSeph 2012-03-16 02:38:57 -04:00
  • 241cf1c664 [Bleeding] Allow custom inventory views to change their type to BREWING or ENCHANTING, and also allow them to change their title and size. Fixes BUKKIT-1190 Celtic Minstrel 2012-03-12 17:33:18 -04:00
  • db5f804482 [Bleeding] Check top inventory type when determining whether a click event is a craft event. Fixes BUKKIT-1112 Celtic Minstrel 2012-03-13 20:33:43 -04:00
  • f7da5d2ad7 [Bleeding] Disabled data filtering for mob spawners. Addresses BUKKIT-329 Celtic Minstrel 2012-02-26 22:48:47 -05:00
  • 5c8fd4995f [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 Celtic Minstrel 2012-03-14 10:00:54 -04:00
  • 66e067f373 [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground by default. Celtic Minstrel 2012-03-13 22:28:27 -04:00
  • 83265005f6 [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes BUKKIT-610 Celtic Minstrel 2012-03-12 16:59:00 -04:00
  • 76cc488402 [Bleeding] DoubleChestInventory.getHolder() no longer returns null. Addresses BUKKIT-995 Celtic Minstrel 2012-03-12 16:47:43 -04:00
  • f27427ad19 Fix some improper item cloning instances that would have dropped enchantments Celtic Minstrel 2012-03-13 20:50:36 -04:00
  • 77ceb0002c Fix losing enchants from stacked items in custom inventories Wesley Wolfe 2012-03-02 12:52:45 -06:00
  • 42822ddca4 Re-added EntityCombust event to skeletons. Fixes BUKKIT-1188 EvilSeph 2012-03-15 18:42:30 -04:00
  • 92f771a022 [Bleeding] Implemented ProjectileLaunchEvent. Addresses BUKKIT-284 Celtic Minstrel 2012-03-12 12:45:09 -04:00
  • 6f6f8ef008 Updating minecraft-server dependency. EvilSeph 2012-03-15 06:38:46 -04:00
  • b4c9ad518a [Bleeding] Call DamageEvent before CombustEvent for Arrows. Fixes BUKKIT-1100 feildmaster 2012-03-14 05:22:43 -05:00
  • 3054d020d3 Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140 EvilSeph 2012-03-15 05:46:27 -04:00
  • c90a7a52e7 [Bleeding] Fixed maxStack being incorrectly set to 0 in custom craft inventories. Fixes BUKKIT-1181 md_5 2012-03-15 17:55:19 +11:00
  • 4503167283 Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147. feildmaster 2012-03-12 17:55:02 -05:00
  • c625d00351 Stop loading the 'flying' setting from player.dat until it is properly implemented and used in NMS. Fixes BUKKIT-1183 EvilSeph 2012-03-15 05:00:37 -04:00
  • adebd466fb Added PlayerAbilities for diff visibility. EvilSeph 2012-03-15 04:54:59 -04:00
  • 5a6878b9b1 Made stepping on Redstone Ore fire PlayerInteract events for players, EntityInteract events for other entities. Fixes BUKKIT-1163 and fixes BUKKIT-1182 EvilSeph 2012-03-14 23:15:22 -04:00
  • 16c6cbe5eb Added BlockRedstoneOre for diff visibility. EvilSeph 2012-03-14 23:12:58 -04:00
  • 868eaf571c [Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. Fixes BUKKIT-970 zml2008 2012-03-10 21:56:55 -08:00
  • 2a4167d8a5 Made snowmen in rain or water fire EntityDamage events with DamageCause DROWNING. Fixes BUKKIT-1165 EvilSeph 2012-03-14 01:29:02 -04:00
  • 373afd1b22 Made snowmen melting fire EntityDamage events with DamageCause FIRE_TICK. Fixes BUKKIT-1164 EvilSeph 2012-03-14 01:26:23 -04:00
  • f219f0efe9 Implemented Enchantment.conflictsWith(). Addresses BUKKIT-1159 Celtic Minstrel 2012-03-12 15:32:46 -04:00
  • 28c1f571d2 [Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858 Celtic Minstrel 2012-03-12 10:55:00 -04:00
  • b37872c1a6 Made PlayerInteractEvent fire for digging within spawn for informational purposes only. Fixes BUKKIT-1086 EvilSeph 2012-03-13 15:35:20 -04:00
  • 06b814fd7e [Bleeding] Added EntityBreakDoorEvent. Fixes BUKKIT-1134 feildmaster 2012-03-10 18:43:35 -06:00
  • 69ee00b6f0 Adding PathfinderGoalBreakDoor for diff visibility. feildmaster 2012-03-10 14:54:23 -06:00
  • 1b6ca577f5 Fixed translation issue and enderman not spawning when The End is generated. Fixes BUKKIT-1115 EvilSeph 2012-03-11 07:04:54 -04:00
  • 0f659850b2 Made golems spawning respect spawn-animals for real. Fixes BUKKIT-1124 EvilSeph 2012-03-11 06:28:03 -04:00
  • fadc93060f Updated version to 1.2.3-R0.3-SNAPSHOT for development towards next release. EvilSeph 2012-03-11 06:20:53 -04:00
  • de02f81975 Updated version to 1.2.3-R0.2 in pom.xml for beta. EvilSeph 2012-03-11 03:55:50 -04:00
  • 8ddd2f0566 [Bleeding] Help index now identifies itself as "Help: Index" rather than "Help: null" rmichela 2012-03-11 03:47:27 -04:00
  • c84af98ccd Made World.refreshChunk() refresh the chunk, thanks zerg960! Fixes BUKKIT-1014 EvilSeph 2012-03-04 16:16:16 -06:00
  • 4545336fdf Only remove blocks when golem is successfully spawned. Fixes BUKKIT-1094 feildmaster 2012-03-10 23:01:39 -06:00
  • 433efec68f Fixed BlockStateListPopulator in EntityEnderDragon not being populated. Fixes BUKKIT-1130 EvilSeph 2012-03-11 00:42:43 -05:00
  • 2aad49eecc Made ender pearls use the player's yaw and pitch. Fixes BUKKIT-1056 EvilSeph 2012-03-11 00:10:01 -05:00
  • 49ff166d15 Fixed potential packet loss issue with vanish API. Fixes BUKKIT-1125 Kevin Ingersoll 2012-03-10 14:58:20 -08:00
  • bdd2139c78 [Bleeding] Add getWorldType() and getGenerateStructures() to CraftServer. Fixes BUKKIT-855 Mike Primm 2012-03-10 01:28:32 -06:00
  • eaa56941f3 [Bleeding] Make zero (or very small) explosions do no damage. Fixes BUKKIT-931 Mike Primm 2012-03-09 23:59:13 -06:00
  • 996832ff6c [Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113 rmichela 2012-03-10 18:08:12 -05:00
  • a8b2c6d04e [Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028 rmichela 2012-03-10 16:16:48 -05:00
  • 03ce67c38c [Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukkit api. rmichela 2012-03-10 14:43:03 -05:00
  • 378424a1a1 [Bleeding] Added support for linking custom CommandExecutor types to a HelpTopicFactory. Fixes BUKKIT-1027 rmichela 2012-03-09 01:17:45 -05:00
  • 5c757df673 Made iron golems spawning to defend villagers respect spawn-animals. Fixes BUKKIT-1124 EvilSeph 2012-03-10 16:56:21 -05:00
  • ae6b3711ea Made zombie invasions respect spawn-monsters setting. Fixes BUKKIT-1123 EvilSeph 2012-03-10 16:31:21 -05:00
  • f534863552 Make setting slots to AIR set them to null. Addresses BUKKIT-1043 EvilSeph 2012-03-10 15:54:10 -05:00
  • 68c89fcac9 Fixed enchanting in Creative. Fixes BUKKIT-1119 EvilSeph 2012-03-10 15:39:29 -05:00
  • 77ef051095 [Bleeding] Added new target events. Fixes BUKKIT-935 feildmaster 2012-03-09 15:40:59 -06:00
  • a967d6e371 Added PathfinderGoalTarget, PathfinderGoalArrowAttack, PathfinderGoalMeleeAttack for diff visibility. feildmaster 2012-03-08 18:22:09 -06:00
  • 08bd33a3ed Made entering an end portal from The End move the player to their bed spawn if it exists. Fixes BUKKIT-1061 EvilSeph 2012-03-10 00:36:11 -05:00
  • 6f40a22e16 Made feeding wolves fire EntityRegainHealth events. Fixes BUKKIT-1111 EvilSeph 2012-03-09 22:45:26 -05:00
  • fce3386aa0 Added EntityTame event. Fixes BUKKIT-1109 EvilSeph 2012-03-09 22:25:59 -05:00
  • e625999f24 Added EntityWolf for diff visibility. EvilSeph 2012-03-09 21:52:32 -05:00
  • 36406afa6b Re-re-fixed block transmutation Nathan Adams 2012-03-10 03:18:04 +00:00
  • cf9d00a71a Re-fixed block transmutation Nathan Adams 2012-03-10 03:12:39 +00:00
  • 848344250d Fixed sheep not firing events when eating grass. Fixes BUKKIT-1104 EvilSeph 2012-03-09 14:36:21 -05:00
  • 9b5a4d68b9 Added PathfinderGoalEatTile for diff visibility. EvilSeph 2012-03-09 14:25:44 -05:00
  • c4b4afa14d Fixed being unable to use water in The End. Fixes BUKKIT-1002 EvilSeph 2012-03-09 13:35:04 -05:00
  • ec2713b256 Added WorldProviderTheEnd for diff visibility. EvilSeph 2012-03-09 13:34:27 -05:00
  • d1dd96f560 Made Chunk.getEntities() account for the world height increase. Fixes BUKKIT-1059 EvilSeph 2012-03-09 13:09:15 -05:00
  • 45cf927446 (Re)restricted the nether to 128 world height. Fixes BUKKIT-976 EvilSeph 2012-03-09 12:08:59 -05:00
  • a602d5c8c1 [Bleeding] Implemented getting the hostname a player used to log in. Addresses BUKKIT-984 SpaceManiac 2012-03-03 12:38:36 -06:00
  • 97669f8d90 [Bleeding] Add updated interfaces for custom chunk generation. Addresses BUKKIT-874 Mike Primm 2012-03-08 23:57:26 -06:00
  • 796a9ba8fd Add vanilla ChunkSection.java from mc-dev for diff visibility. Mike Primm 2012-03-08 23:49:05 -06:00
  • cbdcb44a11 Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090 EvilSeph 2012-03-08 22:12:54 -05:00
  • ec555a71e3 Added VillageSiege for diff visibility. EvilSeph 2012-03-08 22:08:37 -05:00
  • ecb00bba85 Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089 EvilSeph 2012-03-08 21:57:46 -05:00
  • f5ce8627c6 Added Village for diff visibility. EvilSeph 2012-03-08 21:54:29 -05:00
  • 43a00954f5 Made PlayerPortalEvent fire when leaving The End. Fixes BUKKIT-478 EvilSeph 2012-03-08 19:50:01 -05:00
  • f26fbc3bf3 Fixed EnderPearls not being limited to the world they were used in. Fixes BUKKIT-658 EvilSeph 2012-03-08 19:24:43 -05:00
  • 8ecdfe9eed Added missing filters to addEntity. Fixes BUKKIT-794 EvilSeph 2012-03-08 18:09:32 -05:00
  • 1e06e150b6 [Bleeding] Only do unload-all on tick when last player leaves. Fixes BUKKIT-1060 Mike Primm 2012-03-08 00:58:30 -06:00
  • 0ba2d285f0 [Bleeding] Made Iron Golems and Ocelots throw EntityDeathEvent. This fixes BUKKIT-1010. aPunch 2012-03-05 16:32:09 -06:00
  • 1c641ed982 Added EntityIronGolem and EntityOcelot for diff visibility. aPunch 2012-03-05 16:23:13 -06:00
  • a029f32ccd [Bleeding] Add APIs for editing biome data, fix existing code to use persistent biome data. Addresses BUKKIT-1075 Mike Primm 2012-03-04 10:41:06 -06:00
  • b5e92871eb [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Whenever a conversation exits, the ConversationAbandonedEvent is triggered with details about how the conversation ended and what, if anything caused it to end. Fixes BUKKIT-986 rmichela 2012-03-04 16:30:14 -05:00
  • 7a8ef4f6a4 Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960 EvilSeph 2012-03-06 19:59:15 -05:00
  • b5af5adc7e Fixed the dreaded GSOD crash. Fixes BUKKIT-1040 EvilSeph 2012-03-05 22:44:29 -05:00
  • 2ff8a8749f Fixed copy error in DoubleChest's inventory Tahg 2012-03-05 15:28:36 -05:00
  • 3f2c31e98c Updated version to 1.2.3-R0.2-SNAPSHOT for development towards next release. EvilSeph 2012-03-04 04:06:59 -05:00
  • 055384889e Updated version to 1.2.3-R0.1 in pom.xml for beta. EvilSeph 2012-03-04 03:03:02 -05:00
  • 2feb2ea124 Fix worlds loading improperly. Fixes BUKKIT-991 Eric Stokes 2012-03-03 18:36:16 -07:00
  • 4ac2b08320 Added missing null check for enchantments. Fixes BUKKIT-897 Tahg 2012-03-03 05:59:20 -05:00
  • 90fae3b579 Fixed leaf decay issue - this fixes BUKKIT-948 and BUKKIT-871 Nathan Adams 2012-03-03 10:14:53 +00:00
  • c6273810a1 [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602 Wesley Wolfe 2012-03-02 13:23:27 -06:00
  • 2d5263bfe5 recover from converter issue FIXES BUKKIT-890 Tahg 2012-03-02 20:57:23 -05:00
  • ec35500c63 Implemented Villager API for getting/setting Profession. This adds BUKKIT-887 Nathan Adams 2012-03-03 01:58:40 +00:00
  • 20c8ae59fc Slightly changed the Auto Updater error for when it can't find the current version Nathan Adams 2012-03-03 01:22:43 +00:00
  • 74220205f0 Fixed typo in help.yml header - this fixes BUKKIT-945. Thanks to a PR by turt2live Nathan Adams 2012-03-03 00:52:05 +00:00