Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | refactor registry checks for crossplatform compatibility (#189) | Jesse Plamondon-Willard | |
2016-12-07 | rename .targets file to better reflect contents, add to installer project | Jesse Plamondon-Willard | |
2016-12-07 | SMAPI installer is able to read SDV install path from registry key | Patrick Müssig | |
2016-12-07 | fix installer not moving mods out of appdata if the game isn't installed on ↵ | Jesse Plamondon-Willard | |
the same Windows partition (#184) | |||
2016-12-07 | fix the installer not removing TrainerMod from appdata if it's already in ↵ | Jesse Plamondon-Willard | |
the game mods folder | |||
2016-12-06 | tweak installer wording to avoid confusion | Jesse Plamondon-Willard | |
2016-12-06 | remove obsolete mods/.cache directory on install (#187, #188) | Jesse Plamondon-Willard | |
2016-12-06 | always clean up files during install (#188) | Jesse Plamondon-Willard | |
2016-12-01 | remove Costura assembly weaving (#166) | Jesse Plamondon-Willard | |
This didn't work on Linux or Mac, caused assembly resolution problems when rewritten mods referenced Json.NET, complicated debugging, and wasn't really needed since players use the installer to cleanly add or remove SMAPI. | |||
2016-11-29 | rework uninstaller so it doesn't depend on install package | Jesse Plamondon-Willard | |
For example, this avoids an issue where the normal SMAPI uninstaller didn't remove files added by the 'SMAPI for developers' installer. | |||
2016-11-29 | update readme & installer for 1.3 (#166) | Jesse Plamondon-Willard | |
2016-11-29 | add framework for rewriting incompatible methods (#166) | Jesse Plamondon-Willard | |
2016-11-29 | add separate project to support upcoming IL rewriting (#166) | Jesse Plamondon-Willard | |
2016-11-25 | preprocess mods through Mono.Cecil to allow rewriting later (#166) | Jesse Plamondon-Willard | |
2016-11-17 | add global assembly info | Jesse Plamondon-Willard | |
2016-11-07 | group installer's path variables | Jesse Plamondon-Willard | |
2016-11-07 | detect appdata mods during install and move them (if possible) | Jesse Plamondon-Willard | |
2016-11-06 | fix minor crossplatform issues | Jesse Plamondon-Willard | |
2016-11-06 | add developer mode which shows all deprecation warnings, update release ↵ | Jesse Plamondon-Willard | |
process (#165) | |||
2016-11-05 | fix installer on Windows not ignoring quote characters in file path | Jesse Plamondon-Willard | |
2016-11-05 | add quick summary to installer readme | Jesse Plamondon-Willard | |
2016-11-03 | add crossplatform installer (#155) | Jesse Plamondon-Willard | |