| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 1 | -1/+1 |
| | | | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -305/+224 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -3/+3 |
| | | |||||
| * | Do not return previous value in env::set and env::setPath (avoid error log ↵ | Mikaël Capelle | 2021-02-10 | 1 | -5/+3 |
| | | | | | when not previously set). | ||||
| * | don't log modules in winroot | isanae | 2020-12-24 | 1 | -1/+3 |
| | | | | | dashes to dots | ||||
| * | added version to dmp filename | isanae | 2020-12-24 | 1 | -3/+32 |
| | | | | | replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat | ||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -9/+18 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | moved registry key from "Tannin" to "Mod Organizer Team" | isanae | 2020-11-03 | 1 | -0/+160 |
| | | |||||
| * | removed flags from SingleInstance because there's only one left | isanae | 2020-11-03 | 1 | -3/+10 |
| | | | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions | ||||
| * | new CommandLine class | isanae | 2020-11-03 | 1 | -3/+39 |
| | | | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one | ||||
| * | typo | isanae | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | refresh after manually unlocking the ui | isanae | 2019-12-29 | 1 | -0/+1 |
| | | | | | | | fixed nexus connect button staying as "cancel" in case of errors fixed logging of duplicate dll loading bumped to rc6 | ||||
| * | added "open with vfs" option to conflicts tab | isanae | 2019-12-02 | 1 | -0/+157 |
| | | |||||
| * | added rivatuner to sanity checks | isanae | 2019-11-26 | 1 | -14/+30 |
| | | | | | | 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/+147 |
| | | |||||
| * | simplified security products: don't log guids, remove duplicate entries | isanae | 2019-11-26 | 1 | -2/+12 |
| | | |||||
| * | log timezone | isanae | 2019-11-26 | 1 | -0/+44 |
| | | |||||
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -7/+24 |
| | | | | | fixed env::get() returning garbage after value | ||||
| * | moved the content of checkService() to env::getService(), refactored it | isanae | 2019-09-19 | 1 | -0/+228 |
| | | |||||
| * | moved all spawn dialogs into a namespace | isanae | 2019-09-13 | 1 | -0/+42 |
| | | | | | | | | starting steam with spawn() instead of QProcess dialogs for bad steam registry key and failure refactored credentials code, added logging add environment variables to env | ||||
| * | testForSteam() now uses env to get processes | isanae | 2019-09-12 | 1 | -95/+10 |
| | | | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam() | ||||
| * | added env::getFileSecurity() | isanae | 2019-09-11 | 1 | -9/+22 |
| | | | | | Environment gets stuff on demand | ||||
| * | log desktop geometry | isanae | 2019-09-09 | 1 | -0/+5 |
| | | | | | log more info on game plugin | ||||
| * | added missing include guards | isanae | 2019-09-09 | 1 | -1/+39 |
| | | | | | log free space on drives involved in paths | ||||
| * | split env | isanae | 2019-07-22 | 1 | -0/+479 |
