index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2019-10-22
add asset propagation for cursors2 (#638)
Jesse Plamondon-Willard
2019-10-07
rework Save Backup to support Android
Jesse Plamondon-Willard
2019-10-03
fix non-generic GetAPI not checking that all mods are loaded (#662)
Jesse Plamondon-Willard
2019-10-02
fix Save Backup mod on Android
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
2019-10-01
update supporter list
Jesse Plamondon-Willard
2019-10-01
add community short url
Jesse Plamondon-Willard
2019-09-26
auto-fix save data when a custom NPC mod is removed
Jesse Plamondon-Willard
2019-09-23
make console colors configurable
Jesse Plamondon-Willard
2019-09-18
fix saving event doc typo
danvolchek
2019-09-16
log custom SMAPI settings to simplify troubleshooting
Jesse Plamondon-Willard
2019-09-14
fix ICursorPosition.AbsolutePixels not adjusted for zoom
Jesse Plamondon-Willard
2019-09-14
minor fixes
Jesse Plamondon-Willard
2019-09-14
fix key errors during asset propagation in some cases
Jesse Plamondon-Willard
2019-09-14
track texture asset keys, fix NPC portrait propagation
Jesse Plamondon-Willard
2019-09-14
add asset propagation for Data\FarmAnimals (#618)
Jesse Plamondon-Willard
2019-09-14
simplify Data/NPCDispositions propagation with changes in SDV 1.4 (#638)
Jesse Plamondon-Willard
2019-09-14
allow bool condition values in CP schema
Jesse Plamondon-Willard
2019-09-14
update packages
Jesse Plamondon-Willard
2019-09-14
add immutable collection watcher
Jesse Plamondon-Willard
2019-09-14
update SMAPI/game version map
Jesse Plamondon-Willard
2019-09-14
add Android detection
Jesse Plamondon-Willard
2019-09-14
fix log parser changes
Jesse Plamondon-Willard
2019-09-14
Merge pull request #658 from danvolchek/log-parser-user-agent-detection
Jesse Plamondon-Willard
[SMAPI.Web] Detect the client's platform and check the right log parser input accordingly
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
log skipped loose files
Jesse Plamondon-Willard
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
fix asset changes not affecting cached asset loads in a specific case
Jesse Plamondon-Willard
2019-09-14
fix validator not handling string entries (#654)
Jesse Plamondon-Willard
2019-09-14
don't strip comments when validating JSON (#654)
Jesse Plamondon-Willard
2019-09-14
update for game draw changes (#638)
Jesse Plamondon-Willard
2019-09-14
reduce automatic retry window for background wiki fetches (#651)
Jesse Plamondon-Willard
2019-09-14
better handle stale age label on mod compatibility list
Jesse Plamondon-Willard
2019-09-14
remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵
Jesse Plamondon-Willard
assembly names
2019-09-14
update for game draw changes (#638)
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
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
make 'then' blocks transparent by default (#654)
Jesse Plamondon-Willard
2019-09-14
expand Content Patcher schema, detect more common issues (#654)
Jesse Plamondon-Willard
2019-09-14
add support for transparent schema errors with multiple child errors (#654)
Jesse Plamondon-Willard
2019-09-14
add support for transparent schema errors (#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
tweak manifest schema to allow $schema field, fix parse errors in some text ↵
Jesse Plamondon-Willard
editors (#654)
2019-09-14
add error type code to HTML for convenience when adding custom error ↵
Jesse Plamondon-Willard
messages (#654)
2019-09-14
add support for @value token in custom schema errors (#654)
Jesse Plamondon-Willard
2019-09-14
restructure Content Patcher schema a bit (#654)
Jesse Plamondon-Willard
[next]