| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Made Delete INIs and Saves dialogs remember selection. | Al | 2019-01-06 | 1 | -8/+9 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -9/+9 |
| | | |||||
| * | Don't call ASCII function with unicode | LostDragonist | 2019-01-03 | 1 | -1/+1 |
| | | |||||
| * | Improve missing INI dialog when switching profiles | LostDragonist | 2019-01-02 | 1 | -5/+6 |
| | | |||||
| * | Use WriteRegistryValue function to handle read-only files | LostDragonist | 2018-12-26 | 1 | -2/+4 |
| | | |||||
| * | Prevent missing INI dialog from popping up when creating a new instance with ↵ | LostDragonist | 2018-12-24 | 1 | -1/+1 |
| | | | | | archive invalidation | ||||
| * | Don't mention save games when dealing with INI files | LostDragonist | 2018-12-19 | 1 | -1/+1 |
| | | |||||
| * | Make language about profile-specific settings and save games consistent | LostDragonist | 2018-12-19 | 1 | -4/+4 |
| | | |||||
| * | Re-initialize the profile configuration if INI files are missing | LostDragonist | 2018-12-19 | 1 | -1/+19 |
| | | |||||
| * | Optionally delete and restore profile-specific game INI files when changing ↵ | LostDragonist | 2018-12-19 | 1 | -0/+21 |
| | | | | | the setting | ||||
| * | Enable per-profile game INI files by default again | LostDragonist | 2018-12-19 | 1 | -3/+1 |
| | | |||||
| * | Transition profile settings to settings.ini | LostDragonist | 2018-12-05 | 1 | -50/+82 |
| | | |||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 1 | -37/+34 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -0/+1 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -524/+632 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -632/+524 |
| | | |||||
| * | - Fixed a bug that would keep re-activating the "Create files in mod instead ↵ | Al12rs | 2018-02-13 | 1 | -0/+5 |
| | | | | | | | of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected. | ||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 1 | -0/+76 |
| | | |||||
| * | Ensure all mostlist writing is done through the DelayedFileWriter | Eran Mizrahi | 2017-12-18 | 1 | -4/+19 |
| | | |||||
| * | Don't set save path or mygamesdirectory in initweaks | Jeremy Rimpo | 2017-12-07 | 1 | -12/+0 |
| | | |||||
| * | minor cleanup | Tannin | 2016-06-01 | 1 | -1/+3 |
| | | |||||
| * | profiles can now be configured to use the global game settings instead of ↵ | Tannin | 2016-05-07 | 1 | -5/+44 |
| | | | | | profile-local | ||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -8/+9 |
| | | |||||
| * | moved plugins.txt reading/writing to game plugin | Tannin | 2016-05-06 | 1 | -1/+1 |
| | | |||||
| * | merged master into new_vfs_library | Tannin | 2016-02-12 | 1 | -10/+26 |
| | | |||||
| * | made instance-switching usable | Tannin | 2016-01-10 | 1 | -3/+4 |
| | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | ||||
| * | removed get-prefix from many getters. removed const from managed_game variable. | Tannin | 2015-12-28 | 1 | -1/+1 |
| | | | | | other fixes | ||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -23/+15 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | ||||
| | * | Removes all references to GameInfo::getGameDirectory apart from one during ↵ | Thomas Tanner | 2015-11-25 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber | ||||
| | * | Use IPluginGame::getIniFiles throughout. | Thomas Tanner | 2015-11-24 | 1 | -9/+1 |
| | | | | | | | | | Also removed the default constructor from Profile class and stopped registering it as a QMetaObject (which it is the only reason it is there). | ||||
| | * | Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner ↵ | Thomas Tanner | 2015-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | plugin. Also comment out the filemapping function because it's large and doesn't appear to be used anywhere | ||||
| | * | Replace some instances of qApp->property("managed_game") with the saved pointer. | Thomas Tanner | 2015-11-21 | 1 | -11/+10 |
| | | | | | | | | | Pedantic note: This doesn't help the possibility of supporting multiple executables greatly, we'd have to have a lot of register-for-change events. | ||||
| * | | some fixes/disabled code required since hook.dll is gone | Tannin | 2015-11-19 | 1 | -1/+3 |
| |/ | |||||
| * | - bugfix: immediately after creating the first profile, the directory structure | Tannin | 2015-05-23 | 1 | -1/+5 |
| | | | | | didn't correctly assign files to unhandled. | ||||
| * | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | cosmetic changes and increased version number | Tannin | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -40/+11 |
| | | |||||
| * | extended the game-plugin interface | Tannin | 2015-01-29 | 1 | -96/+28 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -5/+8 |
| |\ | |||||
| | * | fixed logging in case of changes and errors in the mod list | Tannin | 2015-01-22 | 1 | -4/+7 |
| | | | |||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15) | ||||
| * | | - bugfixes | Tannin | 2015-01-06 | 1 | -23/+24 |
| | | | | | | | | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips | ||||
| * | | Merge | Tannin | 2015-01-04 | 1 | -10/+12 |
| |\ \ | |||||
| | * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| | * | | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -3/+5 |
| | | | | |||||
