Jesse Plamondon-Willard
|
e7b214390a
|
move platform to log parser model instead of middleware
|
2019-09-14 19:14:56 -04:00 |
Jesse Plamondon-Willard
|
d49ead6113
|
remove custom enum, add Android to SMAPI's platform enum
This will also be used in an upcoming commit for SMAPI's target platform constant.
|
2019-09-14 19:14:51 -04:00 |
Jesse Plamondon-Willard
|
7ca168269f
|
log skipped loose files
|
2019-09-14 19:14:42 -04:00 |
Dan Volchek
|
f04f781153
|
rename namespace to be more accurate
|
2019-09-14 19:14:24 -04:00 |
Dan Volchek
|
00b067fead
|
detect the client's platform and check the appropriate input in the log parser
|
2019-09-14 19:14:19 -04:00 |
Jesse Plamondon-Willard
|
15fd868f59
|
fix 'unknown file extension' error not listing .json as a valid extension
|
2019-09-14 19:13:42 -04:00 |
Jesse Plamondon-Willard
|
1003116f7f
|
fix asset changes not affecting cached asset loads in a specific case
|
2019-09-14 19:13:35 -04:00 |
Jesse Plamondon-Willard
|
9828f32bf7
|
fix validator not handling string entries (#654)
|
2019-09-14 19:13:31 -04:00 |
Jesse Plamondon-Willard
|
2b68b06729
|
don't strip comments when validating JSON (#654)
|
2019-09-14 19:13:25 -04:00 |
Jesse Plamondon-Willard
|
192c54b71c
|
update for game draw changes (#638)
|
2019-09-14 19:13:21 -04:00 |
Jesse Plamondon-Willard
|
d2a134ae08
|
reduce automatic retry window for background wiki fetches (#651)
|
2019-09-14 19:13:16 -04:00 |
Jesse Plamondon-Willard
|
86b2fef8ce
|
better handle stale age label on mod compatibility list
|
2019-09-14 19:13:11 -04:00 |
Jesse Plamondon-Willard
|
cff42300bc
|
only set game as start action for main SMAPI project
|
2019-09-14 19:13:06 -04:00 |
Jesse Plamondon-Willard
|
25e4aa14d8
|
remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assembly names
|
2019-09-14 19:12:40 -04:00 |
Jesse Plamondon-Willard
|
49b3dbb38f
|
update for game draw changes (#638)
|
2019-09-14 19:08:27 -04:00 |
Jesse Plamondon-Willard
|
fd77ae93d5
|
fix typos and inconsistent spelling
|
2019-09-14 19:08:06 -04:00 |
Jesse Plamondon-Willard
|
3f6865e830
|
add footer tip about using schema directly, add details to page title (#654)
|
2019-09-14 19:06:34 -04:00 |
Jesse Plamondon-Willard
|
6036fbf050
|
make 'then' blocks transparent by default (#654)
|
2019-09-14 19:06:29 -04:00 |
Jesse Plamondon-Willard
|
5679df8d66
|
expand Content Patcher schema, detect more common issues (#654)
|
2019-09-14 19:06:24 -04:00 |
Jesse Plamondon-Willard
|
807868f440
|
add support for transparent schema errors with multiple child errors (#654)
|
2019-09-14 19:06:19 -04:00 |
Jesse Plamondon-Willard
|
674ceea74e
|
add support for transparent schema errors (#654)
|
2019-09-14 19:06:14 -04:00 |
Jesse Plamondon-Willard
|
74e86de01e
|
when uploading a new file to the JSON validator, prefill previous schema type by default (#654)
|
2019-09-14 19:06:09 -04:00 |
Jesse Plamondon-Willard
|
2cc183b48b
|
tweak manifest schema to allow $schema field, fix parse errors in some text editors (#654)
|
2019-09-14 19:06:04 -04:00 |
Jesse Plamondon-Willard
|
d88d3505ec
|
add error type code to HTML for convenience when adding custom error messages (#654)
|
2019-09-14 19:05:59 -04:00 |
Jesse Plamondon-Willard
|
e51638948f
|
add support for @value token in custom schema errors (#654)
|
2019-09-14 19:05:54 -04:00 |
Jesse Plamondon-Willard
|
22480d25b9
|
restructure Content Patcher schema a bit (#654)
|
2019-09-14 19:05:50 -04:00 |
Jesse Plamondon-Willard
|
3331beb17a
|
integrate Content Patcher schema into validator, update docs (#654)
|
2019-09-14 19:05:45 -04:00 |
Jesse Plamondon-Willard
|
39d58a68ab
|
Merge pull request #655 from TehPers/cp-schema
Added Content Patcher schema
|
2019-09-14 19:05:23 -04:00 |
TehPers
|
5d06d0b836
|
Updated title with feedback from Cat
|
2019-09-14 19:04:27 -04:00 |
TehPers
|
3199091619
|
Updated $id
|
2019-09-14 19:04:21 -04:00 |
TehPers
|
093c68cac4
|
Fixed
|
2019-09-14 19:04:17 -04:00 |
Jesse Plamondon-Willard
|
c785572fdd
|
raise JSON validation error for duplicate fields (#654)
|
2019-09-14 19:03:51 -04:00 |
Jesse Plamondon-Willard
|
84ad8b2a92
|
fix manifest error if neither EntryDll nor ContentPackFor are specified (#654)
|
2019-09-14 19:03:44 -04:00 |
Jesse Plamondon-Willard
|
5e8991bfcf
|
tweak button names, update release notes (#654)
|
2019-09-14 19:03:26 -04:00 |
Jesse Plamondon-Willard
|
0c5fa11809
|
Merge branch 'json-validator' into develop
|
2019-09-14 19:01:53 -04:00 |
Jesse Plamondon-Willard
|
ee0ff5687d
|
add user-friendly doc link & error messages, document validator, improve manifest schema (#654)
|
2019-09-14 19:00:54 -04:00 |
Jesse Plamondon-Willard
|
f24e7428df
|
add line highlighting and linking (#654)
|
2019-09-14 19:00:50 -04:00 |
Jesse Plamondon-Willard
|
1b9ce5e64f
|
format displayed JSON (#654)
|
2019-09-14 19:00:46 -04:00 |
Jesse Plamondon-Willard
|
3ba567eadd
|
add JSON validator with initial support for manifest format (#654)
|
2019-09-14 19:00:41 -04:00 |
Jesse Plamondon-Willard
|
c86db64880
|
encapsulate gzip logic for reuse (#654)
|
2019-09-14 19:00:36 -04:00 |
Jesse Plamondon-Willard
|
8e0ddd1d00
|
update for disconnection change in SDV 1.4 (#638)
|
2019-09-14 18:59:55 -04:00 |
Jesse Plamondon-Willard
|
85715988f9
|
fix error when Chucklefish page doesn't exist for update checks
|
2019-09-14 18:59:50 -04:00 |
Jesse Plamondon-Willard
|
b0ec0de2ce
|
fix does-not-exist errors suppressed due to recent changes (#651)
|
2019-09-14 18:59:44 -04:00 |
Jesse Plamondon-Willard
|
b802471dd4
|
remove soft GitHub lookups during update checks (#651)
This caused incorrect update alerts for repositories that contain multiple mods but still use releases.
|
2019-09-14 18:59:39 -04:00 |
Jesse Plamondon-Willard
|
4bb644e46e
|
prefer SPDX license ID in tracked license info (#651)
|
2019-09-14 18:59:34 -04:00 |
Jesse Plamondon-Willard
|
1d085df5b7
|
track license info for mod GitHub repos (#651)
|
2019-09-14 18:59:29 -04:00 |
Jesse Plamondon-Willard
|
2b4bc2c282
|
back up saves in a background thread
|
2019-09-14 18:59:23 -04:00 |
Jesse Plamondon-Willard
|
95f261b1f3
|
fetch mod info from Nexus API if the web page is hidden due to adult content (#651)
|
2019-09-14 18:59:15 -04:00 |
Jesse Plamondon-Willard
|
890c6b3ea7
|
rename Nexus API client for upcoming API usage (#651)
|
2019-09-14 18:59:10 -04:00 |
Jesse Plamondon-Willard
|
08d83aa039
|
treat hidden/unpublished Nexus mods as not found (#651)
|
2019-09-14 18:59:05 -04:00 |