Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | detect broken references to methods which changed generic return type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-04-18 | detect broken references to fields which changed generic type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-04-17 | add warning in developer mode for mods with no update keys | Jesse Plamondon-Willard | |
2018-04-15 | tweak trace logs for readability when loading mods | Jesse Plamondon-Willard | |
2018-04-13 | add MacOS detection | Jesse Plamondon-Willard | |
2018-03-30 | fix mods not being loaded if an optional dependency is installed but skipped | Jesse Plamondon-Willard | |
2018-03-11 | update rewriters for Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard | |
2018-03-05 | fix compatibility heuristics incorrectly flagging mods with missing optional ↵ | Jesse Plamondon-Willard | |
references (#453) | |||
2018-03-04 | fix false broken-code detection when referencing a generic type (#453) | Jesse Plamondon-Willard | |
2018-03-04 | fix misplaced file (#453) | Jesse Plamondon-Willard | |
2018-03-04 | simplify and always include default update URL, shorten no-longer-compatible ↵ | Jesse Plamondon-Willard | |
skip messages | |||
2018-03-03 | fix error in new incompatibility finders when they resolve members in a ↵ | Jesse Plamondon-Willard | |
dependency (#453) | |||
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard | |
2018-03-03 | move technical compatibility details into TRACE log (#453) | Jesse Plamondon-Willard | |
2018-02-24 | reimplement log parser with serverside parsing and vue.js frontend | Jesse Plamondon-Willard | |
2018-02-19 | replace manual relative path logic with new path utilities | Jesse Plamondon-Willard | |
2018-02-19 | add unvalidated update tick event for specialised use cases (#446) | Jesse Plamondon-Willard | |
2018-02-19 | fix default update keys not being applied (#439) | Jesse Plamondon-Willard | |
2018-02-17 | add content pack feature (#436) | Jesse Plamondon-Willard | |
2018-02-17 | Revert "rewrite all mod assemblies to let SMAPI proxy into their internal ↵ | Jesse Plamondon-Willard | |
classes (#435)" This reverts commit 032997650010a9b6cd3378cb1a2b8273fb3f56ff. | |||
2018-02-16 | add mod page URL to missing-dependency errors (#437) | Jesse Plamondon-Willard | |
2018-02-16 | encapsulate update key to URL logic for reuse (#437) | 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. | |||
2018-02-15 | rewrite all mod assemblies to let SMAPI proxy into their internal classes (#435) | Jesse Plamondon-Willard | |
2017-12-28 | fix issue where assemblies could be incorrectly reloaded | Jesse Plamondon-Willard | |
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-11-27 | fix error when a mod has an invalid filename in the EntryDLL manifest field ↵ | Jesse Plamondon-Willard | |
(#402) | |||
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |