summaryrefslogtreecommitdiff
path: root/src/moshortcut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-10/+8
|
* C++20 fixesJeremy Rimpo2022-04-191-1/+0
|
* - renamed instance::name() to displayName() to reduce confusion with ↵isanae2021-02-121-21/+46
| | | | | | | portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances
* add warning when profile given with -p doesn't existisanae2020-11-031-0/+9
| | | | implemented moshortcut, nxm links and executable names as command line options
* Allow MO2 shortcuts that open the indicated MO2 instance in the argument if ↵Al12rs2018-04-071-0/+3
| | | | | | the executable name is omitted. This should be added after the MO2 exe path: ' "moshortcut://myInstanceName:" '. If there are caracters after the ":" then MO2 will assume that is an execuatble and will try to run it.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-10/+16
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-16/+10
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-0/+39