Paper/src/main/java/org/bukkit/craftbukkit
2011-05-02 23:55:18 +10:00
..
block Changed Block.setTypeId() back to old behavior before the new translation process. 2011-04-21 23:31:09 -07:00
command Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file). 2011-02-25 16:12:38 +00:00
entity Added events related to weather in 1.5. Thanks wizjany! 2011-04-25 19:47:25 -04:00
event Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
inventory Added a setArmorContents method to PlayerInventory. 2011-05-02 02:09:24 -04:00
scheduler Improved the Scheduler. 2011-05-02 02:40:07 -04:00
util Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftChunk.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftServer.java We build for Java 1.5, so no @Override for interface implementations 2011-05-02 23:55:18 +10:00
CraftWorld.java Added per world PVP setting support. 2011-05-02 00:32:26 -04:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Implemented ebeans 2011-04-01 16:06:46 +01:00
TextWrapper.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 22:17:07 +02:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00