summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* Download command: Add game instance check (#2388)Jeremy Rimpo2026-05-041-2/+9
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-1/+30
* Make command-line arguments -i "" launch the portable instance (#2341)Jonathan Feenstra2026-04-271-5/+19
* Download files from direct URLs via a command line parameter (#1873)Eddoursul2023-09-181-2/+48
* Apply clang-format.Mikaël Capelle2023-07-091-211/+132
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-6/+5
* Implementation --pick argument.Mikaël Capelle2021-01-281-0/+8
* moved criticalOnTop() to uibaseisanae2021-01-181-4/+3
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-17/+83
* fixed runPostMultiProcess() not being calledisanae2021-01-181-2/+6
* put more stuff in Meta to simplifyisanae2021-01-181-34/+33
* added refresh commandisanae2021-01-181-11/+64
* moved externalMessage() to MOApplicationisanae2021-01-181-16/+102
* merged exe and run commands, added -e flag insteadisanae2021-01-181-46/+46
* implemented exe commandisanae2021-01-181-8/+39
* fixed all commands being legacyisanae2021-01-181-12/+24
* fix running shortcuts with locking disabledisanae2021-01-041-2/+7
* whitespaceisanae2020-11-101-2/+2
* don't attempt to parse the command line for launch, it fails in all sorts of ...isanae2020-11-091-29/+29
* renamed SingleInstance to MOMultiProcessisanae2020-11-081-3/+2
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-0/+53
* moved splash stuff to MOSplashisanae2020-11-071-0/+3
* commentsisanae2020-11-071-17/+38
* command usage lines, exe optionsisanae2020-11-031-46/+132
* formatting for command listisanae2020-11-031-3/+86
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-0/+12
* add warning when profile given with -p doesn't existisanae2020-11-031-19/+79
* removed unused `update` parameterisanae2020-11-031-10/+34
* implemented `launch` as a commandisanae2020-11-031-16/+139
* new CommandLine classisanae2020-11-031-0/+205