| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve code for reading text files line-by-line | Jonathan Feenstra | 2026-05-17 | 1 | -15/+13 |
| | | |||||
| * | Update following SafeWriteFile changes (#2218) | RJ | 2025-05-23 | 1 | -1/+1 |
| | | | | Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -13/+15 |
| | | |||||
| * | Default profile settings (#1869) | Jeremy Rimpo | 2023-09-19 | 1 | -11/+37 |
| | | | | * Fix archive parsing and BSA invalidation | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -212/+211 |
| | | |||||
| * | Enable forced libraries by default | Chris Bessent | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix fixDirectoryName includes | Chris Bessent | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 1 | -5/+0 |
| | | |||||
| * | Replace isFixedPriority by hasAutomaticPriority. | Mikaël Capelle | 2021-01-21 | 1 | -4/+4 |
| | | |||||
| * | Prevent backups from being enabled. | Mikaël Capelle | 2021-01-21 | 1 | -1/+8 |
| | | |||||
| * | Use actual priority of overwrite instead of INT_MAX, and remove useless checks. | Mikaël Capelle | 2021-01-21 | 1 | -20/+15 |
| | | |||||
| * | INT_MAX -> std::numeric_limits, plus minor clean. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Remove unused priority-related functions from Profile. | Mikaël Capelle | 2021-01-21 | 1 | -17/+1 |
| | | |||||
| * | Add const-qualifier to for loop variable. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Increase robustness of mods priority in profile. | Mikaël Capelle | 2021-01-20 | 1 | -77/+123 |
| | | |||||
| * | Improve error message about an extra overwrite mod | Chris Bessent | 2021-01-19 | 1 | -6/+2 |
| | | |||||
| * | Clamp priority to the correct value, taking backups into account. | Mikaël Capelle | 2021-01-18 | 1 | -6/+14 |
| | | |||||
| * | Merge pull request #1366 from LostDragonist/mod_casing | Mikaël Capelle | 2021-01-18 | 1 | -0/+18 |
| |\ | | | | | Make modlist.txt less case sensitive | ||||
| | * | Add a warning about overwrite mods being disabled | Chris Bessent | 2021-01-18 | 1 | -0/+18 |
| | | | |||||
| | * | Improve performance by changing the map to be case insensitive | Chris Bessent | 2021-01-16 | 1 | -10/+1 |
| | | | |||||
| | * | Make modlist.txt less case sensitive | Chris Bessent | 2021-01-16 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | This should make it so case doesn't matter when it comes to the folder names of mods and what's in modlist.txt. If a mismatch in case is detected, modlist.txt will be flagged dirty to fix it at some point. This handles the foillowing cases: * modlist.txt was modified outside MO * the mod folder was renamed outside MO | ||||
| * | | moved criticalOnTop() to uibase | isanae | 2021-01-18 | 1 | -1/+0 |
| |/ | | | | | | changed all calls to reportError(), which now uses the main window if it exists as a parent, or calls criticalOnTop() added errors when running something from the command line for a different instance/profile removed unused crap | ||||
| * | don't count overwrite, m_Overwrite is dead code | isanae | 2020-12-24 | 1 | -4/+4 |
| | | |||||
| * | Allow absolute path for ini files. | Mikaël Capelle | 2020-09-27 | 1 | -5/+6 |
| | | |||||
| * | Fix gameDirectory() -> documentsDirectory(). Use QFileInfo more properly. | Mikaël Capelle | 2020-09-27 | 1 | -4/+4 |
| | | |||||
| * | Rename iniFilePath() -> absoluteIniFilePath(). | Mikaël Capelle | 2020-09-27 | 1 | -1/+1 |
| | | |||||
| * | Add IProfile::iniFilePath(). | Mikaël Capelle | 2020-09-27 | 1 | -0/+25 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -3/+3 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | Merge pull request #1054 from isanae/bunch-of-fixes | isanae | 2020-04-17 | 1 | -0/+96 |
| |\ | | | | | Bunch of fixes | ||||
| | * | dump a bunch of counts for mods when selecting a profile | isanae | 2020-04-17 | 1 | -0/+96 |
| | | | |||||
| * | | Fix crash when game plugin does not provide any ini files. | AL | 2020-04-17 | 1 | -1/+5 |
| |/ | |||||
| * | error checking in dump() | isanae | 2020-02-18 | 1 | -5/+1 |
| | | | | | removed a bunch of "{} saved" in the logs | ||||
| * | removed some ambiguous overloads for settings | isanae | 2019-10-07 | 1 | -33/+33 |
| | | |||||
| * | fixes for VS preview: missing namespace, missing setting() with two parameters | isanae | 2019-10-05 | 1 | -0/+5 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -4/+4 |
| | | | | | removed "get" from the getters that had it | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -21/+30 |
| |\ | | | | | Logging rework | ||||
| | * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -2/+5 |
| | | | | | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -8/+8 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -2/+2 |
| | | | | | | | | | removed now unused vlog() | ||||
| | * | replaced qWarning() | isanae | 2019-07-22 | 1 | -9/+12 |
| | | | |||||
| | * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency | ||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | merged CustomOverwrites and ForcedLibraries, they were mostly identical | isanae | 2019-06-15 | 1 | -2/+2 |
| | | | | | some comments | ||||
| * | Fix typo in missing INI dialog | LostDragonist | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Fix conflict detection concerning overwrite | LostDragonist | 2019-03-09 | 1 | -11/+4 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -11/+11 |
| | | |||||
| * | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -0/+31 |
| | | |||||
| * | Remove profile-specific executable settings when removing the executable | LostDragonist | 2019-01-11 | 1 | -1/+6 |
| | | |||||
| * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -1/+117 |
| | | |||||
