summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-16fix conflict with PyTK's map display deviceJesse Plamondon-Willard
2020-09-16fix typo in error messagesJesse Plamondon-Willard
2020-09-15make IContentPack file paths case-insensitiveJesse Plamondon-Willard
2020-09-13add support for renewing uploaded JSON/log filesJesse Plamondon-Willard
2020-09-11prepare for releaseJesse Plamondon-Willard
2020-09-11fix default mods folder path in build packageJesse Plamondon-Willard
2020-09-11improve logging in mod build packageJesse Plamondon-Willard
2020-09-08prepare for releaseJesse Plamondon-Willard
2020-09-08delete redundant unit testsJesse Plamondon-Willard
2020-09-08rename PathUtilities.NormalizePathSeparator, add normalization for more casesJesse Plamondon-Willard
2020-09-08prepare for releaseJesse Plamondon-Willard
2020-09-08fix input handling issues in SMAPI 3.7Jesse Plamondon-Willard
2020-09-06prepare for releaseJesse Plamondon-Willard
2020-09-06fix asset propagation for title menu buttonsJesse Plamondon-Willard
2020-09-06move title menu asset propagation into methodJesse Plamondon-Willard
2020-09-05fix code docsJesse Plamondon-Willard
2020-09-05minor cleanupJesse Plamondon-Willard
2020-09-05make PathUtilities available to modsJesse Plamondon-Willard
2020-09-05simplify path separator normalizationJesse Plamondon-Willard
2020-09-05add unit tests for PathUtilities, fix some edge casesJesse Plamondon-Willard
2020-09-05set max game version to prepare for upcoming SDV 1.5 updateJesse Plamondon-Willard
2020-09-05add mod build package option to change the Mods pathJesse 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
2020-08-30use inheritdocJesse Plamondon-Willard
2020-08-29tweaks to reduce differences in Android portJesse Plamondon-Willard
2020-08-29format codeJesse Plamondon-Willard
2020-08-29fix build error on Linux/MacJesse Plamondon-Willard
2020-08-28fix map tile rotation broken when you return to titleJesse Plamondon-Willard
2020-08-26fix old commentJesse Plamondon-Willard
2020-08-26add heuristic rewrite for field => const changesJesse Plamondon-Willard
2020-08-26fix some broken field references not detectedJesse Plamondon-Willard
2020-08-26rename new heuristic rewriters for clarityJesse Plamondon-Willard
2020-08-26remove now-unused instruction replace callbackJesse Plamondon-Willard
2020-08-26fix InvalidProgramException when replacing CIL instructions in some casesJesse Plamondon-Willard
2020-08-25tweak locale init so it doesn't depend on the game's internal load orderJesse Plamondon-Willard
2020-08-25use inheritdoc in rewritersJesse Plamondon-Willard
2020-08-25fix some method references only partially rewrittenJesse Plamondon-Willard
2020-08-25fix missing-parameter rewriter not loading default values onto stackJesse Plamondon-Willard
2020-08-24minor tweaksJesse Plamondon-Willard
2020-08-24add rewriter for method references with missing optional parametersJesse Plamondon-Willard
2020-08-24support mapping fields to a different type in FieldReplaceRewriterJesse Plamondon-Willard
2020-08-24add heuristic field-to-property rewriterJesse Plamondon-Willard
2020-08-24simplify console interception flowJesse Plamondon-Willard
2020-08-24switch to ILSpy for decompiled codeJesse Plamondon-Willard
2020-08-23fix object-disposed errorJesse Plamondon-Willard
2020-08-23minor cleanupJesse Plamondon-Willard
2020-08-23remove unneeded access modifierJesse Plamondon-Willard
2020-08-23 add EarlyConstants for constants needed before external DLLs are loadedJesse Plamondon-Willard