summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ConsoleLogFormatter.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-60/+0
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* ANSI color codes now reset text attributes. Fixes BUKKIT-3508James Clarke2013-03-23-1/+1
| | | | The client resets all formatting after a color code is received, but currently the ANSI codes do not, and so the console does not accurately reflect the appearance of the formatted text. Instead, the ANSI color codes are now set to reset all text attributes.
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-24/+19
|
* Use standard format function to format logs. Addresses BUKKIT-2246EdGruberman2012-08-21-2/+2
| | | | Also fix "excess" Log Levels.
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-1/+1
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-1/+3
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Add option to strip color codes from server.log fileTravis Watkins2012-05-16-2/+14
|
* Add ConsoleLogFormatter for diff visibilityTravis Watkins2012-05-15-0/+51