summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-4/+4
| | | | other fixes
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵TanninOne2015-12-061-1/+0
|\ | | | | | | ThosRTanner-master
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-781/+6
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/modinfo.cpp # src/modinfo.h
| * | Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-1/+0
| | | | | | | | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-776/+6
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| * | Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-781/+6
| |/ | | | | | | | | | | | | | | optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing
* | Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-3/+3
| | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
* | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-1/+0
| | | | | | | | of gameinfo.h includes
* | Bunch of const correctness changes. There shouldn't be any update of plugin ↵Thomas Tanner2015-11-251-1/+4
| | | | | | | | games once MO has started
* | Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-2/+3
| | | | | | | | | | | | | | | | 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
* | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-1/+4
| | | | | | | | Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵Thomas Tanner2015-11-231-9/+15
|/ | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
* small code beautificationTannin2015-07-071-1/+1
|
* bugfix: fix in changeset f4c306711386 wasn't fully workingTannin2015-06-201-11/+12
|
* bugfix: disabled mods were marked "redundant"Tannin2015-06-151-12/+13
|
* fixed display of installation time for mods without nexus idTannin2015-06-111-2/+1
|
* added plugin interface to add/remove/list categories to/from/of modsTannin2015-06-101-0/+34
|
* a mod that overwrites another yet is completely overwritten by another is ↵Tannin2015-06-101-17/+18
| | | | now displayed as "redundant"
* Addition of FileNameString clase which ignores case during compares.Tom Tanner2015-06-061-0/+2
| | | | Affects rather a lot of stuff.
* reduced number of mods for which update information is requested at onceTannin2015-05-171-0/+4
|
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-5/+4
| | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
* minor stuffTannin2015-05-111-1/+0
|
* - avoiding unnecessary meta.ini saves when checking mods for updatesTannin2015-03-181-8/+21
|
* - added content icon for BSAsTannin2015-02-251-1/+1
| | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b
* icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-251-19/+29
|
* extended the game-plugin interfaceTannin2015-01-291-2/+9
|
* Merge with branch1.2Tannin2015-01-241-5/+2
|\
| * bugfix: initialization order was wrong and so kept foreign language systems ↵Tannin2015-01-221-1/+1
| | | | | | | | | | | | from correctly loading mod order if Unmanaged is translated "Unmanaged" is no longer translatable as its used internally as an identifier
| * cleanup (mostly removing unused includes)Tannin2015-01-221-1/+0
| |
| * - download servers that haven't been available for over a month are now ↵Tannin2015-01-071-3/+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)
* | - bugfixesTannin2015-01-061-1/+2
| | | | | | | | | | | | | | - 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-1/+2
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * | cleanup und bugfixes after refactoringTannin2014-11-281-0/+1
| | |
* | | Merge with branch1.2Tannin2015-01-031-48/+77
|\| | | |/ |/|
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
| * non-mo mods now have a constructed name that cannot conflict with a regular modTannin2014-09-101-1049/+1049
| |
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
| * - can now filter by mod contentTannin2014-08-181-2/+21
| | | | | | | | - all files/directories that require write access can now be placed in AppData instead of the MO directory
| * - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-49/+54
| | | | | | | | | | | | | | | | | | | | | | - loot_cli is no longer part of this project. I will probably create a fork of loot that allows command-line usage instead - loot integration now works with such a modified loot version - integrated loot will now also integrate incompatibility messages in the MO UI - overwrite-markers are now updated as the list order is changed - fnis checker will now always allow the user to ignore fnis errors - plugin interface now has a function to wait for handles returned from startApplication (which can be job or process handles) - bugfix: non-mo mods sharing the name with regular mods now have a different internal name - bugfix: using hotkeys the vanilla game-plugins could be moved
| * - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-1/+25
| | | | | | | | | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1003/+1003
| |
| * - when highlighting a mod the overwritten and overwriting mods are now ↵Tannin2014-07-141-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | highlighted in the list - when starting an external application MO now wraps the process in a job and waits on that instead. This way MO is not unlocked early when skyrim is started through skse - mod info dialog no longer offers the esp tab for foreign mods because that caused confusion - updated translation files - download directory and mod directory are now created if necessary - bugfix: staging script created unnecessary copies of translation files - bugfix: potential invalid array access when trying to determine best mod order - bugfix: deleter file wasn't removed after esp hiding was disabled - bugfix: potential access to to un-initialized login reply - bugfix: changed the initialization order to allow more ui controls to be localized
* | - repository info is now stored with the modTannin2015-01-031-0/+8
| |
* | custom installers can now set the installation file (and the ncc installer ↵Tannin2014-12-141-2/+10
| | | | | | | | now does)
* | removed use of ModInfo::internalNameTannin2014-12-091-1/+1
| |
* | now stored installed files with each modTannin2014-12-091-0/+23
| |
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* | non-mo mods now have a constructed name that cannot conflict with a regular modTannin2014-09-101-1020/+1020
| |
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang