Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-09 | embed debug symbols for Linux/macOS compatibility | Jesse Plamondon-Willard | |
This fixes error stack traces not having line numbers on Linux/macOS. | |||
2023-04-09 | prepare for release | Jesse Plamondon-Willard | |
2023-04-02 | Use more portable shebangs | Freya Arbjerg | |
2023-01-09 | prepare for release | Jesse Plamondon-Willard | |
2022-12-01 | prepare for release | Jesse Plamondon-Willard | |
2022-11-12 | prepare for release | Jesse Plamondon-Willard | |
2022-10-21 | prepare for release | Jesse Plamondon-Willard | |
2022-10-10 | prepare for release | Jesse Plamondon-Willard | |
2022-10-09 | prepare for release | Jesse Plamondon-Willard | |
2022-10-09 | fix package error | Jesse Plamondon-Willard | |
2022-10-09 | update to Harmony 2.2.2 | Jesse Plamondon-Willard | |
2022-10-08 | update installer for VdfConverter & rework avoid custom models | Jesse Plamondon-Willard | |
2022-08-31 | prepare for release | Jesse Plamondon-Willard | |
2022-08-29 | prepare for release | Jesse Plamondon-Willard | |
2022-08-20 | prepare for release | Jesse Plamondon-Willard | |
2022-08-14 | switch SMAPI to portable PDB format | Jesse Plamondon-Willard | |
2022-07-06 | prepare for release | Jesse Plamondon-Willard | |
2022-06-28 | migrate update checks to FluentHttpClient | Jesse Plamondon-Willard | |
WebClient isn't needed for compatibility with macOS after the .NET 5 update in Stardew Valley 1.5.5, and causes noticeable lag for some players even when running on a background thread. | |||
2022-06-26 | copy .NET metadata files on local deploy | Jesse Plamondon-Willard | |
2022-06-26 | split local deploy into its own targets file | Jesse Plamondon-Willard | |
2022-06-20 | add flag to disable deprecated code | Jesse Plamondon-Willard | |
2022-06-16 | prepare for release | Jesse Plamondon-Willard | |
2022-06-10 | update to Harmony 2.2.1 | Jesse Plamondon-Willard | |
2022-06-01 | prepare for release | Jesse Plamondon-Willard | |
2022-05-31 | add backwards compatibility for mods using now-unused dependencies | Jesse Plamondon-Willard | |
2022-05-31 | replace MemoryCache with custom cache | Jesse Plamondon-Willard | |
This was causing significant frame stutters for some players since the migration to .NET 5 in Stardew Valley 1.5.5. | |||
2022-05-27 | prepare for release | Jesse Plamondon-Willard | |
2022-05-22 | prepare for release | Jesse Plamondon-Willard | |
2022-05-15 | prepare for release | Jesse Plamondon-Willard | |
2022-05-12 | prepare for release | Jesse Plamondon-Willard | |
2022-05-08 | prepare for release | Jesse Plamondon-Willard | |
2022-05-06 | prepare for release | Jesse Plamondon-Willard | |
2022-05-01 | prepare for release | Jesse Plamondon-Willard | |
2022-05-01 | fix crossplatform build scripts | Jesse Plamondon-Willard | |
2022-04-29 | set SMAPI version from main build script | Jesse Plamondon-Willard | |
2022-04-29 | enable some disabled steps in Windows build script | Jesse Plamondon-Willard | |
This simplifies preparing test Windows-only installers. | |||
2022-04-12 | enable nullable annotations in the web project & related code (#837) | Jesse Plamondon-Willard | |
2022-04-07 | reverse mod build package migration to .NET 5 (#837) | Jesse Plamondon-Willard | |
The migrated package didn't work consistently in VIsual Studio, so this suppresses nullable annotations in .NET Standard instead. | |||
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-03-25 | mark build scripts executable | Jesse Plamondon-Willard | |
2022-03-05 | add Pintail to install package (#830) | Jesse Plamondon-Willard | |
2022-02-16 | move proxying to a separate NuGet library | Shockah | |
2022-01-16 | prepare for release | Jesse Plamondon-Willard | |
2022-01-16 | prepare for release | Jesse Plamondon-Willard | |
2022-01-15 | add detection for Xbox app game folders | Jesse Plamondon-Willard | |
2021-12-05 | prepare for release | Jesse Plamondon-Willard | |
2021-12-05 | add Windows build process to fix application icon until .NET bug is fixed | Jesse Plamondon-Willard | |
2021-12-04 | fix self-contained install on Windows | Jesse Plamondon-Willard | |
2021-12-04 | migrate SMAPI to self-contained install | Jesse Plamondon-Willard | |
This removes the need to have .NET 5 installed to run SMAPI. Note that there's no need to actually bundle the .NET files, since they're already bundled into the game folder. | |||
2021-12-04 | suppress non-applicable code warnings | Jesse Plamondon-Willard | |