summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-09when a fatal crash happens, keep a copy of the log and notify the player on r...Jesse Plamondon-Willard
2017-05-09reduce max consecutive draw crashes (#283)Jesse Plamondon-Willard
2017-05-09don't try to recover from a completely broken sprite batch, which can cause a...Jesse Plamondon-Willard
2017-05-09use shared reflection helperJesse Plamondon-Willard
2017-05-08add optional verbose context loggingJesse Plamondon-Willard
2017-05-08detect unrecoverable draw errors (#283)Jesse Plamondon-Willard
2017-05-07use more robust sprite batch recovery logic (#283)Jesse Plamondon-Willard
2017-05-07exit game after many consecutive unrecoverable draw errors (#283)Jesse Plamondon-Willard
2017-05-07added basic context logging to simplify troubleshootingJesse Plamondon-Willard
2017-05-03fix code styleJesse Plamondon-Willard
2017-05-03bump version for releaseJesse Plamondon-Willard
2017-05-03bundle libgdiplus into SMAPI on Linux/Mac to fix errors loading PNGs (#277)Jesse Plamondon-Willard
2017-05-03adopt pufferchick as SMAPI iconJesse Plamondon-Willard
2017-05-03recover game after draw errors to prevent crashJesse Plamondon-Willard
2017-05-03fix mods on Linux/Mac no longer working after the game saves (#281)Jesse Plamondon-Willard
2017-05-03support players with multiple copies of the game when installing (#274)Jesse Plamondon-Willard
2017-05-02store unknown fields in IManifest::ExtraFields (#275)Jesse Plamondon-Willard
2017-05-02default content API to ContentSource.ModFolder (#276)Jesse Plamondon-Willard
2017-05-02fix XNBs loaded from the mod folder through the content API never being found...Jesse Plamondon-Willard
2017-05-02fix error when using content API to load a PNG during early game init (#280)Jesse Plamondon-Willard
2017-04-30bump version for releaseJesse Plamondon-Willard
2017-04-30tweak code inspection rulesJesse Plamondon-Willard
2017-04-30fix crossplatform compatibility (#257)Jesse Plamondon-Willard
2017-04-29bump minimum game version to released 1.2.26Jesse Plamondon-Willard
2017-04-29let mods specify .xnb file extension explicitly (#257)Jesse Plamondon-Willard
2017-04-29add contentHelper.GetActualAssetKey(..) to support custom map tilesheets (#257)Jesse Plamondon-Willard
2017-04-29fix mod events triggering during game save in Stardew Valley 1.2Jesse Plamondon-Willard
2017-04-29add internal context for more robust draw loop detection (#257)Jesse Plamondon-Willard
2017-04-29premultiply alpha when loading PNGs to avoid transparency issues (#257)Jesse Plamondon-Willard
2017-04-29add initial content API (#257)Jesse Plamondon-Willard
2017-04-29fix errors in the game's update causing the game to freeze until the player p...Jesse Plamondon-Willard
2017-04-29make mod helpers disposable (#257)Jesse Plamondon-Willard
2017-04-28detect broken ObjectInformation.xnb dataJesse Plamondon-Willard
2017-04-27simplify exception summary codeJesse Plamondon-Willard
2017-04-26revamp 'exit immediately' to abort ongoing SMAPI tasksJesse Plamondon-Willard
2017-04-26detect exceptions logged directly to the console and log them as errorsJesse Plamondon-Willard
2017-04-26No longer suppress console output from the log fileJesse Plamondon-Willard
2017-04-26optimise console interception for the way Stardew Valley logs messagesJesse Plamondon-Willard
2017-04-26handle edge case in JSON file read/write codeJesse Plamondon-Willard
2017-04-26add editorconfig, minor style fixesJesse Plamondon-Willard
2017-04-24remove new manifest field for minimum game version (#264)Jesse Plamondon-Willard
2017-04-24update for SDV 1.2 non-beta releaseJesse Plamondon-Willard
2017-04-23fixed `Constants.SaveFolderName` not set for a new game until the save is cre...Jesse Plamondon-Willard
2017-04-23dispose resources on Windows Form exit (#268)Jesse Plamondon-Willard
2017-04-23minor cleanupJesse Plamondon-Willard
2017-04-23ensure SMAPI resources are disposed on exit (#268)Jesse Plamondon-Willard
2017-04-23add support for non-melee weapons to TrainerMod (#259)Jesse Plamondon-Willard
2017-04-23add world_setyear command to TrainerModJesse Plamondon-Willard
2017-04-23add string overloads for version methods (#263)Jesse Plamondon-Willard
2017-04-23add version.IsBetween method (#263)Jesse Plamondon-Willard