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
/
Finders
Age
Commit message (
Expand
)
Author
2020-08-26
remove now-unused instruction replace callback
Jesse Plamondon-Willard
2020-08-25
use inheritdoc in rewriters
Jesse Plamondon-Willard
2020-05-19
rewrite assembly rewriting, merge Harmony rewriters (#711)
Jesse Plamondon-Willard
2020-05-06
add base instruction handler (#711)
Jesse Plamondon-Willard
2020-05-05
add Harmony 2.0 rewriters (#711)
Jesse Plamondon-Willard
2020-05-05
rename files for upcoming change (#711)
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-09-14
list all detected issues in trace logs for incompatible mods
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-08-04
fixed false compat error when constructing multidimensional arrays
Jesse Plamondon-Willard
2018-07-09
detect broken constructor references
Jesse Plamondon-Willard
2018-07-08
encapsulate GetComparableTypeID
Jesse Plamondon-Willard
2018-07-08
fix new logic not applied to method return types
Jesse Plamondon-Willard
2018-07-07
Revert ShouldValidate
Evan Behar
2018-07-07
Expand validation to respect CIL placeholders
Evan Behar
2018-07-06
Fix type==null case
E. Behar
2018-07-06
Linux-compatible scope resolution in validator
Evan Behar
2018-06-24
move type match lambda up into TypeFinder (#532)
Jesse Plamondon-Willard
2018-04-19
detect broken references to methods which changed generic return type (#453)
Jesse Plamondon-Willard
2018-04-18
detect broken references to fields which changed generic type (#453)
Jesse Plamondon-Willard
2018-03-05
fix compatibility heuristics incorrectly flagging mods with missing optional ...
Jesse Plamondon-Willard
2018-03-04
fix false broken-code detection when referencing a generic type (#453)
Jesse Plamondon-Willard
2018-03-04
fix misplaced file (#453)
Jesse Plamondon-Willard
2018-03-03
automatically detect broken code (#453)
Jesse Plamondon-Willard
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard