summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Events
AgeCommit message (Expand)Author
2017-02-02Corrected CurrentLocationChanged's "NewLocation" and "PriorLocation" descript...Bpendragon (David Camp)
2017-01-15deprecate events replaced by save events (#215)Jesse Plamondon-Willard
2017-01-15add save events (#215)Jesse Plamondon-Willard
2016-11-21intercept event handler exceptions (#179)Jesse Plamondon-Willard
2016-11-14migrate game loop, events, and commands to new logging framework (#168)Jesse Plamondon-Willard
2016-11-14simplify null guards when rasing eventsJesse Plamondon-Willard
2016-11-04minor cleanupJesse Plamondon-Willard
2016-11-04refactor to avoid an out parameterJesse Plamondon-Willard
2016-10-31add zoom-adjusted mouse position to mouse-changed event arguments (#129)Jesse Plamondon-Willard
2016-10-31(#129) fix several events not correctly propagating stateJesse Plamondon-Willard
2016-10-31document & format event codeJesse Plamondon-Willard
2016-10-31split combined class files per .NET conventionsJesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon