Commit Graph

  • 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
  • e61a6bab05 Implement InventoryMoveItemEvent. Adds BUKKIT-3765 Dennis Bliefernicht 2013-03-22 08:41:37 +01:00
  • b10474253c Fire VehicleEnterEvent for loaded chunks only. Fixes BUKKIT-3831 me4502 2013-03-22 19:13:32 +10:00
  • 3ad423af07 ANSI color codes now reset text attributes. Fixes BUKKIT-3508 James Clarke 2013-01-26 10:39:45 +00:00
  • 444ced306a Cleanup and rework physical interaction events. Fixes BUKKIT-3686 Travis Watkins 2013-03-22 14:34:18 -05:00
  • ae19f2c46f Implement Dropper interface. Adds BUKKIT-3750 Xephi 2013-03-21 13:43:10 +01:00
  • 978de7e9da Add BlockDropper for diff visibility Xephi 2013-03-21 13:40:48 +01:00
  • 6f9e4f8541 Stationary lava is also a LAVA ignition cause. Travis Watkins 2013-03-21 16:59:45 -05:00
  • abee107830 Add ability to modify ThrownPotion properties. Adds BUKKIT-3197 Olof Larsson 2012-12-17 09:45:30 +01:00
  • 2c5b2a8f6f Add method to get the source of a TNTPrimed. Adds BUKKIT-3815 AlphaBlend 2013-03-21 12:47:46 -06:00
  • 816a7f1559 Ignore all .DS_Store files, not just the one in the project root. James Clarke 2013-01-26 11:06:26 +00:00
  • 83e0e0770a Add Fish (Hook) entity to PlayerFishEvent. Adds BUKKIT-1025 Andre LeBlanc 2013-03-13 01:34:01 -04:00
  • ddec7117ee Implement unit test for hasGravity(). Adds BUKKIT-3832 nitnelave 2013-02-15 02:38:34 +01:00
  • 696543cf3f Update CraftBukkit to Minecraft 1.5.1 Travis Watkins 2013-03-20 15:09:23 -05:00
  • 6aaa1e83df Really don't filter out -1 data in ItemStack. Travis Watkins 2013-03-20 11:11:29 -05:00
  • b325ffc8f6 Handle filled buckets dispensing up and down. Fixes BUKKIT-3814 Travis Watkins 2013-03-20 10:24:22 -05:00
  • 2fc755cc65 Don't filter out -1 data in ItemStack. Fixes BUKKIT-3824 Travis Watkins 2013-03-20 09:41:16 -05:00
  • 26d1f9189a Readd missed diff for minecart container size. Fixes BUKKIT-3826 Travis Watkins 2013-03-20 09:37:35 -05:00
  • dc19d3788f BlockState for Command Blocks. Adds BUKKIT-3805. Nate Mortensen 2013-03-18 00:32:11 -06:00
  • e639690e45 Validate Server method input. Addresses BUKKIT-3687 Edmond Poon 2013-03-18 23:32:10 -06:00
  • abee2151ea Remove point about squashing commits. Warren 2013-03-18 23:49:15 -03:00
  • 370b912dd6 Add link to CONTRIBUTING.md in README Kane York 2013-03-18 19:26:15 -07:00
  • aabfe5a560 Pull Contributing Guidelines and Requirements into CONTRIBUTING.md EvilSeph 2013-03-18 22:09:02 -04:00
  • 51d4e647fb Only filter data on block items, not all items. Travis Watkins 2013-03-18 18:22:13 -05:00
  • d26336eb40 Add /testfor command support to command block. Adds BUKKIT-3813 Travis Watkins 2013-03-18 17:12:21 -05:00
  • 596047aa6b Only set player weather if a plugin requested it. Travis Watkins 2013-03-18 13:58:16 -05:00