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
*
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
*
Don't run command blocks in empty worlds. Fixes BUKKIT-3094
Travis Watkins
2012-12-05
-1
/
+6
*
Persistence isn't just animals. Fix BUKKIT-3105
feildmaster
2012-12-05
-1
/
+3
*
Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031
feildmaster
2012-12-05
-4
/
+12
*
Allow placing blocks in spawn if ops.txt is empty. Fixes BUKKIT-3004
Travis Watkins
2012-12-05
-0
/
+1
*
Ensure animals don't despawn due to old default setting.
Travis Watkins
2012-12-04
-1
/
+8
*
Fire EntityFormBlockEvent for FallingBlocks. Adds BUKKIT-3078
Wesley Wolfe
2012-12-04
-5
/
+14
*
Implement API for mob despawn when away from players. Adds BUKKIT-2986
Travis Watkins
2012-12-04
-3
/
+11
*
Fix leaky pipes (water flow). Fixes BUKKIT-3085
feildmaster
2012-12-01
-3
/
+3
*
[BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069
feildmaster
2012-12-01
-31
/
+31
*
Fix missed refactoring in EntityWither
Wesley Wolfe
2012-11-30
-1
/
+1
*
Add data values to EntityChangeBlockEvent. Adds BUKKIT-3077, BUKKIT-3076
Wesley Wolfe
2012-11-30
-16
/
+16
*
Use carried item for endermen's changed-block's id. Fixes BUKKIT-3075
Wesley Wolfe
2012-11-30
-1
/
+1
*
Take into account if the shooter is a player before considering pvp mode for ...
feildmaster
2012-11-27
-3
/
+3
*
Fix multi-world sounds not being sent correctly. Fixes BUKKIT-3051
feildmaster
2012-11-25
-1
/
+2
*
Call EntityInteractEvent for Wood Buttons. Fixes BUKKIT-3022
feildmaster
2012-11-24
-1
/
+12
*
Fix the previous fix for "infinite 'breeding' with MonsterEggs"
feildmaster
2012-11-22
-0
/
+4
*
Call MapInitializeEvent on newly created maps. Fixes BUKKIT-2907
feildmaster
2012-11-21
-1
/
+4
*
Add ItemMapEmpty for diff visibility
feildmaster
2012-11-21
-0
/
+34
*
Fix teleporting entities with vehicles/passengers teleporting you illegally. ...
feildmaster
2012-11-20
-2
/
+11
*
Update invalidItems array. Fixes BUKKIT-2554.
EvilSeph
2012-11-20
-1
/
+1
*
Add SPAWNER_EGG spawn reason to allow for filtering. Adds BUKKIT-3000
EvilSeph
2012-11-20
-1
/
+1
*
Fix infinite 'breeding' with MonsterEggs. Fixes BUKKIT-2997
EvilSeph
2012-11-20
-0
/
+6
*
Add a DamageEvent for falling blocks which can damage entities. Fixes BUKKIT-...
feildmaster
2012-11-20
-1
/
+12
*
No teleporting people back into the server. Fixes BUKKIT-2298
Wesley Wolfe
2012-11-19
-3
/
+2
*
Don't add player to world if join event did it already.
Travis Watkins
2012-11-18
-2
/
+6
*
Fix players losing experience when keepInventory is true. Fixes BUKKIT-2915
EvilSeph
2012-11-18
-2
/
+4
*
Fix missed rename making withers too cheaty. Fixes BUKKIT-2972
Travis Watkins
2012-11-18
-1
/
+1
*
Don't do case lookups when we have the right case already.
Travis Watkins
2012-11-18
-1
/
+1
*
Lower compression level to avoid overloading the thread. Fixes BUKKIT-2963
Travis Watkins
2012-11-18
-1
/
+2
*
Implement sound changes for Minecraft 1.4.2 changes. Fixes BUKKIT-2849
Karl Fritsche
2012-11-17
-26
/
+67
*
Use correct itemstack for dispenser behavior chaining. Fixes BUKKIT-2886
James Clarke
2012-11-17
-29
/
+27
[next]