summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModHelpers
AgeCommit message (Expand)Author
2022-03-05migrate more internal code to IAssetName (#766)Jesse Plamondon-Willard
2022-02-25restore InterfaceProxyFactory to encapsulate Pintail (#830)Jesse Plamondon-Willard
2022-02-25Merge pull request #830 from Shockah/api-proxy-tryproxy-objectJesse Plamondon-Willard
2022-02-18add AssetName to encapsulate asset name handling (#766)Jesse Plamondon-Willard
2022-02-16move proxying to a separate NuGet libraryShockah
2022-02-10add TryProxy for any objectsShockah
2021-08-25fix data helper's WriteJsonFile not deleting file if data is null (#799)Jesse Plamondon-Willard
2021-08-25add GetInAllLocales to translation APIJesse Plamondon-Willard
2021-03-14fix some assets not reapplied correctly when playing in non-English and retur...Jesse Plamondon-Willard
2021-01-19add method to suppress active keybindings (#744)Jesse Plamondon-Willard
2020-12-26deprecate ConsoleCommands.Trigger methodJesse Plamondon-Willard
2020-12-20update for split-screen modeJesse Plamondon-Willard
2020-09-08rename PathUtilities.NormalizePathSeparator, add normalization for more casesJesse Plamondon-Willard
2020-09-05minor cleanupJesse Plamondon-Willard
2020-08-30use inheritdocJesse Plamondon-Willard
2020-08-23minor cleanupJesse Plamondon-Willard
2020-06-03don't prevent mods from accessing game methods/properties extended by SMAPIJesse Plamondon-Willard
2020-04-24add support for getting a patch helper for arbitrary dataJesse Plamondon-Willard
2020-03-08rework input handling to allow sending custom input to the game/modsJesse Plamondon-Willard
2020-02-19rename InputStatus to SButtonState for consistencyJesse Plamondon-Willard
2020-02-19rework tilesheet loading to improve errors, allow future validation, and drop...Jesse Plamondon-Willard
2020-02-09add helper.Input.GetStatus methodJesse Plamondon-Willard
2020-01-22fix global data stored in saves folderJesse Plamondon-Willard
2019-12-08let mods use Read/WriteSaveData while a save is being loadedJesse Plamondon-Willard
2019-10-03fix non-generic GetAPI not checking that all mods are loaded (#662)Jesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-10-01remove unused translation field & methodJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14fix error when loading a mod asset through a translated content manager (#647)Jesse Plamondon-Willard
2019-09-14disable mod-level asset caching (#644)Jesse Plamondon-Willard
2019-09-14move most mod asset loading logic into content managers (#644)Jesse Plamondon-Willard
2019-09-14fix tilesheets seasonalised when loading an indoor mapJesse Plamondon-Willard
2019-09-14fix cache miss when not playing in English (#634)Jesse Plamondon-Willard
2019-09-14remove deprecated APIs (#606)Jesse Plamondon-Willard
2019-04-22fix error on Mac when a custom map references a vanilla tilesheet that only e...Jesse Plamondon-Willard
2019-02-24bump deprecation levels for upcoming SMAPI 3.0 release (#606)Jesse Plamondon-Willard
2019-02-07fix error with custom map tilesheets in some casesJesse Plamondon-Willard
2019-02-07fix typoJesse Plamondon-Willard
2018-12-29increase deprecation levels for the upcoming SMAPI 3.0Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-23allow Read/WriteSaveFile as soon as the save is loadedJesse Plamondon-Willard
2018-12-13clarify docblockJesse Plamondon-Willard
2018-12-13simplify access to deprecation manager for deprecation warningsJesse Plamondon-Willard
2018-12-13tweak new API method nameJesse Plamondon-Willard
2018-12-13add content pack APIJesse Plamondon-Willard
2018-12-05add helper.CreateTemporaryContentPack to replace deprecated transitional methodJesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-11-16fix content packs always failing to load if they declare a dependency on a SM...Jesse Plamondon-Willard
2018-11-03add APIs to send/receive messages in multiplayer (#480)Jesse Plamondon-Willard
2018-10-31sync SMAPI context between players in multiplayer (#480)Jesse Plamondon-Willard