Age | Commit message (Expand) | Author |
2017-04-26 | optimise console interception for the way Stardew Valley logs messages | Jesse Plamondon-Willard |
2017-04-26 | handle edge case in JSON file read/write code | Jesse Plamondon-Willard |
2017-04-26 | add editorconfig, minor style fixes | Jesse Plamondon-Willard |
2017-04-24 | remove new manifest field for minimum game version (#264) | Jesse Plamondon-Willard |
2017-04-24 | update for SDV 1.2 non-beta release | Jesse Plamondon-Willard |
2017-04-23 | minor cleanup | Jesse Plamondon-Willard |
2017-04-23 | revamp startup process (#265) | Jesse Plamondon-Willard |
2017-04-23 | let mods specify a minimum game version in their manifest.json (#264) | Jesse Plamondon-Willard |
2017-04-23 | unify SMAPI versions for SDV 1.11 and 1.2 using compile switches where needed... | Jesse Plamondon-Willard |
2017-04-23 | Merge branch for Stardew Valley 1.2 beta into develop | Jesse Plamondon-Willard |
2017-04-23 | fix monitor.ExitGameImmediately not working correctly | Jesse Plamondon-Willard |
2017-04-23 | minor cleanup | Jesse Plamondon-Willard |
2017-04-23 | remove Initialize/LoadContent overrides & deprecate related events (#265) | Jesse Plamondon-Willard |
2017-04-22 | fix mouse-changed event never updating prior mouse position | Jesse Plamondon-Willard |
2017-04-05 | unbackport for SDV 1.2 branch (#258) | Jesse Plamondon-Willard |
2017-03-30 | backport SMAPI 1.9 to Stardew Valley 1.11 (#258) | Jesse Plamondon-Willard |
2017-03-26 | add support for rewriting method definitions (#254) | Jesse Plamondon-Willard |
2017-03-26 | merge CIL finders & rewriters into one interface (#254) | Jesse Plamondon-Willard |
2017-03-26 | allow multiple rewriters to change the same CIL instruction (#254) | Jesse Plamondon-Willard |
2017-03-14 | let players override SMAPI incompatible-code detection if needed | Jesse Plamondon-Willard |
2017-03-14 | revert all projects except installer to .NET Framework 4.5 | Jesse Plamondon-Willard |
2017-03-14 | downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1 | Jesse Plamondon-Willard |
2017-03-14 | refactor SGame a bit now that it's internal | Jesse Plamondon-Willard |
2017-03-12 | remove unused IConfigFile (#238) | Jesse Plamondon-Willard |
2017-03-12 | simplify & optimise instruction searching a bit (#247) | Jesse Plamondon-Willard |
2017-03-12 | add logic to detect incompatible mod instructions & reject mod load (#247) | Jesse Plamondon-Willard |
2017-03-12 | log rewritten instructions (#247) | Jesse Plamondon-Willard |
2017-03-12 | split IInstructionFinder from IInstructionRewriter (#247) | Jesse Plamondon-Willard |
2017-03-11 | fix SaveEvents.AfterLoad being raised during the new-game intro before the pl... | Jesse Plamondon-Willard |
2017-03-10 | fix SMAPI not correctly detecting cached assets if they were translated (#173) | Jesse Plamondon-Willard |
2017-03-10 | rename content event for consistency, simplify usage (#173) | Jesse Plamondon-Willard |
2017-03-10 | extend base content helper to support null content (#173) | Jesse Plamondon-Willard |
2017-03-10 | move generic content properties & methods into separate interface (#173) | Jesse Plamondon-Willard |
2017-03-08 | use consistent dict helper method naming (#173) | Jesse Plamondon-Willard |
2017-03-08 | add dict content helper method to replace values based on a lambda (#173) | Jesse Plamondon-Willard |
2017-03-08 | add dictionary/image content helpers for more intuitive usage (#173) | Jesse Plamondon-Willard |
2017-03-03 | add content language changed event (#243) | Jesse Plamondon-Willard |
2017-03-03 | add texture patching to content events (#173) | Jesse Plamondon-Willard |
2017-03-03 | fix mods running code concurrently with a SDV 1.2+ background task | Jesse Plamondon-Willard |
2017-03-01 | update draw code for SDV 1.2.13 (#231) | Jesse Plamondon-Willard |
2017-03-01 | deprecate `IConfigFile` (#238) | Jesse Plamondon-Willard |
2017-03-01 | update content manager code for SDV 1.2.11 (#173) | Jesse Plamondon-Willard |
2017-02-25 | fix handling of localised XNB files (#173) | Jesse Plamondon-Willard |
2017-02-25 | improve asset key normalisation (#173) | Jesse Plamondon-Willard |
2017-02-25 | fix current path not being normalised in path checks (#173) | Jesse Plamondon-Willard |
2017-02-25 | add prototype content event + helper to manipulate XNB data (#173) | Jesse Plamondon-Willard |
2017-02-24 | add release note, fix docblock | Jesse Plamondon-Willard |
2017-02-24 | fix content manager compatibility with MonoGame (#173) | Jesse Plamondon-Willard |
2017-02-24 | override content manager (#173) | Jesse Plamondon-Willard |
2017-02-23 | move incompatible mod logic into mod registry | Jesse Plamondon-Willard |