index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Installer
/
InteractiveInstaller.cs
Age
Commit message (
Expand
)
Author
2023-04-09
embed debug symbols for Linux/macOS compatibility
Jesse Plamondon-Willard
2022-07-08
fix installer partly applying color theme before it's selected
Jesse Plamondon-Willard
2022-07-06
update code annotations
Jesse Plamondon-Willard
2022-06-20
deprecate support for updating ancient versions of SMAPI
Jesse Plamondon-Willard
2022-05-04
disable case-insensitive paths by default pending performance rework
Jesse Plamondon-Willard
2022-04-12
enable nullable annotations in installer (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2022-04-06
remove some unused/redundant code
Jesse Plamondon-Willard
2022-04-06
simplify 'is not' patterns
Jesse Plamondon-Willard
2022-04-06
use target-typed new
Jesse Plamondon-Willard
2021-12-23
fix uninstaller not removing StardewModdingAPI.deps.json file
Jesse Plamondon-Willard
2021-12-05
prepare for release
Jesse Plamondon-Willard
2021-12-05
improve error when installer is pointed at a compatibility-branch game folder
Jesse Plamondon-Willard
2021-12-04
improve error when installer is pointed at a SDV 1.5.4 folder
Jesse Plamondon-Willard
2021-11-28
fix error resolving native DLLs like libSkiaSharp
Jesse Plamondon-Willard
2021-11-28
remove path-too-long exception handling
Jesse Plamondon-Willard
2021-11-28
remove libgdiplus workaround on macOS
Jesse Plamondon-Willard
2021-11-28
update to .NET 5 and official 64-bit
Jesse Plamondon-Willard
2021-11-28
update versions for Stardew Valley 1.5.5 and remove 1.5.4-specific checks
Jesse Plamondon-Willard
2021-09-02
drop support for unofficial 64-bit mode
Jesse Plamondon-Willard
2021-09-01
add friendly errors when using SMAPI 3.12.x with Stardew Valley 1.5.5+
Jesse Plamondon-Willard
2021-08-25
fix some installer errors not showing info header
Jesse Plamondon-Willard
2021-07-17
add error if player manually installs wrong SMAPI bitness
Jesse Plamondon-Willard
2021-05-03
fix installer leaving unneeded StardewModdingAPI-x64.exe file in installer
Jesse Plamondon-Willard
2021-05-02
let user install to a custom path even if a game folder was detected
Jesse Plamondon-Willard
2021-04-23
add 64-bit support to the SMAPI installer (#767)
Jesse Plamondon-Willard
2021-04-04
standardize spelling of 'macOS'
Jesse Plamondon-Willard
2021-04-02
remove unneeded compile switch (#767)
Jesse Plamondon-Willard
2021-03-07
add descriptive error for PathTooLongException which crashes SMAPI or the ins...
Jesse Plamondon-Willard
2021-01-20
add ErrorHandler to bundled mod list
Jesse Plamondon-Willard
2020-11-23
let players specify game path by running the installer from within it
Jesse Plamondon-Willard
2020-08-23
minor cleanup
Jesse Plamondon-Willard
2020-07-26
use ordinal comparison/sorting instead of invariant
Jesse Plamondon-Willard
2020-05-11
fix Harmony issue when assembly is loaded from memory (#711)
Jesse Plamondon-Willard
2020-04-12
add config option to disable console colors (#707)
Jesse Plamondon-Willard
2020-01-25
back up config.user.json when installing (#693)
Jesse Plamondon-Willard
2020-01-22
fix global data stored in saves folder
Jesse Plamondon-Willard
2019-09-23
make console colors configurable
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-09-14
move game detection into toolkit for reuse
Jesse Plamondon-Willard
2019-09-14
simplify config.json and metadata.json names
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-12-18
remove shell code in Windows installer to reduce antivirus false positives
Jesse Plamondon-Willard
2018-11-18
add build logic from the custom scripts (#602)
Jesse Plamondon-Willard
2018-11-18
hide installer's bundled files to avoid confusion (#602)
Jesse Plamondon-Willard
2018-11-18
fix installer allowing custom mods to be bundled with the install (#602)
Jesse Plamondon-Willard
2018-10-08
move marker files into smapi-internal (#582)
Jesse Plamondon-Willard
2018-09-02
add new file to uninstaller (#582, #588)
Jesse Plamondon-Willard
2018-08-31
fix incorrect path in Windows installer (#582, #588)
Jesse Plamondon-Willard
2018-08-30
fix assembly load security exceptions by restructuring installer and adding *...
Jesse Plamondon-Willard
[next]