Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -158/+0 |
| | ||||
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -19/+75 |
| | ||||
* | Bulk pending cleanup. | Wesley Wolfe | 2012-09-09 | -3/+3 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -2/+0 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -11/+5 |
| | | | | | | | | | | | | | 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 | |||
* | Don't try to parse directories if we don't have any. | Travis Watkins | 2012-06-06 | -1/+4 |
| | ||||
* | Try to make parent directories for --log-pattern path. Fixes BUKKIT-680 | Travis Watkins | 2012-06-04 | -1/+51 |
| | ||||
* | Add option to strip color codes from server.log file | Travis Watkins | 2012-05-16 | -1/+1 |
| | ||||
* | Fix formatting. | Erik Broes | 2012-01-15 | -6/+8 |
| | ||||
* | Fix balance of CraftBukkit start/end. | Erik Broes | 2012-01-12 | -1/+1 |
| | ||||
* | Added command line logging configuration which enables log file: | stevenh | 2011-07-10 | -1/+7 |
| | | | | | | | | | * Size limiting (--log-limit <size in bytes>) * Rotation (--log-count <count of files>) * Custom naming (--log-pattern <filename pattern>) * Append (--log-append <true|false>) Note: This is done via command line and not bukkit-settings as that would require lots of refactoring of both core server and CraftBukkit due to the current initialisation ordering and depenencies. All settings default to that of the standard server | |||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -1/+0 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -1/+1 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -1/+2 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -6/+6 |
| | ||||
* | Minor cleanups | Erik Broes | 2011-03-23 | -2/+3 |
| | ||||
* | Added command line option 'date-format' to control how dates are printed to ↵ | Dinnerbone | 2011-02-26 | -3/+4 |
| | | | | console (not to log) | |||
* | Much better console interaction. History, no more losing the command, ↵ | Dinnerbone | 2011-02-25 | -3/+7 |
| | | | | colours, inline editing, etc. Shorter log output to console (but not to file). | |||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -8/+9 |
| | ||||
* | Make all new loggers default to the same logging as "Minecraft" (to console ↵ | Dinnerbone | 2011-02-20 | -0/+42 |
+ file, same format) |