summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/configuration
Commit message (Expand)AuthorAgeLines
* Add ItemMeta factory and interfaces. This adds BUKKIT-15Wesley Wolfe2012-12-17-109/+1
* Fix createSection getting sections from itself. Fixes BUKKIT-1513feildmaster2012-04-14-0/+21
* Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...Celtic Minstrel2012-03-13-0/+5
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-1/+1
* [Bleeding] Added Enchantment and misc tests to ItemStack (de)serializationWesley Wolfe2012-02-19-0/+76
* [Bleeding] Changed event system into a new, much faster design. Huge thanks t...Nathan Adams2012-01-17-5/+5
* Generic cleaningErik Broes2012-01-15-37/+36
* Configurations now properly support lists of serializable objects, and ItemSt...Nathan Adams2012-01-15-0/+29
* Fixed YamlConfiguration creating empty lines when reading a file with no cont...Nathan Adams2012-01-08-4/+25
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-106/+100
* Configuration methods .getX (int/double/etc) now try to cast existing values ...Nathan Adams2011-12-12-2/+14
* Removed redundant TestEnum fileNathan Adams2011-11-13-1/+0
* Added createSection(String path, Map<String, object> map)Feildmaster2011-11-05-1/+14
* Added helper methods such as getStringList to ConfigurationSectionNathan Adams2011-10-26-1/+17
* Fixed issues with loading YamlConfigurations with typed keysNathan Adams2011-10-26-4/+6
* Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the...Nathan Adams2011-10-12-52/+74
* Loading a FileConfiguration (Yaml/) should remember the previously saved headerNathan Adams2011-10-12-0/+19
* YamlConfiguration now correctly writes extra blank lines at the end if requestedNathan Adams2011-10-12-2/+16
* Fixed removing entries in the new Configuration (via set(x, null))Nathan Adams2011-10-11-0/+8
* Small javadoc cleanupNathan Adams2011-10-10-2/+0
* Added new Configuration classesDinnerbone2011-10-10-0/+845