summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/SCore.cs
AgeCommit message (Expand)Author
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
2021-01-06add a way to send console commands to a specific screenJesse Plamondon-Willard
2021-01-06remove experimental performance countersJesse Plamondon-Willard
2021-01-01fix network messages not using same JSON serializer settings (#745)Jesse Plamondon-Willard
2020-12-29show details in TRACE logs when a mod is blocked by compatibility listJesse Plamondon-Willard
2020-12-26rewrite migration to avoid repeating game checksJesse Plamondon-Willard
2020-12-26detect & fix broken community center bundlesJesse Plamondon-Willard
2020-12-20update for split-screen modeJesse Plamondon-Willard
2020-10-18use update URL from server instead of hardcoding itJesse Plamondon-Willard
2020-09-22fix reference to nonexistent fieldJesse Plamondon-Willard
2020-09-22update release notes, format codeJesse Plamondon-Willard
2020-09-22Performance tuningMarcos Miller Dantas
2020-09-16fix conflict with PyTK's map display deviceJesse Plamondon-Willard
2020-09-16fix typo in error messagesJesse Plamondon-Willard
2020-09-08fix input handling issues in SMAPI 3.7Jesse Plamondon-Willard
2020-09-04simplify error shown for duplicate modsJesse Plamondon-Willard
2020-09-04extend game's input logic instead of replacing itJesse Plamondon-Willard
2020-08-31switch SGame back to callbacksJesse Plamondon-Willard