summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Events
AgeCommit message (Expand)Author
2022-05-15reduce performance impact of deprecation warningsJesse Plamondon-Willard
2022-05-11replace event.HasListeners() with propertyJesse Plamondon-Willard
2022-05-11move filtering only used in one place out of managed eventJesse Plamondon-Willard
2022-05-11optimize raising events for the most common casesJesse Plamondon-Willard
2022-05-10remove unused IsPerformanceCritical event fieldJesse Plamondon-Willard
2022-04-13enable nullable annotations in SMAPI where no logic changes are needed (#837)Jesse Plamondon-Willard
2022-04-13enable nullable annotations in SMAPI where no changes are needed (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06simplify 'is not' patternsJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2022-03-26add LocaleChanged content event (#766)Jesse Plamondon-Willard
2022-03-25add AssetReady content event (#766)Jesse Plamondon-Willard
2022-03-24add AssetInvalidated content event (#766)Jesse Plamondon-Willard
2022-03-23add initial AssetRequested content event (#766)Jesse Plamondon-Willard
2022-03-22reduce duplicated doc blocksJesse Plamondon-Willard
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2021-07-30migrate to the new Harmony patch pattern used in my modsJesse Plamondon-Willard
2021-05-26Add `World.FurnitureListChanged` eventDiscipleOfEris
2021-01-19add Input.ButtonsChanged event (#744)Jesse Plamondon-Willard
2021-01-06remove experimental performance countersJesse Plamondon-Willard
2020-08-26fix old commentJesse Plamondon-Willard
2020-08-23minor cleanupJesse Plamondon-Willard
2020-08-09fix error when mods add/remove events asynchronouslyJesse Plamondon-Willard
2020-07-21fix error when a mod adds/remove an event handler while handling the eventJesse Plamondon-Willard
2020-06-21fix event priority sortingJesse Plamondon-Willard
2020-06-16improve new event codeJesse Plamondon-Willard
2020-06-15fix merge, update release notesJesse Plamondon-Willard
2020-06-15Merge pull request #723 from spacechase0/event-priorityJesse Plamondon-Willard
2020-06-15merge inconsistent event raise methodsJesse Plamondon-Willard
2020-06-15refactor & optimize event code a bit, drop old support for unknown event hand...Jesse Plamondon-Willard
2020-06-15Implemented event priority attributeChase W
2020-05-04add Multiplayer.PeerConnected eventJesse Plamondon-Willard
2020-01-26tweak namespaceJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse Plamondon-Willard
2020-01-15Added documentation for all commands. Renamed the "monitor" command to "trigg...Drachenkaetzchen
2020-01-11Reworked the console implementation, added monitoring. Some internal refactor...Drachenkaetzchen
2020-01-10Moved most PerformanceCounter logic out of SCore into the new PerformanceCoun...Drachenkaetzchen
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2019-12-31minor refactoringJesse Plamondon-Willard
2019-12-31Added the new ChestItemChanged event.wartech0
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14remove deprecated APIs (#606)Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-25minor performance optimisationJesse Plamondon-Willard
2018-12-25add GameLoop.OneSecondUpdateTicking/TickedJesse Plamondon-Willard
2018-12-24add Specialised.LoadStageChanged eventJesse Plamondon-Willard
2018-12-23add Specialised.SavePreloaded eventJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-11-04add PeerDisconnected event (#480)Jesse Plamondon-Willard
2018-11-04add ContextReceived event (#480)Jesse Plamondon-Willard