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
/
test
/
java
/
org
Commit message (
Expand
)
Author
Age
Lines
*
SPIGOT-1393: Fixed door direction mask
ryanbennitt
2016-01-12
-0
/
+61
*
SPIGOT-918: Add constructor for DyeColor to Dye
t7seven7t
2015-09-15
-0
/
+1
*
Fix an issue with the potion test
Thinkofdeath
2015-07-24
-16
/
+38
*
SPIGOT-893: Fix bridge method registering generic listeners twice
Jonas Konrad
2015-05-18
-0
/
+49
*
Rewrite BukkitMirrorTest
Wesley Wolfe
2014-06-03
-6
/
+62
*
Add unit tests for org.bukkit.util.StringUtil
Wesley Wolfe
2014-01-04
-0
/
+147
*
Pulling all pending Bukkit-JavaDoc changes
Wesley Wolfe
2013-12-15
-289
/
+295
*
Add Location.setDirection(Vector). Adds BUKKIT-4862
Wesley Wolfe
2013-12-11
-0
/
+196
*
Update Update Bukkit to 1.7.2
mbax
2013-11-30
-38
/
+8
*
[BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664
Score_Under
2013-08-07
-0
/
+56
*
Add ConfigurationSerializable-Serializable compatibility. Adds BUKKIT-4662
Wesley Wolfe
2013-08-06
-0
/
+173
*
Improve speed and memory use of FixedMetadataValue. Fixes BUKKIT-1460
crast
2013-04-04
-13
/
+25
*
Refactor common metadata code into base class. Fixes BUKKIT-3624
crast
2013-04-04
-0
/
+97
*
Test PluginManager.removePermission
EdGruberman
2013-03-11
-25
/
+129
*
Added negative id check to Material.getMaterial(int). Fixes BUKKIT-3414
MikeMatrix
2013-01-15
-0
/
+1
*
Clarify dye and wool color datas in DyeColor. Addresses BUKKIT-2786
Wesley Wolfe
2013-01-05
-5
/
+60
*
Add ItemMeta factory and interfaces. This adds BUKKIT-15
Wesley Wolfe
2012-12-17
-109
/
+366
*
Cache material data constructors. Fixes BUKKIT-2980
Darth Android
2012-11-24
-9
/
+5
*
Add a tab completion API for chat messages. Adds BUKKIT-2607
Wesley Wolfe
2012-10-17
-0
/
+28
*
Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602
Score_Under
2012-10-16
-0
/
+5
*
Change Player usage in unit tests to proxies
Wesley Wolfe
2012-08-10
-767
/
+47
*
Add API to get a players experience to level (getExpToLevel). Implements BUKK...
feildmaster
2012-07-11
-0
/
+4
*
Add an isValid() method to Entity. Addresses BUKKIT-810
TomyLobo
2012-06-28
-0
/
+4
*
Add LivingEntity.hasLineOfSight. Addresses BUKKIT-1255
TomyLobo
2012-06-23
-0
/
+4
*
Support asynchronous events; Addresses BUKKIT-1212
Wesley Wolfe
2012-06-13
-0
/
+185
*
Optimize ChatColor.getLastColors.
Travis Watkins
2012-05-16
-0
/
+10
*
Fix createSection getting sections from itself. Fixes BUKKIT-1513
feildmaster
2012-04-14
-0
/
+21
*
[Bleeding] Removing the last metadata item for a key now sets hasMetadata(key...
rmichela
2012-03-28
-0
/
+9
*
[Bleeding] MetadataBase now properly takes the metadata key into account when...
rmichela
2012-03-28
-0
/
+7
*
Added missing tests to TestPlayer.
EvilSeph
2012-03-22
-0
/
+8
*
[Bleeding] Fixed some issues with no-effect potions, and added more potion te...
Celtic Minstrel
2012-03-21
-30
/
+54
*
[Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191
rmichela
2012-03-16
-0
/
+8
*
Updated tests with isBlocking().
EvilSeph
2012-03-14
-0
/
+4
*
Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...
Celtic Minstrel
2012-03-13
-0
/
+5
*
[Bleeding] ChatPaginator now preserves the color of a line after wrapping the...
rmichela
2012-03-08
-37
/
+46
*
[Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...
rmichela
2012-03-08
-0
/
+11
*
[Bleeding] Added Help API. Addresses BUKKIT-863
rmichela
2012-03-01
-0
/
+161
*
[Bleeding] Added Conversations API. Addresses BUKKIT-864
rmichela
2012-03-01
-0
/
+381
*
[Bleeding] Added sharp() and natural() factory functions to mirror the flat()...
Celtic Minstrel
2012-02-29
-2
/
+58
*
Revert Plugin to Interface, added PluginBase
Feildmaster
2012-02-29
-31
/
+7
*
[Bleeding] Inventory framework and events. Addresses BUKKIT-856
Celtic Minstrel
2012-02-29
-0
/
+39
*
Implementation of richer playEffect methods. Addresses BUKKIT-857
Celtic Minstrel
2012-02-29
-0
/
+4
*
[Bleeding] Added a Metadata framework for Entities, Blocks, and Worlds
rmichela
2012-02-29
-4
/
+444
*
[Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844
Wesley Wolfe
2012-02-29
-1
/
+1
*
[Bleeding] Fixed potion tests.
Celtic Minstrel
2012-02-25
-13
/
+28
*
[Bleeding] Add missing methods to Bukkit class, fix non-static methods, and a...
Celtic Minstrel
2012-02-25
-0
/
+19
*
[Bleeding] Added launchProjectile.
aPunch
2012-02-23
-0
/
+5
*
[Bleeding] Added EntityType to replace CreatureType.
Celtic Minstrel
2012-02-22
-0
/
+5
*
[Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization
Wesley Wolfe
2012-02-19
-0
/
+76
*
Deprecation cleanup.
Erik Broes
2012-02-18
-45
/
+0
[next]