Age | Commit message (Expand) | Author |
2018-07-01 | add game path to assembly definition resolution search paths for rare edge ca... | Jesse Plamondon-Willard |
2018-07-01 | fix assembly definition resolver not disposing loaded definitions | Jesse Plamondon-Willard |
2018-06-30 | move basic mod scanning into the toolkit (#532) | Jesse Plamondon-Willard |
2018-06-30 | detect broken assembly references not covered by a dependency, and flag as in... | Jesse Plamondon-Willard |
2018-06-30 | fix types getting rewritten unnecessarily if the source & target types have t... | 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-25 | dispose assembly data once mods are loaded | Jesse Plamondon-Willard |
2018-06-24 | only rewrite type references if necessary (#532) | Jesse Plamondon-Willard |
2018-06-24 | move type match lambda up into TypeFinder (#532) | Jesse Plamondon-Willard |
2018-06-24 | merge IManifest interfaces into new project (#532) | Jesse Plamondon-Willard |
2018-06-24 | merge ISemanticVersion interfaces into new project (#532) | Jesse Plamondon-Willard |
2018-06-24 | update to Mono.Cecil 0.10 | 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 v... | Dan Volchek |
2018-06-09 | fix incorrect error when a mod has no manifest | Jesse Plamondon-Willard |
2018-06-05 | move manifest parsing into toolkit (#532) | Jesse Plamondon-Willard |
2018-05-25 | move PathUtilities into toolkit (#532) | Jesse Plamondon-Willard |
2018-05-13 | tweak not-compatible messages | Jesse Plamondon-Willard |
2018-05-12 | group mod warnings in console | Jesse Plamondon-Willard |
2018-05-05 | enforce mod ID convention (only alphanumeric, hyphen, dot, and underscore) | Jesse Plamondon-Willard |
2018-05-01 | unify SMAPI.AssemblyRewriters and SMAPI.Common projects | Jesse Plamondon-Willard |
2018-04-23 | show update-key warnings before checking mod status, enable in non-dev mode | Jesse Plamondon-Willard |
2018-04-19 | detect broken references to methods which changed generic return type (#453) | Jesse Plamondon-Willard |
2018-04-18 | detect broken references to fields which changed generic type (#453) | Jesse Plamondon-Willard |
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 |
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 |
2018-03-03 | fix error in new incompatibility finders when they resolve members in a depen... | Jesse Plamondon-Willard |
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 cla... | Jesse Plamondon-Willard |
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 |