index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commandline.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Download command: Add game instance check (#2388)
Jeremy Rimpo
2026-05-04
1
-2
/
+9
*
Extended MODL / direct download handling (#2384)
Jeremy Rimpo
2026-05-03
1
-1
/
+30
*
Make command-line arguments -i "" launch the portable instance (#2341)
Jonathan Feenstra
2026-04-27
1
-5
/
+19
*
Download files from direct URLs via a command line parameter (#1873)
Eddoursul
2023-09-18
1
-2
/
+48
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-211
/
+132
*
- renamed instance::name() to displayName() to reduce confusion with portable...
isanae
2021-02-12
1
-6
/
+5
*
Implementation --pick argument.
Mikaël Capelle
2021-01-28
1
-0
/
+8
*
moved criticalOnTop() to uibase
isanae
2021-01-18
1
-4
/
+3
*
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-17
/
+83
*
fixed runPostMultiProcess() not being called
isanae
2021-01-18
1
-2
/
+6
*
put more stuff in Meta to simplify
isanae
2021-01-18
1
-34
/
+33
*
added refresh command
isanae
2021-01-18
1
-11
/
+64
*
moved externalMessage() to MOApplication
isanae
2021-01-18
1
-16
/
+102
*
merged exe and run commands, added -e flag instead
isanae
2021-01-18
1
-46
/
+46
*
implemented exe command
isanae
2021-01-18
1
-8
/
+39
*
fixed all commands being legacy
isanae
2021-01-18
1
-12
/
+24
*
fix running shortcuts with locking disabled
isanae
2021-01-04
1
-2
/
+7
*
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
*
renamed SingleInstance to MOMultiProcess
isanae
2020-11-08
1
-3
/
+2
*
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
isanae
2020-11-07
1
-17
/
+38
*
command usage lines, exe options
isanae
2020-11-03
1
-46
/
+132
*
formatting for command list
isanae
2020-11-03
1
-3
/
+86
*
fixed handling of profile names with different casing than on the filesystem
isanae
2020-11-03
1
-0
/
+12
*
add warning when profile given with -p doesn't exist
isanae
2020-11-03
1
-19
/
+79
*
removed unused `update` parameter
isanae
2020-11-03
1
-10
/
+34
*
implemented `launch` as a command
isanae
2020-11-03
1
-16
/
+139
*
new CommandLine class
isanae
2020-11-03
1
-0
/
+205