summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-92/+362
* Implement chat tab completion API. Fixes BUKKIT-2608. Adds BUKKIT-2607.Wesley Wolfe2012-10-17-4/+19
* Delegate tab-completion. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-15-0/+38
* Queue tasks from secondary threads. Fixes BUKKIT-2546 and BUKKIT-2600Wesley Wolfe2012-10-14-0/+46
* Implement new scheduler API. Adds BUKKIT-836Wesley Wolfe2012-10-14-2/+31
* Ensure entity isn't destroyed when trying to show it. Fixes BUKKIT-2038Travis Watkins2012-10-13-1/+0
* Remove player from destroy queue when they go visible. Fixes BUKKIT-2071Travis Watkins2012-09-28-0/+1
* Fix typo causing a task to be repeated in debug. Addresses BUKKIT-2549Wesley Wolfe2012-09-28-1/+1
* Map org.bukkit.Sound to String values for sending to client.Wesley Wolfe2012-09-26-2/+143
* Replace LongObjectHashMap with a more efficient implementationTravis Watkins2012-09-21-392/+280
* [Bleeding] Add autosave interval setting in bukkit.yml. Adds BUKKIT-2507Mike Primm2012-09-12-0/+2
* Bulk pending cleanup.Wesley Wolfe2012-09-09-49/+42
* Change local jline checks to not use String literals. Fixes BUKKIT-2455.Luke Granger-Brown2012-09-09-2/+11
* Add information about async tasks to CrashReports. Addresses BUKKIT-2491Wesley Wolfe2012-09-09-1/+59
* Fix crash from console-commands throwing exception. Fixes BUKKIT-2479Wesley Wolfe2012-09-06-1/+6
* Fix Future task waiting logic. Fixes BUKKIT-2408Wesley Wolfe2012-08-26-1/+6
* Rewrite scheduler. Fixes BUKKIT-1831, and BUKKIT-845Wesley Wolfe2012-08-22-618/+533
* Fix instances where Signs have null lines. Addresses BUKKIT-684V10lator2012-08-21-1/+7
* Use standard format function to format logs. Addresses BUKKIT-2246EdGruberman2012-08-21-1/+1
* Implement API for Sound, and playing the sounds for Worlds and Players. Adds ...feildmaster2012-08-21-0/+22
* Use a dynamic pool size for the iterator cacheTravis Watkins2012-08-20-21/+35
* Implement API to retrieve and open EnderChests. Adds BUKKIT-2016feildmaster2012-08-20-0/+7
* [Bleeding] Remove redundant chunkList from ChunkProviderServerMike Primm2012-08-19-2/+2
* Add LongObjectHashMap and LongHashSetTravis Watkins2012-08-19-357/+839
* Add iterator cache to UnsafeList and use it in hotspotsTravis Watkins2012-08-19-14/+109
* Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229Mike Primm2012-08-19-18/+5
* Add more detailed CrashReport for CraftBukkit. Addresses BUKKIT-2319Wesley Wolfe2012-08-17-0/+41
* Use correct SlotType's for merchants. Fixes BUKKIT-2257feildmaster2012-08-15-0/+7
* Implement methods for spawning FallingBlocks and add various FallingBlock met...feildmaster2012-08-14-4/+49
* Update CreatureSpawner.setSpawnedType(EntityType) to 1.3feildmaster2012-08-12-4/+5
* Implement player speed API. Addresses BUKKIT-2205Wesley Wolfe2012-08-10-0/+35
* Implement new deprecated warning state configuration optionWesley Wolfe2012-08-06-1/+8
* Put forceChunkLoad back to its original value.Travis Watkins2012-08-05-2/+8
* Implement new AsyncPlayerChatEvent. Addresses BUKKIT-2064Wesley Wolfe2012-08-03-1/+124
* Fix mapping of ChunkSection nibble data to snapshot. Fixes BUKKIT-1977Mike Primm2012-08-02-5/+5
* Add trailing / to BukkitDL URLs. Fixes BUKKIT-2015.Luke Granger-Brown2012-08-02-4/+13
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-122/+249
* 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