index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Lines
*
Store item attributes. Addresses BUKKIT-4523
Wesley Wolfe
2013-07-27
-1
/
+89
*
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
*
Check interactable items before event. Fixes BUKKIT-4576
Wesley Wolfe
2013-07-23
-10
/
+16
*
Add API to control scaled health. Adds BUKKIT-4590
T00thpick1
2013-07-23
-11
/
+106
*
Use ambient setting of potion effects. Fixes BUKKIT-4357 and BUKKIT-3653
Jim Bilbrey
2013-07-13
-2
/
+2
*
Correctly fire VehicleExitEvent. Fixes BUKKIT-3761
Nate Mortensen
2013-07-13
-6
/
+52
*
Return inGround when checking Arrow's OnGround state. Fixes BUKKIT-4439
EvilSeph
2013-07-10
-0
/
+9
*
Clear attributes on death; mistranslation issue.
EvilSeph
2013-07-10
-1
/
+1
*
Implement Horse API. Adds BUKKIT-4424
h31ix
2013-07-10
-48
/
+210
*
Add PathfinderGoalTame for diff visibility.
h31ix
2013-07-10
-0
/
+63
*
Correctly set level name for 'world' option. Fixes BUKKIT-4474
EvilSeph
2013-07-09
-1
/
+1
*
Ocelots -> Ocelittle. Addresses BUKKIT-4449
EvilSeph
2013-07-09
-3
/
+6
*
Update CraftBukkit to 1.6.2
mbax
2013-07-08
-1102
/
+1152
*
Removed extra eat call. Fixes BUKKIT-4462
EvilSeph
2013-07-04
-1
/
+0
*
Properly clear attributes on remove and death. Fixes BUKKIT-4416
EvilSeph
2013-07-03
-7
/
+2
*
Fix scaling for player health. Fixes BUKKIT-4431
Wesley Wolfe
2013-07-02
-2
/
+15
*
Fix donkey/mule dupe exploit.
EvilSeph
2013-07-02
-1
/
+3
*
Added EntityHorse for diff visibility.
EvilSeph
2013-07-02
-0
/
+1186
*
Update client on cancelled entity naming. Fixes BUKKIT-4396
mbax
2013-07-02
-0
/
+4
*
Update client on cancelled leash. Fixes BUKKIT-4395
mbax
2013-07-02
-0
/
+4
*
Send event-defined MOTD/maxplayers. Fixes BUKKIT-4409
mbax
2013-07-02
-8
/
+11
*
Fix world preparation status output. Fixes BUKKIT-4407
mbax
2013-07-02
-3
/
+2
*
Regrow sheep wool on grass consumption. Resolves BUKKIT-4405
mbax
2013-07-02
-2
/
+2
*
Fix Entity persistence. Fixes BUKKIT-4397
Nate Mortensen
2013-07-02
-1
/
+1
*
Rework max health values. Fixes BUKKIT-4398
Wesley Wolfe
2013-07-02
-60
/
+21
*
Fixed NPE in BrewingStand
Wesley Wolfe
2013-07-01
-2
/
+1
*
Update CraftBukkit to 1.6.1
Nate Mortensen
2013-07-01
-5152
/
+6103
*
Fix cancellation for InventoryDragEvent. Fixes BUKKIT-4332
Nate Mortensen
2013-06-13
-0
/
+2
*
Correct cancellation of InventoryClickEvent. Fixes BUKKIT-4331
Nate Mortensen
2013-06-13
-2
/
+2
*
Fix negative damage from Zombies. Fixes BUKKIT-4193
ST-DDT
2013-06-13
-1
/
+3
*
Implement PlayerBookEditEvent. Adds BUKKIT-1995
Des Herriott
2013-06-10
-9
/
+32
*
Update blaze breathe sound. Fixes BUKKIT-4286
mbax
2013-06-05
-1
/
+1
*
Fix creative ArrayIndexOutOfBoundsException. Fixes BUKKIT-4305
Nate Mortensen
2013-06-04
-35
/
+31
*
Improve events for new inventory features. Adds BUKKIT-3859
riking
2013-06-03
-72
/
+326
*
Pass correct block when dispensing empty buckets. Fixes BUKKIT-3668
Travis Watkins
2013-05-03
-2
/
+2
*
Correct event handling for dispensing filled buckets. Fixes BUKKIT-4046
Travis Watkins
2013-05-03
-1
/
+1
*
Send block updates even when applyPhysics is false. Fixes BUKKIT-3971
Des Herriott
2013-05-02
-3
/
+3
*
Fix typo/logic error in previous commit
Travis Watkins
2013-05-02
-1
/
+1
*
Fix animal spawning ignoring limits. Fixes BUKKIT-4180
Travis Watkins
2013-05-02
-1
/
+10
*
Improve InventoryCloseEvent handling. Fixes BUKKIT-3286
Travis Watkins
2013-05-02
-12
/
+18
*
Move world generator warning to CraftBukkit. Fixes BUKKIT-2565
Score_Under
2013-04-30
-1
/
+4
*
Always process movement for vehicles and passengers. Fixes BUKKIT-4142
Travis Watkins
2013-04-30
-1
/
+1
*
Revert "Add delay to hopper even if it doesn't do anything."
Travis Watkins
2013-04-27
-4
/
+1
*
Fix things using wall time running too fast. Fixes BUKKIT-4155
Travis Watkins
2013-04-27
-154
/
+4
*
Update CraftBukkit to Minecraft 1.5.2
Travis Watkins
2013-04-27
-265
/
+314
*
Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141
Wesley Wolfe
2013-04-24
-22
/
+24
*
Don't do physics updates in world generation. Fixes BUKKIT-3747
Travis Watkins
2013-04-16
-1
/
+7
*
Validate chunk data array lengths. Fixes BUKKIT-4093
Mike Primm
2013-04-15
-5
/
+27
[next]