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
/
Framework
/
ModLoading
Age
Commit message (
Expand
)
Author
2022-05-14
remove warning for mods which use `dynamic`
Jesse Plamondon-Willard
2022-05-07
simplify and rewrite case-insensitive file path feature
Jesse Plamondon-Willard
2022-05-04
disable case-insensitive paths by default pending performance rework
Jesse Plamondon-Willard
2022-04-16
fix broken unit tests
Jesse Plamondon-Willard
2022-04-16
move case-insensitive path lookup into toolkit for reuse
Jesse Plamondon-Willard
2022-04-16
make EntryDll manifest field case-insensitive
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in the rest of SMAPI core (#837)
Jesse Plamondon-Willard
2022-04-13
remove unused code (#837)
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in SMAPI where no logic changes are needed (#837)
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in SMAPI where no changes are needed (#837)
Jesse Plamondon-Willard
2022-04-07
enable nullable annotations for manifests (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2022-04-06
remove some unused/redundant code
Jesse Plamondon-Willard
2022-04-06
simplify with newer pattern features
Jesse Plamondon-Willard
2022-04-06
simplify 'is not' patterns
Jesse Plamondon-Willard
2022-04-06
use target-typed new
Jesse Plamondon-Willard
2022-01-16
merge field rewriters to reduce rewrite iterations
Jesse Plamondon-Willard
2021-12-04
suppress non-applicable code warnings
Jesse Plamondon-Willard
2021-11-28
remove GameFramework build property from package
Jesse Plamondon-Willard
2021-11-28
drop support for XNA Framework
Jesse Plamondon-Willard
2021-09-02
fix build errors on Linux
Jesse Plamondon-Willard
2021-09-02
avoid duplicate update key parsing logic, fix unit tests
Jesse Plamondon-Willard
2021-09-01
fix translations not initialized for temporary content packs
Jesse Plamondon-Willard
2021-09-01
reduce unneeded operations when scanning/rewriting mod DLLs
Jesse Plamondon-Willard
2021-09-01
tweak new code
Jesse Plamondon-Willard
2021-09-01
Rewrite 32-bit assemblies for 64-bit
Chase Warrington
2021-08-25
add failsafe when loading symbols
Jesse Plamondon-Willard
2021-08-25
fix assembly resolver not tracking loaded mods correctly
Jesse Plamondon-Willard
2021-08-25
fix error when no symbols are found
Jesse Plamondon-Willard
2021-08-25
fix error when reading a duplicate assembly
Jesse Plamondon-Willard
2021-08-25
minor refactoring in new symbol code
Jesse Plamondon-Willard
2021-08-25
reorganize new classes
Jesse Plamondon-Willard
2021-08-25
Fix for loading both types of PDBs
Chase Warrington
2021-08-25
Fix assembly rewriting causing VS to error/crash when debugging
Chase Warrington
2021-08-08
fix edge case where Netcode references aren't rewritten correctly
Jesse Plamondon-Willard
2021-08-08
move assembly resolver setup into Constants to centralize hardcoded logic
Jesse Plamondon-Willard
2021-08-03
fix Mono.Cecil failing to resolve references to SMAPI in some edge cases
Jesse Plamondon-Willard
2021-07-28
fix rewritten Harmony 1.x code not raising 'detected game patch' flag (#711)
Jesse Plamondon-Willard
2021-07-26
fix rewriting for Harmony ExceptionBlock type (#711)
Jesse Plamondon-Willard
2021-07-23
remove now-unneeded Mono.Cecil aliases (#711)
Jesse Plamondon-Willard
2021-07-13
migrate to Harmony 2.1 (#711)
Jesse Plamondon-Willard
2021-07-11
alias Mono.Cecil references (#711)
Jesse Plamondon-Willard
2021-05-09
fix error if a mod has a 'Dependencies' entry with no ID
Jesse Plamondon-Willard
2021-05-09
add validation for the manifest 'Dependencies' field
Jesse Plamondon-Willard
2021-05-09
normalize manifest array fields
Jesse Plamondon-Willard
2021-05-09
fix version zero validation
Jesse Plamondon-Willard
2021-04-17
mark field readonly
Jesse Plamondon-Willard
2021-04-04
standardize spelling of 'macOS'
Jesse Plamondon-Willard
2021-04-03
log failed root dependencies in their own group
Jesse Plamondon-Willard
2021-03-21
add Constants.GameFramework field (#767)
Jesse Plamondon-Willard
[next]