summaryrefslogtreecommitdiff
path: root/src/SMAPI/Events/SaveEvents.cs
AgeCommit message (Collapse)Author
2018-02-23overhaul events to track the mod which added each handler, and log errors ↵Jesse Plamondon-Willard
under their name (#451)
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-10-07reorganise repo structureJesse Plamondon-Willard