.. |
block
|
Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases.
|
2012-03-27 20:04:26 -04:00 |
command
|
Fix bold states while printing; Fixes BUKKIT-1716
|
2012-05-26 15:32:38 -05:00 |
conversations
|
[Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Whenever a conversation exits, the ConversationAbandonedEvent is triggered with details about how the conversation ended and what, if anything caused it to end. Fixes BUKKIT-986
|
2012-03-08 01:29:49 -05:00 |
enchantments
|
Implemented Enchantment.conflictsWith(). Addresses BUKKIT-1159
|
2012-03-13 22:23:33 -04:00 |
entity
|
Launch fireballs at eye location. Fixes BUKKIT-1155
|
2012-06-03 05:34:58 -05:00 |
event
|
Fire NotePlayEvent. Fixes BUKKIT-1779
|
2012-06-14 20:58:57 -05:00 |
generator
|
[Bleeding] Add updated interfaces for custom chunk generation. Addresses BUKKIT-874
|
2012-03-09 11:46:06 -05:00 |
help
|
[Bleeding] Added support for custom index help topics in help.yml. Addresses BUKKIT-1263
|
2012-03-22 00:50:10 -04:00 |
inventory
|
[Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT-1248
|
2012-03-20 21:31:42 -04:00 |
map
|
Deprecation cleanup.
|
2012-02-18 13:06:12 -05:00 |
metadata
|
[Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds
|
2012-02-29 19:21:25 +01:00 |
potion
|
Updated to rename revision 02
|
2012-03-01 01:12:41 +00:00 |
scheduler
|
Deprecation cleanup.
|
2012-02-18 13:06:12 -05:00 |
updater
|
Slightly changed the Auto Updater error for when it can't find the current version
|
2012-03-03 01:22:43 +00:00 |
util
|
Resize UnsafeList to initial capacity when cleared and implement clone.
|
2012-06-01 13:03:59 -05:00 |
ChunkCompressionThread.java
|
World height related fixes - 128 -> 256. Addresses BUKKIT-889
|
2012-03-01 20:13:28 -05:00 |
CraftArt.java
|
fixed mapping of Art <-> EnumArt in Paintings
|
2011-10-12 14:13:11 -04:00 |
CraftChunk.java
|
Made Chunk.getEntities() account for the world height increase. Fixes BUKKIT-1059
|
2012-03-09 13:09:15 -05:00 |
CraftChunkSnapshot.java
|
Implemented snapshot support for 1.2.
|
2012-03-02 00:47:21 -05:00 |
CraftEffect.java
|
Implementation of richer playEffect methods. Addresses BUKKIT-857
|
2012-02-29 14:59:27 -05:00 |
CraftOfflinePlayer.java
|
Fixed broken hashCode()
|
2012-05-24 23:01:33 -05:00 |
CraftServer.java
|
Preserve whitelist ordering. Addresses BUKKIT-1805
|
2012-06-14 23:33:13 -05:00 |
CraftWorld.java
|
Check world before checking distance. Fixes BUKKIT-1792
|
2012-06-12 16:37:47 -04:00 |
LoggerOutputStream.java
|
Fix formatting.
|
2012-01-15 10:54:57 +01:00 |
Main.java
|
Make log-strip-color a simple flag instead of a boolean.
|
2012-06-02 14:43:38 -05:00 |
PortalTravelAgent.java
|
(Re)restricted the nether to 128 world height. Fixes BUKKIT-976
|
2012-03-09 12:08:59 -05:00 |
TextWrapper.java
|
Replace TextWrapper with simple newline splitting. Fixes BUKKIT-1662
|
2012-05-16 23:47:14 -05:00 |
TrigMath.java
|
Fix formatting.
|
2012-01-15 10:54:57 +01:00 |