| Commit message (Expand) | Author | Age | Lines |
* | Update CraftBukkit to 1.6.4 | feildmaster | 2013-09-19 | -677/+713 |
* | Updated version to 1.6.2-R1.1-SNAPSHOT for development towards next release. | EvilSeph | 2013-09-11 | -1/+1 |
* | Updated version to 1.6.2-R1.0 in pom.xml for RB. | EvilSeph | 2013-09-10 | -1/+1 |
* | Update for 1.6.2_01 renames. | EvilSeph | 2013-09-10 | -1/+1 |
* | Fix villager death sound | feildmaster | 2013-09-10 | -1/+1 |
* | Add missing villager sounds. Addresses BUKKIT-4756 | feildmaster | 2013-09-10 | -0/+6 |
* | Use correct spawn reason for Zombie reinforcements. Fixes BUKKIT-4744 | EvilSeph | 2013-09-10 | -1/+1 |
* | Remove unnecessary error logging. Fixes BUKKIT-4406 | EvilSeph | 2013-09-10 | -1/+1 |
* | Provide a tab completion handler for JLine. Adds BUKKIT-4168 | Phillip Schichtel | 2013-09-10 | -0/+48 |
* | Add support for custom Hopper inventories. Fixes BUKKIT-4722 | FrozenBrain | 2013-09-10 | -0/+30 |
* | Update and add new sound mappings. Fixes BUKKIT-4756 | feildmaster | 2013-09-10 | -160/+204 |
* | Correct location of fire from lightning strikes. Fixes BUKKIT-4707 | Brokkonaut | 2013-09-10 | -1/+1 |
* | Properly set persistence flag for bred animals. Fixes BUKKIT-4751 | feildmaster | 2013-09-10 | -0/+5 |
* | Check that a vehicle is a Vehicle before casting. Fixes BUKKIT-4749 | Nate Mortensen | 2013-09-09 | -1/+1 |
* | Fix improperly initialized usernames | Wesley Wolfe | 2013-09-02 | -0/+3 |
* | Set current recipe to null when a recipe isn't found. Fixes BUKKIT-2311 | T00thpick1 | 2013-08-28 | -0/+1 |
* | Add source encoding to the maven compiler plugin. | Wesley Wolfe | 2013-08-28 | -0/+1 |
* | Return correct hasLineOfSight value for players. Fixes BUKKIT-4634 | Roger Baumgartner | 2013-08-26 | -1/+1 |
* | Fire FoodLevelChangeEvent when eating cake. Fixes BUKKIT-2242 | T00thpick1 | 2013-08-15 | -1/+11 |
* | Add BlockCake for diff visibility. | T00thpick1 | 2013-08-15 | -0/+88 |
* | Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695 | Wesley Wolfe | 2013-08-14 | -4/+6 |
* | Return instance of CraftInventoryBeacon for Beacons. Fixes BUKKIT-4521 | T00thpick1 | 2013-08-07 | -2/+2 |
* | Fix missed diff for chat packets. Fixes BUKKIT-4666 | Wesley Wolfe | 2013-08-07 | -33/+1 |
* | Wrap plugin.getDefaultWorldGenerator in try-catch. Fixes BUKKIT-4116 | riking | 2013-08-07 | -3/+7 |
* | Fix javac workaround in ItemStackTest | Wesley Wolfe | 2013-08-06 | -13/+10 |
* | Add BukkitObjectIOStream tests on top of ItemMeta tests | Wesley Wolfe | 2013-08-06 | -9/+76 |
* | Validate title for custom inventories. Fixes BUKKIT-4616, BUKKIT-4663 | Wesley Wolfe | 2013-08-06 | -0/+3 |
* | Use correct spawn reason for Villagers Breeding. Fixes BUKKIT-4113 | T00thpick1 | 2013-08-06 | -1/+1 |
* | Add PathfinderGoalMakeLove for diff visibility | T00thpick1 | 2013-08-06 | -0/+90 |
* | Call unleash event for non-sitting animals. Fixes BUKKIT-4658 | T00thpick1 | 2013-08-06 | -1/+3 |
* | Updated version to 1.6.2-R0.2-SNAPSHOT for development towards next release. | EvilSeph | 2013-08-04 | -1/+1 |
* | Updated version to 1.6.2-R0.1 in pom.xml for Beta. | EvilSeph | 2013-08-03 | -1/+1 |
* | Fix off by 1 error for spawn protection. Fixes BUKKIT-4154 | Jonatan Noponen | 2013-08-03 | -1/+1 |
* | Fix mistranslation in isPlayerCreated() for IronGolems. Fixes BUKKIT-4543 | Kai Dederichs | 2013-08-03 | -1/+1 |
* | Update players when coming into view of vehicle. Fixes BUKKIT-4628 | Wesley Wolfe | 2013-08-03 | -0/+6 |
* | Implement Leash API. Adds BUKKIT-4459, BUKKIT-4583 | T00thpick1 | 2013-08-03 | -14/+156 |
* | Add EntityLeash and ItemLeash for diff visibility | T00thpick1 | 2013-08-03 | -0/+171 |
* | Ignore null sound by contract. Fixes BUKKIT-4641 | Wesley Wolfe | 2013-08-02 | -0/+3 |
* | Indicate help is a command. Fixes BUKKIT-4642 | Wesley Wolfe | 2013-08-02 | -1/+5 |
* | Revert to 1.5 despawning behaviour for Ocelots and Wolves. Fixes BUKKIT-4449 | EvilSeph | 2013-08-02 | -8/+5 |
* | Add timeout for Panic goal. Fixes BUKKIT-4531 | EvilSeph | 2013-08-02 | -0/+6 |
* | Add PathfinderGoalPanic for diff visibility. | EvilSeph | 2013-08-02 | -0/+41 |
* | Add raw sound string playSound method. Adds BUKKIT-2443 | h31ix | 2013-08-02 | -1/+5 |
* | Restore diff missed in 4176258a836062b22ac46919aefa5cc36fae78f2 | Wesley Wolfe | 2013-08-01 | -0/+4 |
* | Revert "Correct vehicle movement issues." Fixes BUKKIT-4565 | Wesley Wolfe | 2013-07-29 | -11/+3 |
* | Fix NBT token for attribute names. Addresses BUKKIT-4483 | Wesley Wolfe | 2013-07-28 | -1/+7 |
* | Store item attributes. Addresses BUKKIT-4523 | Wesley Wolfe | 2013-07-27 | -1/+134 |
* | Restore CraftBukkit diff in ItemDye. Fixes BUKKIT-4493 | T00thpick1 | 2013-07-25 | -1/+1 |
* | Store owning Horse in horse inventory. Fixes BUKKIT-4586 | Wesley Wolfe | 2013-07-25 | -3/+8 |
* | Fix CraftBukkit diffs | Wesley Wolfe | 2013-07-23 | -3/+3 |