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
*
Add BlockCake for diff visibility.
T00thpick1
2013-08-15
-0
/
+88
*
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
*
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
*
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
/
+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
[next]