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
/
org
Commit message (
Expand
)
Author
Age
Lines
*
Increment loop index whether or not command succeeded. Fixes BUKKIT-5455
WolfieMario
2014-03-22
-2
/
+1
*
Update CraftBukkit to Minecraft 1.7.5
Nate Mortensen
2014-03-21
-71
/
+73
*
Remove chunks from queue if we don't need them anymore.
Travis Watkins
2014-02-12
-0
/
+5
*
Rename Minecraft command permission nodes to meet fallback spec.
EvilSeph
2014-02-11
-1
/
+1
*
Add method to forget callbacks in AsynchronousExecutor
Wesley Wolfe
2014-02-10
-0
/
+54
*
Match old alias behavior when migrating.
Travis Watkins
2014-02-08
-2
/
+15
*
[Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385
t00thpick1
2014-02-08
-10
/
+340
*
Implement banning API. Adds BUKKIT-3535
mbax
2014-02-08
-20
/
+184
*
Update clients when ItemFrame direction is set. Fixes BUKKIT-3371
EdGruberman
2014-02-02
-0
/
+14
*
Load all already generated chunks via async chunk system
Travis Watkins
2014-02-01
-24
/
+15
*
Allow AsynchronousExecutor.getSkipQueue() to pull tasks from the queue
Wesley Wolfe
2014-02-01
-6
/
+12
*
[Bleeding] Fix support for several entities in World.spawn(). Fixes BUKKIT-3284
t00thpick1
2014-01-30
-8
/
+8
*
[Bleeding] Use correct yaw and pitch when spawning arrows. Fixes BUKKIT-3320
t00thpick1
2014-01-30
-1
/
+1
*
[Bleeding] Directly set direction in EntityFireball. Fixes BUKKIT-1154
t00thpick1
2014-01-30
-2
/
+10
*
[Bleeding] Implement setCharged and getCharged for WitherSkull. Addresses BUK...
t00thpick1
2014-01-30
-0
/
+10
*
[Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156
t00thpick1
2014-01-30
-32
/
+256
*
Add setCritical and isCritical methods to CraftArrow.java. Adds BUKKIT-5113
MorphanOne
2014-01-30
-0
/
+8
*
Add methods to get and set arrow knockback. Adds BUKKIT-5103
Likaos
2014-01-30
-0
/
+10
*
[Bleeding] Add support for ThrownExpBottle and Fish to launchProjectile(...)....
GJ
2014-01-30
-0
/
+9
*
[Bleeding] Instantiate logger earlier in CraftServer. Fixes BUKKIT-4253.
GJ
2014-01-30
-2
/
+1
*
Fix stacking for items after setting empty meta. Fixes BUKKIT-5331
Wesley Wolfe
2014-01-23
-1
/
+1
*
[Bleeding] Account for null in EntityDamageEvent handling. Fixes BUKKIT-5317
t00thpick1
2014-01-18
-1
/
+3
*
[Bleeding] Check that vanilla recipes actually exist. Fixes BUKKIT-5277
t00thpick1
2014-01-18
-9
/
+14
*
[Bleeding] Implement methods for /achievement command. Addresses BUKKIT-4932
t00thpick1
2014-01-16
-0
/
+29
*
[Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305
t00thpick1
2014-01-16
-50
/
+318
*
Implement UnsafeValues for give command. Addresses BUKKIT-5286
Wesley Wolfe
2014-01-14
-1
/
+42
*
[Bleeding] Implement setIdleTimeout and getIdleTimeout. Addresses BUKKIT-4932.
t00thpick1
2014-01-14
-0
/
+8
*
Consider repair cost when checking ItemMeta emptiness. Fixes BUKKIT-5304
Wesley Wolfe
2014-01-14
-1
/
+1
*
[Bleeding] Handle custom furnace recipes separately. Fixes BUKKIT-1657, BUKKI...
t00thpick1
2013-12-20
-1
/
+3
*
Add new setResourcePack method. Fixes BUKKIT-5015
Nate Mortensen
2013-12-17
-4
/
+6
*
Process URLs as clickable. Adds BUKKIT-4917
mbax
2013-12-17
-26
/
+39
*
Check pending blocks before falling back to world. Fixes BUKKIT-5122
Travis Watkins
2013-12-17
-0
/
+14
*
Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042
BlackHole
2013-12-16
-0
/
+6
*
Fix generation of jungle trees. Fixes BUKKIT-5043
BlackHole
2013-12-16
-1
/
+1
*
[Bleeding] Correct naming of sounds for 1.7. Fixes BUKKIT-5065
GJ
2013-12-16
-30
/
+30
*
[Bleeding] Return correct drops for Cocoa blocks. Fixes BUKKIT-5159
t00thpick1
2013-12-13
-0
/
+7
*
Do not fire EntityDamageEvent for explosions twice. Fixes BUKKIT-5156
t00thpick1
2013-12-13
-1
/
+4
*
Show fall particles while in creative mode. Fixes BUKKIT-5009
t00thpick1
2013-12-13
-0
/
+1
*
Print message on startup before loading log4j
Travis Watkins
2013-12-09
-0
/
+1
*
Implement Firework.detonate(). Adds BUKKIT-4538
Wesley Wolfe
2013-12-06
-0
/
+8
*
Correctly register Furnace Recipies. Fixes BUKKIT-5044
feildmaster
2013-12-05
-1
/
+2
*
Add new fishing enchants. Fixes BUKKIT-5035
GJ
2013-12-04
-0
/
+6
*
Correctly validate map colors. Fixes BUKKIT-4984
t00thpick1
2013-12-03
-1
/
+3
*
Maintain old setType method in WorldGenerator. Fixes BUKKIT-4915
Nate Mortensen
2013-12-02
-2
/
+8
*
Catch all exceptions in jansi initialization. Fixes BUKKIT-4936
Travis Watkins
2013-12-02
-1
/
+1
*
Add ConsoleAppender from log4j for diff visibility
Travis Watkins
2013-12-02
-0
/
+245
*
Handle ChatColor-ending messages FIXES BUKKIT-4924
mbax
2013-12-01
-14
/
+10
*
Handle JUL logger formatting
Travis Watkins
2013-12-01
-3
/
+3
*
Forward exceptions to log4j, cleanup logger handling. Fixes BUKKIT-4948
Travis Watkins
2013-12-01
-71
/
+54
*
Update CraftBukkit to Minecraft 1.7.2
mbax
2013-11-30
-400
/
+1076
[next]