summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-16fix Context.HasRemotePlayers being true when there's no farmhandsHEADdevelopJesse Plamondon-Willard
2023-05-14fix install error if a game folder has an invalid symlinkJesse Plamondon-Willard
2023-05-14fix typoJesse Plamondon-Willard
2023-04-30fix error deserializing null semantic versionJesse Plamondon-Willard
2023-04-30fix ModFolder not being JSON-serializableJesse Plamondon-Willard
2023-04-22add multiplayer player type to window titlesJesse Plamondon-Willard
2023-04-09embed debug symbols for Linux/macOS compatibilityJesse Plamondon-Willard
This fixes error stack traces not having line numbers on Linux/macOS.
2023-04-09update release notes & tweak recent changesJesse Plamondon-Willard
2023-04-09Merge pull request #892 from Shockah/modgroup-configJesse Plamondon-Willard
Mod-group specific config.json overriding
2023-04-09update release notesJesse Plamondon-Willard
2023-04-09Merge pull request #876 from jltaylor-us/update-manifestJesse Plamondon-Willard
Add `UpdateManifest` update keys
2023-04-09Merge branch 'develop' into stableJesse Plamondon-Willard
2023-04-09prepare for releaseJesse Plamondon-Willard
2023-04-02update schema for Content Patcher 1.29.0Jesse Plamondon-Willard
2023-04-02adjust ModContentManager.HandleUnknownFileTypes to let mods patch itJesse Plamondon-Willard
2023-04-02fix IsWorldReady being editable by modsJesse Plamondon-Willard
2023-04-02update release notes & tweak recent changesJesse Plamondon-Willard
2023-04-02Merge pull request #901 from atravita-mods/developJesse Plamondon-Willard
Avoid resolving empty folders
2023-04-02Merge pull request #899 from freyacoded/portable-shell-scriptsJesse Plamondon-Willard
Use more portable shebangs
2023-04-02Merge pull request #895 from stylemate/patch-2Jesse Plamondon-Willard
Update Korean translations
2023-04-02as per comments, remove where in favor of nullchecking id insteadatravita-mods
2023-04-02avoid resolving empty folders.atravita-mods
2023-04-02Use more portable shebangsFreya Arbjerg
2023-04-02Update ko.jsonORMEEHYUNGKEUN CHA
fixed blatantly wrong translation
2023-04-02add PerScreen.IsActiveForScreen()Jesse Plamondon-Willard
2023-04-02 update to FluentHttpClient 4.3.0Jesse Plamondon-Willard
2023-04-02add NuGet package readme note about using constants before they're definedJesse Plamondon-Willard
2023-04-02remove LargeAddressAware flagJesse Plamondon-Willard
This isn't needed anymore since SMAPI is 64-bit now.
2023-01-29add stricter validation for update manifestsJesse Plamondon-Willard
2023-01-29Remove copyright line from individual filesJamie Taylor
2023-01-29don't allow update manifests before SMAPI 4.0.0 until the feature is releasedJesse Plamondon-Willard
2023-01-29simplify & validate manifest mod page URLsJesse Plamondon-Willard
This avoids an issue where users are told to download it from the JSON manifest URL.
2023-01-29rename & validate format versionJesse Plamondon-Willard
2023-01-29group response modelsJesse Plamondon-Willard
2023-01-29adjust JSON formatter instead of adding a new oneJesse Plamondon-Willard
2023-01-29require subkey for update manifest checksJesse Plamondon-Willard
2023-01-29encapsulate update manifest implementation details when possibleJesse Plamondon-Willard
2023-01-29minor formatting, copyediting, and error-handlingJesse Plamondon-Willard
2023-01-28rework GitHub issue templates to further discourage creating support issuesJesse Plamondon-Willard
2023-01-22suppress findstr installer error for some playersJesse Plamondon-Willard
2023-01-09Merge branch 'develop' into stableJesse Plamondon-Willard
2023-01-09prepare for releaseJesse Plamondon-Willard
2023-01-09Mod-group specific config.json overridingMichał Dolaś
2023-01-08add delegating mod hooks for mod useJesse Plamondon-Willard
2023-01-08update packagesJesse Plamondon-Willard
2023-01-08update web to .NET 7Jesse Plamondon-Willard
2023-01-07fix game assemblies not excluded from release zip when bundle type not setJesse Plamondon-Willard
2022-12-28simplify Save Backup compressionJesse Plamondon-Willard
We don't need special handling for macOS anymore, since all platforms have .NET 5 now.
2022-12-28Merge pull request #889 from daleao/developJesse Plamondon-Willard
Replace slingshot ID check with type field check
2022-12-28defer weapon data parsing until needed, handle invalid formatsJesse Plamondon-Willard