summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Updated version to 1.2.5-R1.3 in pom.xml for Beta.EvilSeph2012-04-30-1/+1
|
* Set help index page to 1 for invalid numbers. Fixes BUKKIT-1569feildmaster2012-04-30-17/+33
|
* Making MemorySection much more efficient; Addresses BUKKIT-1454Wesley Wolfe2012-04-30-386/+137
|
* Made clearPermissions public. Addresses BUKKIT-1541feildmaster2012-04-27-1/+1
|
* We default to OPfeildmaster2012-04-27-1/+4
|
* Updated version to 1.2.5-R1.3-SNAPSHOT for development towards next release.EvilSeph2012-04-25-1/+1
|
* Updated version to 1.2.5-R1.2 in pom.xml for Beta.EvilSeph2012-04-24-1/+1
|
* Add API for managing mob spawn limits per-world. Fixes BUKKIT-1565Travis Watkins2012-04-23-0/+72
|
* Adding ceil to NumberConversionsWesley Wolfe2012-04-15-0/+5
|
* Add SpawnReason.DEFAULT, to make SpawnReason.CUSTOM solely for pluginsfeildmaster2012-04-14-2/+6
|
* Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790feildmaster2012-04-14-0/+4
|
* Fix createSection getting sections from itself. Fixes BUKKIT-1513feildmaster2012-04-14-1/+22
|
* Updated version to 1.2.5-R1.2-SNAPSHOT for development towards next release.EvilSeph2012-04-08-1/+1
|
* Updated version to 1.2.5-R1.1-SNAPSHOT for development towards next release.EvilSeph2012-04-05-1/+1
|
* Updated version to 1.2.5-R1.0 in pom.xml for RB.EvilSeph2012-04-04-1/+1
|
* Adds address to PlayerLoginEvent; Addresses BUKKIT-431Wesley Wolfe2012-04-03-4/+56
| | | | | This also deprecates old constructors left for compatibility. Address will default to null in these cases.
* Updated version to 1.2.5-R0.2-SNAPSHOT for development towards next release.EvilSeph2012-04-03-1/+1
|
* Update version to 1.2.5-R0.1 in pom.xml for beta.EvilSeph2012-04-03-1/+1
|
* Removed pointless counter and use .length in PluginsCommand. Thanks nallar!EvilSeph2012-04-02-3/+1
|
* Add new SmoothBrick texture; Addresses BUKKIT-1417Wesley Wolfe2012-03-31-0/+1
|
* Fix Wood(plank) and add Sandstone MaterialData; addresses BUKKIT-1384Wesley Wolfe2012-03-31-2/+112
|
* Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanillaDinnerbone (Laptop)2012-03-30-26/+26
|
* Updated version to 1.2.4-R1.1-SNAPSHOT for development towards next release.EvilSeph2012-03-29-1/+1
|
* Updated version to 1.2.4-R1.0 for release.EvilSeph2012-03-28-1/+1
|
* [Bleeding] Removing the last metadata item for a key now sets ↵rmichela2012-03-28-0/+12
| | | | hasMetadata(key) to false. Addresses BUKKIT-1380
* [Bleeding] MetadataBase now properly takes the metadata key into account ↵rmichela2012-03-28-18/+29
| | | | when computing hasMetadata(). Addresses BUKKIT-1211
* [Bleeding] Add null check to getFacing(); Fixes BUKKIT-1249Wesley Wolfe2012-03-27-1/+2
|
* [Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356feildmaster2012-03-27-0/+7
|
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-68/+7
| | | | | | too many issues and blocking releases. This reverts commit 2d17b0c24e2de982c09ad6050a95db0fac70c3ad.
* Added plugin count to the PluginsCommand.EvilSeph2012-03-22-2/+4
|
* Fixed an index out of range error in ChatColor.getLastColorsNathan Adams2012-03-22-1/+1
|
* Added isFormat, isColor and getLastColors methods to ChatColorNathan Adams2012-03-22-5/+54
|
* Added missing tests to TestPlayer.EvilSeph2012-03-22-0/+8
|
* Added player.isFlying|setFlying to check if a player is flying, or make them ↵Nathan Adams2012-03-22-0/+13
| | | | fly/not. This implements BUKKIT-1281.
* Added new MELTING DamageCause. Addresses BUKKIT-1244EvilSeph2012-03-22-0/+6
|
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-1/+12
|
* Added some new ChatColors. Surprise! :DNathan Adams2012-03-22-3/+23
|
* Updated version string to 1.2.4-R0.1Nathan Adams2012-03-22-1/+1
|
* [Bleeding] Fixed soft-dependencies broken by previous commit.Wesley Wolfe2012-03-22-1/+1
|
* [Bleeding] Made IndexHelpTopic more conducive to subclassing. Addresses ↵rmichela2012-03-22-15/+46
| | | | BUKKIT-1263
* [Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses ↵zml20082012-03-21-3/+42
| | | | | | BUKKIT-1162 - Also added in xpansive's tweaks to BlockChangeDelegate for extra methods
* [Bleeding] Added loadbefore property; Addresses BUKKIT-843Wesley Wolfe2012-03-21-2/+43
|
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. ↵aPunch2012-03-21-61/+67
| | | | Addresses BUKKIT-1232
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-7/+68
| | | | BUKKIT-397 and fixes BUKKIT-1252
* [Bleeding] Fixed some issues with no-effect potions, and added more potion ↵Celtic Minstrel2012-03-21-32/+63
| | | | tests. Fixes BUKKIT-1251
* [Bleeding] Add Chest.getBlockInventory() for convenience; this always ↵Celtic Minstrel2012-03-20-1/+11
| | | | returns a single chest inventory. Addresses BUKKIT-1247
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-0/+9
|
* [Bleeding] Added way to get/set if an Iron Golem was player created. ↵aPunch2012-03-20-0/+15
| | | | Addresses BUKKIT-1229
* [Bleeding] Add ExpBottleEvent; Addresses BUKKIT-888Wesley Wolfe2012-03-20-0/+69
|
* [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193rmichela2012-03-16-2/+139
|