summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-1/+2
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-1/+1
* A number of improvements and fixesJeremy Rimpo2017-12-131-1/+6
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+5
* Add MCM detection (but doesn't fix loading issues :()Jeremy Rimpo2017-11-081-0/+1
* updated to use the unmanaged-mod game plugin featureTannin2016-06-191-25/+14
* reduced number of mod content icons a bit because they take too much spaceTannin2016-06-191-2/+0
* cleanupTannin2016-05-071-3/+3
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-4/+4
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-1/+0
|\
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-781/+6
| |\
| * | Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-776/+6
|\ \ \ | | |/ | |/|
| * | Added functionality to use the web page link in a fomod to supply an optional...Thomas Tanner2015-10-151-781/+6
| |/
* | Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-3/+3
* | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-1/+0
* | Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+4
* | Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-2/+3
* | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-1/+4
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-9/+15
|/
* 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 now...Tannin2015-06-101-17/+18
* Addition of FileNameString clase which ignores case during compares.Tom Tanner2015-06-061-0/+2
* 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
* 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
* 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 f...Tannin2015-01-221-1/+1
| * cleanup (mostly removing unused includes)Tannin2015-01-221-1/+0
| * - download servers that haven't been available for over a month are now purge...Tannin2015-01-071-3/+1
* | - bugfixesTannin2015-01-061-1/+2
* | MergeTannin2015-01-041-1/+2
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| * | 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
| * 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
| * - can now filter by mod contentTannin2014-08-181-2/+21
| * - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-49/+54
| * - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-1/+25
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1003/+1003