summaryrefslogtreecommitdiff
path: root/src/modinfoforeign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Light flagged master support and other minor changesJeremy Rimpo2018-03-051-3/+3
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-31/+45
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-45/+31
|
* A number of improvements and fixesJeremy Rimpo2017-12-131-1/+11
| | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content
* Add unmanaged mods and fix plugin identificationJeremy Rimpo2017-11-301-1/+5
|
* updated to use the unmanaged-mod game plugin featureTannin2016-06-191-6/+6
|
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
| | | | other fixes
* Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-051-2/+6
| | | | Working on sorting out savegame stuff
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+50
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