Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |
2017-07-06 | serialise SButtons as string in config.json (#316) | Jesse Plamondon-Willard | |
2017-07-02 | throw more useful error when JSON file is invalid (#314) | Jesse Plamondon-Willard | |
2017-04-26 | handle edge case in JSON file read/write code | Jesse Plamondon-Willard | |
2017-03-12 | remove unused IConfigFile (#238) | Jesse Plamondon-Willard | |
2017-02-17 | write XNA input enums to JSON as strings automatically | Jesse Plamondon-Willard | |
Mods often reference Json.NET to do this, so this lets many mods remove Json.NET as a dependency. | |||
2017-02-14 | mark two internal classes internal | Jesse Plamondon-Willard | |
2017-02-13 | move core JSON logic out of mod helper (#199) | Jesse Plamondon-Willard | |
This lets SMAPI parse manifest.json files without a mod helper, so we can pass the mod name into the helper. |