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
/
SMAPI
Age
Commit message (
Expand
)
Author
2022-11-11
set max game version
Jesse Plamondon-Willard
2022-11-11
Merge pull request #882 from Shockah/mod-load-order
Jesse Plamondon-Willard
2022-11-11
only validate & apply custom load order if there is one
Jesse Plamondon-Willard
2022-11-11
adjust warning messages & log header when load order is edited
Jesse Plamondon-Willard
2022-11-11
change new fields to hash sets & simplify sorting
Jesse Plamondon-Willard
2022-11-10
Merge pull request #881 from tylergibbs2/detailed-manifest-errors
Jesse Plamondon-Willard
2022-11-10
tweak new code
Jesse Plamondon-Willard
2022-11-10
move validation logic out of Manifest model
Jesse Plamondon-Willard
2022-11-10
Merge pull request #878 from atravita-mods/develop
Jesse Plamondon-Willard
2022-11-10
fix case where prefix ends with a path separator
Jesse Plamondon-Willard
2022-11-09
add option to disable console input
Jesse Plamondon-Willard
2022-11-09
Actually taking order into consideration
Michał Dolaś
2022-11-09
Renamed first/last to early/late; ignoring mods declared as both and warning ...
Michał Dolaś
2022-11-09
Added ModsToLoadFirst/Last to SMAPI config, along with the implementation
Michał Dolaś
2022-10-21
prepare for release
Jesse Plamondon-Willard
2022-10-18
add detailed manifest validation errors at build time
Tyler
2022-10-18
fix this case.
atravita-mods
2022-10-16
fix issues with subfolders
atravita-mods
2022-10-16
reduce sequential bool checks a bit
Jesse Plamondon-Willard
2022-10-16
fix IsEquivalentTo no longer ignoring surrounding whitespace
Jesse Plamondon-Willard
2022-10-16
fix index-out-of-range error when StartsWith prefix is empty
Jesse Plamondon-Willard
2022-10-16
apply conventions to asset part enumerator
Jesse Plamondon-Willard
2022-10-16
tweak naming in new code
Jesse Plamondon-Willard
2022-10-15
And fixing the indexing math again.
atravita-mods
2022-10-15
make asset name comparing lazy.
atravita-mods
2022-10-10
prepare for release
Jesse Plamondon-Willard
2022-10-09
prepare for release
Jesse Plamondon-Willard
2022-10-09
drop UseRawImageLoading option
Jesse Plamondon-Willard
2022-10-09
split PyTK raw-image-load check into a separate method so it can be patched b...
Jesse Plamondon-Willard
2022-10-09
set texture name earlier to support mods like SpriteMaster
Jesse Plamondon-Willard
2022-10-09
add 'strict mode' release with deprecated APIs stripped out
Jesse Plamondon-Willard
2022-10-09
suppress Harmony debug mode by default
Jesse Plamondon-Willard
2022-10-09
optimize string splits
Jesse Plamondon-Willard
2022-10-09
make deprecation warnings a bit stronger for the upcoming 4.0.0 release
Jesse Plamondon-Willard
2022-10-09
polish recent changes & update release notes
Jesse Plamondon-Willard
2022-10-08
Merge pull request #874 from KhloeLeclair/specific_apis
Jesse Plamondon-Willard
2022-10-08
pass mod info to GetApi instead
Jesse Plamondon-Willard
2022-10-08
make GetApi methods mutually exclusive & improve docs
Jesse Plamondon-Willard
2022-10-08
Merge pull request #872 from tylergibbs2/fix-comparablelistwatcher-memleak
Jesse Plamondon-Willard
2022-10-08
Merge pull request #870 from atravita-mods/arraypooling
Jesse Plamondon-Willard
2022-10-08
tweak new code
Jesse Plamondon-Willard
2022-10-08
use try..finally to make sure rented arrays are returned
Jesse Plamondon-Willard
2022-10-08
fix indexing math again.
atravita-mods
2022-10-08
Avoid copying memory for contingous buffers.
atravita-mods
2022-10-08
fix indexing again, because apparently I'm bad at math now?
atravita-mods
2022-10-08
cleanup and comments
atravita-mods
2022-10-08
use startindex/endindex since I've already calculated those...
atravita-mods
2022-10-08
Skip transparent rows at the start and end when doing a patch overlay.
atravita-mods
2022-10-08
Avoid making copy if the source image is just taller than the sourceArea.
atravita-mods
2022-10-08
fix fast-track array copying
atravita-mods
[next]