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
/
StardewModdingAPI
/
Framework
/
InternalExtensions.cs
Age
Commit message (
Expand
)
Author
2017-05-21
reimplement event deprecation warnings to fix "unknown mod" warnings
Jesse Plamondon-Willard
2017-05-07
use more robust sprite batch recovery logic (#283)
Jesse Plamondon-Willard
2017-04-27
simplify exception summary code
Jesse Plamondon-Willard
2017-04-26
revamp 'exit immediately' to abort ongoing SMAPI tasks
Jesse Plamondon-Willard
2017-04-23
minor cleanup
Jesse Plamondon-Willard
2017-03-14
revert all projects except installer to .NET Framework 4.5
Jesse Plamondon-Willard
2017-03-14
downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2017-01-15
deprecate events replaced by save events (#215)
Jesse Plamondon-Willard
2016-12-07
add TypeLoadException details when intercepted by SMAPI
Jesse Plamondon-Willard
2016-11-23
log relevant details when a ReflectionTypeLoadException is caught by SMAPI
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard