Commit Graph

  • 865d29afdd Updated version to 1.2.5-R1.3-SNAPSHOT for development towards next release. EvilSeph 2012-04-25 00:58:21 -04:00
  • a463f456c1 Updated version to 1.2.5-R1.2 in pom.xml for Beta. EvilSeph 2012-04-24 23:40:51 -04:00
  • 90d2cedd56 Add API for managing mob spawn limits per-world. Fixes BUKKIT-1565 Travis Watkins 2012-04-23 19:25:11 -05:00
  • a75cbbff56 Adding ceil to NumberConversions Wesley Wolfe 2012-04-15 18:25:57 -05:00
  • 0884988785 Add SpawnReason.DEFAULT, to make SpawnReason.CUSTOM solely for plugins feildmaster 2012-04-14 01:31:59 -05:00
  • 988bd87040 Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790 feildmaster 2012-04-14 00:53:52 -05:00
  • 3c1ba91f77 Fix createSection getting sections from itself. Fixes BUKKIT-1513 feildmaster 2012-04-13 10:19:45 -05:00
  • 863c5e5206 Updated version to 1.2.5-R1.2-SNAPSHOT for development towards next release. EvilSeph 2012-04-08 23:54:10 -04:00
  • aa574d3c60 Updated version to 1.2.5-R1.1-SNAPSHOT for development towards next release. EvilSeph 2012-04-05 07:12:28 -04:00
  • 3694f15c16 Updated version to 1.2.5-R1.0 in pom.xml for RB. EvilSeph 2012-04-04 10:00:49 -04:00
  • 23a48d57e6 Adds address to PlayerLoginEvent; Addresses BUKKIT-431 Wesley Wolfe 2012-04-03 17:00:05 -05:00
  • 71e1c9f7dc Updated version to 1.2.5-R0.2-SNAPSHOT for development towards next release. EvilSeph 2012-04-03 10:15:13 -04:00
  • 397077cb7e Update version to 1.2.5-R0.1 in pom.xml for beta. EvilSeph 2012-04-03 05:42:38 -04:00
  • e5ef8c2b40 Removed pointless counter and use .length in PluginsCommand. Thanks nallar! EvilSeph 2012-04-02 16:28:58 -04:00
  • 5b88271a03 Add new SmoothBrick texture; Addresses BUKKIT-1417 Wesley Wolfe 2012-03-31 08:14:48 -05:00
  • 018f982283 Fix Wood(plank) and add Sandstone MaterialData; addresses BUKKIT-1384 Wesley Wolfe 2012-03-31 08:35:59 -05:00
  • d61f0dbe41 Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanilla Dinnerbone (Laptop) 2012-03-30 23:33:23 +02:00
  • dffdc05a5a Updated version to 1.2.4-R1.1-SNAPSHOT for development towards next release. EvilSeph 2012-03-29 07:57:53 -04:00
  • 8239b7450f Updated version to 1.2.4-R1.0 for release. EvilSeph 2012-03-28 20:27:02 -04:00
  • 6b8d346e4f [Bleeding] Removing the last metadata item for a key now sets hasMetadata(key) to false. Addresses BUKKIT-1380 rmichela 2012-03-28 01:41:33 -04:00
  • a8f0910a82 [Bleeding] MetadataBase now properly takes the metadata key into account when computing hasMetadata(). Addresses BUKKIT-1211 rmichela 2012-03-28 01:36:36 -04:00
  • d8e131e241 [Bleeding] Add null check to getFacing(); Fixes BUKKIT-1249 Wesley Wolfe 2012-03-27 09:42:34 -05:00
  • 6bb8198dfa [Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356 feildmaster 2012-03-26 14:13:10 -05:00
  • aa9f64522f Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. Warren Loo 2012-03-27 10:16:42 -04:00
  • cec8ceab3c Added plugin count to the PluginsCommand. EvilSeph 2012-03-22 21:40:31 -04:00
  • b255f32bef Fixed an index out of range error in ChatColor.getLastColors Nathan Adams 2012-03-22 23:09:10 +00:00
  • c11ba8c19d Added isFormat, isColor and getLastColors methods to ChatColor Nathan Adams 2012-03-22 22:56:36 +00:00
  • a3581f1416 Added missing tests to TestPlayer. EvilSeph 2012-03-22 18:17:38 -04:00
  • 153168d8bd Added player.isFlying|setFlying to check if a player is flying, or make them fly/not. This implements BUKKIT-1281. Nathan Adams 2012-03-22 22:02:45 +00:00
  • 9f249e4269 Added new MELTING DamageCause. Addresses BUKKIT-1244 EvilSeph 2012-03-22 17:33:32 -04:00
  • e96b0b60d5 Added configurable Connection Throttle. Addresses BUKKIT-1274 EvilSeph 2012-03-22 08:02:38 -04:00
  • 693c624b71 Added some new ChatColors. Surprise! :D Nathan Adams 2012-03-22 20:47:09 +00:00
  • a4c915c888 Updated version string to 1.2.4-R0.1 Nathan Adams 2012-03-22 20:39:13 +00:00
  • adbf20a289 [Bleeding] Fixed soft-dependencies broken by previous commit. Wesley Wolfe 2012-03-22 01:56:44 -05:00
  • 09b1017156 [Bleeding] Made IndexHelpTopic more conducive to subclassing. Addresses BUKKIT-1263 rmichela 2012-03-22 00:20:33 -04:00
  • adf93e2478 [Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses BUKKIT-1162 zml2008 2012-03-11 13:12:19 -07:00
  • ad78b17c6e [Bleeding] Added loadbefore property; Addresses BUKKIT-843 Wesley Wolfe 2012-03-20 03:54:51 -05:00
  • ff9aecf4be [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232 aPunch 2012-03-19 14:02:10 -05:00
  • 2d17b0c24e [Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252 Celtic Minstrel 2011-08-14 22:34:13 -04:00
  • 42e694c696 [Bleeding] Fixed some issues with no-effect potions, and added more potion tests. Fixes BUKKIT-1251 Celtic Minstrel 2012-03-04 18:58:18 -05:00
  • 53473bb182 [Bleeding] Add Chest.getBlockInventory() for convenience; this always returns a single chest inventory. Addresses BUKKIT-1247 Celtic Minstrel 2012-03-19 15:02:10 -04:00
  • 4d61e585fa [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246 Celtic Minstrel 2012-03-17 10:37:22 -04:00
  • 12a411afb1 [Bleeding] Added way to get/set if an Iron Golem was player created. Addresses BUKKIT-1229 aPunch 2012-03-08 20:22:11 -06:00
  • ed92e3f942 [Bleeding] Add ExpBottleEvent; Addresses BUKKIT-888 Wesley Wolfe 2012-03-20 02:06:59 -05:00
  • 65bf74947f [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193 rmichela 2012-03-16 03:42:01 -04:00
  • c4c5237232 [Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191 rmichela 2012-03-16 00:40:47 -04:00
  • cbc8d3589f [Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180 rmichela 2012-03-15 02:27:35 -04:00
  • d47ad6cf57 Aesthetic changes to the /help command. rmichela 2012-03-15 02:26:07 -04:00
  • 7ea7959e69 [Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178 rmichela 2012-03-14 23:38:59 -04:00
  • a03fe6b74f [Bleeding] Add Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 Celtic Minstrel 2012-03-14 00:02:20 -04:00
  • f5ac6fc319 [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground by default. Celtic Minstrel 2012-03-13 22:28:07 -04:00
  • 1aa8cb41a1 [Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for convenience. Celtic Minstrel 2012-03-12 23:11:49 -04:00
  • adacb4dbab [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes BUKKIT-610 Celtic Minstrel 2012-03-12 16:59:12 -04:00
  • aead3745f2 [Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return something other than null. Addresses BUKKIT-995 Celtic Minstrel 2012-03-12 16:46:47 -04:00
  • 79384e65c2 [Bleeding] Added ProjectileLaunchEvent. Addresses BUKKIT-284 Celtic Minstrel 2012-03-12 12:45:28 -04:00
  • fb6bd6dd1c [Bleeding] Clean up and clarify javadocs on new generator methods. Mike Primm 2012-03-14 21:18:55 -05:00
  • eef1fd0ca4 [Bleeding] Lazily calculate permissions. Addresses BUKKIT-1122 Wesley Wolfe 2012-03-10 15:05:59 -06:00
  • b2d7e49190 [Bleeding] Reworked OBP.Permission. Addresses BUKKIT-1120 and addresses BUKKIT-1121 Wesley Wolfe 2012-03-10 15:03:41 -06:00
  • 1ae1f72235 [Bleeding] More lenient command creation from plugin.yml. Fixes BUKKIT-1093 Wesley Wolfe 2012-03-10 13:11:21 -06:00
  • 627aa62119 Updated tests with isBlocking(). EvilSeph 2012-03-14 01:35:43 -04:00
  • e8f00c8fd8 Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses BUKKIT-1159 and addresses BUKKIT-1160 Celtic Minstrel 2012-03-12 15:33:19 -04:00
  • e783a03aa3 [Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858 Celtic Minstrel 2012-03-12 10:54:30 -04:00
  • 1f91dc694a [Bleeding] Added EntityBreakDoorEvent. Fixes BUKKIT-1134 feildmaster 2012-03-10 18:42:17 -06:00
  • b58bdee7bc Updated version to 1.2.3-R0.3-SNAPSHOT for development towards next release. EvilSeph 2012-03-11 06:20:29 -04:00
  • 1bbb13963c Updated version to 1.2.3-R0.2 in pom.xml for beta. EvilSeph 2012-03-11 03:55:43 -04:00
  • e0c3be1d9c [Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit and Server. Fixes BUKKIT-855 Mike Primm 2012-03-10 01:27:38 -06:00
  • 37b6724aed [Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113 rmichela 2012-03-10 18:07:56 -05:00
  • 55f18605a6 [Bleeding] Correct handling of blank lines in ChatPaginator. zml2008 2012-03-10 13:40:05 -08:00
  • 7372c68a49 [Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028 rmichela 2012-03-10 16:16:33 -05:00
  • 8e24c7653a [Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukkit api. rmichela 2012-03-10 14:43:22 -05:00
  • e06d436701 [Bleeding] Added support for linking custom CommandExecutor types to a HelpTopicFactory. Fixes BUKKIT-1027 rmichela 2012-03-09 01:17:17 -05:00
  • 37f1ab2052 [Bleeding] Add new sub-event for target goals, and DEFEND_VILLAGE TargetReason. Fixes BUKKIT-935 feildmaster 2012-03-08 18:26:46 -06:00
  • 4c2068702a Made Ocelot implement isSitting() and setSitting(). Fixes BUKKIT-993 EvilSeph 2012-03-09 15:01:28 -05:00
  • 6c1f2489ad [Bleeding] Added getting the hostname a player used to log in. Addresses BUKKIT-984 SpaceManiac 2012-03-03 12:39:14 -06:00
  • b0b308e319 [Bleeding] Update generator interface for new generate methods. Addresses BUKKIT-874 Mike Primm 2012-03-08 23:45:28 -06:00
  • 3e3a05000d Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090 EvilSeph 2012-03-08 22:10:17 -05:00
  • 5f7c0aec5f Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089 EvilSeph 2012-03-08 21:45:53 -05:00
  • d9f0bfd6d9 [Bleeding] Correct errors in LongGrass and MonsterEggs materials. Addresses BUKKIT-1083 Mike Primm 2012-03-08 12:38:46 -06:00
  • 99e1a92191 Fix incorrect entity ID for iron golem. Addresses BUKKIT-1088 Celtic Minstrel 2012-03-05 12:28:54 -05:00
  • a052ce2449 Add missing JUNGLE TreeSpecies. Fixes BUKKIT-973 Celtic Minstrel 2012-03-05 12:29:09 -05:00
  • 898b0e119d [Bleeding] Added missing NPE protection to removeMetadata(). Fixes BUKKIT-933 rmichela 2012-03-05 22:33:22 -05:00
  • 6fc7d4ae40 [Bleeding] ChatPaginator now preserves the color of a line after wrapping the line of text. Fixes BUKKIT-1048 rmichela 2012-03-06 01:15:00 -05:00
  • c254d84b06 [Bleeding] Help command should properly wrap command text - at least for english. Fixes BUKKIT-939 rmichela 2012-03-05 23:35:29 -05:00
  • 2a310576d1 [Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075 Mike Primm 2012-03-04 10:40:27 -06:00
  • 52fcb63c8e [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:29:56 -05:00
  • 4cb1bc5c1e [Bleeding] Added local echo toggle to Conversation and ConversationFactory objects. Fixes BUKKIT-1007. rmichela 2012-03-04 13:59:45 -05:00
  • 1ee727f4fc Updated version to 1.2.3-R0.2-SNAPSHOT for development towards next release. EvilSeph 2012-03-04 04:07:13 -05:00
  • 1317a37e18 Updated version to 1.2.3-R0.1 in pom.xml for beta. EvilSeph 2012-03-04 03:02:53 -05:00
  • a2fbb41365 Fixed javadoc typo, it should read: "celticminstrel is a poopy head." Nathan Adams 2012-03-03 02:26:13 +00:00
  • 2c99437c1f Added three new effects for zombies nomming on doors. This adds BUKKIT-961 Nathan Adams 2012-03-03 02:21:57 +00:00
  • 3d928b7d44 [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602 Wesley Wolfe 2012-03-02 12:49:56 -06:00
  • 94a61cc3a5 Added Villager API for getting/setting Profession. This adds BUKKIT-887 Nathan Adams 2012-03-03 01:58:30 +00:00
  • 23aaa912a4 Fixed Ocelot.Type lookup - this fixes BUKKIT-952 Nathan Adams 2012-03-03 00:46:27 +00:00
  • a81a572e93 Changed version from 1.2.2-R0.1 to 1.2.3-R0.1 Nathan Adams 2012-03-02 19:29:17 +00:00
  • 5d0d54f9b5 Added VERSION_1_1 WorldType Nathan Adams 2012-03-02 18:38:12 +00:00
  • 5df84f3f66 Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886 Nathan Adams 2012-03-02 13:21:29 +00:00
  • d7fac74298 Implemented snapshot support for 1.2. Mike Primm 2012-03-01 13:55:29 -06:00
  • 25f303ccde Added a bunch of new 1.2 entities; this partially resolves BUKKIT-872 and BUKKIT-885. Nathan Adams 2012-03-01 17:29:05 +00:00
  • 31876058a4 [Bleeding] Fixed naughty plugins crashing server. Wesley Wolfe 2012-03-01 09:19:23 -06:00
  • 1c775f8a3c Added isEmpty to BlockChangeDelegate - this implements BUKKIT-868. Also changed version to 1.2.2-R0.1-SNAPSHOT for the upcoming beta. Nathan Adams 2012-03-01 15:27:34 +00:00