summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Implement getExpToLevel method. Fixes BUKKIT-1906feildmaster2012-07-11-4/+4
* [Bleeding] Include chunk biome data for refresh chunk. Fixes BUKKIT-1166Mike Primm2012-07-08-11/+7
* Factor invulnerableTicks into getNoDamageTicks. Fixes BUKKIT-1324feildmaster2012-07-04-0/+9
* Implement getMotd, and reload the motd. Adds BUKKIT-1799feildmaster2012-07-03-2/+7
* Apply setLastDamageCause after processing events and the event has not been c...feildmaster2012-07-02-1/+6
* Treat ComplexParts as proxies for setLastDamageCause. Fixes BUKKIT-1821feildmaster2012-07-02-0/+11
* Clean entity.damage functions. Fixes BUKKIT-1822feildmaster2012-07-02-22/+7
* Fix deprecated spawnCreature. Fixes BUKKIT-1880Wesley Wolfe2012-07-02-1/+1
* Mark entities as invalid when they get despawned. Addresses BUKKIT-810Travis Watkins2012-06-28-0/+4
* Implement LivingEntity.hasLineOfSight. Addresses BUKKIT-1255TomyLobo2012-06-23-0/+5
* Deprecate spawnCreature and add spawnEntity. Addresses BUKKIT-1168V10lator2012-06-23-6/+6
* Trigger EntityBlockChangeEvent for Silverfish. Adds BUKKIT-1560 and BUKKIT-1593feildmaster2012-06-23-0/+7
* Implement plugin channel events. Addresses BUKKIT-1844Wesley Wolfe2012-06-21-2/+8
* Fire PlayerItemBreakEvent. Addresses BUKKIT-1600Travis Ralston2012-06-21-0/+6
* Clear animal owner when untamed. Fixes BUKKIT-1482Ammar Askar2012-06-20-0/+3
* Add query-plugins setting. Addresses BUKKIT-1781H31IX2012-06-20-0/+4
* 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