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
Commit message (
Expand
)
Author
Age
Lines
*
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
/
+203
*
Added TileEntitySkull for diff visibility
meiskam
2012-12-21
-0
/
+50
*
Zero is not less than zero. Fixes BUKKIT-3259
Wesley Wolfe
2012-12-21
-1
/
+1
*
Check file existence before determining readOnly. Fixes BUKKIT-3255
feildmaster
2012-12-21
-1
/
+1
*
Update enchantment handling to 1.4.6. Fixes BUKKIT-3256
feildmaster
2012-12-21
-2
/
+2
*
Fix loading Items entities with an invalid item. Addresses BUKKIT-3249
feildmaster
2012-12-21
-1
/
+12
*
Don't save server properties when it's read only. Fixes BUKKIT-3250
feildmaster
2012-12-21
-0
/
+5
*
Fix command line arguments being ignored. Fixes BUKKIT-3247
feildmaster
2012-12-21
-2
/
+2
*
Add a null check for Item Entities. Fixes BUKKIT-3249
feildmaster
2012-12-21
-0
/
+5
*
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
*
Add the ability to make Enchanted Books. Fixes BUKKIT-3220
feildmaster
2012-12-20
-4
/
+21
*
Remove obsolete fix for the end
feildmaster
2012-12-20
-10
/
+0
*
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
*
Filter invalid ItemStacks from Packets.
feildmaster
2012-12-20
-1
/
+1
*
Update CraftBukkit to Minecraft 1.4.6
feildmaster
2012-12-20
-1416
/
+1920
*
[Bleeding] Check visibility API for sounds. Fixes BUKKIT-3114
mbax
2012-12-18
-18
/
+2
*
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
-271
/
+1961
*
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
-22
/
+345
*
Add RegionFile from mc-dev for diff visibility
Travis Watkins
2012-12-12
-0
/
+250
*
Add utility class AsynchronousExecutor
Wesley Wolfe
2012-12-12
-0
/
+294
*
Don't run mob pickup code on players. Fixes BUKKIT-3150
Travis Watkins
2012-12-12
-1
/
+2
*
Fix players not being able to pickup items due to default values.
feildmaster
2012-12-11
-7
/
+16
*
Players should be able to pick up items by default. Fixes BUKKIT-3143
feildmaster
2012-12-10
-0
/
+1
*
Missed a rename
feildmaster
2012-12-10
-1
/
+1
*
Add EntityEquipment API. Adds BUKKIT-3103
feildmaster
2012-12-10
-3
/
+213
*
[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
/
+7
*
Implement FurnaceExtractEvent. Adds BUKKIT-2114
feildmaster
2012-12-08
-0
/
+16
*
Add SlotFurnaceResult for diff visibility
feildmaster
2012-12-08
-0
/
+69
*
[Bleeding] Fix NPE in getBedSpawnLocation. Fixes BUKKIT-1949
EdGruberman
2012-12-08
-0
/
+2
*
Correctly shoot arrows with the spawnArrow Method. Fixes BUKKIT-3116
Dark Arc
2012-12-08
-2
/
+5
*
Update entity state correctly when marked as persistent. Fixes BUKKIT-3123
Travis Watkins
2012-12-07
-0
/
+4
*
Provide a faster way to get a location. Adds BUKKIT-3120
Travis Watkins
2012-12-07
-0
/
+39
*
Use shooter constructor for Fireballs. Fixes BUKKIT-3121
feildmaster
2012-12-07
-8
/
+6
*
Add the ability to launch WitherSkulls. Fixes BUKKIT-3106
feildmaster
2012-12-07
-3
/
+6
*
Fix "Commands Only" chat flag. Fixes BUKKIT-2238
feildmaster
2012-12-07
-1
/
+1
*
Implement API for wolves collar color. Adds BUKKIT-3109
feildmaster
2012-12-05
-0
/
+9
[next]