summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-14update release notesJesse Plamondon-Willard
2022-11-14Merge pull request #886 from atravita-mods/developJesse Plamondon-Willard
Fix overlay transparency crop not always starting at end of pixel area
2022-11-14tweak variables for clarityJesse Plamondon-Willard
2022-11-14more indexing errors joyatravita-mods
2022-11-13update release notesJesse Plamondon-Willard
2022-11-13Merge pull request #885 from AnotherPillow/developJesse Plamondon-Willard
Only check for Error Handler when on SMAPI 3.9+
2022-11-13Only check for Error Handler on SMAPI 3.9+AnotherPillow
2022-11-12Merge branch 'develop' into stableJesse Plamondon-Willard
2022-11-12prepare for releaseJesse Plamondon-Willard
2022-11-12also update multiplayer map cache for host playerJesse Plamondon-Willard
2022-11-11fix load-early/late mods not correctly sorted relative to others in the same ↵Jesse Plamondon-Willard
list
2022-11-11update release notesJesse Plamondon-Willard
2022-11-11Merge pull request #884 from atravita-mods/developJesse Plamondon-Willard
AssetName.StartsWith - fix yet another case with the trailing slash
2022-11-11expand code comments for clarityJesse Plamondon-Willard
2022-11-11Merge pull request #883 from SinZ163/feature/sinz/farmhand-mapeditJesse Plamondon-Willard
Add logic to remove from the multiplayer map cache for asset propagation
2022-11-11pass multiplayer into asset propagator to avoid reflectionJesse Plamondon-Willard
2022-11-11edit comment.atravita-mods
2022-11-11directly add tests over the trailing slash.atravita-mods
2022-11-11Add logic to remove from the multiplayer map cache for asset propagationSinZ
2022-11-11add unit test for assumption about HashSet<T> orderJesse Plamondon-Willard
This will let us detect if the behavior ever changes in a future version of .NET, so we need to change the new ModsToLoadEarly/Late config fields.
2022-11-11raise all deprecation messages to the final levelJesse Plamondon-Willard
2022-11-11set max game versionJesse Plamondon-Willard
2022-11-11update release notesJesse Plamondon-Willard
2022-11-11Merge pull request #882 from Shockah/mod-load-orderJesse Plamondon-Willard
Add options to override mod load order # Conflicts: # src/SMAPI/Framework/Models/SConfig.cs
2022-11-11only validate & apply custom load order if there is oneJesse Plamondon-Willard
2022-11-11adjust warning messages & log header when load order is editedJesse Plamondon-Willard
2022-11-11change new fields to hash sets & simplify sortingJesse Plamondon-Willard
This makes the mod IDs case-insensitive (like the 'SuppressUpdateChecks' field), fixes a build error in unit tests, and avoids re-scanning the mod list multiple times.
2022-11-10Merge pull request #881 from tylergibbs2/detailed-manifest-errorsJesse Plamondon-Willard
Add detailed manifest validation errors at build time
2022-11-10tweak new codeJesse Plamondon-Willard
2022-11-10don't validate manifest if we're not deploying or zipping the modJesse Plamondon-Willard
That would break cases like unit test projects, which don't have a manifest.json file.
2022-11-10move validation logic out of Manifest modelJesse Plamondon-Willard
This avoids tightly coupling higher logic to the implementation class, since we can validate the interface.
2022-11-10Merge pull request #878 from atravita-mods/developJesse Plamondon-Willard
Rewrite asset name comparison to stop at the first mismatch
2022-11-10fix case where prefix ends with a path separatorJesse Plamondon-Willard
2022-11-09add option to disable console inputJesse Plamondon-Willard
2022-11-09fix & improve split-screen column in log parserJesse Plamondon-Willard
2022-11-09Actually taking order into considerationMichał Dolaś
2022-11-09Renamed first/last to early/late; ignoring mods declared as both and warning ↵Michał Dolaś
about those
2022-11-09Added ModsToLoadFirst/Last to SMAPI config, along with the implementationMichał Dolaś
2022-10-21Merge branch 'develop' into stableJesse Plamondon-Willard
2022-10-21prepare for releaseJesse Plamondon-Willard
2022-10-19simplify ContentPackFor validation checkTyler
2022-10-18add detailed manifest validation errors at build timeTyler
2022-10-18fix this case.atravita-mods
2022-10-17prevent Steam vdf read errors from crashing the installerJesse Plamondon-Willard
2022-10-16fix issues with subfoldersatravita-mods
2022-10-16update release notesJesse Plamondon-Willard
2022-10-16Merge pull request #879 from atravita-mods/FixIndexingAgainJesse Plamondon-Willard
Fix image patching index math
2022-10-16add missing test adapter packageJesse Plamondon-Willard
2022-10-16reduce sequential bool checks a bitJesse Plamondon-Willard
2022-10-16fix IsEquivalentTo no longer ignoring surrounding whitespaceJesse Plamondon-Willard