| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
fixed main thread name still getting clobbered by QWebEngine
|
| |
|
|
| |
dashes to dots
|
| |
|
|
|
|
|
|
|
| |
- clear instance manager overrides when restarting, or switching instances after starting MO with moshortcut://instance: won't do anything
- clear overrides when the last selected instance can't be opened; MO would keep trying to open shortcuts even after selecting a different instance
- command line was cleared too early, before the first run, so shortcuts were broken
- the instance manager dialog can be opened without an instance loaded if the last selected instance doesn't exist, createNew() would throw because it tried to access the global Settings
- fixed some problems with parts of MO wanting to restart and others expecting flow to continue
- fixed create instance dialog using settings pointer to decide whether to restart; it restarts when it's the first created instance, which is not always the case even if the settings are null, so just check whether there are instances
|
| | |
|
| |
|
|
| |
rewrote some comments to avoid using "instance"
|
| | |
|
| |
|
|
| |
refactored MOApplication so everything is in doOneRun()
|
| |
|
|
|
| |
set exception handler at the start, it can handle not having qt or data paths
hopefully fixed infinite crash dumps
|
| | |
|
| | |
|
| |
|
|
| |
added a set SetThisThreadName() after creating the main window, Qt resets it
|
| | |
|
| |
|
|
| |
comments
|
| |
|
|
|
| |
- moved splash stuff together
- moved stuff in the main loop into doOneRun()
|
| |
|
|
|
|
| |
refactoring in main.cpp:
- moved stuff to loglist.cpp and moapplication.cpp
- split main() into a few functions
|
| |
|
|
|
| |
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
|
| | |
|
| |
|
|
| |
don't display extensions in style combobox
|
| |\
| |
| | |
Logging rework
|
| | |
| |
| |
| | |
removed now unused vlog()
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
|
| |
- message boxes can now be made to not (re-)activate the window
- executable names for starting from the command line are now case-insensitive
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- esptk now determines if a esp is a dummy (without records)
- hook.dll no longer creates a log file if noone wrote to it
- nexus id and installtime columns are now hidden by default
- modlist can now be refreshed without saving first (so plugins can replace the modlist.txt as a whole)
- plugins can now query more details about virtualised files
- added style options "plastique" and "cleanlooks"
- "overwrite" is no longer listed with a creation time
- a warning will now be displayed if the user has too many plugins active
- a warning will now be displayed if mods with scripts have an installation order that doesn't match the corresponding esp load order
- nmm importer now has select all/deselect all buttons
- nmm importer no longer tries to unpack missing files from archives (won't work anyway)
- initial support for importing from nmm 0.5 alpha
- removed some broken warning suppresions
- python runner now works with bundled python
- extended qbs build system (still fails to build the main gui application)
- implemented a nsis-based installer
|
| |
|
|
|
| |
- modlist will now updated immediately after a change throw the modinfo dialog
- bugfix: configurator wasn't able to save after revision 137
|
| |
|
|
|
|
|
|
| |
- hidden downloads can be un-hidden
- the installation manager now more thoroughly cleans up the temporary directory after installation
- added SkyrimLauncher.exe to the list of auto-detected executables
- bugfix: shutting down MO while downloads where active in some occasions didn't work
- bugfix: when canceling the only active download the taskbar icon didn't return to normal
|
| |
|
|
| |
- bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
|
|
|
Corresponds to MO version 0.12.6
|