summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix: files weren't correctly assigned to unmanaged mods.Tannin2015-06-101-3/+6
|
* MergeTannin2015-01-041-4/+4
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-4/+4
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * - bsa parser will now cancel in case of a read error. Before, when ↵Tannin2014-11-091-3/+7
| | | | | | | | | | | | | | | | | | attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-156/+156
| |
* | - fixes after mergeTannin2015-01-041-2/+2
| |
* | - bsa parser will now cancel in case of a read error. Before, when ↵Tannin2014-11-091-3/+7
| | | | | | | | | | | | | | | | | | attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-156/+156
|/
* - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-161-27/+26
| | | | | | | | | | - deleted mods are now moved to the recycle bin instead of being deleted permanently - reduced modinfo dialog for foreign mods - foreign mods are now displayed with a pseudo-category - added a signal when a plugin is moved - bugfix: refreshing of directory structure for mods with bsas didn't work correctly when enabling a mod and on changing display of foreign mods - bugfix: one mod in the list was assigned the same priority on the directory structure as the data directory - bugfix: conflicts tab in the mod info dialog offered the hide option for files in bsas
* - plugin-list now displays loot messagesTannin2014-06-021-1/+0
|
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-311-12/+54
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* MergeTannin2014-05-281-2/+2
|\
| * small bugfixesTannin2014-05-281-2/+2
| |
* | - files in bsas are now only displayed in the data tab if they are managed by moTannin2014-05-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | - number of problems detected by MO is now displayed as a badge on the icon - rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning - bsa extraction is now handled in a plugin - added a way for plugins to react to mod installation - re-enabled the automatic fix for asset order problems - bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible - bugfix: MO tried to resume downloads when it didn't have and download urls - bugfix: downloads couldn't be paused if the download was already broken on the network layer - bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up - bugfix: in-place file replacement was re-broken
* | - 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