| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update following USVFS move to VCPKG. (#2244) | Mikaël Capelle | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Use new Skip File & Skip Directory in usvfs (#2033) | Twinki | 2024-06-15 | 1 | -1/+33 |
| | | | | | | | | | | | | | * 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 | ||||
| * | Update for new USVFS function scheme. (#2044) | Mikaël Capelle | 2024-06-09 | 1 | -17/+17 |
| | | | | | | * Update for new USVFS function scheme. * Fix call to usvfsVersionString(). * Move USVFS to mo2 dependencies instead of third party in CI. | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -82/+68 |
| | | |||||
| * | added timing for vfs mapping | isanae | 2020-12-20 | 1 | -1/+8 |
| | | |||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -14/+19 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | wstring_view when possible | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | first implementation of NtQueryDirectoryFile | ||||
| * | don't show the lock overlay for processes that are not hooked | isanae | 2019-12-02 | 1 | -1/+2 |
| | | | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs | ||||
| * | switched to using a job object to monitor for processes so child processes ↵ | isanae | 2019-11-26 | 1 | -2/+6 |
| | | | | | can also be captured | ||||
| * | split to getRunningUSVFSProcesses() | isanae | 2019-11-06 | 1 | -0/+47 |
| | | | | | 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 ↵ | isanae | 2019-11-01 | 1 | -45/+6 |
| | | | | | | | created moved toString() for log level and dump type to usvfs, which needs them for logging | ||||
| * | uses new usvfsParameters, also updates spawn delay | isanae | 2019-10-10 | 1 | -12/+32 |
| | | |||||
| * | added spawn delay setting, not exposed | isanae | 2019-10-07 | 1 | -4/+7 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -2/+2 |
| | | | | | removed "get" from the getters that had it | ||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -3/+4 |
| | | | | | | | 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 | ||||
| * | removed some useless logging | isanae | 2019-07-22 | 1 | -3/+50 |
| | | | | | initializing usvfs logging now logs strings for log level and crash dump type | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -12/+7 |
| | | | | | removed some commented out logging | ||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -9/+11 |
| | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | ||||
| * | fixes for /permissive-: | isanae | 2019-05-26 | 1 | -2/+2 |
| | | | | | | | - no implicit conversions for enum classes - can't bind rvalue to non-const ref - string literals are const | ||||
| * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -1/+17 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Add executable blacklisting | LostDragonist | 2018-11-29 | 1 | -2/+11 |
| | | |||||
| * | Allow user to cancel VFS mapping | LostDragonist | 2018-08-16 | 1 | -0/+4 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -109/+132 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -132/+109 |
| | | |||||
| * | add logging of process spawn | Eran Mizrahi | 2017-12-10 | 1 | -0/+8 |
| | | |||||
| * | generate dumps using new diagnostics settings | Eran Mizrahi | 2017-12-10 | 1 | -10/+26 |
| | | |||||
| * | updated to changed usvfs api | Tannin | 2016-06-30 | 1 | -1/+1 |
| | | |||||
| * | usvfs log level can now be changed without a restart | Tannin | 2016-06-19 | 1 | -2/+14 |
| | | |||||
| * | minor fixes | Tannin | 2016-05-07 | 1 | -29/+19 |
| | | |||||
| * | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -0/+1 |
| | | | | | "overwrite" | ||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -2/+7 |
| | | |||||
| * | updated to match current usvfs api | Tannin | 2016-02-09 | 1 | -21/+31 |
| | | |||||
| * | code formatting (clang_format) | Tannin | 2016-02-09 | 1 | -16/+23 |
| | | |||||
| * | support for adding directories to the vfs that will act as create target for ↵ | Tannin | 2015-12-18 | 1 | -1/+1 |
| | | | | | new files | ||||
| * | removed close-mo feature | Tannin | 2015-12-18 | 1 | -2/+1 |
| | | |||||
| * | - no longer displaying "not logged in". This was too confusing for some | Tannin | 2015-12-07 | 1 | -1/+11 |
| | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup | ||||
| * | some fixes and removed obsolete code | Tannin | 2015-11-23 | 1 | -2/+6 |
| | | |||||
| * | usvfs log is now written to a persistent file (no log rotation yet though) | Tannin | 2015-11-19 | 1 | -10/+7 |
| | | |||||
| * | first work on interfacing with usvfs | Tannin | 2015-11-17 | 1 | -0/+141 |
