summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
...
* Use ambient setting of potion effects. Fixes BUKKIT-4357 and BUKKIT-3653Jim Bilbrey2013-07-13-2/+2
* Correctly fire VehicleExitEvent. Fixes BUKKIT-3761Nate Mortensen2013-07-13-6/+52
* Return inGround when checking Arrow's OnGround state. Fixes BUKKIT-4439EvilSeph2013-07-10-0/+9
* Clear attributes on death; mistranslation issue.EvilSeph2013-07-10-1/+1
* Implement Horse API. Adds BUKKIT-4424h31ix2013-07-10-48/+210
* Add PathfinderGoalTame for diff visibility.h31ix2013-07-10-0/+63
* Correctly set level name for 'world' option. Fixes BUKKIT-4474EvilSeph2013-07-09-1/+1
* Ocelots -> Ocelittle. Addresses BUKKIT-4449EvilSeph2013-07-09-3/+6
* Update CraftBukkit to 1.6.2mbax2013-07-08-1102/+1152
* Removed extra eat call. Fixes BUKKIT-4462EvilSeph2013-07-04-1/+0
* Properly clear attributes on remove and death. Fixes BUKKIT-4416EvilSeph2013-07-03-7/+2
* Fix scaling for player health. Fixes BUKKIT-4431Wesley Wolfe2013-07-02-2/+15
* Fix donkey/mule dupe exploit.EvilSeph2013-07-02-1/+3
* Added EntityHorse for diff visibility.EvilSeph2013-07-02-0/+1186
* Update client on cancelled entity naming. Fixes BUKKIT-4396mbax2013-07-02-0/+4
* Update client on cancelled leash. Fixes BUKKIT-4395mbax2013-07-02-0/+4
* Send event-defined MOTD/maxplayers. Fixes BUKKIT-4409mbax2013-07-02-8/+11
* Fix world preparation status output. Fixes BUKKIT-4407mbax2013-07-02-3/+2
* Regrow sheep wool on grass consumption. Resolves BUKKIT-4405mbax2013-07-02-2/+2
* Fix Entity persistence. Fixes BUKKIT-4397Nate Mortensen2013-07-02-1/+1
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-60/+21
* Fixed NPE in BrewingStandWesley Wolfe2013-07-01-2/+1
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-5152/+6103
* Fix cancellation for InventoryDragEvent. Fixes BUKKIT-4332Nate Mortensen2013-06-13-0/+2
* Correct cancellation of InventoryClickEvent. Fixes BUKKIT-4331Nate Mortensen2013-06-13-2/+2
* Fix negative damage from Zombies. Fixes BUKKIT-4193ST-DDT2013-06-13-1/+3
* Implement PlayerBookEditEvent. Adds BUKKIT-1995Des Herriott2013-06-10-9/+32
* Update blaze breathe sound. Fixes BUKKIT-4286mbax2013-06-05-1/+1
* Fix creative ArrayIndexOutOfBoundsException. Fixes BUKKIT-4305Nate Mortensen2013-06-04-35/+31
* Improve events for new inventory features. Adds BUKKIT-3859riking2013-06-03-72/+326
* Pass correct block when dispensing empty buckets. Fixes BUKKIT-3668Travis Watkins2013-05-03-2/+2
* Correct event handling for dispensing filled buckets. Fixes BUKKIT-4046Travis Watkins2013-05-03-1/+1
* Send block updates even when applyPhysics is false. Fixes BUKKIT-3971Des Herriott2013-05-02-3/+3
* Fix typo/logic error in previous commitTravis Watkins2013-05-02-1/+1
* Fix animal spawning ignoring limits. Fixes BUKKIT-4180Travis Watkins2013-05-02-1/+10
* Improve InventoryCloseEvent handling. Fixes BUKKIT-3286Travis Watkins2013-05-02-12/+18
* Move world generator warning to CraftBukkit. Fixes BUKKIT-2565Score_Under2013-04-30-1/+4
* Always process movement for vehicles and passengers. Fixes BUKKIT-4142Travis Watkins2013-04-30-1/+1
* Revert "Add delay to hopper even if it doesn't do anything."Travis Watkins2013-04-27-4/+1
* Fix things using wall time running too fast. Fixes BUKKIT-4155Travis Watkins2013-04-27-154/+4
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-265/+314
* Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141Wesley Wolfe2013-04-24-22/+24
* Don't do physics updates in world generation. Fixes BUKKIT-3747Travis Watkins2013-04-16-1/+7
* Validate chunk data array lengths. Fixes BUKKIT-4093Mike Primm2013-04-15-5/+27
* When moving a misplaced chunk move tile entities too. Fixes BUKKIT-4092Travis Watkins2013-04-15-0/+14
* Make Slimes fire EntityTarget events. Fixes BUKKIT-1408GJ2013-04-15-2/+23
* Don't apply fall damage when cancelled. Fixes BUKKIT-4065Travis Watkins2013-04-13-5/+7
* Add delay to hopper even if it doesn't do anything. Fixes BUKKIT-4061Travis Watkins2013-04-13-1/+4
* Perform anvil calculations when using 1.5 drop feature.riking2013-04-13-1/+1
* Use wall time instead of ticks for several things. Fixes BUKKIT-4059Travis Watkins2013-04-13-17/+37