summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SCore.cs
AgeCommit message (Expand)Author
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-24update PintailShockah
2022-02-19change proxy prepare behaviorShockah
2022-02-18Fix support for custom locale codes in asset names (#766)Jesse Plamondon-Willard
2022-02-16move proxying to a separate NuGet libraryShockah
2022-02-11use Array.Empty to avoid unneeded array allocationsJesse Plamondon-Willard
2021-11-28remove GameFramework build property from packageJesse Plamondon-Willard
2021-11-28update for custom languagesJesse Plamondon-Willard
2021-11-28use new mod hooks to synchronize tasksJesse Plamondon-Willard
2021-11-28update to .NET 5 and official 64-bitJesse Plamondon-Willard
2021-11-28drop support for XNA FrameworkJesse Plamondon-Willard
2021-09-27fix SMAPI's display device not hooked correctly in split-screen modeJesse Plamondon-Willard
2021-09-18add more visible log output for players during early startupJesse Plamondon-Willard
2021-09-08fix error when loading corrupted translation filesJesse Plamondon-Willard
2021-09-03remove asset propagation for Data/BundlesJesse Plamondon-Willard
2021-09-02drop support for unofficial 64-bit modeJesse Plamondon-Willard
2021-09-01fix translations not initialized for temporary content packsJesse Plamondon-Willard
2021-09-01tweak new codeJesse Plamondon-Willard
2021-08-26only check 64-bit compatibility if an assembly fails to loadJesse Plamondon-Willard
2021-08-25add 64-bit compatibility check before loading modsJesse Plamondon-Willard
2021-08-04undo Constants.Save* changes in 3.12.1Jesse Plamondon-Willard
2021-08-03increase software conflict message to warning level to simplify troubleshootingJesse Plamondon-Willard
2021-08-02use more reliable method to get save folder nameJesse Plamondon-Willard
2021-07-30migrate to the new Harmony patch pattern used in my modsJesse Plamondon-Willard
2021-07-30rename patch classes for consistencyJesse Plamondon-Willard
2021-07-30split patch classes which target multiple typesJesse Plamondon-Willard
2021-07-29reduce ErrorHandler's direct references to internal SMAPI codeJesse Plamondon-Willard
2021-07-14add workaround for Harmony 2.x breaking XNA content pipeline for some assets ...Jesse Plamondon-Willard
2021-06-26improve error if SMAPI fails to dispose on exitJesse Plamondon-Willard
2021-06-24log trace message if conflicting software is detectedJesse Plamondon-Willard
2021-05-26Add `World.FurnitureListChanged` eventDiscipleOfEris
2021-05-09normalize manifest array fieldsJesse Plamondon-Willard
2021-04-23add [64-bit] tag to window titles (#767)Jesse Plamondon-Willard
2021-04-22add update alerts for Stardew64Installer (#767)Jesse Plamondon-Willard
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-04-02add initial support for 64-bit Windows hack (#767)Jesse Plamondon-Willard
2021-03-21add Constants.GameFramework field (#767)Jesse Plamondon-Willard
2021-03-21split compile flag into separate Windows + XNA flags (#767)Jesse Plamondon-Willard
2021-03-19update NPC pathfinding cache when map warps changeJesse Plamondon-Willard
2021-02-28fix edge case for non-English farmhands where content coordinator handled ret...Jesse Plamondon-Willard
2021-02-06fix edge case in non-English asset cache after returning to title screenJesse Plamondon-Willard
2021-01-31add experimental 'aggressive memory optimization' flag (#757)Jesse Plamondon-Willard
2021-01-20rewrite C# 9 code not supported in Linux build tools yetJesse Plamondon-Willard
2021-01-19add Input.ButtonsChanged event (#744)Jesse Plamondon-Willard
2021-01-19add multi-key binding API (#744)Jesse Plamondon-Willard
2021-01-17subclass chatbox to log game errorsJesse Plamondon-Willard
2021-01-15(feat) Disable Mod rewrites if requestedDavid Camp
2021-01-15move error-handling Harmony patches into a new Error Handler bundled modJesse Plamondon-Willard
2021-01-10fix title screen music not stopping after save is loadedJesse Plamondon-Willard