Commit Graph

  • 9d09e7d016 Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. Nathan Adams 2012-03-22 20:39:39 +00:00
  • 8dc7417a3d [Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517 md_5 2012-03-21 18:43:40 +11:00
  • 8ad27aa01d Added BlockMinecartTrack and MinecartTrackLogic for diff visibility. md_5 2012-03-21 18:42:43 +11:00
  • 8d35caf070 Kick for invalid carried item. EvilSeph 2012-03-22 02:55:50 -04:00
  • f188afe794 [Bleeding] Prevent update inconsistencies on generation/decoration that span chunks. Fixes BUKKIT-871 Mike Primm 2012-03-21 16:01:11 -05:00
  • 09a73d352c [Bleeding] Make sure biome data is initialized during generate - prevent uninitialized data being sent to client. Fixes BUKKIT-871 Mike Primm 2012-03-20 15:04:37 -05:00
  • 6cd2a70803 Added for diff visibility: Mike Primm 2012-03-20 15:02:02 -05:00
  • 0a925ff067 [Bleeding] Added support for custom index help topics in help.yml. Addresses BUKKIT-1263 rmichela 2012-03-22 00:21:18 -04:00
  • eb3c092ef8 [Bleeding] Added option to completely disable all automatic help topic generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264 rmichela 2012-03-21 23:01:06 -04:00
  • 31b1bc02ca [Bleeding] Fixed a StackOverflowError with command alias handling for Help. Addresses BUKKIT-1253 zml2008 2012-03-20 19:12:14 -07:00
  • 8aee4c3f56 [Bleeding] Added support for all TreeType entries to CraftWorld.generateTree(). Addresses BUKKIT-1161 zml2008 2012-03-13 19:38:39 -07:00
  • 27acb4c41e Added WorldGenSwampTree for diff visibility zml2008 2012-03-11 17:41:49 -07:00
  • 169c2ee8cb [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232 aPunch 2012-03-19 14:12:17 -05:00
  • 96c4bb7da6 [Bleeding] Account for new rare drops in EntityDeath events. Fixes BUKKIT-1105 zerg960 2012-03-20 20:55:45 -05:00
  • 1c95413f49 [Bleeding] Fix for creeper getDrops() not reporting the music disk if it was killed by a skeleton. Addresses BUKKIT-1133 Celtic Minstrel 2012-03-10 23:19:09 -05:00
  • 5ba8928041 [Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252 Celtic Minstrel 2012-03-05 14:21:43 -05:00
  • 8d62de7055 Added for diff visibility: Celtic Minstrel 2012-03-06 22:42:58 -05:00
  • 784aa3b602 [Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT-1248 Celtic Minstrel 2012-03-17 13:06:21 -04:00
  • 43001ca2a8 [Bleeding] Only fire CraftItemEvent if there's actually an item there to craft (ie, don't fire it for a click on an empty result slot). Fixes BUKKIT-1250 Celtic Minstrel 2012-03-18 12:25:39 -04:00
  • 93732e21bc [Bleeding] Fixed NullPointerException in InventoryView.setCursor() if you tried to empty the cursor by setting it to null. Fixes BUKKIT-1043 Celtic Minstrel 2012-03-13 21:46:00 -04:00
  • 288662bfae [Bleeding] Fix some return types that could lead to ArrayStoreException Celtic Minstrel 2012-03-17 10:28:20 -04:00
  • b9a71db046 [Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209 Celtic Minstrel 2012-03-13 22:50:09 -04:00
  • 4bcbe2d235 [Bleeding] Add Chest.getBlockInventory() for convenience; this always returns a single chest inventory. Addresses BUKKIT-1247 Celtic Minstrel 2012-03-19 15:01:53 -04:00
  • cd9779196b [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246 Celtic Minstrel 2012-03-17 10:37:54 -04:00
  • 7966531113 [Bleeding] Completely fix the tree generation algorithm to make it near identical to vanilla as well as fix potential bugs associated with disappearing saplings. md_5 2012-03-16 17:32:25 +11:00
  • 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