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 | Merge pull request #681 from Mizzion/develop | Jesse Plamondon-Willard | |
Fixed the ring issue and flooring | |||
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 | Fixed the ring issue and flooring | Mizzion | |
Fixed the same issues that CJB Item Spawner had related to the rings and floors. (Sorry for the delay Christmas preparation is taking up most of my time). | |||
2019-12-21 | drop Amazon S3 support | Jesse Plamondon-Willard | |
2019-12-21 | switch to Azure Blob storage for saving files | Jesse Plamondon-Willard | |
2019-12-21 | add option to disable uploading new files to Pastebin | 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-16 | ignore deployment slot profiles | 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 | fix .gitignore and line endings for Linux | Jesse Plamondon-Willard | |
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-15 | fix overeager asset propagation for bundles | Jesse Plamondon-Willard | |
2019-12-14 | update release notes (#676, #678) | Jesse Plamondon-Willard | |
2019-12-14 | Merge pull request #678 from techge/mate-terminal | Jesse Plamondon-Willard | |
Add mate-terminal to the known-to-work terminals (fixes #676) | |||
2019-12-14 | add asset propagation for bundles | Jesse Plamondon-Willard | |
2019-12-14 | refactor cache invalidation & propagation to allow for future optimizations | Jesse Plamondon-Willard | |
2019-12-14 | fix private assets from content packs not having tracking info | Jesse Plamondon-Willard | |
2019-12-14 | don't keep a reference to uncached assets | Jesse Plamondon-Willard | |
2019-12-12 | fix assets not being disposed when a content manager is disposed | Jesse Plamondon-Willard | |
2019-12-12 | batch asset editor/loader changes | Jesse Plamondon-Willard | |
2019-12-12 | Add mate-terminal to the known-to-work terminals | Alexander Paetzelt | |
2019-12-08 | let mods use Read/WriteSaveData while a save is being loaded | Jesse Plamondon-Willard | |
2019-12-08 | use GetLocations logic more consistently in asset propagation | 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 | move supporter list into environment config | 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 | Merge branch 'develop' into stable | 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 | update supporter list | Jesse Plamondon-Willard | |
2019-12-02 | fix incorrect link URLs in some cases | 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-12-02 | Merge pull request #670 from DanielHeath/patch-1 | Jesse Plamondon-Willard | |
Prevent linux install failing with cryptic error | |||
2019-12-02 | Merge pull request #669 from archification/develop | Jesse Plamondon-Willard | |
Add alacritty support to unix-launcher.sh |