Commit Graph

  • 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
  • 974ff6cb8a ... Comments! Nathan Adams 2012-03-02 20:13:53 +00:00
  • 61fb069c61 Fixed fatal crashes when there's a block at maxheight at spawn - this fixes BUKKIT-922. Nathan Adams 2012-03-02 20:12:53 +00:00
  • ede443234e Minor optimization getting chest inventories Nathan Adams 2012-03-02 20:05:23 +00:00
  • 88149dc439 Fixed chest.getInventory for double chests, thanks to Acrobot. This fixes BUKKIT-901 Nathan Adams 2012-03-02 20:02:45 +00:00
  • 8016bf2dd0 Fixed punching out fire in creative - this fixes BUKKIT-914, thanks to md-5 Nathan Adams 2012-03-02 19:55:41 +00:00
  • 4ac8d68c39 Fixed porting issue in World. Now uses correct variable names to add chunks for growth. This fixes BUKKIT-934 Travis Watkins 2012-03-02 13:10:14 -06:00
  • a42e710bbc Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943 Nathan Adams 2012-03-02 19:31:06 +00:00
  • cb669f72a0 Fixed porting issue with SpawnerCreature. Fixes BUKKIT-921 Tahg 2012-03-02 11:12:33 -05:00
  • 5198f2efb4 Allow the new jungle tree type to be grown both as a single sapling and as a group of 4. Fixes BUKKIT-886 md_5 2012-03-02 20:50:18 +11:00
  • 94d4d68211 Convert contained worlds to Anvil (thanks to Amaranth) Nathan Adams 2012-03-02 13:17:20 +00:00
  • c51c895cd8 Implemented snapshot support for 1.2. Mike Primm 2012-03-01 13:54:59 -06:00
  • eddefa6c50 Preserve data if possible when dropping Items from entities. Partial solution for BUKKIT-15 Tahg 2012-03-01 22:57:30 -05:00
  • bcf979b2a6 Fixed hunger not behaving correctly. Addresses BUKKIT-907 EvilSeph 2012-03-01 22:47:33 -05:00
  • 2510af0d1a Fix porting issue in World.mayPlace Fixes BUKKIT-915 Tahg 2012-03-01 21:26:00 -05:00
  • 82f2a2e773 World height related fixes - 128 -> 256. Addresses BUKKIT-889 Mike Primm 2012-03-01 15:13:53 -06:00
  • efc9ced128 Fixed sending maxPlayers at initial login Nathan Adams 2012-03-01 18:41:20 +00:00
  • f1f9802ded Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885 Nathan Adams 2012-03-01 18:02:16 +00:00
  • 5108569383 Revert filtering by dynamic block range Tahg 2012-03-01 12:16:26 -05:00
  • 0e7b9834f9 Potentially fixed crash when building at max world height Nathan Adams 2012-03-01 17:07:02 +00:00
  • eb934c760d Made the auto-update-checker suggest channels to server administrators if they're upgrading past their preferred channel. Nathan Adams 2012-03-01 16:04:18 +00:00
  • a5be079797 Fixed compile issues with StructureGrowDelegate not implementing the new isEmpty method Nathan Adams 2012-03-01 15:38:34 +00:00
  • 6f1fecbd31 Fixed cast issues when passing delegates to world generators, and WorldGenMegaTree method exception. This fixes BUKKIT-866, and references BUKKIT-868. Nathan Adams 2012-03-01 15:35:12 +00:00
  • aa3678a783 Fixed NoSuchMethodError in WorldGenGroundBush Nathan Adams 2012-03-01 15:10:06 +00:00
  • 543c4879fe Updated CraftBukkit to 1.2 Nathan Adams 2012-03-01 10:49:23 +00:00
  • e9ca87000c Updated version to 1.1-R6 for RB. Nathan Adams 2012-03-01 13:53:03 +00:00
  • a726f6de3e Potentially fixed inventory issues. This (should) fix issue BUKKIT-860 Nathan Adams 2012-03-01 13:35:36 +00:00
  • fb668b428b Updated version to 1.1-R5 for RB Nathan Adams 2012-03-01 10:54:21 +00:00
  • a53afd313e We build for 1.5. EvilSeph 2012-03-01 04:48:04 -05:00
  • 1161de3f63 [Bleeding] Added Conversations API. Addresses BUKKIT-864 rmichela 2012-01-19 03:32:05 -05:00
  • 818a61040e [Bleeding] Added Help API. Addresses BUKKIT-863 rmichela 2012-03-01 00:19:11 -05:00
  • c73adc9533 Fixed AchievementTest.java feildmaster 2012-02-29 21:44:11 -06:00
  • 33ba9f0a2f Updated to rename revision 02 Erik Broes 2012-02-29 22:31:04 +01:00
  • 8524ff8ef7 Fix for Java 1.5 Celtic Minstrel 2012-02-29 15:35:36 -05:00
  • 0842bab48b [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 Celtic Minstrel 2012-02-29 13:56:35 -05:00
  • 10e593649c Imported from mc-dev: - TileEntity - Container - ContainerFurnace - ContainerDispenser - ContainerChest - ContainerEnchantTableSubcontainer - ContainerEnchantTableInventory - ContainerBrewingStand Celtic Minstrel 2012-02-25 23:56:31 -05:00
  • d20091e64c Implementation of richer playEffect methods. Addresses BUKKIT-857 Celtic Minstrel 2012-02-26 13:24:25 -05:00
  • bf01e93ab6 Added EntityTargetEvent for Experience Orbs, happens when it starts moving towards a human entity! Addresses BUKKIT-820 ZNickq 2012-02-25 14:58:21 +02:00
  • cd90cec48c Implemented TeleportCause enums. Addresses BUKKIT-265 James Clarke 2012-02-15 19:59:17 +00:00
  • 53e4a034f4 Moved getVehicle, leaveVehicle and isInsideVehicle from CraftLivingEntity to CraftEntity. Addresses BUKKIT-811 TomyLobo 2011-10-25 15:53:43 +02:00
  • 1394926e53 [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds rmichela 2011-12-08 00:33:59 -05:00
  • 403f874784 [Bleeding] Fix generics. Addresses BUKKIT-844 Wesley Wolfe 2012-02-29 10:27:38 -06:00
  • 257fd16242 Added plugin-profiling setting to bukkit.yml. Travis Watkins 2012-02-10 13:56:16 -06:00
  • 92dfb2500b Adjusted CraftBukkit to work with the entity event convenience patch in Bukkit. Addresses BUKKIT-809 TomyLobo 2012-02-21 13:51:56 +01:00
  • dcf016822d Fixed sneaking eye height. Addresses BUKKIT-808 TomyLobo 2012-02-22 03:32:35 +01:00
  • f70f99d1a0 Fixed CraftOfflinePlayer.getLastPlayed() returning the wrong result. Addresses BUKKIT-847 Olof Larsson 2012-02-27 16:31:52 +01:00
  • 397f25aa24 Added plugin loading log entry EdGruberman 2012-02-15 12:56:36 -07:00
  • cc2e721ffc Implement PortalCreateEvent reason codes. Addresses BUKKIT-833 Sam Wilson 2011-12-25 22:13:25 -08:00
  • f2d9d4174f CraftSign changes. Addresses BUKKIT-824 TomyLobo 2012-02-25 14:47:55 +01:00
  • 57bd84510f [Bleeding] Made dragon eggs trigger BlockFromTo events when they teleport. Addresses BUKKIT-828 Celtic Minstrel 2012-02-23 13:33:16 -05:00
  • 5901a74565 Fixed changes made to PlayerCommandPreprocess events having no effect. Fixes BUKKIT-376 EvilSeph 2012-02-25 16:53:54 -05:00
  • d6c6b18ba9 Fix for shaped recipes stripping enchantments from the result. Fixes BUKKIT-602 Celtic Minstrel 2012-02-25 16:08:49 -05:00
  • 2887f99fe5 Fixed EntityArrow just to use the PVP setting if the destination is a Player. Fixes BUKKIT-803 steffen 2012-02-19 11:59:43 +01:00
  • a7f0b70a3a Updated README.md with more coding and pull request conventions and tips to get your pull request accepted. EvilSeph 2012-02-23 23:46:41 -05:00
  • 078e2511a5 [Bleeding] Override not applicable Wesley Wolfe 2012-02-23 17:48:30 -06:00
  • 7a49e29b55 [Bleeding] Undo changes to the tree WorldGenerators. Zeerix 2011-12-23 00:54:34 +01:00
  • 796d4a8a74 [Bleeding] Fixed setTotalExp, any experience update bugs and removed Deprecated Methods. Fixes BUKKIT-798 and fixes BUKKIT-797 Feildmaster 2012-02-22 11:03:56 -06:00
  • d7f6d2d929 [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses BUKKIT-767 Feildmaster 2012-02-18 09:14:44 -06:00
  • 70c5f06425 Fixed pom.xml Feildmaster 2012-02-22 07:00:42 -06:00
  • 036b5c3956 [Bleeding] Added launchProjectile. aPunch 2012-02-16 15:12:47 -06:00
  • af51313ffb [Bleeding] Added EntityType to replace CreatureType. Celtic Minstrel 2012-02-06 00:19:23 -05:00
  • 7792156fb2 [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104 Feildmaster 2012-02-11 23:32:24 -06:00
  • 847e1c62c5 [Bleeding] Added BlockCrops, BlockReed, BlockStem, BlockNetherWart for diff visibility. Feildmaster 2012-02-11 20:03:54 -06:00
  • 326091c130 [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and BUKKIT-624 Celtic Minstrel 2011-07-23 23:16:14 -04:00
  • 84ecdb5439 Imported from mc-dev: Celtic Minstrel 2011-07-14 20:54:07 -04:00
  • 39048be430 [Bleeding] Cleanup clone method. Wesley Wolfe 2012-02-19 12:52:49 -06:00
  • 4d89a21a25 Removed EndermanPickup/Place events, replaced with EntityChangeBlock event. EvilSeph 2012-02-19 04:16:46 -05:00
  • 1922672f14 [Bleeding] Fire EntityDamageByEntityEvent for EnderCrystal. Fixes BUKKIT-776 Feildmaster 2012-02-18 23:43:01 -06:00
  • b06719dd03 [Bleeding] Moved projectile EntityDamageByEntityEvent's to event factory. Addresses BUKKIT-775 Feildmaster 2012-02-10 08:32:11 -06:00
  • 5316c43a82 Add getEntitesByClass(Class<T>), getEntitiesByClasses(Class<?>...), deprecate getEntitiesByClass(Class<T>...) Mike Primm 2012-01-27 21:49:55 -06:00
  • 137880b727 Deprecation cleanup. Erik Broes 2012-01-30 21:51:53 +01:00
  • 3b634b14f6 Fixed NPE when running a custom build of CraftBukkit. This fixes issue #BUKKIT-765 Nathan Adams 2012-02-18 14:06:21 +00:00
  • d057ee1e07 Don't print stacktraces on DLB fetching errors. And because I forgot last commit; this adds BUKKIT-760 Nathan Adams 2012-02-17 00:09:56 +00:00
  • 236cfed616 Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options. Nathan Adams 2012-02-16 22:31:40 +00:00
  • 64264f61b8 Revert "Remove tile entities when a block is removed." EvilSeph 2012-02-14 02:37:47 -05:00
  • 8773c3ed40 Updated version to 1.1-R5-SNAPSHOT for development towards next release. EvilSeph 2012-02-13 14:30:00 -05:00