summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
|
* Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-7/+14
|
* Improved performance of pluginlist refresh by removing regexAl2019-01-221-1/+2
|
* Delete the settings array before writing a new oneLostDragonist2019-01-111-0/+1
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
|
* Add an option to disable endorsementsLostDragonist2018-12-241-1/+4
|
* Add notes column to mod listLostDragonist2018-12-081-2/+15
|
* Added Color costumization for Separators.Al12rs2018-10-281-0/+13
|
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-291-3/+13
| | | | instead save the choice in meta.ini
* Added Contains Script Extender Files filter.Al12rs2018-09-071-0/+1
|
* Improved Skript Extender Plugin filter to actually look for plugins and not ↵Al12rs2018-09-071-2/+6
| | | | only the SKSE folder.
* Added ModGroups contents icon and flag.Al12rs2018-08-251-0/+4
|
* Added Contains INI files content filter and checking.Al12rs2018-07-171-0/+4
|
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-5/+17
|
* Add alternative game flag and checkSilarn2018-04-271-4/+9
|
* Improve and fix handling of external linksSilarn2018-04-181-1/+1
|
* Add source game setter in mod info dialogSilarn2018-04-171-0/+6
|
* Support for multi-game downloadsSilarn2018-04-161-14/+18
|
* Changes to allow plugin loading in the mod info dialog (and rename SE)Silarn2018-04-061-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-383/+455
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-455/+383
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-1/+1
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-1/+9
|
* Add MCM detection (but doesn't fix loading issues :()Jeremy Rimpo2017-11-081-0/+2
|
* Use ScriptExtender PluginPath instead of appending "/plugin" to the old ↵LePresidente2017-10-291-1/+1
| | | | script extender name variable.
* Basic ESL updatesJeremy Rimpo2017-10-201-2/+2
|
* reduced number of mod content icons a bit because they take too much spaceTannin2016-06-191-12/+18
|
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+571
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