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
/
net
/
minecraft
/
server
Commit message (
Expand
)
Author
Age
Lines
*
Fix BlockCanBuildEvent returning null. Fixes BUKKIT-4972
toastedtruth
2013-12-02
-1
/
+2
*
Fix written books crashing the server. Fixes BUKKIT-4945
toastedtruth
2013-12-02
-1
/
+7
*
Added RecipeBookClone from nms for diff visibility
toastedtruth
2013-12-02
-0
/
+62
*
Use strict lookup for op permission refresh. Fixes BUKKIT-4698
Aikar
2013-12-02
-2
/
+2
*
Use correct packet data for toggling flying. Fixes BUKKIT-4989
Travis Watkins
2013-12-02
-3
/
+3
*
Correctly drop BlockBreakEvent experience. Fixes BUKKIT-4942
feildmaster
2013-12-02
-1
/
+1
*
Catch all exceptions in jansi initialization. Fixes BUKKIT-4936
Travis Watkins
2013-12-02
-1
/
+1
*
Fix missed doors diff. Fixes BUKKIT-4908
Nate Mortensen
2013-12-01
-1
/
+1
*
Fix fishing ignoring event experience.
feildmaster
2013-12-01
-1
/
+1
*
Correctly send player names for the tab list. Fixes BUKKIT-4925
feildmaster
2013-12-01
-1
/
+1
*
Make console work on Windows again. Fixes BUKKIT-4956
Travis Watkins
2013-12-01
-0
/
+6
*
Forward exceptions to log4j, cleanup logger handling. Fixes BUKKIT-4948
Travis Watkins
2013-12-01
-8
/
+9
*
Update CraftBukkit to Minecraft 1.7.2
mbax
2013-11-30
-10788
/
+13132
*
Ensure maps are stored only in the main world. Fixes BUKKIT-4872
feildmaster
2013-10-30
-5
/
+9
*
Don't share WorldMapCollection. Fixes BUKKIT-4871
Wesley Wolfe
2013-10-30
-1
/
+1
*
Add auto-save plugin redundancy detection.
Wesley Wolfe
2013-10-23
-1
/
+10
*
Remove redundant call to worldMaps.a(). Addresses BUKKIT-4828
Nate Mortensen
2013-10-19
-1
/
+5
*
Force item data to use a tag name. Fixes BUKKIT-4809
feildmaster
2013-10-12
-2
/
+7
*
Call BlockFadeEvent for fire on inflammable block. Fixes BUKKIT-4835
Phil Watson
2013-10-09
-1
/
+1
*
Add exception-resilience to reading UUID. Fixes BUKKIT-4833
Wesley Wolfe
2013-10-06
-17
/
+33
*
Initialize hostname on handshake. Fixes BUKKIT-4793
Wesley Wolfe
2013-09-20
-0
/
+1
*
Update CraftBukkit to 1.6.4
feildmaster
2013-09-19
-654
/
+690
*
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
/
+1
*
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
*
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
*
Fix missed diff for chat packets. Fixes BUKKIT-4666
Wesley Wolfe
2013-08-07
-9
/
+1
*
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
*
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
-4
/
+67
*
Add EntityLeash and ItemLeash for diff visibility
T00thpick1
2013-08-03
-0
/
+171
*
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
*
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
*
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
-5
/
+45
*
Correctly fire VehicleExitEvent. Fixes BUKKIT-3761
Nate Mortensen
2013-07-13
-6
/
+52
[next]