summaryrefslogtreecommitdiff
path: root/src/moshortcut.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-2/+2
|
* C++20 fixesJeremy Rimpo2022-04-191-2/+1
|
* - renamed instance::name() to displayName() to reduce confusion with ↵isanae2021-02-121-6/+27
| | | | | | | 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
* replaced #pragma once by ifdefsisanae2020-11-031-25/+6
| | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit
* add warning when profile given with -p doesn't existisanae2020-11-031-3/+5
| | | | 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/+13
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-13/+10
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-0/+46