summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-23further group deprecation warnings during mod loadingJesse Plamondon-Willard
2017-02-23minor cleanupJesse Plamondon-Willard
2017-02-23make skipped-mod messages more user-friendlyJesse Plamondon-Willard
2017-02-23move incompatible mod logic into mod registryJesse Plamondon-Willard
2017-02-23shorten mod path in error messagesJesse Plamondon-Willard
2017-02-23merge config filesJesse Plamondon-Willard
2017-02-22update for Stardew Valley 1.9 (#231)Jesse Plamondon-Willard
2017-02-22add rationale notes to incompatible-mods list (#231)Jesse Plamondon-Willard
2017-02-21fix new error when entering an empty command in SMAPI consoleJesse Plamondon-Willard
2017-02-19make mod-not-compatible messages shorterJesse Plamondon-Willard
2017-02-19mark another incompatible mod (#231)Jesse Plamondon-Willard
2017-02-19fix installer not recognising Linux/Mac paths starting with ~ or containing a...Jesse Plamondon-Willard
2017-02-19use more robust crossplatform path checks in installerJesse Plamondon-Willard
2017-02-19fix installer not ignoring potential game folders that don't contain a Starde...Jesse Plamondon-Willard
2017-02-19fix on-post-render graphics event being raised after screen is renderedJesse Plamondon-Willard
2017-02-17fix nullable enums not being written to JSON as stringJesse Plamondon-Willard
2017-02-17write XNA input enums to JSON as strings automaticallyJesse Plamondon-Willard
2017-02-17fix issue where mod dependencies overrode SMAPI dependenciesJesse Plamondon-Willard
2017-02-16increase all notice deprecations to info, tweak deprecation message formatJesse Plamondon-Willard
2017-02-16remove unneeded property for number of mods loadedJesse Plamondon-Willard
2017-02-16remove unneeded property for game exe pathJesse Plamondon-Willard
2017-02-16remove unneeded property for game exe pathJesse Plamondon-Willard
2017-02-16make SMAPI core non-static, eliminate direct access between core componentsJesse Plamondon-Willard
2017-02-15mark more incompatible mods (#231)Jesse Plamondon-Willard
2017-02-14fix typoJesse Plamondon-Willard
2017-02-14streamline startup a bitJesse Plamondon-Willard
2017-02-14mark one constant internalJesse Plamondon-Willard
2017-02-14mark two internal classes internalJesse Plamondon-Willard
2017-02-14mark more incompatible mods (#231)Jesse Plamondon-Willard
2017-02-13update draw logic for Stardew Valley 1.2.6 (#231)Jesse Plamondon-Willard
2017-02-13mark Entoarox Framework incompatible up to 1.6.5 (#231)Jesse Plamondon-Willard
2017-02-13mark all Command methods deprecated (#199)Jesse Plamondon-Willard
2017-02-13migrate TrainerMod to new API (#199)Jesse Plamondon-Willard
2017-02-13add new console command API with backward compatibility (#199)Jesse Plamondon-Willard
2017-02-13move core JSON logic out of mod helper (#199)Jesse Plamondon-Willard
2017-02-12handle permissions & delays in installer's file/folder deletion code (#237)Jesse Plamondon-Willard
2017-02-12avoid special case in error printing (#237)Jesse Plamondon-Willard
2017-02-12encapsulate file & folder deletion (#237)Jesse Plamondon-Willard
2017-02-12mark another incompatible mod (#231)Jesse Plamondon-Willard
2017-02-11mark more incompatible mods (#231)Jesse Plamondon-Willard
2017-02-11fix world-ready events being raised before the game finishes loading the save...Jesse Plamondon-Willard
2017-02-11add TimeEvents.AfterDayStarted event (#236)Jesse Plamondon-Willard
2017-02-11remove esoteric & undocumented debug message queue & DrawDebug eventJesse Plamondon-Willard
2017-02-11don't write direct console output to log file (#233)Jesse Plamondon-Willard
2017-02-11delve into mod folders that only contain another folder (#208)Jesse Plamondon-Willard
2017-02-11redirect the game's debug messages into trace logs (#233)Jesse Plamondon-Willard
2017-02-10mark several mods incompatible with Stardew Valley 1.2+ (#231)Jesse Plamondon-Willard
2017-02-10tweak debug build config, update release notesJesse Plamondon-Willard
2017-02-10Mac and Linux debug run works! 🙃James Stine
2017-02-10remove leftover references to Mono.Cecil.Rocks (#231)Jesse Plamondon-Willard