index
:
archive/bukkit
debugging
master
version/1.12.2
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
Commit message (
Expand
)
Author
Age
Lines
*
Display command-message closing bracket correctly. Fixes BUKKIT-4894
Luke A
2013-10-19
-1
/
+1
*
Use simple multiplication for squaring. Fixes BUKKIT-4836
Wesley Wolfe
2013-10-09
-8
/
+12
*
Actually display correct effect duration in seconds. Fixes BUKKIT-3983
feildmaster
2013-09-23
-1
/
+1
*
Display correct effect duration in seconds. Fixes BUKKIT-3983
Joe
2013-09-23
-1
/
+1
*
Correct some magic values. This amends 1f83111208ab3612f384a2e6b65cc28423dc625e
Wesley Wolfe
2013-09-11
-5
/
+2
*
Add missing villager sounds. Addresses BUKKIT-4756
feildmaster
2013-09-10
-0
/
+7
*
Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744
EvilSeph
2013-09-10
-0
/
+4
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-09-10
-43
/
+219
*
Add support for command tab completion in the console. Adds BUKKIT-4168
Phillip Schichtel
2013-09-10
-5
/
+8
*
Update /say to vanilla behaviour. Fixes BUKKIT-4224
Kezz101
2013-09-10
-9
/
+14
*
Add new sounds to the Sound Enum. Addresses BUKKIT-4756
feildmaster
2013-09-10
-1
/
+31
*
Make /spreadplayers command work. Fixes BUKKIT-4720
feildmaster
2013-09-09
-15
/
+27
*
Deprecate magic values
Wesley Wolfe
2013-08-28
-11
/
+1194
*
Use command block's world for /gamerule. Fixes BUKKIT-3274
Kane York
2013-08-21
-0
/
+3
*
Fix missing closing bracket in addEnchantment. Fixes BUKKIT-4126
ST-DDT
2013-08-20
-1
/
+1
*
Add missing materials to Step. Fixes BUKKIT-4074
Peter Olson
2013-08-17
-0
/
+2
*
Check null before grabbing metadata owning plugin. Fixes BUKKIT-4665
AlphaBlend
2013-08-07
-1
/
+1
*
[BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664
Score_Under
2013-08-07
-14
/
+86
*
Add ConfigurationSerializable-Serializable compatibility. Adds BUKKIT-4662
Wesley Wolfe
2013-08-06
-0
/
+318
*
Relax generic types for ConfigurationSerialization
Wesley Wolfe
2013-08-06
-5
/
+5
*
Pulling all pending Bukkit-JavaDoc changes
Edmond Poon
2013-08-03
-43
/
+259
*
Use player as point of reference for min volume. Fixes BUKKIT-4640
Wesley Wolfe
2013-08-03
-2
/
+2
*
Add leash API. Adds BUKKIT-4459 and BUKKIT-4583
T00thpick1
2013-08-03
-0
/
+194
*
Account for relative coordinates in PlaySound. Fixes BUKKIT-4639
Wesley Wolfe
2013-08-02
-4
/
+16
*
Add 1.6 effect clear functionality. Fixes BUKKIT-4473
h31ix
2013-08-02
-1
/
+9
*
Add 1.6 SpreadPlayers command. Fixes BUKKIT-4508
h31ix
2013-08-02
-0
/
+255
*
Add 1.6 PlaySound command. Fixes BUKKIT-4489
h31ix
2013-08-02
-0
/
+102
*
Add API to control scaled health. Adds BUKKIT-4590
T00thpick1
2013-07-21
-6
/
+30
*
Add Horse API. Adds BUKKIT-4424
h31ix
2013-07-10
-1
/
+361
*
Update Bukkit for Minecraft 1.6.2
Nate Mortensen
2013-07-08
-0
/
+16
*
Add scale health display API. Adds BUKKIT-4432
Wesley Wolfe
2013-07-03
-0
/
+21
*
Update Bukkit for Minecraft 1.6.1
Wesley Wolfe
2013-07-01
-24
/
+222
*
Add PlayerBookEditEvent. Adds BUKKIT-1995
Des Herriott
2013-06-10
-0
/
+125
*
Consider full team display name. Fixes BUKKIT-4186
mbax
2013-06-05
-1
/
+1
*
Improve events for new inventory features. Adds BUKKIT-3859
riking
2013-06-03
-60
/
+648
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-05-16
-96
/
+1057
*
Move world generator warning to CraftBukkit. Fixes BUKKIT-2565
Score_Under
2013-04-30
-1
/
+0
*
Add inverted flag support to TrapDoor. Fixes BUKKIT-3390
Peter Olson
2013-04-18
-3
/
+23
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-04-13
-7
/
+16
*
Fix off-by-one error in DyeColor. Fixes BUKKIT-3938
Acrobot
2013-04-12
-2
/
+2
*
Correct 1.5 material data. Fixes BUKKIT-4004, BUKKIT-3785
Travis Watkins
2013-04-12
-2
/
+59
*
Consider first player name in leave command. Fixes BUKKIT-4051
Wesley Wolfe
2013-04-11
-1
/
+1
*
Consider arguments to team leave properly. Fixes BUKKIT-3994
Wesley Wolfe
2013-04-05
-2
/
+2
*
Use utility method for team-join display. Fixes BUKKIT-3997
Wesley Wolfe
2013-04-05
-24
/
+2
*
Prevent classloader leak in metadata system. Fixes BUKKIT-3854
crast
2013-04-04
-33
/
+26
*
Don't cache metadata store disambiguations. Fixes BUKKIT-3841
crast
2013-04-04
-28
/
+4
*
Improve speed and memory use of FixedMetadataValue. Fixes BUKKIT-1460
crast
2013-04-04
-21
/
+51
*
Refactor common metadata code into base class. Fixes BUKKIT-3624
crast
2013-04-04
-59
/
+176
*
Add Scoreboard API and Command. Adds BUKKIT-3776, BUKKIT-3834
mbax
2013-04-03
-0
/
+1171
*
Pulling all pending Bukkit-JavaDoc changes
Edmond Poon
2013-04-02
-505
/
+539
[next]