Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | add BundleExtraAssemblies package option for new .NET 5 reference model | Jesse Plamondon-Willard | |
2021-11-28 | remove GameFramework build property from package | Jesse Plamondon-Willard | |
2021-11-28 | remove GameExecutableName build property from package | Jesse Plamondon-Willard | |
2021-11-28 | add IgnoreModFilePaths option to package | Jesse Plamondon-Willard | |
2021-11-28 | ignore reference assemblies and *.deps.json when building a mod | Jesse Plamondon-Willard | |
These aren't useful for mods since they aren't the entry app. | |||
2021-11-28 | tweak assembly ignore logic in mod build package | Jesse Plamondon-Willard | |
2021-11-28 | update for custom languages | Jesse Plamondon-Willard | |
2021-11-28 | update compatibility list | 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 | |
The path length limit no longer applies in .NET 5. | |||
2021-11-28 | remove handling for exception no longer thrown by the game | Jesse Plamondon-Willard | |
2021-11-28 | remove reference no longer needed in .NET 5 | Jesse Plamondon-Willard | |
2021-11-28 | remove libgdiplus workaround on macOS | Jesse Plamondon-Willard | |
This is no longer needed after the .NET 5 migration. | |||
2021-11-28 | reorganize install script | Jesse Plamondon-Willard | |
This fixes an issue where Steam messes with the PATH, so dotnet isn't available until the terminal window is opened. | |||
2021-11-28 | fix SMAPI not working on macOS, improve installer validation | Jesse Plamondon-Willard | |
2021-11-28 | restructure installer for .NET 5 changes | Jesse Plamondon-Willard | |
2021-11-28 | fix segfault on Linux/macOS after .NET 5 update | Jesse Plamondon-Willard | |
Harmony doesn't seem to support tiered compilation on Linux/macOS, but the vanilla game disables that too anyway. The bundled runtimeconfig files match the ones used by the vanilla game. Thanks to 0x0ade for identifying the cause! | |||
2021-11-28 | update for accessibility change in Stardew Valley 1.5.5 | Jesse Plamondon-Willard | |
2021-11-28 | fix error reading console title on Linux with .NET 5 | Jesse Plamondon-Willard | |
The console title is now write-only on Linux. | |||
2021-11-28 | use new mod hooks to synchronize tasks | Jesse Plamondon-Willard | |
2021-11-28 | update for other changes in SDV 1.5.5 | Jesse Plamondon-Willard | |
2021-11-28 | update for asset name format change | Jesse Plamondon-Willard | |
MonoGame uses Linux-style paths for assets on all platforms, which breaks the previous equivalence between path and asset name formats. | |||
2021-11-28 | update to .NET 5 and official 64-bit | Jesse Plamondon-Willard | |
2021-11-28 | update for game assembly name now consistent on all platforms | Jesse Plamondon-Willard | |
2021-11-28 | update for Netcode now merged into game assembly on all platforms | Jesse Plamondon-Willard | |
2021-11-28 | drop support for XNA Framework | Jesse Plamondon-Willard | |
Stardew Valley 1.5.5 migrates to MonoGame on all platforms. | |||
2021-11-28 | update versions for Stardew Valley 1.5.5 and remove 1.5.4-specific checks | Jesse Plamondon-Willard | |
2021-11-27 | automatically include beta versions on Nexus for SMAPI update checks | Jesse Plamondon-Willard | |
2021-11-27 | remove direct download for beta versions | Jesse Plamondon-Willard | |
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded. | |||
2021-11-27 | migrate web project to .NET 6, update web & unit test packages | Jesse Plamondon-Willard | |
2021-10-31 | ignore WebDeploy files | Jesse Plamondon-Willard | |
2021-10-31 | update Content Patcher schema for 1.24.0 | Jesse Plamondon-Willard | |
2021-10-30 | add set_farm_type console command | Jesse Plamondon-Willard | |
2021-10-17 | prepare for release | Jesse Plamondon-Willard | |
2021-10-17 | update for new build path | Jesse Plamondon-Willard | |
2021-10-17 | Add Polish translation | Zangorr | |
2021-10-17 | Add Polish translation | Zangorr | |
2021-10-09 | Merge pull request #807 from ellipszist/develop | Jesse Plamondon-Willard | |
Add Thai translations | |||
2021-10-08 | fix compile errors on Linux | Jesse Plamondon-Willard | |
2021-10-08 | bump to .NET Framework 4.5.2 | Jesse Plamondon-Willard | |
2021-10-07 | fix build error with Stardew Valley 1.5.4 | Jesse Plamondon-Willard | |
2021-10-07 | add key to duplicate-dictionary-key exceptions | Jesse Plamondon-Willard | |
2021-10-06 | fix barn/coop map edits resetting the exit warp | Jesse Plamondon-Willard | |
2021-10-02 | fix error performing update check for mods with no wiki entry | Jesse Plamondon-Willard | |
2021-10-02 | restore toolkit method used by external tools | Jesse Plamondon-Willard | |
2021-10-02 | add support for unified mod data overrides on the wiki | Jesse Plamondon-Willard | |
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2021-09-27 | fix SMAPI's display device not hooked correctly in split-screen mode | Jesse Plamondon-Willard | |
2021-09-25 | fix farmhouse edits shifting player down one tile | Jesse Plamondon-Willard | |
2021-09-25 | add redirect for SMAPI release notes | Jesse Plamondon-Willard | |