summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | bugfix: archive list wasn't saved after enabling/disabling a mod.Tannin2015-07-311-0/+3
|/
* bugfix: invalidation bsa wasn't created when switching to a profile that ↵Tannin2015-07-071-0/+6
| | | | | | needed it invalidation bsa is now always placed as the first bsa
* bugfix: dialog-memory wasn't initialized when starting through a desktop link soTannin2015-06-151-0/+2
| | | | access (in case steam wasn't running) caused a crash
* bugfix: potential null-pointer access when something goes wrong enabling a modTannin2015-06-081-0/+4
|
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-241-8/+10
|
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-1/+1
| | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
* slight cleanup regarding steam log-in settingsTannin2015-05-121-3/+3
|
* MergeTannin2015-05-121-1/+12
|\
| * Merge from masterTom Tanner2015-05-101-1/+12
| |\
| | * Add in a tab to allow saving of steam username and password.Tom Tanner2015-05-091-1/+12
| | |
* | | - bugfix: moving a mod didn't properly update conflict highlightingTannin2015-05-111-0/+1
| | |
* | | bugfix: upon closing the profiles dialog, the profile was changed to theTannin2015-05-111-0/+4
| | | | | | | | | | | | top-most profile and back
* | | esp list refresh is now delayed if the directory-structure is being updated. ↵Tannin2015-05-101-0/+5
|/ / | | | | | | | | | | This may have been causing the lists to be cleared.
* | dropped redundant report.h/report.cppTannin2015-05-091-1/+1
| |
* | - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-2/+11
| | | | | | | | | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* | missing changes that belong into changeset 5eaf1e439403Tannin2015-04-121-1/+2
| |
* | if overwriting the ModOrganizer.ini file fails, another attempt to storeTannin2015-04-081-43/+61
| | | | | | | | settings is made, writing to the ini file directly.
* | avoid saving plugin list during directory updates as they may be invalidTannin2015-03-311-0/+4
| |
* | cleanupTannin2015-03-271-3/+2
|/
* - when activating/deactivating a mod the contained esps are only ↵Tannin2015-03-091-6/+7
| | | | | | activated/deactivated if no other active mod provides the same plugins
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-12/+14
|
* extended the game-plugin interfaceTannin2015-01-291-47/+28
|
* - bugfixesTannin2015-01-061-112/+86
| | | | | | | - 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
* MergeTannin2015-01-041-41/+165
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-11/+11
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * cleanup und bugfixes after refactoringTannin2014-11-281-32/+207
| |
* | - fixes after mergeTannin2015-01-041-22/+151
| |
* | re-integrated changes missing from the mergeTannin2015-01-031-22/+44
|/
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+1249
- started on support for game-plugins