summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Changes '/whitelist list' to ignore comments. Addresses BUKKIT-1804Jeff Wardian2012-06-14-0/+3
* Preserve whitelist ordering. Addresses BUKKIT-1805Jeff Wardian2012-06-14-1/+2
* Fire NotePlayEvent. Fixes BUKKIT-1779obnoxint2012-06-14-0/+6
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-0/+4
* Check world before checking distance. Fixes BUKKIT-1792Wesley Wolfe2012-06-12-0/+4
* Launch fireballs at eye location. Fixes BUKKIT-1155feildmaster2012-06-03-2/+4
* Make log-strip-color a simple flag instead of a boolean.Travis Watkins2012-06-02-5/+1
* Resize UnsafeList to initial capacity when cleared and implement clone.Travis Watkins2012-06-01-6/+20
* Fix bold states while printing; Fixes BUKKIT-1716Wesley Wolfe2012-05-26-8/+8
* Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717Wesley Wolfe2012-05-26-1/+1
* Removed AnimalTamer cache, fixes BUKKIT-1628Wesley Wolfe2012-05-24-18/+7
* Fixed broken hashCode()Wesley Wolfe2012-05-24-5/+2
* Add in checks for potential NPEs. Fixes BUKKIT-1706 and BUKKIT-1590.Travis Watkins2012-05-24-1/+13
* Re-implement World.getTemperature and World.getHumidityScore_Under2012-05-23-2/+2
* Replace TextWrapper with simple newline splitting. Fixes BUKKIT-1662Travis Watkins2012-05-16-79/+16
* Fix block place protection using a larger radius. Fixes BUKKIT-1617feildmaster2012-05-16-1/+1
* Add option to strip color codes from server.log fileTravis Watkins2012-05-16-0/+6
* Update to jline 2. Fixes BUKKIT-717EdGruberman2012-05-15-28/+35
* Revert "Fix potential NPE in vanish API. Fixes BUKKIT-1541"feildmaster2012-04-27-8/+0
* Remove Player cache and edit CraftPlayer.equals to account for EntityID. Fixe...feildmaster2012-04-27-42/+20
* Update players when potion effects are moved from them. Fixes BUKKIT-789Travis Watkins2012-04-24-0/+5
* Fix potential NPE in vanish API. Fixes BUKKIT-1541Travis Watkins2012-04-24-0/+8
* Remove legacy Chunk cache. Fixes BUKKIT-1400feildmaster2012-04-24-20/+6
* We build for Java 1.5.EvilSeph2012-04-23-1/+1
* Add per-world spawn limits with fallback to server-wide bukkit.yml settings.Travis Watkins2012-04-23-0/+60
* Avoid doing unnecessary range checks when we're looping from start to end.Travis Watkins2012-04-23-0/+154
* Made permissions.yml registration easier; Addresses BUKKIT-1499Wesley Wolfe2012-04-15-5/+5
* Properly call EntityDeathEvent for mobs. Fixes BUKKIT-1519feildmaster2012-04-15-0/+5
* Persist PlayerDeathEvent values. Fixes BUKKIT-1521feildmaster2012-04-14-3/+16
* SpawnRadius should only apply to main world. Fixes BUKKIT-1427feildmaster2012-04-02-0/+1
* Add BlockRedstoneEvent to Redstone Lamps, Addresses BUKKIT-1431feildmaster2012-04-02-0/+6
* Fixed interacting with Air returning a false block.feildmaster2012-04-01-1/+1
* Fixed breaking at world height in creative. Fixes BUKKIT-997feildmaster2012-03-31-1/+1
* Reverting the Drop API for now, we need to re-evalute this as it is causing t...Warren Loo2012-03-27-49/+1
* [Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351feildmaster2012-03-26-7/+7
* [Bleeding] Fixed potions throwing double events. Fixes BUKKIT-1332feildmaster2012-03-26-4/+7
* Refactor code to be more efficient.feildmaster2012-03-25-10/+9
* [Bleeding] Fixed item duping in certain occasions. Fixes BUKKIT-1310feildmaster2012-03-25-5/+6
* [Bleeding] Fixed blocks dropping when BlockBreakEvent is canceled. Fixes BUKK...feildmaster2012-03-23-0/+1
* Fixed incorrect assigning to isFlying when toggling setAllowedFlight(false)Nathan Adams2012-03-23-1/+1
* Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295feildmaster2012-03-23-4/+2
* Really fixed Block.breakNaturally(). Fixes BUKKIT-1295EvilSeph2012-03-23-1/+2
* Fixed Block.breakNaturally(). Fixes BUKKIT-1295EvilSeph2012-03-23-0/+3
* [Bleeding] Add a check for illegal blocks. Addresses BUKKIT-1278. Needs more ...feildmaster2012-03-22-0/+3
* Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BU...EvilSeph2012-03-22-10/+78
* Re-added TextWrapper, and fixed chat length issues (at cost of it looking not...Nathan Adams2012-03-22-0/+20
* Implemented new player flight methods. This implements BUKKIT-1281. This also...Nathan Adams2012-03-22-8/+26
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-0/+4
* Nuked TextWrapper. We don't need you anymore, old friend :(Nathan Adams2012-03-22-88/+0
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1