Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-23 | Update submodules | Tiger Wang | 1 | -2/+2 | |
2020-05-05 | Update fmt to 6.2.0 (#4718) | peterbell10 | 1 | -2/+7 | |
* Update fmt to 6.2.0 | |||||
2020-05-04 | Add two missing include guards | Tiger Wang | 1 | -0/+2 | |
2020-04-16 | Using Super. | Mattes D | 1 | -4/+5 | |
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -1/+0 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -1/+2 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -4/+4 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -8/+7 | |
2015-05-10 | Exported cPluginManager:ExecuteConsoleCommand() to Lua API. | Mattes D | 1 | -6/+24 | |
Fixes #1999. | |||||
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -3/+3 | |
2014-03-14 | Fixed xofts issues | Tycho | 1 | -1/+1 | |
2014-03-11 | Move Format issues | Tycho | 1 | -1/+1 | |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -0/+1 | |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+2 | |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -82/+82 | |
2013-06-29 | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 1 | -0/+82 | |
RCON authentication is now required before executing commands. Console command handlers now return two values, bool (IsHandled) and string (CommandOutput). API change: removed cRoot:ExecuteConsoleCommand(), added cRoot:QueueExecuteConsoleCommand(). API change: removed cPluginManager:ExecuteConsoleCommand(), use cRoot:QueueExecuteConsoleCommand() instead git-svn-id: http://mc-server.googlecode.com/svn/trunk@1631 0a769ca7-a7f5-676a-18bf-c427514a06d6 |