| Commit message (Expand) | Author | Age | Lines |
* | Readd missed diff for minecart container size. Fixes BUKKIT-3826 | Travis Watkins | 2013-03-20 | -1/+1 |
* | BlockState for Command Blocks. Adds BUKKIT-3805. | Nate Mortensen | 2013-03-19 | -1/+51 |
* | Validate Server method input. Addresses BUKKIT-3687 | Edmond Poon | 2013-03-18 | -6/+23 |
* | Only filter data on block items, not all items. | Travis Watkins | 2013-03-18 | -1/+1 |
* | Add /testfor command support to command block. Adds BUKKIT-3813 | Travis Watkins | 2013-03-18 | -2/+23 |
* | Only set player weather if a plugin requested it. | Travis Watkins | 2013-03-18 | -1/+4 |
* | Implement per-player Weather API. Adds BUKKIT-812 | T00thpick1 | 2013-03-18 | -2/+38 |
* | Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, BUKK... | Yariv Livay | 2013-03-18 | -77/+104 |
* | Implement InventoryPickupItemEvent. Adds BUKKIT-3798 | Travis Watkins | 2013-03-18 | -0/+9 |
* | Make CraftMinecartHopper work as InventoryHolder. Adds BUKKIT-3796 | Michael Limiero | 2013-03-18 | -7/+19 |
* | Implement Entity.isOnGround(). Adds BUKKIT-3787 | Chad Waters | 2013-03-17 | -0/+4 |
* | Use name given to command block instead of "@". Fixes BUKKIT-3803 | Travis Watkins | 2013-03-17 | -1/+1 |
* | Implement Hopper block state and inventory methods. Adds BUKKIT-3749 | Michael Limiero | 2013-03-17 | -1/+47 |
* | Add missing getOwner method for container minecarts. | Travis Watkins | 2013-03-16 | -0/+7 |
* | Allow special crafting data value on items. Fixes BUKKIT-3780 | Travis Watkins | 2013-03-16 | -0/+6 |
* | Handle double trapped chest inventory. Fixes BUKKIT-3772 | Travis Watkins | 2013-03-16 | -4/+13 |
* | Fire BlockDispenseEvent for new dispenser behaviors. Fixes BUKKIT-3774 | Travis Watkins | 2013-03-16 | -5/+131 |
* | Add new DispenseBehavior files from mc-dev for diff visibility. | Travis Watkins | 2013-03-16 | -0/+127 |
* | Allow data on tool items. Fixes BUKKIT-3773 | Travis Watkins | 2013-03-16 | -1/+1 |
* | Comment out vanilla debug message. | Travis Watkins | 2013-03-16 | -0/+2 |
* | Filter negative values for all items. | Travis Watkins | 2013-03-16 | -4/+2 |
* | Filter data for items that shouldn't have it and filter wool. | Travis Watkins | 2013-03-16 | -1/+14 |
* | Ignore invalid inventory slots. Fixes BUKKIT-3737 | Travis Watkins | 2013-03-16 | -1/+7 |
* | Use Chest block state for trapped chests. Fixes BUKKIT-3762 | Travis Watkins | 2013-03-16 | -0/+1 |
* | Don't set health directly, will interfere with scoreboard system. | Travis Watkins | 2013-03-16 | -2/+2 |
* | Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753 | Travis Watkins | 2013-03-16 | -0/+5 |
* | Always consume bonemeal when used on a sapling. Fixes BUKKIT-3755 | Travis Watkins | 2013-03-16 | -5/+8 |
* | Remove duplicate place logic for snow. Fixes BUKKIT-3756 | Travis Watkins | 2013-03-16 | -3/+8 |
* | Handle the newly refactored minecarts. | Wesley Wolfe | 2013-03-16 | -60/+99 |
* | Use proper naming convention for boolean methods. | Travis Watkins | 2013-03-15 | -1/+1 |
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -6729/+8469 |
* | Fix compilation error with exception names | Wesley Wolfe | 2013-03-02 | -4/+4 |
* | Use the correct CB object for ContainerBrewingStand. Fixes BUKKIT-3357 | Nate Mortensen | 2013-03-02 | -2/+2 |
* | Add proper logging for custom channel exceptions. | Eimref | 2013-03-02 | -7/+20 |
* | Implement PlayerItemConsumeEvent. Adds BUKKIT-2349 | Travis Watkins | 2013-03-02 | -0/+28 |
* | Close inventory on teleport. FIXES BUKKIT-3021. | Andrzej Pomirski | 2013-02-10 | -4/+5 |
* | Check TravelAgent.findOrCreate(Location) for null; Fixes BUKKIT-3590 | EdGruberman | 2013-02-10 | -0/+3 |
* | Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578 | James Clarke | 2013-02-06 | -1/+1 |
* | Use entity UUID instead of EntityID for metadata. Fixes BUKKIT-3582 | feildmaster | 2013-02-06 | -2/+3 |
* | Always return a TravelAgent; Fixes BUKKIT-3541 | EdGruberman | 2013-02-04 | -2/+7 |
* | Fix players spawning above portals. Fixes BUKKIT-3542. | James Clarke | 2013-02-04 | -5/+5 |
* | Always use the set exit location for portal events. Fixes BUKKIT-3555. | James Clarke | 2013-02-04 | -2/+2 |
* | Use the result of EntityPortalExitEvent. Fixes BUKKIT-3559. | James Clarke | 2013-02-04 | -4/+12 |
* | Fix NPE when getting bed spawn location. | feildmaster | 2013-01-29 | -1/+1 |
* | Fix contract with Player.getBedSpawnLocation. Fixes BUKKIT-3525 | feildmaster | 2013-01-29 | -2/+7 |
* | When leaving the end, always target the main world. Fixes BUKKIT-3517 | feildmaster | 2013-01-29 | -1/+3 |
* | Make command blocks only select players on its world. Fixes BUKKIT-3515 | feildmaster | 2013-01-28 | -0/+3 |
* | Target default world when returning from The End; Fixes BUKKIT-3494 | EdGruberman | 2013-01-28 | -7/+15 |
* | Remove erroneous break statement in scheduler. Fixes BUKKIT-3395 | Wesley Wolfe | 2013-01-27 | -1/+0 |
* | Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460 | feildmaster | 2013-01-27 | -1/+21 |