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
*
Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141
Wesley Wolfe
2013-04-24
-17
/
+0
*
Check connection status before setting scoreboard. Fixes BUKKIT-4064
Wesley Wolfe
2013-04-12
-0
/
+8
*
Use correct method for getting player's team. Fixes BUKKIT-4050
Wesley Wolfe
2013-04-11
-1
/
+1
*
Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684
feildmaster
2013-04-10
-12
/
+85
*
Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984
Wesley Wolfe
2013-04-04
-1
/
+2
*
We compile for 1.5
Wesley Wolfe
2013-04-04
-3
/
+0
*
Implement Scoreboard API. Adds BUKKIT-3776
mbax
2013-04-04
-3
/
+697
*
Add a WeakCollection utility class.
Wesley Wolfe
2013-04-04
-0
/
+173
*
Properly return contents of Inventory. Fixes BUKKIT-3930
h31ix
2013-04-02
-1
/
+2
*
Don't update physics when block place is cancelled. Fixes BUKKIT-3939
Travis Watkins
2013-03-31
-23
/
+27
*
Correct slot types for brewing stand. Fixes BUKKIT-3937
Travis Watkins
2013-03-31
-1
/
+1
*
Throw exception for disabled plugin tasks. Fixes BUKKIT-3951
Wesley Wolfe
2013-03-31
-0
/
+4
*
Include anvil result in inventory size. Fixes BUKKIT-3741
Travis Watkins
2013-03-30
-2
/
+18
*
Add Beacon block state for hopper events. Fixes BUKKIT-3932
Travis Watkins
2013-03-29
-0
/
+39
*
Properly copy collection references in ItemMeta.clone(). Fixes BUKKIT-3913
Wesley Wolfe
2013-03-28
-5
/
+12
*
Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872
Andre LeBlanc
2013-03-26
-0
/
+6
*
Allow fishing success rate to be adjustable. Adds BUKKIT-3837
Andre LeBlanc
2013-03-25
-0
/
+21
*
Add methods to check conflicting enchantments. Adds BUKKIT-3830
GJ
2013-03-25
-0
/
+22
*
Cleanup comments, formatting, etc
Travis Watkins
2013-03-25
-139
/
+111
*
Add ability to change player item in hand. Adds BUKKIT-3318
Patrick Seidel
2013-03-24
-0
/
+9
*
Add check for Thorns damage - Fixes BUKKIT-3505
riking
2013-03-23
-0
/
+2
*
Include ThrownPotion in spawn methods. Adds BUKKIT-2542
Carlos Cobo
2013-03-23
-0
/
+9
*
Identify outside slot independent of inventory type. Fixes BUKKIT-2768
EdGruberman
2013-03-23
-1
/
+1
*
ANSI color codes now reset text attributes. Fixes BUKKIT-3508
James Clarke
2013-03-23
-17
/
+17
*
Implement Dropper interface. Adds BUKKIT-3750
Xephi
2013-03-21
-0
/
+56
*
Stationary lava is also a LAVA ignition cause.
Travis Watkins
2013-03-21
-9
/
+10
*
Add ability to modify ThrownPotion properties. Adds BUKKIT-3197
Olof Larsson
2013-03-21
-7
/
+23
*
Add method to get the source of a TNTPrimed. Adds BUKKIT-3815
AlphaBlend
2013-03-21
-0
/
+15
*
BlockState for Command Blocks. Adds BUKKIT-3805.
Nate Mortensen
2013-03-19
-0
/
+50
*
Validate Server method input. Addresses BUKKIT-3687
Edmond Poon
2013-03-18
-6
/
+23
*
Implement per-player Weather API. Adds BUKKIT-812
T00thpick1
2013-03-18
-0
/
+13
*
Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, BUKK...
Yariv Livay
2013-03-18
-0
/
+63
*
Make CraftMinecartHopper work as InventoryHolder. Adds BUKKIT-3796
Michael Limiero
2013-03-18
-7
/
+19
*
Implement Entity.isOnGround(). Adds BUKKIT-3787
Chad Waters
2013-03-17
-0
/
+4
*
Use name given to command block instead of "@". Fixes BUKKIT-3803
Travis Watkins
2013-03-17
-1
/
+1
*
Implement Hopper block state and inventory methods. Adds BUKKIT-3749
Michael Limiero
2013-03-17
-1
/
+47
*
Handle double trapped chest inventory. Fixes BUKKIT-3772
Travis Watkins
2013-03-16
-4
/
+13
*
Use Chest block state for trapped chests. Fixes BUKKIT-3762
Travis Watkins
2013-03-16
-0
/
+1
*
Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753
Travis Watkins
2013-03-16
-0
/
+5
*
Handle the newly refactored minecarts.
Wesley Wolfe
2013-03-16
-60
/
+99
*
Use proper naming convention for boolean methods.
Travis Watkins
2013-03-15
-1
/
+1
*
Update CraftBukkit to Minecraft 1.5
Travis Watkins
2013-03-15
-79
/
+159
*
Close inventory on teleport. FIXES BUKKIT-3021.
Andrzej Pomirski
2013-02-10
-4
/
+5
*
Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578
James Clarke
2013-02-06
-1
/
+1
*
Use entity UUID instead of EntityID for metadata. Fixes BUKKIT-3582
feildmaster
2013-02-06
-2
/
+3
*
Always return a TravelAgent; Fixes BUKKIT-3541
EdGruberman
2013-02-04
-0
/
+5
*
Fix players spawning above portals. Fixes BUKKIT-3542.
James Clarke
2013-02-04
-1
/
+1
*
Fix NPE when getting bed spawn location.
feildmaster
2013-01-29
-1
/
+1
*
Fix contract with Player.getBedSpawnLocation. Fixes BUKKIT-3525
feildmaster
2013-01-29
-2
/
+7
*
Remove erroneous break statement in scheduler. Fixes BUKKIT-3395
Wesley Wolfe
2013-01-27
-1
/
+0
[next]