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
...
*
Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460
feildmaster
2013-01-27
-0
/
+6
*
Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466
EdGruberman
2013-01-23
-1
/
+3
*
Reload ban files when reloading the server. Adds BUKKIT-3470
feildmaster
2013-01-23
-0
/
+3
*
Fix broken null contract with Jukebox.setPlaying, Fixes BUKKIT-3429
feildmaster
2013-01-19
-3
/
+9
*
[Bleeding] Add experimental support for entity portal traveling
EdGruberman
2013-01-19
-434
/
+74
*
Improve the item meta deserialization code-style
Wesley Wolfe
2013-01-18
-110
/
+43
*
Update CraftBukkit to Minecraft 1.4.7
feildmaster
2013-01-17
-9
/
+9
*
Various ItemMeta fixes.
Wesley Wolfe
2013-01-09
-13
/
+15
*
Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786
Wesley Wolfe
2013-01-05
-4
/
+4
*
Fix "setSitting" on tameable animals. Fixes BUKKIT-1534
feildmaster
2013-01-01
-2
/
+1
*
Return the level, not ID. Fixes BUKKIT-3326
Wesley Wolfe
2012-12-29
-9
/
+12
*
Don't teleport entities that are considered dead. Addresses BUKKIT-1331
feildmaster
2012-12-29
-0
/
+18
*
[Bleeding] Implement periodic chunk garbage collector
Mike Primm
2012-12-29
-0
/
+44
*
Fix persistence on tamed pets. Fixes BUKKIT-3300
feildmaster
2012-12-28
-0
/
+2
*
Fix removing enchantments causing the enchantment tag to remain.
feildmaster
2012-12-27
-1
/
+2
*
Fix discrepancies in NBT and ItemMeta. Fixes BUKKIT-3279
feildmaster
2012-12-27
-10
/
+15
*
Fix Skull BlockState setting illegal values on owner.
feildmaster
2012-12-24
-2
/
+2
*
Fix fireworks being short lived. Fixes BUKKIT-3291
feildmaster
2012-12-23
-2
/
+2
*
Properly update fireworks. Fixes BUKKIT-3289
feildmaster
2012-12-23
-1
/
+3
*
Implement entity max health methods. Adds BUKKIT-266
feildmaster
2012-12-23
-1
/
+54
*
Report valid health when getting Entity health. Fixes BUKKIT-3210
feildmaster
2012-12-23
-1
/
+1
*
Remove runner leak on async tasks. Fixes BUKKIT-3288
Wesley Wolfe
2012-12-23
-0
/
+3
*
Update firework power when modifying meta. Fixes BUKKIT-3272
Travis Watkins
2012-12-22
-0
/
+6
*
Allow fireworks to be created. Adds BUKKIT-3262
feildmaster
2012-12-22
-0
/
+2
*
Implement API to get and set FireworkMeta on Firework entities
feildmaster
2012-12-21
-0
/
+30
*
Implement Skull BlockState. Adds BUKKIT-3259
meiskam
2012-12-21
-0
/
+197
*
Zero is not less than zero. Fixes BUKKIT-3259
Wesley Wolfe
2012-12-21
-1
/
+1
*
Update enchantment handling to 1.4.6. Fixes BUKKIT-3256
feildmaster
2012-12-21
-2
/
+2
*
Use max inventory size for new stack. Fixes BUKKIT-3240
Wesley Wolfe
2012-12-21
-0
/
+1
*
Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237
Wesley Wolfe
2012-12-21
-58
/
+838
*
Add API to allow plugins to request players switch to a texture pack. Adds BU...
Wojciech Stryjewski
2012-12-20
-0
/
+10
*
Fetch correct info for skulls in block.getDrops(). Fixes BUKKIT-3205
Travis Watkins
2012-12-20
-3
/
+18
*
[Bleeding] Fix exception in getChunkSnapshot() - sky light can be null
Mike Primm
2012-12-20
-2
/
+6
*
Update CraftBukkit to Minecraft 1.4.6
feildmaster
2012-12-20
-89
/
+126
*
Fix PotionMeta not applying the correct Id. Fixes BUKKIT-3193
feildmaster
2012-12-18
-1
/
+1
*
Add missing name in PotionEffect for Wither
feildmaster
2012-12-18
-0
/
+2
*
Refactor get/setChestPlate to Chestplate. Addresses BUKKIT-3189
feildmaster
2012-12-18
-4
/
+4
*
Change enchantment comparisons to isSimilar. Fixes BUKKIT-3183
Wesley Wolfe
2012-12-17
-11
/
+3
*
Clarify functionality in CraftInventory. Fixes BUKKIT-3097
Wesley Wolfe
2012-12-17
-9
/
+39
*
Implement ItemFactory and ItemMeta values. Adds BUKKIT-15
Wesley Wolfe
2012-12-17
-180
/
+1889
*
ItemStack.asBukkitStack(null) should return Air. Fixes BUKKIT-3170
feildmaster
2012-12-15
-4
/
+5
*
Fix EntityEquipment positions being reversed. Fixes BUKKIT-3157
deathmarine
2012-12-12
-6
/
+6
*
Load chunks asynchronously for players.
Travis Watkins
2012-12-12
-0
/
+141
*
Add utility class AsynchronousExecutor
Wesley Wolfe
2012-12-12
-0
/
+294
*
Missed a rename
feildmaster
2012-12-10
-1
/
+1
*
Add EntityEquipment API. Adds BUKKIT-3103
feildmaster
2012-12-10
-1
/
+209
*
[Bleeding] Correct getEyeHeight value. Fixes BUKKIT-3130
h31ix
2012-12-10
-1
/
+1
*
Only display help aliases when there are aliases. Fixes BUKKIT-1621
feildmaster
2012-12-10
-3
/
+6
*
Pass null help values values as empty strings to HelpTopics
feildmaster
2012-12-10
-10
/
+10
*
[Bleeding] Fix NPE with a null bedSpawnLocation. Fixes BUKKIT-1500
EdGruberman
2012-12-10
-2
/
+6
[prev]
[next]