Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |