Jesse Plamondon-Willard
c7426a191a
add Spanish translations
...
Thanks to PlussRolf!
2019-12-15 21:47:42 -05:00
Jesse Plamondon-Willard
9018750eb3
fix Linux systems with libhybris-utils installed incorrectly detected as Android ( #668 )
2019-12-15 11:27:46 -05:00
Jesse Plamondon-Willard
6275821288
add friendly log message for save file-not-found errors
2019-12-15 01:08:35 -05:00
Jesse Plamondon-Willard
d662ea858c
improve error message for TargetParameterCountException in the reflection API
2019-12-15 00:33:08 -05:00
Jesse Plamondon-Willard
4aa2c0c3ec
update release notes ( #676 , #678 )
2019-12-14 22:22:10 -05:00
Jesse Plamondon-Willard
5ea5932661
add asset propagation for bundles
2019-12-14 22:11:25 -05:00
Jesse Plamondon-Willard
6dc442803f
fix private assets from content packs not having tracking info
2019-12-14 10:38:17 -05:00
Jesse Plamondon-Willard
e4a7ca5826
batch asset editor/loader changes
2019-12-12 23:22:19 -05:00
Jesse Plamondon-Willard
238fbfe569
let mods use Read/WriteSaveData while a save is being loaded
2019-12-08 12:20:59 -05:00
Jesse Plamondon-Willard
04b9a810dd
add asset propagation for grass textures
2019-12-08 11:27:23 -05:00
Jesse Plamondon-Willard
47beb2f534
fix launcher compatibility on Arch Linux
...
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 19:24:27 -05:00
Jesse Plamondon-Willard
9c9a0a41b0
update for 'force off' gamepad option added in Stardew Valley 1.4.0.1
2019-12-05 22:10:57 -05:00
Jesse Plamondon-Willard
9465628eff
fix JSON validator format selector no longer working since URL changes
2019-12-04 20:52:40 -05:00
Jesse Plamondon-Willard
2b1f607d41
encapsulate file storage, also handle Pastebin rate limits in JSON validator
2019-12-03 21:21:28 -05:00
Jesse Plamondon-Willard
0aad3f545a
update Content Patcher schema
2019-12-03 19:36:56 -05:00
Jesse Plamondon-Willard
1128451acf
prepare for release
2019-12-02 22:47:42 -05:00
Jesse Plamondon-Willard
abf5f27454
add support for semver 2.0 build metadata, update for SDV 1.4.0.1
2019-12-02 22:37:03 -05:00
Jesse Plamondon-Willard
d07495c2dc
fix JSON Validator issues
2019-12-02 21:23:41 -05:00
Jesse Plamondon-Willard
5f532c259d
migrate from AWS to Azure
...
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 20:14:07 -05:00
Jesse Plamondon-Willard
8766a79408
update readme and release notes
2019-12-02 20:13:58 -05:00
Jesse Plamondon-Willard
d7948fbe1c
update translation docs ( #664 , #671 )
2019-11-30 16:44:34 -05:00
Jesse Plamondon-Willard
b1400bcb68
fallback to Amazon S3 if saving a log to Pastebin fails
2019-11-27 21:49:36 -05:00
Jesse Plamondon-Willard
6b04758642
polish release notes
2019-11-24 13:43:38 -05:00
Jesse Plamondon-Willard
f0f348bd5f
update packages
2019-11-24 12:13:34 -05:00
Jesse Plamondon-Willard
41a809a2e0
fix render events not raised during minigames
2019-11-16 17:31:20 -05:00
Jesse Plamondon-Willard
fd6a719b02
overhaul update checks
...
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-09 21:18:06 -05:00
Jesse Plamondon-Willard
a03137372d
update release notes ( #605 )
2019-11-08 14:44:12 -05:00
Jesse Plamondon-Willard
8b09a2776d
add support for CurseForge update keys ( #605 )
2019-11-07 13:51:45 -05:00
Jesse Plamondon-Willard
88dce820d5
no longer omit zero patch numbers when formatting versions
2019-11-04 16:50:00 -05:00
Jesse Plamondon-Willard
01c612bc4a
add friendly error for BadImageFormatException on launch
2019-11-04 13:59:34 -05:00
Jesse Plamondon-Willard
df7e814286
add support for using environment variables instead of command-line arguments ( #665 )
2019-11-03 18:24:34 -05:00
Jesse Plamondon-Willard
be79a04206
make item spawn commands more robust
2019-10-29 10:45:34 -04:00
Jesse Plamondon-Willard
175ebf9071
fix non-generic GetAPI not checking that all mods are loaded ( #662 )
2019-10-03 12:08:22 -04:00
Jesse Plamondon-Willard
b2bcda83d9
tweak docs
2019-10-02 01:08:42 -04:00
Jesse Plamondon-Willard
65997c1243
auto-fix save data when a custom location mod is removed
2019-10-01 21:41:15 -04:00
Jesse Plamondon-Willard
845deb43d6
add support for core translation files
2019-10-01 21:27:49 -04:00
Jesse Plamondon-Willard
673510b394
remove unused translation field & method
2019-10-01 20:04:58 -04:00
Jesse Plamondon-Willard
9461494a35
auto-fix save data when a custom NPC mod is removed
2019-09-26 19:48:01 -04:00
Jesse Plamondon-Willard
1b5055dfaa
make console colors configurable
2019-09-23 17:09:35 -04:00
Jesse Plamondon-Willard
4e7a67bc6d
log custom SMAPI settings to simplify troubleshooting
2019-09-16 16:28:12 -04:00
Jesse Plamondon-Willard
3cf3df8ffb
fix ICursorPosition.AbsolutePixels not adjusted for zoom
2019-09-14 23:18:03 -04:00
Jesse Plamondon-Willard
8271c15d6a
update release notes for asset changes
2019-09-14 19:22:31 -04:00
Jesse Plamondon-Willard
4b3a593941
track texture asset keys, fix NPC portrait propagation
2019-09-14 19:22:08 -04:00
Jesse Plamondon-Willard
449d793979
reorganise 3.0 release notes, add release highlights
2019-09-14 19:21:23 -04:00
Jesse Plamondon-Willard
f5b46e8f3d
add asset propagation for Data\FarmAnimals ( #618 )
2019-09-14 19:20:12 -04:00
Jesse Plamondon-Willard
2f9884c47b
update packages
2019-09-14 19:19:34 -04:00
Jesse Plamondon-Willard
1db1a8fa23
update SMAPI/game version map
2019-09-14 19:19:23 -04:00
Jesse Plamondon-Willard
8cb190de08
add Android detection
2019-09-14 19:19:08 -04:00
Jesse Plamondon-Willard
a36426296a
Merge pull request #658 from danvolchek/log-parser-user-agent-detection
...
[SMAPI.Web] Detect the client's platform and check the right log parser input accordingly
2019-09-14 19:16:44 -04:00
Jesse Plamondon-Willard
98a56169e7
update release notes
2019-09-14 19:15:29 -04:00