summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-01add community short urlJesse Plamondon-Willard
2019-09-26auto-fix save data when a custom NPC mod is removedJesse Plamondon-Willard
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-18fix saving event doc typodanvolchek
2019-09-16log custom SMAPI settings to simplify troubleshootingJesse Plamondon-Willard
2019-09-14fix ICursorPosition.AbsolutePixels not adjusted for zoomJesse Plamondon-Willard
2019-09-14 minor fixesJesse Plamondon-Willard
2019-09-14update release notes for asset changesJesse Plamondon-Willard
2019-09-14fix key errors during asset propagation in some casesJesse Plamondon-Willard
2019-09-14track texture asset keys, fix NPC portrait propagationJesse Plamondon-Willard
2019-09-14reorganise 3.0 release notes, add release highlightsJesse Plamondon-Willard
2019-09-14add asset propagation for Data\FarmAnimals (#618)Jesse Plamondon-Willard
2019-09-14simplify Data/NPCDispositions propagation with changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14allow bool condition values in CP schemaJesse Plamondon-Willard
2019-09-14update packagesJesse Plamondon-Willard
2019-09-14add immutable collection watcherJesse Plamondon-Willard
2019-09-14update SMAPI/game version mapJesse Plamondon-Willard
2019-09-14add Android detectionJesse Plamondon-Willard
2019-09-14fix log parser changesJesse Plamondon-Willard
2019-09-14Merge pull request #658 from danvolchek/log-parser-user-agent-detectionJesse Plamondon-Willard
[SMAPI.Web] Detect the client's platform and check the right log parser input accordingly
2019-09-14update release notesJesse Plamondon-Willard
2019-09-14move platform to log parser model instead of middlewareJesse Plamondon-Willard
2019-09-14remove custom enum, add Android to SMAPI's platform enumJesse Plamondon-Willard
This will also be used in an upcoming commit for SMAPI's target platform constant.
2019-09-14log skipped loose filesJesse Plamondon-Willard
2019-09-14rename namespace to be more accurateDan Volchek
2019-09-14detect the client's platform and check the appropriate input in the log parserDan Volchek
2019-09-14fix 'unknown file extension' error not listing .json as a valid extensionJesse Plamondon-Willard
2019-09-14fix asset changes not affecting cached asset loads in a specific caseJesse Plamondon-Willard
2019-09-14fix validator not handling string entries (#654)Jesse Plamondon-Willard
2019-09-14don't strip comments when validating JSON (#654)Jesse Plamondon-Willard
2019-09-14update for game draw changes (#638)Jesse Plamondon-Willard
2019-09-14reduce automatic retry window for background wiki fetches (#651)Jesse Plamondon-Willard
2019-09-14better handle stale age label on mod compatibility listJesse Plamondon-Willard
2019-09-14only set game as start action for main SMAPI projectJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14update for game draw changes (#638)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add footer tip about using schema directly, add details to page title (#654)Jesse Plamondon-Willard
2019-09-14make 'then' blocks transparent by default (#654)Jesse Plamondon-Willard
2019-09-14expand Content Patcher schema, detect more common issues (#654)Jesse Plamondon-Willard
2019-09-14add support for transparent schema errors with multiple child errors (#654)Jesse Plamondon-Willard
2019-09-14add support for transparent schema errors (#654)Jesse Plamondon-Willard
2019-09-14when uploading a new file to the JSON validator, prefill previous schema ↵Jesse Plamondon-Willard
type by default (#654)
2019-09-14tweak manifest schema to allow $schema field, fix parse errors in some text ↵Jesse Plamondon-Willard
editors (#654)
2019-09-14add error type code to HTML for convenience when adding custom error ↵Jesse Plamondon-Willard
messages (#654)
2019-09-14add support for @value token in custom schema errors (#654)Jesse Plamondon-Willard
2019-09-14restructure Content Patcher schema a bit (#654)Jesse Plamondon-Willard
2019-09-14integrate Content Patcher schema into validator, update docs (#654)Jesse Plamondon-Willard
2019-09-14Merge pull request #655 from TehPers/cp-schemaJesse Plamondon-Willard
Added Content Patcher schema
2019-09-14Updated title with feedback from CatTehPers