summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events
AgeCommit message (Collapse)Author
2018-01-21add before/after save creation events (#429)Jesse Plamondon-Willard
This supports mods like Custom Farm Types that need to intercept the very first save, which doesn't raise the normal save events since the world isn't fully initialised yet.
2017-12-12reintroduce GameEvents.FirstUpdateTick to simplify mod integrations (#409)Jesse Plamondon-Willard
2017-12-10add e.IsSuppressed to input event argsJesse Plamondon-Willard
2017-12-10fix mods being able to change cursor position reported to other modsJesse Plamondon-Willard
2017-11-26fix e.SuppressButton() not working with some mouse buttons, update release ↵Jesse Plamondon-Willard
notes (#389)
2017-11-10Simplified mouse checksYonKuma
SuppressButton now uses the passed button rather than the object button
2017-11-08Fixing code to match SMAPI idiomYonKuma
2017-11-08Added code to suppress mouse clicksYonKuma
issue Pathoschild/SMAPI#384
2017-10-22replace input events' e.IsClick with better-designed e.IsActionButton and ↵Jesse Plamondon-Willard
e.IsUseToolButton
2017-10-19fix e.SuppressButton() in input events not suppressing keyboard buttonsJesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard