Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164 | Thinkofdeath | 2014-12-11 | -0/+10 |
| | ||||
* | Add CraftMetaTileEntity, fixes the previously broken tests | Thinkofdeath | 2014-12-07 | -3/+3 |
| | ||||
* | Disable some tests whilst issues with them are looked into | Thinkofdeath | 2014-12-07 | -2/+2 |
| | ||||
* | Update to Minecraft 1.8 | Thinkofdeath | 2014-11-28 | -42/+77 |
| | | | | For more information please see http://www.spigotmc.org/ | |||
* | Update CraftBukkit to Minecraft 1.7.10 | Travis Watkins | 2014-07-08 | -2/+2 |
| | ||||
* | Handle profiles in SkullMeta, they don't store a string anymore. | Travis Watkins | 2014-04-17 | -1/+3 |
| | ||||
* | Update CraftBukkit to Minecraft 1.7.5 | Nate Mortensen | 2014-03-21 | -2/+2 |
| | ||||
* | [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305 | t00thpick1 | 2014-01-16 | -38/+62 |
| | ||||
* | Add failing unit test for ItemMeta-repairability | Wesley Wolfe | 2014-01-14 | -0/+56 |
| | ||||
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -26/+58 |
| | ||||
* | Make ItemFactoryTest.java platform agnostic. Fixes BUKKIT-4695 | Wesley Wolfe | 2013-08-14 | -4/+6 |
| | | | | | | | Maven paths that include spaces (and possible other characters) get improperly translated when using a file handle from a URL. This changes the unit test to open a stream directly from the URL, providing proper file resolution on multiple platforms. | |||
* | Fix javac workaround in ItemStackTest | Wesley Wolfe | 2013-08-06 | -13/+10 |
| | ||||
* | Add BukkitObjectIOStream tests on top of ItemMeta tests | Wesley Wolfe | 2013-08-06 | -9/+76 |
| | ||||
* | Store item attributes. Addresses BUKKIT-4523 | Wesley Wolfe | 2013-07-27 | -0/+45 |
| | ||||
* | Update CraftBukkit to 1.6.1 | Nate Mortensen | 2013-07-01 | -1/+1 |
| | ||||
* | Add methods to check conflicting enchantments. Adds BUKKIT-3830 | GJ | 2013-03-25 | -0/+47 |
| | ||||
* | Implement unit test for hasGravity(). Adds BUKKIT-3832 | nitnelave | 2013-03-20 | -0/+10 |
| | ||||
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -2/+2 |
| | ||||
* | Improve the item meta deserialization code-style | Wesley Wolfe | 2013-01-18 | -2/+38 |
| | | | | | | Fixed the ItemMetaFireworkTest Add set power unit tests for FireworkMeta | |||
* | Add ItemStackMapTest | Wesley Wolfe | 2013-01-15 | -0/+121 |
| | | | | This test was missing from c056293b38cb9a1296937d91746b175252be044a | |||
* | Update unit test to reflect firework color fix. Fixes BUKKIT-3382 | Wesley Wolfe | 2013-01-05 | -1/+1 |
| | | | | The ItemDye color-int array uses dye data values, not wool. | |||
* | Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786 | Wesley Wolfe | 2013-01-05 | -2/+2 |
| | | | | | These two methods are now deprecated and replaced by the strictly equivalent calls using wool data. | |||
* | Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237 | Wesley Wolfe | 2012-12-21 | -22/+499 |
| | | | | | | | | | Some meta functionality is refactored into common methods. CraftItemStack uses the ItemMetaKey identifiers for enchantments. Refactored unit test to include extra functionality; initially only checking the presence of the DelegateDeserialization annotation. | |||
* | Implement ItemFactory and ItemMeta values. Adds BUKKIT-15 | Wesley Wolfe | 2012-12-17 | -23/+1784 |
| | ||||
* | Add isRecord and new material method tests. | Wesley Wolfe | 2012-12-14 | -90/+122 |
| | | | | | Cleaned up all of the CraftBukkit tests, including moving some tests from MaterialTest to PerMaterialTest. | |||
* | Add isSolid() tests for each material | Wesley Wolfe | 2012-12-09 | -0/+45 |
| | ||||
* | Improved the potion test to detect missing PotionType values. | Wesley Wolfe | 2012-11-02 | -1/+31 |
| | ||||
* | Add CraftArt mappings for Wither. Fixes BUKKIT-2667. | Wesley Wolfe | 2012-11-01 | -0/+23 |
| | | | | | | | | | | | | The static assertions are not normally evaluated in the JVM, and failed to fail when the enums went from size 25 to size 26. This meant missing values would not be detected at runtime and instead return null, compounding problems later. The switches should never evaluate to null so will instead throw runtime assertion errors. Additional unit tests were added to detect new paintings and assure they have proper, unique mappings. The test checks both that a mapping exists, is not null, and does not duplicate another mapping. | |||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -3/+3 |
| | ||||
* | Map org.bukkit.Sound to String values for sending to client. | Wesley Wolfe | 2012-09-26 | -0/+17 |
| | | | | | | | This change was done to remove the internal sound names from the API. Along with moving the internal names into CraftBukkit, a unit test was added for any new sounds added in the API to assure they have a non-null mapping. | |||
* | Bulk pending cleanup. | Wesley Wolfe | 2012-09-09 | -3/+3 |
| | ||||
* | Add test for WorldType's | feildmaster | 2012-08-02 | -0/+31 |
| | ||||
* | Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on ↵ | EvilSeph | 2012-03-15 | -0/+3 |
| | | | | every compile as it relies on DLB being up. Addresses BUKKIT-1140 | |||
* | Fixed AchievementTest.java | feildmaster | 2012-03-01 | -6/+2 |
| | ||||
* | Added a built-in update checker. See ↵ | Nathan Adams | 2012-02-16 | -0/+30 |
| | | | | http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options. | |||
* | [Bleeding] Added Potions API. Fixes BUKKIT-389 | fullwall | 2012-02-10 | -0/+27 |
| | ||||
* | Add some testing | Erik Broes | 2012-01-29 | -0/+204 |
| | ||||
* | Test cloning of CraftItemStacks created with null nms ItemStacks | Andrew Ardill | 2011-12-29 | -0/+8 |
| | ||||
* | Test cloning enchanted CraftItemStacks | Andrew Ardill | 2011-12-20 | -0/+28 |