| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | whitespace | isanae | 2020-11-10 | 1 | -2/+2 |
| | | |||||
| * | don't attempt to parse the command line for launch, it fails in all sorts of ↵ | isanae | 2020-11-09 | 1 | -29/+29 |
| | | | | | | | ways don't try to time stuff before logging is initialized, an exception before initLogging() will crash because ~TimeThis() tries to log | ||||
| * | renamed SingleInstance to MOMultiProcess | isanae | 2020-11-08 | 1 | -3/+2 |
| | | | | | rewrote some comments to avoid using "instance" | ||||
| * | moved handleCommandLine() to CommandLine::setupCore() | isanae | 2020-11-07 | 1 | -0/+53 |
| | | |||||
| * | moved splash stuff to MOSplash | isanae | 2020-11-07 | 1 | -0/+3 |
| | | | | | comments | ||||
| * | comments | isanae | 2020-11-07 | 1 | -17/+38 |
| | | | | | interpret a first argument starting with -- as an error instead of an exe name/binary | ||||
| * | command usage lines, exe options | isanae | 2020-11-03 | 1 | -46/+132 |
| | | |||||
| * | formatting for command list | isanae | 2020-11-03 | 1 | -3/+86 |
| | | | | | added empty exe and run commands | ||||
| * | fixed handling of profile names with different casing than on the filesystem | isanae | 2020-11-03 | 1 | -0/+12 |
| | | | | | added --instance | ||||
| * | add warning when profile given with -p doesn't exist | isanae | 2020-11-03 | 1 | -19/+79 |
| | | | | | implemented moshortcut, nxm links and executable names as command line options | ||||
| * | removed unused `update` parameter | isanae | 2020-11-03 | 1 | -10/+34 |
| | | | | | moved --multiple to CommandLine | ||||
| * | implemented `launch` as a command | isanae | 2020-11-03 | 1 | -16/+139 |
| | | |||||
| * | new CommandLine class | isanae | 2020-11-03 | 1 | -0/+205 |
| implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one | |||||
