summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-12/+12
* Remove the requirement for a game launcher to be presentLostDragonist2018-12-111-2/+2
* Allow switching instances when MO is launched with moshortcut://<instance>:LostDragonist2018-11-021-0/+1
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-161-5/+1
* Add version check and update processorSilarn2018-05-031-0/+1
* Some tweaks to make MO the top window when loading or changing gamesSilarn2018-04-181-0/+6
* Support for multi-game downloadsSilarn2018-04-161-1/+2
* Allow MO2 shortcuts that open the indicated MO2 instance in the argument if t...Al12rs2018-04-071-30/+36
* Remove outdated namespacing and correct the PATH setting to appends dllsJeremy Rimpo2018-03-081-5/+5
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-480/+520
* Applied clang-format on sourceSandro Jäckel2018-02-221-520/+480
* Added support for High DPI Scaling for higher resolution monitors.Al12rs2018-02-121-0/+3
* preload openssl dlls (probably unnecessary but can help troubleshooting opens...Eran Mizrahi2018-01-061-6/+30
* Log the MO version for diagnostic purposesEran Mizrahi2018-01-041-1/+19
* Don't log username and passwordEran Mizrahi2017-12-271-1/+2
* Clean up proxy spawning a process (cleaner args forwarding and QProcess had s...Eran Mizrahi2017-12-271-11/+62
* print settings loading and changes to log for diagnostic purposesEran Mizrahi2017-12-271-0/+7
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-5/+11
* avoid splash screen when running a shortcutEran Mizrahi2017-12-181-8/+4
* Increase mo_interface log to help diagnose problemsEran Mizrahi2017-12-181-1/+1
* Allow silent closing during instance selectionEran Mizrahi2017-12-131-2/+2
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-121-2/+3
* call previous unhandled exception filterEran Mizrahi2017-12-111-6/+8
* Revert "Collect crash dumps also for vectored exceptions"Eran Mizrahi2017-12-111-7/+1
* Use single instance also for MO shortcutsEran Mizrahi2017-12-111-20/+7
* Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-101-1/+20
* Collect crash dumps also for vectored exceptionsEran Mizrahi2017-12-101-1/+7
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-64/+15
* Fix for MO finding the wrong game to manage.Al12rs2017-11-101-0/+4
* updated email for dump reports.lepresidente2016-12-041-1/+1
* fixed creation of data paths after changing paths in settings and update of p...Tannin2016-06-231-32/+17
* fixed startup errorsTannin2016-06-051-1/+1
* moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-3/+1
* removed obsolete stuffTannin2016-05-161-1/+0
* fixed calls to helper.exe using wrong pathTannin2016-05-151-1/+2
* cleanupTannin2016-05-071-3/+3
* updated icon and splash screen. MO can now use custom instance specific splas...Tannin2016-03-021-4/+20
* made instance-switching usableTannin2016-01-101-161/+160
* Merge branch 'master' into new_vfs_libraryTanninOne2015-12-231-4/+0
|\
| * Facepalm moments - realised gameinfo init call is no longer needed. Removed a...Thomas Tanner2015-12-061-4/+0
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-65/+141
|\|
| * Fix up so that hookdll continues to work properlyThomas Tanner2015-11-291-2/+4
| * Another cleanup and make the program not crash when looking at saves for the ...Thomas Tanner2015-11-291-9/+13
| * Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-69/+135
| * Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-14/+17
| * Member variable unused so removed it.Thomas Tanner2015-11-201-1/+1
| * Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-4/+5
* | some fixes and removed obsolete codeTannin2015-11-231-1/+1
* | some fixes/disabled code required since hook.dll is goneTannin2015-11-191-14/+0
|/
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-19/+20