Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-16 | fix Context.HasRemotePlayers being true when there's no farmhandsHEADdevelop | Jesse Plamondon-Willard | |
2023-05-14 | fix install error if a game folder has an invalid symlink | Jesse Plamondon-Willard | |
2023-05-14 | fix typo | Jesse Plamondon-Willard | |
2023-04-30 | fix error deserializing null semantic version | Jesse Plamondon-Willard | |
2023-04-30 | fix ModFolder not being JSON-serializable | Jesse Plamondon-Willard | |
2023-04-22 | add multiplayer player type to window titles | Jesse Plamondon-Willard | |
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 | update release notes & tweak recent changes | Jesse Plamondon-Willard | |
2023-04-09 | Merge pull request #892 from Shockah/modgroup-config | Jesse Plamondon-Willard | |
Mod-group specific config.json overriding | |||
2023-04-09 | update release notes | Jesse Plamondon-Willard | |
2023-04-09 | Merge pull request #876 from jltaylor-us/update-manifest | Jesse Plamondon-Willard | |
Add `UpdateManifest` update keys | |||
2023-04-09 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2023-04-09 | prepare for release | Jesse Plamondon-Willard | |
2023-04-02 | update schema for Content Patcher 1.29.0 | Jesse Plamondon-Willard | |
2023-04-02 | adjust ModContentManager.HandleUnknownFileTypes to let mods patch it | Jesse Plamondon-Willard | |
2023-04-02 | fix IsWorldReady being editable by mods | Jesse Plamondon-Willard | |
2023-04-02 | update release notes & tweak recent changes | Jesse Plamondon-Willard | |
2023-04-02 | Merge pull request #901 from atravita-mods/develop | Jesse Plamondon-Willard | |
Avoid resolving empty folders | |||
2023-04-02 | Merge pull request #899 from freyacoded/portable-shell-scripts | Jesse Plamondon-Willard | |
Use more portable shebangs | |||
2023-04-02 | Merge pull request #895 from stylemate/patch-2 | Jesse Plamondon-Willard | |
Update Korean translations | |||
2023-04-02 | as per comments, remove where in favor of nullchecking id instead | atravita-mods | |
2023-04-02 | avoid resolving empty folders. | atravita-mods | |
2023-04-02 | Use more portable shebangs | Freya Arbjerg | |
2023-04-02 | Update ko.json | ORMEEHYUNGKEUN CHA | |
fixed blatantly wrong translation | |||
2023-04-02 | add PerScreen.IsActiveForScreen() | Jesse Plamondon-Willard | |
2023-04-02 | update to FluentHttpClient 4.3.0 | Jesse Plamondon-Willard | |
2023-04-02 | add NuGet package readme note about using constants before they're defined | Jesse Plamondon-Willard | |
2023-04-02 | remove LargeAddressAware flag | Jesse Plamondon-Willard | |
This isn't needed anymore since SMAPI is 64-bit now. | |||
2023-01-29 | add stricter validation for update manifests | Jesse Plamondon-Willard | |
2023-01-29 | Remove copyright line from individual files | Jamie Taylor | |
2023-01-29 | don't allow update manifests before SMAPI 4.0.0 until the feature is released | Jesse Plamondon-Willard | |
2023-01-29 | simplify & validate manifest mod page URLs | Jesse Plamondon-Willard | |
This avoids an issue where users are told to download it from the JSON manifest URL. | |||
2023-01-29 | rename & validate format version | Jesse Plamondon-Willard | |
2023-01-29 | group response models | Jesse Plamondon-Willard | |
2023-01-29 | adjust JSON formatter instead of adding a new one | Jesse Plamondon-Willard | |
2023-01-29 | require subkey for update manifest checks | Jesse Plamondon-Willard | |
2023-01-29 | encapsulate update manifest implementation details when possible | Jesse Plamondon-Willard | |
2023-01-29 | minor formatting, copyediting, and error-handling | Jesse Plamondon-Willard | |
2023-01-28 | rework GitHub issue templates to further discourage creating support issues | Jesse Plamondon-Willard | |
2023-01-22 | suppress findstr installer error for some players | Jesse Plamondon-Willard | |
2023-01-09 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2023-01-09 | prepare for release | Jesse Plamondon-Willard | |
2023-01-09 | Mod-group specific config.json overriding | Michał Dolaś | |
2023-01-08 | add delegating mod hooks for mod use | Jesse Plamondon-Willard | |
2023-01-08 | update packages | Jesse Plamondon-Willard | |
2023-01-08 | update web to .NET 7 | Jesse Plamondon-Willard | |
2023-01-07 | fix game assemblies not excluded from release zip when bundle type not set | Jesse Plamondon-Willard | |
2022-12-28 | simplify Save Backup compression | Jesse Plamondon-Willard | |
We don't need special handling for macOS anymore, since all platforms have .NET 5 now. | |||
2022-12-28 | Merge pull request #889 from daleao/develop | Jesse Plamondon-Willard | |
Replace slingshot ID check with type field check | |||
2022-12-28 | defer weapon data parsing until needed, handle invalid formats | Jesse Plamondon-Willard | |