Paper/src/main/java/org/bukkit/craftbukkit
2011-03-29 23:14:59 +02:00
..
block Switched biome coords from chunk based to block based 2011-03-26 15:05:16 +01: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 Move passenger-handling to CraftEntity 2011-03-29 23:14:59 +02:00
event Line endings, damnit! 2011-03-27 20:57:46 +01:00
inventory Sourcefiles shouldn't be executable 2011-03-12 16:12:41 +01:00
scheduler Code cleanup, fixed doors, chunk entity fetching 2011-03-11 16:25:35 -05:00
util Ctrl+C saves world before stopping 2011-03-29 21:01:04 +01:00
CraftChunk.java Updated for the cleanups done in Bukkit 2011-03-26 22:32:56 +01:00
CraftServer.java RegisterInterface reload bug fix 2011-03-29 21:32:24 +01:00
CraftWorld.java World.spawnCreature now returns LivingEntity instead of Creature, to allow Ghasts and Slimes to be spawned using the command. 2011-03-26 17:52:04 +01:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Updated for the cleanups done in Bukkit 2011-03-26 22:32:56 +01:00
TextWrapper.java TextWrapper now wraps text at the proper width and also prevent splitting unless it is needed 2011-03-12 16:58:05 +01:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00