summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-28remove GameExecutableName build property from packageJesse Plamondon-Willard
2021-11-28add IgnoreModFilePaths option to packageJesse Plamondon-Willard
2021-11-28ignore reference assemblies and *.deps.json when building a modJesse Plamondon-Willard
These aren't useful for mods since they aren't the entry app.
2021-11-28tweak assembly ignore logic in mod build packageJesse Plamondon-Willard
2021-11-28update for custom languagesJesse Plamondon-Willard
2021-11-28update compatibility listJesse Plamondon-Willard
2021-11-28fix error resolving native DLLs like libSkiaSharpJesse Plamondon-Willard
2021-11-28remove path-too-long exception handlingJesse Plamondon-Willard
The path length limit no longer applies in .NET 5.
2021-11-28remove handling for exception no longer thrown by the gameJesse Plamondon-Willard
2021-11-28remove reference no longer needed in .NET 5Jesse Plamondon-Willard
2021-11-28remove libgdiplus workaround on macOSJesse Plamondon-Willard
This is no longer needed after the .NET 5 migration.
2021-11-28reorganize install scriptJesse 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-28fix SMAPI not working on macOS, improve installer validationJesse Plamondon-Willard
2021-11-28restructure installer for .NET 5 changesJesse Plamondon-Willard
2021-11-28fix segfault on Linux/macOS after .NET 5 updateJesse 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-28update for accessibility change in Stardew Valley 1.5.5Jesse Plamondon-Willard
2021-11-28fix error reading console title on Linux with .NET 5Jesse Plamondon-Willard
The console title is now write-only on Linux.
2021-11-28use new mod hooks to synchronize tasksJesse Plamondon-Willard
2021-11-28update to .NET 5 build of Harmony 2.1.0Jesse Plamondon-Willard
2021-11-28update for other changes in SDV 1.5.5Jesse Plamondon-Willard
2021-11-28update for asset name format changeJesse 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-28update to .NET 5 and official 64-bitJesse Plamondon-Willard
2021-11-28update for game assembly name now consistent on all platformsJesse Plamondon-Willard
2021-11-28update for Netcode now merged into game assembly on all platformsJesse Plamondon-Willard
2021-11-28drop support for XNA FrameworkJesse Plamondon-Willard
Stardew Valley 1.5.5 migrates to MonoGame on all platforms.
2021-11-28update versions for Stardew Valley 1.5.5 and remove 1.5.4-specific checksJesse Plamondon-Willard
2021-11-27automatically include beta versions on Nexus for SMAPI update checksJesse Plamondon-Willard
2021-11-27remove direct download for beta versionsJesse 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-27migrate web project to .NET 6, update web & unit test packagesJesse Plamondon-Willard
2021-10-31ignore WebDeploy filesJesse Plamondon-Willard
2021-10-31update Content Patcher schema for 1.24.0Jesse Plamondon-Willard
2021-10-30add set_farm_type console commandJesse Plamondon-Willard
2021-10-18move release noteJesse Plamondon-Willard
2021-10-17Merge branch 'develop' into stableJesse Plamondon-Willard
2021-10-17prepare for releaseJesse Plamondon-Willard
2021-10-17update release process to use Windows 11 WSL instead of a Linux VMJesse Plamondon-Willard
2021-10-17update for new build pathJesse Plamondon-Willard
2021-10-17update translation docsJesse Plamondon-Willard
2021-10-17Merge pull request #808 from Zangorr/betaJesse Plamondon-Willard
Add Polish translations
2021-10-17Add Polish translationZangorr
2021-10-17Add Polish translationZangorr
2021-10-09update translation docsJesse Plamondon-Willard
2021-10-09Merge pull request #807 from ellipszist/developJesse Plamondon-Willard
Add Thai translations
2021-10-08fix compile errors on LinuxJesse Plamondon-Willard
2021-10-08bump to .NET Framework 4.5.2Jesse Plamondon-Willard
2021-10-07fix build error with Stardew Valley 1.5.4Jesse Plamondon-Willard
2021-10-07add key to duplicate-dictionary-key exceptionsJesse Plamondon-Willard
2021-10-06fix barn/coop map edits resetting the exit warpJesse Plamondon-Willard
2021-10-02fix error performing update check for mods with no wiki entryJesse Plamondon-Willard
2021-10-02restore toolkit method used by external toolsJesse Plamondon-Willard