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
Age
Commit message (
Expand
)
Author
2017-02-08
add SaveEvents.AfterReturnToTitle event (#231)
Jesse Plamondon-Willard
2017-02-07
reimplement graphics events (#231)
Jesse Plamondon-Willard
2017-02-07
update SGame.Draw with base code (#231)
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-02-02
Corrected CurrentLocationChanged's "NewLocation" and "PriorLocation" descript...
Bpendragon (David Camp)
2017-01-15
deprecate events replaced by save events (#215)
Jesse Plamondon-Willard
2017-01-15
add save events (#215)
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard
2016-11-14
migrate game loop, events, and commands to new logging framework (#168)
Jesse Plamondon-Willard
2016-11-14
simplify null guards when rasing events
Jesse Plamondon-Willard
2016-11-04
minor cleanup
Jesse Plamondon-Willard
2016-11-04
refactor to avoid an out parameter
Jesse Plamondon-Willard
2016-10-31
add zoom-adjusted mouse position to mouse-changed event arguments (#129)
Jesse Plamondon-Willard
2016-10-31
(#129) fix several events not correctly propagating state
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
2016-05-29
Attempt to migrate to new directory structure.
Gormogon