Commit Graph

  • a192775f0f Add PathfinderGoalTame for diff visibility. h31ix 2013-07-08 20:25:35 -04:00
  • f665884955 Correctly set level name for 'world' option. Fixes BUKKIT-4474 EvilSeph 2013-07-09 21:29:27 -04:00
  • 9109bd7652 Ocelots -> Ocelittle. Addresses BUKKIT-4449 EvilSeph 2013-07-08 21:10:58 -04:00
  • f6a0b1e426 Update CraftBukkit to 1.6.2 mbax 2013-07-08 19:43:37 -04:00
  • 2d9a9d8cea Removed extra eat call. Fixes BUKKIT-4462 EvilSeph 2013-07-04 19:19:04 -04:00
  • fdd53f9ddc Improve maps.yml. Fixes BUKKIT-4419 Wesley Wolfe 2013-07-03 03:48:53 -05:00
  • c00db5f751 Properly clear attributes on remove and death. Fixes BUKKIT-4416 EvilSeph 2013-07-03 00:23:34 -04:00
  • adcb293a03 Fix scaling for player health. Fixes BUKKIT-4431 Wesley Wolfe 2013-07-02 23:08:55 -05:00
  • e1a3fb56b5 Minecraft spec has changed and we're required to follow. We now build with Java 6. EvilSeph 2013-07-02 23:45:59 -04:00
  • 29fa46a4b2 Fix donkey/mule dupe exploit. EvilSeph 2013-07-02 23:23:19 -04:00
  • 7b71fc23be Added EntityHorse for diff visibility. EvilSeph 2013-07-02 23:06:13 -04:00
  • d213f7588f Update client on cancelled entity naming. Fixes BUKKIT-4396 mbax 2013-07-02 21:38:01 -04:00
  • 774cf2a2ca Update client on cancelled leash. Fixes BUKKIT-4395 mbax 2013-07-02 19:34:08 -04:00
  • a15096ae1c Send event-defined MOTD/maxplayers. Fixes BUKKIT-4409 mbax 2013-07-02 14:18:02 -04:00
  • 905f00b070 Fix world preparation status output. Fixes BUKKIT-4407 mbax 2013-07-02 14:35:44 -04:00
  • 65ccff6340 Regrow sheep wool on grass consumption. Resolves BUKKIT-4405 mbax 2013-07-02 14:00:57 -04:00
  • 3a9622cbdc Fix Entity persistence. Fixes BUKKIT-4397 Nate Mortensen 2013-07-02 11:36:31 -06:00
  • 22adf8a3ce Rework max health values. Fixes BUKKIT-4398 Wesley Wolfe 2013-07-02 12:34:40 -05:00
  • e79d26d7d7 Fixed NPE in BrewingStand Wesley Wolfe 2013-07-01 22:29:43 -05:00
  • 6c09066e22 Update CraftBukkit to 1.6.1 Nate Mortensen 2013-07-01 06:03:00 -05:00
  • f887b76a25 Updated version to 1.5.2-R1.1-SNAPSHOT for development towards next release. EvilSeph 2013-06-14 22:25:24 -04:00
  • c945563f9b Updated version to 1.5.2-R1.0 in pom.xml for RB. EvilSeph 2013-06-14 21:54:39 -04:00
  • 5c8498c8b7 Fix cancellation for InventoryDragEvent. Fixes BUKKIT-4332 Nate Mortensen 2013-06-13 16:03:39 -06:00
  • 930a9e805c Correct cancellation of InventoryClickEvent. Fixes BUKKIT-4331 Nate Mortensen 2013-06-13 17:49:21 -06:00
  • 93c0d7e6b5 Fix negative damage from Zombies. Fixes BUKKIT-4193 ST-DDT 2013-05-05 17:54:41 +03:00
  • 045121d095 Implement PlayerBookEditEvent. Adds BUKKIT-1995 Des Herriott 2013-01-18 08:56:12 +00:00
  • c55c0db86d Update blaze breathe sound. Fixes BUKKIT-4286 mbax 2013-05-30 11:21:16 -04:00
  • bf4796d39e Fix creative ArrayIndexOutOfBoundsException. Fixes BUKKIT-4305 Nate Mortensen 2013-06-04 10:44:44 -06:00
  • 991218a339 Improve events for new inventory features. Adds BUKKIT-3859 riking 2013-04-13 18:16:25 -07:00
  • 56dbde3c5b Updated version to 1.5.2-R0.2-SNAPSHOT for development towards next release. EvilSeph 2013-05-03 18:39:32 -04:00
  • 9b9cd2dc0c Updated version to 1.5.2-R0.1 in pom.xml for BETA. EvilSeph 2013-05-03 17:42:59 -04:00
  • 5ed1418bb4 Pass correct block when dispensing empty buckets. Fixes BUKKIT-3668 Travis Watkins 2013-05-03 06:45:11 -05:00
  • d9eb586568 Correct event handling for dispensing filled buckets. Fixes BUKKIT-4046 Travis Watkins 2013-05-03 06:36:12 -05:00
  • 28fb514a4d Send block updates even when applyPhysics is false. Fixes BUKKIT-3971 The CraftBlock class is setting bit 0x4 of the update flag when bit 0x2 should in fact be set here. Bit 0x2 means "do updates"; bit 0x4 means "don't do updates if the world is static, even when bit 0x2 is set". Des Herriott 2013-04-29 08:46:31 +01:00
  • 4e7ad05111 Fix typo/logic error in previous commit Travis Watkins 2013-05-02 13:06:21 -05:00
  • 25ca3f41af Fix animal spawning ignoring limits. Fixes BUKKIT-4180 Travis Watkins 2013-05-02 12:06:55 -05:00
  • 401a6809be Improve InventoryCloseEvent handling. Fixes BUKKIT-3286 Travis Watkins 2013-05-02 06:05:54 -05:00
  • 75641a607e Move world generator warning to CraftBukkit. Fixes BUKKIT-2565 Score_Under 2013-03-21 17:50:58 +00:00
  • f08081c77d Always process movement for vehicles and passengers. Fixes BUKKIT-4142 Travis Watkins 2013-04-30 01:21:04 -05:00
  • 2715e43305 Revert "Add delay to hopper even if it doesn't do anything." Travis Watkins 2013-04-27 10:07:02 -05:00
  • 3bbfb41798 Fix things using wall time running too fast. Fixes BUKKIT-4155 Travis Watkins 2013-04-27 04:50:37 -05:00
  • 799779e4b1 Update CraftBukkit to Minecraft 1.5.2 Travis Watkins 2013-04-27 04:40:05 -05:00
  • 83c3aa188b Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141 Wesley Wolfe 2013-04-24 03:03:38 -05:00
  • 708b0e6ae1 Don't do physics updates in world generation. Fixes BUKKIT-3747 Travis Watkins 2013-04-16 07:09:32 -05:00
  • 40e6308718 Validate chunk data array lengths. Fixes BUKKIT-4093 Mike Primm 2013-04-15 15:51:18 -05:00
  • 928e4d9bbb When moving a misplaced chunk move tile entities too. Fixes BUKKIT-4092 Travis Watkins 2013-04-15 15:10:11 -05:00
  • 0ab14dbaad Make Slimes fire EntityTarget events. Fixes BUKKIT-1408 GJ 2013-03-28 21:43:19 -04:00
  • e62614a71e Updated version to 1.5.1-R0.3-SNAPSHOT for development towards next release. EvilSeph 2013-04-13 02:58:41 -04:00
  • 3dfdd0fe41 Updated version to 1.5.1-R0.2 in pom.xml for BETA. EvilSeph 2013-04-13 02:47:51 -04:00
  • c3cf8a435b Don't apply fall damage when cancelled. Fixes BUKKIT-4065 Travis Watkins 2013-04-13 01:03:08 -05:00
  • 8590492680 Add delay to hopper even if it doesn't do anything. Fixes BUKKIT-4061 Travis Watkins 2013-04-12 14:46:16 -05:00
  • 5cc4fbd712 Perform anvil calculations when using 1.5 drop feature. riking 2013-04-11 21:10:12 -07:00
  • 1c18834b7d Use wall time instead of ticks for several things. Fixes BUKKIT-4059 Travis Watkins 2013-04-11 18:28:15 -05:00
  • 94f43d8c36 Add MobEffect from mc-dev for diff visibility Travis Watkins 2013-04-11 18:47:18 -05:00
  • a2d9f33ca3 Various minor performance improvements Travis Watkins 2013-04-11 18:11:10 -05:00
  • 159d614a3a Correct vehicle movement issues. Fixes BUKKIT-2993, BUKKIT-4056 Travis Watkins 2013-04-11 18:10:24 -05:00
  • ce5b97ea83 Fetch tile entities from chunks instead of world. Fixes BUKKIT-4055 Travis Watkins 2013-04-11 18:08:44 -05:00
  • 70a778f475 Boats can only die once. Travis Watkins 2013-04-11 14:16:16 -05:00
  • 7939572c33 Check connection status before setting scoreboard. Fixes BUKKIT-4064 Wesley Wolfe 2013-04-12 21:31:24 -05:00
  • 3e0d8331be Change perspective of team checking. Fixes BUKKIT-4044 Wesley Wolfe 2013-04-11 23:12:45 -05:00
  • ac593849ae Use correct method for getting player's team. Fixes BUKKIT-4050 Wesley Wolfe 2013-04-11 23:03:37 -05:00
  • 77d1524b3d Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684 feildmaster 2013-04-09 22:25:06 -05:00
  • 535a85a5b0 Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984 Wesley Wolfe 2013-04-04 23:35:16 -05:00
  • 2a5e90fb8b Handle large chests correctly for hopper events. Fixes BUKKIT-3979 Travis Watkins 2013-04-04 12:59:47 -05:00
  • 055c13461d We compile for 1.5 Wesley Wolfe 2013-04-04 01:22:50 -05:00
  • d95a4705cb Implement Scoreboard API. Adds BUKKIT-3776 mbax 2013-03-22 17:21:33 -04:00
  • 5634d9f701 Add a WeakCollection utility class. Wesley Wolfe 2013-04-02 07:52:17 -05:00
  • 3f637d1724 Add ScoreboardServer from mc-dev for diff visibility mbax 2013-03-22 11:08:41 -04:00
  • 0c6b9bba15 Updated version to 1.5.1-R0.2-SNAPSHOT for development towards next release. EvilSeph 2013-04-04 00:18:59 -04:00
  • e5ebb143d2 Updated version to 1.5.1-R0.1 in pom.xml for BETA. EvilSeph 2013-04-03 22:40:36 -04:00
  • 5ede9ce5f7 Add missing calls to BlockRedstoneEvent. Adds BUKKIT-3926 gjmcferrin@gmail.com 2013-03-29 17:04:29 -04:00
  • 1d6ff3461d Add BlockDaylightDetector from mc-dev for diff visibility gjmcferrin@gmail.com 2013-03-29 16:54:10 -04:00
  • 743d0fb603 Properly return contents of Inventory. Fixes BUKKIT-3930 h31ix 2013-03-29 22:43:05 -04:00
  • c33908509a Set world on fixed tile entity to avoid NPE. Addresses BUKKIT-3949 Travis Watkins 2013-04-01 00:06:09 -05:00
  • 311f0c86a4 Fix mismatched tile entities for new blocks. Fixes BUKKIT-3949 Travis Watkins 2013-03-31 19:38:25 -05:00
  • 71a475f076 Don't update physics when block place is cancelled. Fixes BUKKIT-3939 Travis Watkins 2013-03-31 19:18:42 -05:00
  • d3dbb1bb50 Correct slot types for brewing stand. Fixes BUKKIT-3937 Travis Watkins 2013-03-31 18:41:36 -05:00
  • f859d45727 Throw exception for disabled plugin tasks. Fixes BUKKIT-3951 Wesley Wolfe 2013-03-31 15:37:17 -05:00
  • af964c8331 Limit hopper to valid directions. Fixes BUKKIT-3940 Travis Watkins 2013-03-31 13:27:04 -05:00
  • 06ebe6b705 Add BlockHopper from mc-dev for diff visibility. Travis Watkins 2013-03-31 13:20:30 -05:00
  • a1c38cd8f3 Include anvil result in inventory size. Fixes BUKKIT-3741 Travis Watkins 2013-03-30 02:51:26 -05:00
  • af7ea28bc7 Only call event when turning pressure plate on. Fixes BUKKIT-3881 Travis Watkins 2013-03-29 22:47:38 -05:00
  • 82e05d435b Special case large chests for hopper events. Fixes BUKKIT-3916 Travis Watkins 2013-03-29 22:27:07 -05:00
  • ee572114dd Add Beacon block state for hopper events. Fixes BUKKIT-3932 Travis Watkins 2013-03-29 22:26:27 -05:00
  • 377be0a79e Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618 EdGruberman 2013-03-28 09:09:19 -07:00
  • adbee6049e Call appropriate event for zombies igniting players. Adds BUKKIT-3915 gjmcferrin@gmail.com 2013-03-28 21:18:11 -04:00
  • acd637d48b Properly copy collection references in ItemMeta.clone(). Fixes BUKKIT-3913 Wesley Wolfe 2013-03-28 20:01:01 -05:00
  • 1a7e5a75ae Correct missed diff on skeletons. Fixes BUKKIT-3912 Travis Watkins 2013-03-28 19:42:27 -05:00
  • 08f3df82eb Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872 Andre LeBlanc 2013-03-23 12:16:00 -04:00
  • 45d3e2514d Add missing semicolon riking 2013-03-25 17:11:16 -07:00
  • 3c02fb02a1 Allow plugins to enchant already enchanted items. Fixes BUKKIT-1956 Kristofer Henriksson 2013-03-24 13:27:11 -04:00
  • 02a5d09ddf Call EntityChangeBlockEvent when boats destroy blocks. Fixes BUKKIT-3871 Black-Hole 2013-03-23 16:10:14 +01:00
  • 18d7bc7ca3 Allow fishing success rate to be adjustable. Adds BUKKIT-3837 Andre LeBlanc 2013-03-20 11:48:35 -04:00
  • 96ba65d506 Add methods to check conflicting enchantments. Adds BUKKIT-3830 GJ 2013-03-20 01:35:22 -04:00
  • 5f089137ee Cleanup comments, formatting, etc Travis Watkins 2013-03-24 23:22:32 -05:00
  • 7c40a073d8 Add ability to change player item in hand. Adds BUKKIT-3318 Patrick Seidel 2012-12-27 16:30:08 -05:00
  • b532042973 Don't assume all hoppers are blocks. Fixes BUKKIT-3883 Travis Watkins 2013-03-24 12:38:57 -05:00
  • 8d3ba07f93 Add check for Thorns damage - Fixes BUKKIT-3505 riking 2013-03-23 19:41:33 -07:00
  • 62c6d223e4 Include ThrownPotion in spawn methods. Adds BUKKIT-2542 Carlos Cobo 2013-03-23 15:28:23 +01:00
  • e1b50b0110 Identify outside slot independent of inventory type. Fixes BUKKIT-2768 EdGruberman 2013-02-21 14:22:09 -07:00