summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-16minor tweaksJesse Plamondon-Willard
2016-11-16cleanupJesse Plamondon-Willard
2016-11-16use interface for IModHelperJesse Plamondon-Willard
2016-11-16add emergency interrupt feature (#168)Jesse Plamondon-Willard
2016-11-16update for 1.1 betaJesse Plamondon-Willard
2016-11-16fix console closing immediately when some exceptions occur (#171), simplify ↵Jesse Plamondon-Willard
initial logging
2016-11-16add optional 'minimum API version' field to manifest (#176)Jesse Plamondon-Willard
2016-11-16mark deprecated manifest fieldsJesse Plamondon-Willard
2016-11-14fix error when json file doesn't exist (#170)Jesse Plamondon-Willard
2016-11-14tweak deprecation messagesJesse Plamondon-Willard
2016-11-14migrate game loop, events, and commands to new logging framework (#168)Jesse Plamondon-Willard
2016-11-14minor cleanupJesse Plamondon-Willard
2016-11-14simplify null guards when rasing eventsJesse Plamondon-Willard
2016-11-14migrate TrainerMod to new logging framework (#168)Jesse Plamondon-Willard
2016-11-14make TrainerMod non-staticJesse Plamondon-Willard
2016-11-14migrate main logging to new framework (#168)Jesse Plamondon-Willard
2016-11-14hide TrainerMod internalsJesse Plamondon-Willard
2016-11-14remove obsolete TrainerMod commandJesse Plamondon-Willard
2016-11-14format & document TrainerMod codeJesse Plamondon-Willard
2016-11-14migrate deprecation manager to new logging (#168)Jesse Plamondon-Willard
2016-11-14deprecate legacy logging interfaces, rewrite to use new framework under the ↵Jesse Plamondon-Willard
hood (#168)
2016-11-14initialise new logging framework on startup (#168)Jesse Plamondon-Willard
2016-11-14add new logging framework (#168)Jesse Plamondon-Willard
2016-11-13split mod registry out of deprecation manager for reuse (#168)Jesse Plamondon-Willard
2016-11-11update git repo for new-version checkJesse Plamondon-Willard
2016-11-11update for 1.0 releaseJesse Plamondon-Willard
2016-11-11normalise newlines in app.configJesse Plamondon-Willard
2016-11-10fix deprecation warning for manifest.PerSaveConfigsJesse Plamondon-Willard
2016-11-10rewrite command parsing, fix null reference exceptions in some casesJesse Plamondon-Willard
2016-11-09fix Windows-only build configuration not properly marked as suchJesse Plamondon-Willard
2016-11-09bump version for 1.0-beta2Jesse Plamondon-Willard
2016-11-09mark restored interfaces deprecatedJesse Plamondon-Willard
2016-11-09restore obsolete interfaces for backwards compatibility with EntoFrameworkJesse Plamondon-Willard
2016-11-09simplify debuggingJesse Plamondon-Willard
2016-11-09remove unused filesJesse Plamondon-Willard
2016-11-08update TrainerMod for 1.0Jesse Plamondon-Willard
2016-11-08correct version in deprecation warningJesse Plamondon-Willard
2016-11-08fix an initialisation error when a Windows user has both "StardewValley.exe" ↵Jesse Plamondon-Willard
and "Stardew Valley.exe" in their game directory
2016-11-07update for 1.0 betaJesse Plamondon-Willard
2016-11-07group installer's path variablesJesse Plamondon-Willard
2016-11-07detect appdata mods during install and move them (if possible)Jesse Plamondon-Willard
2016-11-06fix minor crossplatform issuesJesse Plamondon-Willard
2016-11-06increase deprecation severity of method disabled in 0.39.3 (#165)Jesse Plamondon-Willard
2016-11-06add developer mode which shows all deprecation warnings, update release ↵Jesse Plamondon-Willard
process (#165)
2016-11-06simplify log a bit moreJesse Plamondon-Willard
2016-11-06use more nuanced deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05fix installer on Windows not ignoring quote characters in file pathJesse Plamondon-Willard
2016-11-05add quick summary to installer readmeJesse Plamondon-Willard
2016-11-05mark extensions deprecated (#165)Jesse Plamondon-Willard
2016-11-05document extensionsJesse Plamondon-Willard