Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-20 | update for split-screen mode | Jesse Plamondon-Willard | |
This includes splitting GameRunner (the main game instance) from Game1 (now a per-screen game state), adding a PerScreen<T> utility to simplify per-screen values, adding separate per-screen input handling and events, adding new Context fields for split-screen, and logging the screen ID in split-screen mode to distinguish log entries. | |||
2020-09-13 | add support for renewing uploaded JSON/log files | Jesse Plamondon-Willard | |
2020-06-20 | remove special handling for SMAPI 3.6 beta | Jesse Plamondon-Willard | |
2020-06-20 | remember selected schema when editing a file | Jesse Plamondon-Willard | |
2020-05-16 | fix GitHub license images not using HTTPS | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-05-09 | update compatibility list for SMAPI 3.6 & Harmony 2.0 tracking (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add GitHub licenses to mod compatibility list, update release notes | Jesse Plamondon-Willard | |
2020-05-09 | update web scripts | Jesse Plamondon-Willard | |
2020-05-07 | update web project to .NET Core 3.1 | Jesse Plamondon-Willard | |
2020-02-24 | add file pickers to web UI for mobile users | Jesse Plamondon-Willard | |
2020-02-18 | fix anchor position for new sticky header | Jesse Plamondon-Willard | |
2020-01-18 | update community links | Jesse Plamondon-Willard | |
2020-01-11 | update for compatibility list change | Jesse Plamondon-Willard | |
2020-01-05 | streamline front page design | Jesse Plamondon-Willard | |
2019-12-26 | Merge pull request #683 from danvolchek/fixtypo | Jesse Plamondon-Willard | |
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page | |||
2019-12-25 | display JSON file instead of log on the JSON validator page | Dan Volchek | |
2019-12-24 | fix log parser & JSON validator showing relative share URL | Jesse Plamondon-Willard | |
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-16 | add option to edit & reupload in the JSON validator | 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-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-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | 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-10-01 | update supporter list | Jesse Plamondon-Willard | |
2019-10-01 | add community short url | Jesse Plamondon-Willard | |
2019-09-14 | fix log parser changes | Jesse Plamondon-Willard | |
2019-09-14 | move platform to log parser model instead of middleware | Jesse Plamondon-Willard | |
2019-09-14 | remove custom enum, add Android to SMAPI's platform enum | Jesse Plamondon-Willard | |
This will also be used in an upcoming commit for SMAPI's target platform constant. | |||
2019-09-14 | rename namespace to be more accurate | Dan Volchek | |
2019-09-14 | detect the client's platform and check the appropriate input in the log parser | Dan Volchek | |
2019-09-14 | better handle stale age label on mod compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | add footer tip about using schema directly, add details to page title (#654) | Jesse Plamondon-Willard | |
2019-09-14 | when uploading a new file to the JSON validator, prefill previous schema ↵ | Jesse Plamondon-Willard | |
type by default (#654) | |||
2019-09-14 | add error type code to HTML for convenience when adding custom error ↵ | Jesse Plamondon-Willard | |
messages (#654) | |||
2019-09-14 | tweak button names, update release notes (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add user-friendly doc link & error messages, document validator, improve ↵ | Jesse Plamondon-Willard | |
manifest schema (#654) | |||
2019-09-14 | add line highlighting and linking (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add background fetch for mod compatibility list (#651) | Jesse Plamondon-Willard | |
2019-09-14 | add dev note field to compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | add metadata links to mod compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | simplify config.json and metadata.json names | Jesse Plamondon-Willard | |
2019-09-13 | add Android instructions to log parser | Jesse Plamondon-Willard | |
2019-09-13 | move 1.4 compatibility into advanced until it's publicly available, change ↵ | Jesse Plamondon-Willard | |
"SDV beta only" to use version (#638) |