Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-22 | add asset propagation for winter flooring (#679) | Jesse Plamondon-Willard | |
2019-12-22 | configure MongoDB connection string directly | Jesse Plamondon-Willard | |
2019-12-22 | update item spawning code, detect ring type automatically to support custom ↵ | Jesse Plamondon-Willard | |
rings, minor refactor | |||
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-21 | allow local dev environments without an Azure account | Jesse Plamondon-Willard | |
2019-12-21 | drop Amazon S3 support | Jesse Plamondon-Willard | |
2019-12-20 | fix typo in asset propagation | Jesse Plamondon-Willard | |
2019-12-20 | add console warning in paranoid mode | Jesse Plamondon-Willard | |
2019-12-16 | update schemas for Content Patcher 1.11 | Jesse Plamondon-Willard | |
2019-12-16 | add option to edit & reupload in the JSON validator | Jesse Plamondon-Willard | |
2019-12-15 | add Spanish translations | Jesse Plamondon-Willard | |
Thanks to PlussRolf! | |||
2019-12-15 | fix Linux systems with libhybris-utils installed incorrectly detected as ↵ | Jesse Plamondon-Willard | |
Android (#668) | |||
2019-12-15 | add friendly log message for save file-not-found errors | Jesse Plamondon-Willard | |
2019-12-15 | improve error message for TargetParameterCountException in the reflection API | Jesse Plamondon-Willard | |
2019-12-14 | update release notes (#676, #678) | Jesse Plamondon-Willard | |
2019-12-14 | add asset propagation for bundles | Jesse Plamondon-Willard | |
2019-12-14 | fix private assets from content packs not having tracking info | Jesse Plamondon-Willard | |
2019-12-12 | batch asset editor/loader changes | Jesse Plamondon-Willard | |
2019-12-08 | let mods use Read/WriteSaveData while a save is being loaded | Jesse Plamondon-Willard | |
2019-12-08 | add asset propagation for grass textures | Jesse Plamondon-Willard | |
2019-12-07 | fix launcher compatibility on Arch Linux | Jesse Plamondon-Willard | |
Arch Linux sets the $TERMINAL variable, which makes SMAPI think the terminal is being overridden for testing and bypass the terminal selection logic. Since it's only used for testing, we can re-add it locally when needed. | |||
2019-12-07 | fix link in package readme (#677) | Jesse Plamondon-Willard | |
2019-12-05 | update for 'force off' gamepad option added in Stardew Valley 1.4.0.1 | Jesse Plamondon-Willard | |
2019-12-04 | fix JSON validator format selector no longer working since URL changes | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-03 | update Content Patcher schema | Jesse Plamondon-Willard | |
2019-12-02 | prepare for release | Jesse Plamondon-Willard | |
2019-12-02 | add support for semver 2.0 build metadata, update for SDV 1.4.0.1 | Jesse Plamondon-Willard | |
2019-12-02 | fix JSON Validator issues | Jesse Plamondon-Willard | |
2019-12-02 | migrate from AWS to Azure | Jesse Plamondon-Willard | |
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks. | |||
2019-12-02 | update readme and release notes | Jesse Plamondon-Willard | |
2019-11-30 | update translation docs (#664, #671) | Jesse Plamondon-Willard | |
2019-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-11-24 | polish release notes | Jesse Plamondon-Willard | |
2019-11-24 | update packages | Jesse Plamondon-Willard | |
2019-11-23 | drop mod build package change which sets the x86 platform | Jesse Plamondon-Willard | |
Visual Studio changes platform inconsistently when set through a NuGet package, which can cause confusing behavior. It's better to set it directly in the project file instead. | |||
2019-11-16 | fix render events not raised during minigames | Jesse Plamondon-Willard | |
2019-11-09 | overhaul update checks | Jesse Plamondon-Willard | |
This commit moves the core update-check logic serverside, and adds support for community-defined version mappings. For example, that means false update alerts can now be solved by the community for all players. | |||
2019-11-08 | update release notes (#605) | Jesse Plamondon-Willard | |
2019-11-07 | add support for CurseForge update keys (#605) | Jesse Plamondon-Willard | |
2019-11-07 | Correct README for translated language | Eren Kemer | |
#664 | |||
2019-11-04 | no longer omit zero patch numbers when formatting versions | Jesse Plamondon-Willard | |
2019-11-04 | add friendly error for BadImageFormatException on launch | Jesse Plamondon-Willard | |
2019-11-03 | add support for using environment variables instead of command-line ↵ | Jesse Plamondon-Willard | |
arguments (#665) | |||
2019-10-29 | make item spawn commands more robust | Jesse Plamondon-Willard | |
2019-10-03 | fix non-generic GetAPI not checking that all mods are loaded (#662) | Jesse Plamondon-Willard | |
2019-10-02 | tweak docs | Jesse Plamondon-Willard | |
2019-10-01 | auto-fix save data when a custom location mod is removed | Jesse Plamondon-Willard | |
2019-10-01 | add support for core translation files | Jesse Plamondon-Willard | |
2019-10-01 | remove unused translation field & method | Jesse Plamondon-Willard | |