summaryrefslogtreecommitdiff
path: root/src/usvfsconnector.h
Commit message (Collapse)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-3/+3
| | | | | | | | | * 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.
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-1/+1
|
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-1/+2
| | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized
* Apply clang-format.Mikaël Capelle2023-07-091-34/+26
|
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-1/+2
| | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+2
| | | | simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
* added crash dump path to parameters, if a mechanism to customize it is ever ↵isanae2019-11-011-2/+4
| | | | | | created moved toString() for log level and dump type to usvfs, which needs them for logging
* uses new usvfsParameters, also updates spawn delayisanae2019-10-101-1/+1
|
* changed crash dump type to use enum instead of intisanae2019-08-241-1/+1
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* use log::Levels instead of intsisanae2019-07-221-1/+6
| | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list
* Support for force loading librariesLostDragonist2019-01-111-0/+3
|
* Add executable blacklistingLostDragonist2018-11-291-1/+1
|
* Allow user to cancel VFS mappingLostDragonist2018-08-161-1/+15
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-20/+30
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-30/+20
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-1/+3
|
* usvfs log level can now be changed without a restartTannin2016-06-191-1/+1
|
* added interface for file mapping pluginsTannin2015-11-231-9/+1
|
* usvfs log is now written to a persistent file (no log rotation yet though)Tannin2015-11-191-1/+1
|
* first work on interfacing with usvfsTannin2015-11-171-0/+88