| Commit message (Expand) | Author | Age | Lines |
... | |
* | Fixed casting in ItemStack.deserialize. | starrynte | 2012-02-03 | -3/+3 |
* | onEnable and onDisable are no longer required implementations for JavaPlugins | Nathan Adams | 2012-02-01 | -2/+5 |
* | Updated version to 1.1-R4-SNAPSHOT for development towards next release. | EvilSeph | 2012-01-30 | -1/+1 |
* | Updated version to 1.1-R3 in pom.xml for RB. | EvilSeph | 2012-01-30 | -1/+1 |
* | Updated version to 1.1-R3-SNAPSHOT for development towards next release. | EvilSeph | 2012-01-29 | -1/+1 |
* | Updated version to 1.1-R2 in pom.xml for RB. | EvilSeph | 2012-01-29 | -1/+1 |
* | Fixed comment from earlier commit. | EvilSeph | 2012-01-29 | -1/+1 |
* | Added 'generate-structure' setting support and WorldCreator property. | Eric Stokes | 2012-01-29 | -0/+28 |
* | Added useExactLoginLocation(). Closes BUKKIT-145 | EvilSeph | 2012-01-29 | -0/+10 |
* | Add some testing | Erik Broes | 2012-01-29 | -261/+851 |
* | Cleanup. | EvilSeph | 2012-01-27 | -2/+2 |
* | Updated version to 1.1-R2-SNAPSHOT for development towards next release. | EvilSeph | 2012-01-25 | -1/+1 |
* | Fixed plugin loader. Thanks Wolvereness! | EvilSeph | 2012-01-25 | -107/+243 |
* | Adhere to naming conventions. | EvilSeph | 2012-01-25 | -4/+4 |
* | This will be re-added after the RB. | EvilSeph | 2012-01-25 | -6/+0 |
* | Updated versions to 1.1-R1 in pom.xml for RB. | EvilSeph | 2012-01-25 | -1/+1 |
* | [Bleeding] Added EnchantmentTable API. | Mike Primm | 2012-01-24 | -0/+196 |
* | [Bleeding] Added PotionSplashEvent for splash potions. Closes BUKKIT-307 | Zeerix | 2012-01-24 | -0/+99 |
* | Added spacing to BanListCommand output. | EvilSeph | 2012-01-23 | -1/+1 |
* | [Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! Close... | Aidan Matzko | 2012-01-23 | -2/+232 |
* | Updated timing code for new event system | Tahg | 2012-01-19 | -33/+169 |
* | Add updated repos to pom.xml | Erik Broes | 2012-01-19 | -1/+16 |
* | Added new PlayerExpChangeEvent and PlayerLevelChangeEvent events. Thanks to f... | Nathan Adams | 2012-01-19 | -3/+135 |
* | Player.setPlayerListName no longer ignores colour length in size limit. This ... | Nathan Adams | 2012-01-19 | -1/+0 |
* | Use the type of the eventhandler method's parameter as type rather than speci... | Erik Broes | 2012-01-19 | -7/+16 |
* | Added a default to EventHandler.priority() | zml2008 | 2012-01-18 | -3/+5 |
* | Add Player.setBedSpawnLocation(Location). Thanks md_5 | Erik Broes | 2012-01-17 | -0/+20 |
* | Minor cleanup | Erik Broes | 2012-01-17 | -5/+10 |
* | [Bleeding] Added EntityShootBowEvent. Thanks Zeerix. | Erik Broes | 2012-01-17 | -0/+94 |
* | [Bleeding] Add BrewingStand API. Thanks N3X15 & md_5 | Erik Broes | 2012-01-17 | -0/+21 |
* | [Bleeding] Added DamageCause.POISON/MAGIC and RegainReason.MAGIC/MAGIC_REGEN ... | Zeerix | 2012-01-17 | -0/+20 |
* | [Bleeding] Added Block.breakNaturally and Block.getDrops | Zeerix | 2012-01-17 | -1/+34 |
* | [Bleeding] Changed event system into a new, much faster design. Huge thanks t... | Nathan Adams | 2012-01-17 | -227/+1693 |
* | [Bleeding] Added Block.getLightFromSky and getLightFromBlocks | Mike Primm | 2012-01-17 | -0/+18 |
* | [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that pre... | rmichela | 2012-01-17 | -3/+67 |
* | [Bleeding] Added: <T extends Entity> Collection<T> World.getEntitiesByClass(C... | Mike Primm | 2012-01-17 | -0/+8 |
* | [Bleeding] Add Animals: setAgeLock(bool), bool getAgeLock, void setBaby, void... | Erik Broes | 2012-01-17 | -0/+45 |
* | Fixed incorrect value for ChatColor.BLACK (was 1, should be 0) | Nathan Adams | 2012-01-16 | -1/+1 |
* | Added ChatColor.MAGIC, changed to char based values and deprecated old method... | Nathan Adams | 2012-01-16 | -20/+117 |
* | Added a World.getWorldType() method | Nathan Adams | 2012-01-15 | -0/+7 |
* | Generic cleaning | Erik Broes | 2012-01-15 | -275/+248 |
* | Added "class-loader-of" field to plugin.yml. Big thanks to CmdrDats for the PR. | Nathan Adams | 2012-01-15 | -1/+26 |
* | Added an EntityCreatePortalEvent | Nathan Adams | 2012-01-15 | -0/+90 |
* | Configurations now properly support lists of serializable objects, and ItemSt... | Nathan Adams | 2012-01-15 | -103/+143 |
* | Added Player set/getAllowFlight methods. Thanks to Qala for the PR. | Nathan Adams | 2012-01-15 | -0/+23 |
* | Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR | Nathan Adams | 2012-01-15 | -1/+1 |
* | ItemStack.getMaxStackSize no longer incorrectly returns -1 when not backed by... | Nathan Adams | 2012-01-15 | -0/+5 |
* | Add commons-lang to deps | Erik Broes | 2012-01-15 | -3/+22 |
* | Fix unambiguous import | Erik Broes | 2012-01-15 | -1/+0 |
* | Changed Material to use an array for lookups, instead of a hashmap. Thanks to... | Nathan Adams | 2012-01-15 | -3/+14 |