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
/
Events
/
PlayerEvents.cs
Age
Commit message (
Expand
)
Author
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-03
bump all deprecation levels to 'pending removal'
Jesse Plamondon-Willard
2017-07-03
add SMAPI 2.0 compile mode
Jesse Plamondon-Willard
2017-05-21
reimplement event deprecation warnings to fix "unknown mod" warnings
Jesse Plamondon-Willard
2017-02-16
increase all notice deprecations to info, tweak deprecation message format
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2017-02-07
disambiguate references to Farmer (#231)
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard
2017-01-15
deprecate events replaced by save events (#215)
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard
2016-11-14
simplify null guards when rasing events
Jesse Plamondon-Willard
2016-11-04
refactor to avoid an out parameter
Jesse Plamondon-Willard
2016-10-31
document & format event code
Jesse Plamondon-Willard
2016-10-31
split combined class files per .NET conventions
Jesse Plamondon-Willard