Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | add internal mod.HasID helper (#480) | Jesse Plamondon-Willard | |
2018-10-27 | add support for ignored mod folders | Jesse Plamondon-Willard | |
2018-10-08 | make duplicate-mod more intuitive | Jesse Plamondon-Willard | |
The error now shows the relative folder paths (instead of manifest IDs), and only one error will be logged instead of one per duplicate. | |||
2018-09-02 | only use valid update keys in update-check logic (#592) | Jesse Plamondon-Willard | |
2018-06-27 | encapsulate mod DB a bit better for use outside SMAPI (#532) | Jesse Plamondon-Willard | |
2018-06-27 | move mod DB parsing into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-26 | fix update checks failing when some mods don't have a mod ID | Jesse Plamondon-Willard | |
2018-06-19 | rewrite update checks (#551) | Jesse Plamondon-Willard | |
2018-06-10 | refactor IModMetadata update info | Dan Volchek | |
2018-06-10 | seperate IModMetadata methods, call them correctly when updating | Dan Volchek | |
2018-06-10 | add version info to ModMetadata, change update checking to consider preview ↵ | Dan Volchek | |
versions | |||
2018-05-12 | group mod warnings in console | Jesse Plamondon-Willard | |
2018-04-23 | show update-key warnings before checking mod status, enable in non-dev mode | Jesse Plamondon-Willard | |
2018-04-17 | add warning in developer mode for mods with no update keys | Jesse Plamondon-Willard | |
2018-02-17 | add content pack feature (#436) | Jesse Plamondon-Willard | |
2018-02-16 | encapsulate mod DB, add display name, and use in dependency checks (#439) | Jesse Plamondon-Willard | |
2018-02-16 | overhaul internal mod data format (#439) | Jesse Plamondon-Willard | |
The new format is much more concise, reduces the memory footprint by only parsing metadata for loaded mods, and adds support for versioning and defaulting most fields. | |||
2017-12-12 | switch to simpler approach for mod-provided APIs (#409) | Jesse Plamondon-Willard | |
2017-12-11 | add prototype of mod-provided APIs (#409) | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |