summaryrefslogtreecommitdiff
path: root/src/shared/directoryentry.h
Commit message (Collapse)AuthorAgeFilesLines
* - performance optimizations for detection of file changes in mod directoriesTannin2014-08-011-14/+22
| | | | | | - added a workaround for download-link handling in chrome - MO will now create a profile even if the game-launcher has never been run - bugfix: files weren't cleanly removed from vfs file register
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-311-1/+2
| | | | | | | | | | | 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
* - very effective optimization to findfirstfile-callsTannin2014-05-051-1/+5
| | | | | | | | - 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
* - download tooltip now also includes the file descriptionTannin2014-05-011-1/+1
| | | | - will now display an error message when the ini file can't be updated (in addition to what windows says)
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-0/+1
| | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55
* - implemented hook for NtQueryDirectoryFileTannin2014-01-131-0/+2
| | | | | | | | - saves list is now automatically updated on FS changes - optimization: data tree widget is no longer filled completely at once but one directory at a time - bugfix: pending downloads were not removed from list after a failed nxm request - bugfix: there was still a nmm.nexusmods.com link - bugfix: the text "alpha" in version strings wasn't interpreted correctly
* - Mod Organizer can now display most image types (including dds) and txt ↵Tannin2014-01-051-0/+1
| | | | | | files from the data tree, presenting a comparison of variants in case of overwritten files
* - plugin list now highlights plugins with attached ini filesTannin2013-12-141-5/+4
| | | | - bugfix: opening nexus through the globe icon used the nmm.nexusmods.com url
* - added new plugin to test if fnis needs to be runTannin2013-10-111-0/+1
| | | | | | | - some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm) - functionality for plugins to react to application being started from MO - broken ESPs are no longer reported as popup windows but only in the log file - bugfix: plugins couldn't store persistent data if they had no user-editable settings
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-21/+32
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* - bugfix: update on overwrite directory leads files incorrectly being ↵Tannin2013-02-221-0/+1
| | | | | | | | | | | | | | assigned to it - bugfix: getfullpathname reroute now correctly handles relative paths - bugfix: cwd change to overwrite is now handled too - bugfix: using the external fomod installer to merge a mod caused error messages because directories couldn't be renamed - bugfix: The memory for file dialogs wasn't saved to the ini file - file category (main, update, optional, old) is now stored with the download for future use - when overwriting a mod, the version of the mod is only increased, never reduced. This is less correct for the unusual case that the user is downgrading but more correct for the more commen case he is installing an optional file with incorrect version number - the install mod dialog now uses the file dialog memory
* - moved shared and uibase libraries to namespacesTannin2013-02-171-19/+23
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+313
Corresponds to MO version 0.12.6