PaperMC/src/main/java/org/bukkit/craftbukkit
David Flemström 5121ebb65d Fixed issue with color markers in messages sent to the client.
This fix eliminates crashes related to color markers being at end-of-line, and also makes colors persist across line breaks.

- The broadcast message is split up in multiple packets, one per line
- Color markers are reorganized, so that color 'sticks across lines'
- The wrapping method calculates the *rendered* line length. Thus, if the user has a weird font, it might look weird.
2011-02-20 18:15:21 +01:00
..
block When deprecating, the alternative should be provided. 2011-02-19 06:02:27 -05:00
entity Fixed issue with color markers in messages sent to the client. 2011-02-20 18:15:21 +01:00
inventory inventory fixes 2011-02-08 19:47:08 -05:00
scheduler implementation of isCurrentlyRunning(int taskId); 2011-02-17 13:27:54 +11:00
CraftChunk.java Prevent Blocks from getting lost when a chunk reloads 2011-02-20 17:09:38 +01:00
CraftServer.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
CraftWorld.java Prevent Blocks from getting lost when a chunk reloads 2011-02-20 17:09:38 +01:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Small whitespace/warning sanitation 2011-01-11 23:11:10 +01:00
TextWrapper.java Fixed issue with color markers in messages sent to the client. 2011-02-20 18:15:21 +01:00