summaryrefslogtreecommitdiff
path: root/src/usvfsconnector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-12/+7
| | | | removed some commented out logging
* use log::Levels instead of intsisanae2019-07-221-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-:isanae2019-05-261-2/+2
| | | | | | - no implicit conversions for enum classes - can't bind rvalue to non-const ref - string literals are const
* Support for force loading librariesLostDragonist2019-01-111-1/+17
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
|
* Add executable blacklistingLostDragonist2018-11-291-2/+11
|
* Allow user to cancel VFS mappingLostDragonist2018-08-161-0/+4
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-109/+132
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-132/+109
|
* add logging of process spawnEran Mizrahi2017-12-101-0/+8
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-10/+26
|
* updated to changed usvfs apiTannin2016-06-301-1/+1
|
* usvfs log level can now be changed without a restartTannin2016-06-191-2/+14
|
* minor fixesTannin2016-05-071-29/+19
|
* added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-0/+1
| | | | "overwrite"
* cleanupTannin2016-05-071-2/+7
|
* updated to match current usvfs apiTannin2016-02-091-21/+31
|
* code formatting (clang_format)Tannin2016-02-091-16/+23
|
* support for adding directories to the vfs that will act as create target for ↵Tannin2015-12-181-1/+1
| | | | new files
* removed close-mo featureTannin2015-12-181-2/+1
|
* - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-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 codeTannin2015-11-231-2/+6
|
* usvfs log is now written to a persistent file (no log rotation yet though)Tannin2015-11-191-10/+7
|
* first work on interfacing with usvfsTannin2015-11-171-0/+141