summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | - very effective optimization to findfirstfile-callsTannin2014-05-051-4/+0
| | | | | | | | | | | | | | | | - several configuration files are now only saved to disk if the content actually changed. This should also get rid of a problem where plugins.txt was re-written immediately after starting the game (causing a conflict with the game) - reduced "noise" from hook.dll - removed some debugging messages
* | - main window now has a small view displaying log messagesTannin2014-05-041-0/+4
|/ | | | | | | | | | | | | | - mod list will now be highlighted when grouping is active is active - download tooltip now supports bbcode markup in the description - bbcode translator will now translate some named colors - algorithm for detection of mod order problems is now more sophisticated - exposed more functionality to python plugins - updated to qt 4.8.6 dlls - bugfix: plugin list wasn't - bugfix: state changes in mod list wasn't always reported - bugfix: loot client will now create necessary directory - bugfix: NCC sometimes used wrong source path for extracting - bugfix: removed noisy debug message
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-0/+5
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* - moved shared and uibase libraries to namespacesTannin2013-02-171-84/+88
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+103
Corresponds to MO version 0.12.6