summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events
AgeCommit message (Expand)Author
2018-04-22rewrite input suppression (#453)Jesse Plamondon-Willard
2018-04-14fix typo in code docs (#473)Jesse Plamondon-Willard
2018-04-11drop support for Stardew Valley 1.2 (#453)Jesse Plamondon-Willard
2018-03-11update for Stardew Valley 1.3.0.5 (#453)Jesse Plamondon-Willard
2018-03-11drop support for some deprecated APIs in the Stardew Valley 1.3 branch (#453)Jesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2018-02-23overhaul events to track the mod which added each handler, and log errors und...Jesse Plamondon-Willard
2018-02-19add unvalidated update tick event for specialised use cases (#446)Jesse Plamondon-Willard
2018-01-21add before/after save creation events (#429)Jesse Plamondon-Willard
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 no...Jesse Plamondon-Willard
2017-11-10Simplified mouse checksYonKuma
2017-11-08Fixing code to match SMAPI idiomYonKuma
2017-11-08Added code to suppress mouse clicksYonKuma
2017-10-22replace input events' e.IsClick with better-designed e.IsActionButton and e.I...Jesse Plamondon-Willard
2017-10-19fix e.SuppressButton() in input events not suppressing keyboard buttonsJesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard