Commit Graph

  • d51463d162 Fix PotionEffect removal. Nate Mortensen 2014-03-23 20:50:43 -06:00
  • 58267995eb Fix missed diff making horses lose their saddle Travis Watkins 2014-03-22 22:52:03 -05:00
  • 019a33f50d Fix teleport failing right after join. Fixes BUKKIT-5479 Travis Watkins 2014-03-22 19:25:55 -05:00
  • 4873b12890 Increment loop index whether or not command succeeded. Fixes BUKKIT-5455 WolfieMario 2014-03-22 13:48:04 -06:00
  • 385ace970e Update CraftBukkit to Minecraft 1.7.5 Nate Mortensen 2014-03-20 22:26:30 -06:00
  • afb3511a4a Remove chunks from queue if we don't need them anymore. Travis Watkins 2014-02-11 20:48:50 -06:00
  • f6f0cf338a Updated version to 1.7.2-R0.4-SNAPSHOT for development towards next release. EvilSeph 2014-02-12 01:59:10 -05:00
  • 081fe9c41b Updated version to 1.7.2-R0.3 in pom.xml for Beta. EvilSeph 2014-02-12 01:33:33 -05:00
  • d9e04a5b24 Check if entity is in list before decrementing. Fixes BUKKIT-5404 EvilSeph 2014-02-11 14:55:21 -05:00
  • 00b3721f07 Update/improve configuration documentation. EvilSeph 2014-02-11 00:39:23 -05:00
  • 9131f5b550 Ignore player selectors if not a Command Block. EvilSeph 2014-02-11 00:36:16 -05:00
  • 776e256ff1 Add PlayerSelector.java for diff visibility. EvilSeph 2014-02-11 00:29:02 -05:00
  • 8234570795 Rename Minecraft command permission nodes to meet fallback spec. EvilSeph 2014-02-11 00:25:03 -05:00
  • 533c48996b Hide message from connection throttle on startup. Fixes BUKKIT-5403 Travis Watkins 2014-02-10 16:23:42 -06:00
  • 393ece9ec5 Readd diff missed in the 1.7 update. Travis Watkins 2014-02-10 15:38:52 -06:00
  • 826643c606 Handle removing entity while ticking. Fixes BUKKIT-1331 Travis Watkins 2014-02-10 14:59:44 -06:00
  • 1113d54dae Add method to forget callbacks in AsynchronousExecutor Wesley Wolfe 2014-02-10 09:33:20 -06:00
  • ce4b13c1a5 Readd BlockPlaceEvent for half slab to full block. Fixes BUKKIT-5390 Aikar 2014-02-07 23:21:16 -05:00
  • 219f4e2c25 Match old alias behavior when migrating. Travis Watkins 2014-02-08 15:02:44 -06:00
  • 553acdf0cd [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385 t00thpick1 2014-02-07 18:40:59 -05:00
  • b18bedd848 Implement banning API. Adds BUKKIT-3535 mbax 2014-02-04 20:52:50 -07:00
  • 66471a5326 [Bleeding] Correctly enchant books. Fixes BUKKIT-5302 t00thpick1 2014-01-21 19:07:25 -05:00
  • 068d8a807b Update clients when ItemFrame direction is set. Fixes BUKKIT-3371 EdGruberman 2013-08-30 00:24:26 -07:00
  • 3e896afe6b Implement SpawnReason.NETHER_PORTAL and DISPENSE_EGG. Fixes BUKKIT-3148 Kodekpl 2014-01-31 12:07:39 +01:00
  • c59ba98ae6 [Bleeding] Handle players disconnecting during respawn. Fixes BUKKIT-4327 turt2live 2014-02-01 20:46:23 -07:00
  • d7d81fa68f Load all already generated chunks via async chunk system Travis Watkins 2014-02-01 17:42:43 -06:00
  • 4a6a81e724 Allow AsynchronousExecutor.getSkipQueue() to pull tasks from the queue Wesley Wolfe 2014-02-01 17:57:52 -06:00
  • 842962530a Don't call duplicate interact air events. Fixes BUKKIT-5359 Travis Watkins 2014-01-31 14:42:45 -06:00
  • 9907271071 [Bleeding] Store correct block type when hitting blocks. Fixes BUKKIT-5209 t00thpick1 2014-01-30 22:37:06 -05:00
  • e0da846352 [Bleeding] Fix support for several entities in World.spawn(). Fixes BUKKIT-3284 t00thpick1 2014-01-21 22:50:15 -05:00
  • 2fc5d59303 [Bleeding] Use correct yaw and pitch when spawning arrows. Fixes BUKKIT-3320 t00thpick1 2014-01-21 22:50:15 -05:00
  • b4c4c8ed78 [Bleeding] Directly set direction in EntityFireball. Fixes BUKKIT-1154 t00thpick1 2014-01-21 22:50:15 -05:00
  • 1fa4b69bd8 [Bleeding] Implement setCharged and getCharged for WitherSkull. Addresses BUKKIT-3060 t00thpick1 2014-01-21 22:50:15 -05:00
  • 8a5ad89a68 [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156 t00thpick1 2014-01-20 00:03:21 -05:00
  • ac53442e7e Add setCritical and isCritical methods to CraftArrow.java. Adds BUKKIT-5113 MorphanOne 2013-12-16 22:30:13 -05:00
  • fb8c5547b3 Add methods to get and set arrow knockback. Adds BUKKIT-5103 Likaos 2013-12-16 22:30:13 -05:00
  • 7f22899456 [Bleeding] Re-add EntityShootBowEvent lost in e93a3eb3b4c5234e3e3936bc697d566a42d3b30e. Fixes BUKKIT-4214 GJ 2013-12-16 22:30:13 -05:00
  • e962b1bc09 [Bleeding] Add support for ThrownExpBottle and Fish to launchProjectile(...). Fixes BUKKIT-1536 GJ 2013-12-16 22:40:00 -05:00
  • 855b5f8ae3 [Bleeding] Instantiate logger earlier in CraftServer. Fixes BUKKIT-4253. GJ 2014-01-21 10:47:18 -08:00
  • 19521b7f1c [Bleeding] Fire interact events for Weighted Pressure Plates. Fixes BUKKIT-5053 GJ 2013-12-16 23:16:16 -05:00
  • 6a00959980 Add BlockPressurePlateWeighted.java for diff visibility GJ 2013-12-10 08:50:35 -05:00
  • e4ba663d2a Relocate NaN check on PacketPlayInFlying. Nate Mortensen 2014-01-16 18:23:08 -07:00
  • 6e6ad530e7 Readd connection throttle Travis Watkins 2014-01-28 14:52:16 -06:00
  • 516a02b8bb Fix stacking for items after setting empty meta. Fixes BUKKIT-5331 Wesley Wolfe 2014-01-23 23:02:40 -06:00
  • a46eac8bce Implement API for ServerListPingEvent. Adds BUKKIT-5121, BUKKIT-2465 Wesley Wolfe 2014-01-19 01:57:01 -06:00
  • 030cf5a6d1 [Bleeding] Properly handle EntityBreakDoor event canceling. Fixes BUKKIT-5318 t00thpick1 2014-01-07 00:21:31 -05:00
  • 771c41c691 [Bleeding] Account for null in EntityDamageEvent handling. Fixes BUKKIT-5317 t00thpick1 2014-01-07 00:25:11 -05:00
  • fef9f9692f [Bleeding] Check that vanilla recipes actually exist. Fixes BUKKIT-5277 t00thpick1 2014-01-05 00:41:06 -05:00
  • b8143c63c2 [Bleeding] Implement methods for /achievement command. Addresses BUKKIT-4932 t00thpick1 2014-01-16 01:48:38 -05:00
  • 622a2976d9 [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305 t00thpick1 2014-01-14 23:42:40 -05:00
  • dd12820c58 Add StatisticManager.java for diff visibility. t00thpick1 2014-01-11 15:48:46 -05:00
  • 05ed0a3139 Implement UnsafeValues for give command. Addresses BUKKIT-5286 Wesley Wolfe 2014-01-14 22:38:03 -06:00
  • 81919478fc [Bleeding] Implement setIdleTimeout and getIdleTimeout. Addresses BUKKIT-4932. t00thpick1 2014-01-07 01:33:16 -05:00
  • fd65b29a0c Consider repair cost when checking ItemMeta emptiness. Fixes BUKKIT-5304 Wesley Wolfe 2014-01-14 18:10:34 -06:00
  • 1f9f6a51c2 Add failing unit test for ItemMeta-repairability Wesley Wolfe 2014-01-14 17:56:49 -06:00
  • 32d9db82e5 Only delay removing containers. Fixes BUKKIT-5238 Travis Watkins 2013-12-24 21:51:15 -06:00
  • c57e45dcdc Process block cleanup first. Fixes BUKKIT-4103 Travis Watkins 2013-12-20 16:40:28 -06:00
  • 4a5de4249c Updated version to 1.7.2-R0.3-SNAPSHOT for development towards next release. EvilSeph 2013-12-21 03:08:41 -05:00
  • 025548445d Updated version to 1.7.2-R0.2 in pom.xml for Beta. EvilSeph 2013-12-21 02:51:50 -05:00
  • 1ecc59d4d9 [Bleeding] Handle custom furnace recipes separately. Fixes BUKKIT-1657, BUKKIT-3846 t00thpick1 2013-12-20 18:44:13 -05:00
  • 3c209a9884 [Bleeding] Fix crash involving horse passengers. Fixes BUKKIT-5212 t00thpick1 2013-12-20 17:14:36 -05:00
  • 9bc3b7df24 [Bleeding] Call event when reflecting fireballs. Adds BUKKIT-5214 t00thpick1 2013-12-20 17:36:09 -05:00
  • 624603cd41 [Bleeding] Send short version string on ping. Addresses BUKKIT-5206 t00thpick1 2013-12-19 15:25:22 -05:00
  • dfcff7eabf Account for different reach limit in Survival/Creative. Fixes BUKKIT-4257 EvilSeph 2013-12-20 22:46:55 -05:00
  • 6d9a6fbb4b Fix attributes not clearing on death. Fixes BUKKIT-5213 EvilSeph 2013-12-20 15:33:06 -05:00
  • 330dbbf78c Updated version to 1.7.2-R0.2-SNAPSHOT for development towards next release. EvilSeph 2013-12-18 01:01:25 -05:00
  • bda2179ae9 Updated version to 1.7.2-R0.1 in pom.xml for Beta. EvilSeph 2013-12-18 00:23:43 -05:00
  • 3cd64185a9 [Bleeding] Correctly generate torches on portal. Fixes BUKKIT-746 t00thpick1 2013-12-17 20:27:49 -05:00
  • 8da5126282 Add new setResourcePack method. Fixes BUKKIT-5015 Nate Mortensen 2013-12-17 19:23:26 -07:00
  • 091fb2ea9e Process URLs as clickable. Adds BUKKIT-4917 mbax 2013-12-09 22:47:00 -05:00
  • 0f48e9b06d Check pending blocks before falling back to world. Fixes BUKKIT-5122 Travis Watkins 2013-12-17 17:26:02 -06:00
  • 4f63a5f255 Fix mistranslation issue for PlayerToggleFlightEvent. Fixes BUKKIT-5172 EvilSeph 2013-12-17 18:02:16 -05:00
  • fbdc3a7a74 Remove references to chunklist. Fixes BUKKIT-5190 frymaster 2013-12-17 15:54:48 +00:00
  • 0e809d8318 [Bleeding] Fix incorrect Cocoa Bean orientation. Addresses BUKKIT-5182 t00thpick1 2013-12-16 21:02:39 -05:00
  • 9a6d035998 Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042 BlackHole 2013-12-14 22:54:24 -07:00
  • 2191599f4b Fix generation of jungle trees. Fixes BUKKIT-5043 BlackHole 2013-12-14 17:54:55 -07:00
  • cee6a7bab5 [Bleeding] Correct naming of sounds for 1.7. Fixes BUKKIT-5065 GJ 2013-12-06 10:36:20 -05:00
  • 24ff27b408 Don't try to teleport to a null world. Fixes BUKKIT-5145 Travis Watkins 2013-12-14 17:23:34 -06:00
  • a565486ee1 [Bleeding] Return correct drops for Cocoa blocks. Fixes BUKKIT-5159 t00thpick1 2013-12-12 12:40:42 -05:00
  • 1ff8132bdd [Bleeding] Fix witches dropping empty ItemStacks on death. Fixes BUKKIT-3554 GJ 2013-12-11 13:14:40 -05:00
  • a0e50c36b9 [Bleeding] Fix Blazes not firing death events. Fixes BUKKIT-4898 GJ 2013-12-13 12:11:30 -05:00
  • ae9cd0729e [Bleeding] Call EntityTargetEvent for EnderDragons. Fixes BUKKIT-5160 t00thpick1 2013-12-11 13:13:06 -05:00
  • 1154484815 Do not fire EntityDamageEvent for explosions twice. Fixes BUKKIT-5156 t00thpick1 2013-12-09 23:03:13 -05:00
  • c2a0396af2 Throw event when EnderCrystals harm EnderDragon. Fixes BUKKIT-4052 t00thpick1 2013-12-09 23:03:57 -05:00
  • e6bccf6bfd Re-add WorldLoadEvent lost in 314051580a0a8e4745d3a539f232b552916eb302 Fixes BUKKIT-5125 t00thpick1 2013-12-10 12:13:08 -05:00
  • 1460f250cf Alter fall particles to respect visibility API. Fixes BUKKIT-5158 t00thpick1 2013-12-13 19:32:17 -05:00
  • bdbd1808f7 Show fall particles while in creative mode. Fixes BUKKIT-5009 t00thpick1 2013-12-13 19:31:59 -05:00
  • fbe062caf5 Only filter data from block items, not all of them. Fixes BUKKIT-5047 Travis Watkins 2013-12-13 18:52:33 -06:00
  • f5fad449bd Call interact event if block cannot be punched. Fixes BUKKIT-5126 Travis Watkins 2013-12-12 01:56:49 -06:00
  • ca4c118994 Rework furnace result log. Fixes BUKKIT-5115 Wesley Wolfe 2013-12-10 01:50:59 -06:00
  • f5f71a5502 Print message on startup before loading log4j Travis Watkins 2013-12-09 14:12:34 -06:00
  • 772867eb51 Call event when pistons push an item frame/painting. Fixes BUKKIT-5110 Travis Watkins 2013-12-09 13:43:02 -06:00
  • 305e5f4f08 Handle null damage events for item frames. Fixes BUKKIT-5114 Travis Watkins 2013-12-09 13:40:52 -06:00
  • 80935e5c2b Don't consume bonemeal if there is no crop present. Fixes BUKKIT-3790 Alex Ciuba 2013-06-10 16:04:38 -04:00
  • 0aa187f151 [Bleeding] Ignore Block Physics in Chunk population. Fixes BUKKIT-4923 t00thpick1 2013-12-08 21:50:18 -05:00
  • c7b4514ad3 Call BlockPlaceEvent for cocoa beans planted on log. Adds BUKKIT-5039 BlackHole 2013-12-06 19:06:17 +01:00
  • 36ef37b982 Call EntityDamageEvent on ItemFrame item removal. Fixes BUKKIT-5020 Starbuck Johnson 2013-12-05 10:33:22 -06:00
  • 3cf569a33f Added EntityItemFrame.java for diff visibility Starbuck Johnson 2013-12-05 10:26:54 -06:00
  • 431e5ea442 Set proper position of snow block. Fixes BUKKIT-5004 Kodekpl 2013-12-04 21:10:54 +01:00
  • ff0da6bad5 Fix BlockPhysicsEvent having incorrect changed type. Fixes BUKKIT-5063 AlphaBlend 2013-12-05 07:47:28 -08:00