Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | add multiplayer sync events (#479) | Jesse Plamondon-Willard | |
2018-04-22 | rewrite input suppression (#453) | Jesse Plamondon-Willard | |
This lets SMAPI intercept all input using the new Game1.hooks in SDV 1.3.0.32. However, intercepting mouse clicks needs a few more changes in the game code. | |||
2018-04-14 | fix typo in code docs (#473) | Jesse Plamondon-Willard | |
2018-04-11 | drop support for Stardew Valley 1.2 (#453) | Jesse Plamondon-Willard | |
2018-03-11 | update for Stardew Valley 1.3.0.5 (#453) | Jesse Plamondon-Willard | |
2018-03-11 | drop support for some deprecated APIs in the Stardew Valley 1.3 branch (#453) | Jesse Plamondon-Willard | |
2018-03-11 | add initial compatibility with Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard | |
2018-02-23 | overhaul events to track the mod which added each handler, and log errors ↵ | Jesse Plamondon-Willard | |
under their name (#451) | |||
2018-02-19 | add unvalidated update tick event for specialised use cases (#446) | Jesse Plamondon-Willard | |
2018-01-21 | add 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-12 | reintroduce GameEvents.FirstUpdateTick to simplify mod integrations (#409) | Jesse Plamondon-Willard | |
2017-12-10 | add e.IsSuppressed to input event args | Jesse Plamondon-Willard | |
2017-12-10 | fix mods being able to change cursor position reported to other mods | Jesse Plamondon-Willard | |
2017-11-26 | fix e.SuppressButton() not working with some mouse buttons, update release ↵ | Jesse Plamondon-Willard | |
notes (#389) | |||
2017-11-10 | Simplified mouse checks | YonKuma | |
SuppressButton now uses the passed button rather than the object button | |||
2017-11-08 | Fixing code to match SMAPI idiom | YonKuma | |
2017-11-08 | Added code to suppress mouse clicks | YonKuma | |
issue Pathoschild/SMAPI#384 | |||
2017-10-22 | replace input events' e.IsClick with better-designed e.IsActionButton and ↵ | Jesse Plamondon-Willard | |
e.IsUseToolButton | |||
2017-10-19 | fix e.SuppressButton() in input events not suppressing keyboard buttons | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |