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-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
2022-10-08
Partially revert "Favor record structs when there are four or fewer elements."
atravita-mods
2022-10-08
hide throwhelper from stack trace in dotnet 6
atravita-mods
2022-10-08
Favor record structs when there are four or fewer elements.
atravita-mods
2022-10-08
Skip math if above is fully opaque.
atravita-mods
2022-10-08
arraypool in the modcontentmanager, a bit of fussing
atravita-mods
2022-10-08
Use array pools in editing images.
atravita-mods
2022-10-08
Pre-calculate the strings for log levels.
atravita-mods
2022-08-31
prepare for release
Jesse Plamondon-Willard
2022-08-31
remove compatibility section in the new app manifest
Jesse Plamondon-Willard
2022-08-29
prepare for release
Jesse Plamondon-Willard
2022-08-29
deprecate PyTK compatibility mode
Jesse Plamondon-Willard
2022-08-29
update compatibility workaround for the recent PyTK update
Jesse Plamondon-Willard
2022-08-24
distinguish empty/XNB folders from invalid manifest for error-tracking
Jesse Plamondon-Willard
2022-08-24
fix broken mods with no ID listed as duplicate
Jesse Plamondon-Willard
2022-08-20
prepare for release
Jesse Plamondon-Willard
2022-08-20
fix early mod load errors incorrectly suppressed
Jesse Plamondon-Willard
2022-08-20
fix deprecation notices split into two messages unnecessarily
Jesse Plamondon-Willard
2022-08-16
log error if mod files are detected directly under Mods folder
Jesse Plamondon-Willard
2022-08-08
set error code on exit (#868)
Jesse Plamondon-Willard
2022-08-08
fix error when a mod is both duplicated and missing the DLL
Jesse Plamondon-Willard
2022-08-08
tweak new error text
Jesse Plamondon-Willard
2022-08-05
Adds an error message for an invaild png
atravita-mods
2022-07-22
Fix for mistranslation in tr.json
KediDili
2022-07-17
update Pintail
Jesse Plamondon-Willard
2022-07-09
raise deprecation levels
Jesse Plamondon-Willard
2022-07-08
Merge pull request #855 from spacechase0/appmanifest
Jesse Plamondon-Willard
2022-07-08
match settings used by the game
Jesse Plamondon-Willard
2022-07-08
apply editorconfig
Jesse Plamondon-Willard
2022-07-08
Merge pull request #852 from TehPers/TehPers/search-local-deps
Jesse Plamondon-Willard
2022-07-08
refactor assembly resolver to avoid repeatedly copying search directory list
Jesse Plamondon-Willard
2022-07-06
prepare for release
Jesse Plamondon-Willard
2022-07-06
fix build warnings
Jesse Plamondon-Willard
2022-07-06
update code annotations
Jesse Plamondon-Willard
2022-07-05
Merge pull request #854 from ishanjalan/develop
Jesse Plamondon-Willard
2022-07-05
remove artifacts, tweak text
Jesse Plamondon-Willard
2022-07-05
fix trace logs not tracking reloaded map tilesheets as asset propagation
Jesse Plamondon-Willard
2022-07-05
fix PyTK compatibility mode not handling some edge cases
Jesse Plamondon-Willard
2022-07-04
Add app.manifest, fixing DPI awareness
Chase Warrington
2022-07-02
Current version in mod check
Ishan Jalan
2022-06-28
Search assembly directory for dependencies
TehPers
[next]