| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed settings doing weird stuff with multiple instances | isanae | 2020-11-03 | 1 | -4/+6 |
| | | | | | | sort games by name added intro and confirmation pages | ||||
| * | started create instance dialog | isanae | 2020-11-03 | 1 | -0/+9 |
| | | | | | | allow for multiple instances of Settings fill in information in instance manager | ||||
| * | fixed splash not trying the default one | isanae | 2020-11-03 | 1 | -6/+20 |
| | | |||||
| * | moved profile, current game and game edition checks to InstanceManager | isanae | 2020-11-03 | 1 | -224/+10 |
| | | | | | trying to centralize all of this stuff | ||||
| * | refactored stuff into determineGameEdition() and handleCommandLine() | isanae | 2020-11-03 | 1 | -71/+100 |
| | | |||||
| * | more refactoring: | isanae | 2020-11-03 | 1 | -94/+119 |
| | | | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun() | ||||
| * | removed flags from SingleInstance because there's only one left | isanae | 2020-11-03 | 1 | -114/+111 |
| | | | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions | ||||
| * | moved initLogging() to loglist.cpp | isanae | 2020-11-03 | 1 | -65/+2 |
| | | |||||
| * | removed unused HaveWriteAccess() | isanae | 2020-11-03 | 1 | -99/+2 |
| | | | | | stop useless preloading of ssl dlls | ||||
| * | cleaned up includes | isanae | 2020-11-03 | 1 | -56/+5 |
| | | |||||
| * | fixed handling of profile names with different casing than on the filesystem | isanae | 2020-11-03 | 1 | -2/+4 |
| | | | | | added --instance | ||||
| * | add warning when profile given with -p doesn't exist | isanae | 2020-11-03 | 1 | -65/+52 |
| | | | | | implemented moshortcut, nxm links and executable names as command line options | ||||
| * | removed unused `update` parameter | isanae | 2020-11-03 | 1 | -6/+1 |
| | | | | | moved --multiple to CommandLine | ||||
| * | implemented `launch` as a command | isanae | 2020-11-03 | 1 | -65/+4 |
| | | |||||
| * | new CommandLine class | isanae | 2020-11-03 | 1 | -26/+5 |
| | | | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one | ||||
| * | added --multiple to allow launching multiple instances | isanae | 2020-11-03 | 1 | -19/+28 |
| | | |||||
| * | Compatibility fix for Qt 5.15.x | Jeremy Rimpo | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | always call the previous terminate handler, which should abort | isanae | 2020-08-13 | 1 | -1/+8 |
| | | | | | without it, execution just resumes and dumps are created endlessly | ||||
| * | revert font scaling: | isanae | 2020-08-01 | 1 | -12/+1 |
| | | | | | | | | | | | - users report low quality splash screen - sticking with qt's default is better in the long run - can still use the environment variable revert network timer: - users report error in log every second - was a blind fix anyway, can't reliably reproduce it | ||||
| * | fixed bad font scaling | isanae | 2020-07-31 | 1 | -1/+12 |
| | | |||||
| * | added startSafeThread() to get core dumps for threads other than the main thread | isanae | 2020-07-31 | 1 | -4/+26 |
| | | | | | added terminate handler | ||||
| * | Manually unload plugins to avoid issue with automatic unloading. | Mikaël Capelle | 2020-06-11 | 1 | -8/+8 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -3/+3 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | log command line | isanae | 2020-04-17 | 1 | -0/+2 |
| | | |||||
| * | update available log is now info instead of debug | isanae | 2020-04-17 | 1 | -1/+4 |
| | | | | | added AV warning when a game plugin is no longer available | ||||
| * | dump a bunch of counts for mods when selecting a profile | isanae | 2020-04-17 | 1 | -2/+0 |
| | | |||||
| * | Fix "Failed to setup data paths" loop by showing the choose instance dialog ↵ | AL | 2020-03-30 | 1 | -0/+3 |
| | | | | | | | for next startup. This could sometimes happen if users changed a drive letter or removed a drive with one of the Mo2 paths on it making Mo2 error on startup. Only fix was to manually edit the modorganizer.ini file or manually deleting the instance. This allows users to create or use other instances even if that particular instance still needs manual fixing. | ||||
| * | categories were loaded too late | isanae | 2020-02-18 | 1 | -0/+1 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -2/+10 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -0/+1 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | wstring_view when possible | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | first implementation of NtQueryDirectoryFile | ||||
| * | Add setting to disable splash since it can cause load time increase | AL | 2020-02-17 | 1 | -15/+27 |
| | | | | | use_spash=true by default. It's not exposed to the ui for now. | ||||
| * | Reduce overhead introduced by splashscreen | AL | 2020-02-17 | 1 | -4/+3 |
| | | | | | by not letting it wait on the mainwindow and instead immediately close | ||||
| * | Move modInfo loadFromDisc to it's own function | AL | 2020-02-16 | 1 | -0/+1 |
| | | |||||
| * | added a few missing consts | isanae | 2020-02-04 | 1 | -2/+0 |
| | | | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over | ||||
| * | temporary fix to keep MO locked for all processes when closing | isanae | 2019-12-15 | 1 | -1/+0 |
| | | | | | save main window settings in closeEvent() | ||||
| * | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -2/+0 |
| | | |||||
| * | added checks on startup for directories in program files | isanae | 2019-11-27 | 1 | -0/+3 |
| | | |||||
| * | added rivatuner to sanity checks | isanae | 2019-11-26 | 1 | -1/+3 |
| | | | | | | now also checks modules loaded after startup fixed crash on w7 when checking some modules | ||||
| * | log new modules being loaded after startup | isanae | 2019-11-26 | 1 | -0/+4 |
| | | |||||
| * | only log crash dumps message on startup | isanae | 2019-11-26 | 1 | -0/+14 |
| | | |||||
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | merged a bunch of unnecessary functions in ProcessRunner | ||||
| * | removed runExecutableOrExecutableFile() | isanae | 2019-11-06 | 1 | -5/+11 |
| | | | | | | log the actual spawning and requests to start as well as wait from plugins raise the lock widget when it's a dialog | ||||
| * | removed runShortcut() | isanae | 2019-11-06 | 1 | -1/+5 |
| | | | | | changed lock widget text when running without a ui | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | renamed startApplication() to runExecutableOrExecutableFile() | isanae | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | added usvfs version in log and about dialog | isanae | 2019-10-09 | 1 | -2/+3 |
| | | |||||
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -3/+9 |
| | | | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed | ||||
| * | only log a warning for symlinks instead of exiting MO | isanae | 2019-10-05 | 1 | -0/+8 |
| | | | | | | added logs: when dmp files are present, for portable instances, and the ini path clear the log widget when switching instances | ||||
| * | moved checks to sanitychecks.cpp | isanae | 2019-10-05 | 1 | -43/+3 |
| | | | | | added check for blocked files, only logs | ||||
