summaryrefslogtreecommitdiff
path: root/src/SMAPI/Program.cs
AgeCommit message (Expand)Author
2018-05-09rewrite content logic to decentralise cache (#488)Jesse Plamondon-Willard
2018-05-03add prompt when in beta channel and a new version is foundJesse Plamondon-Willard
2018-05-03add semanticVersion.IsPrerelease()Jesse Plamondon-Willard
2018-05-01add public platform constant for modsJesse Plamondon-Willard
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-04-29log trace message if all mods are up-to-dateJesse Plamondon-Willard
2018-04-28add initial multiplayer API (#480)Jesse Plamondon-Willard
2018-04-27add multiplayer sync events (#479)Jesse Plamondon-Willard
2018-04-26fix error in new update-check logic (#457)Jesse Plamondon-Willard
2018-04-25simplify beta channel logic (#457)Jesse Plamondon-Willard
2018-04-25add friendly error when game can't load audio (#472)Jesse Plamondon-Willard
2018-04-25update release notes, minor tweaks (#475)Jesse Plamondon-Willard
2018-04-25Merge pull request #475 from danvolchek/logcommandsJesse Plamondon-Willard
2018-04-23show update-key warnings before checking mod status, enable in non-dev modeJesse Plamondon-Willard
2018-04-22change 'Console.Out' logger to 'game' for clarityJesse Plamondon-Willard
2018-04-22update console log suppress patterns for SDV 1.3 (#453)Jesse Plamondon-Willard
2018-04-22fix crash when closing game window in multiplayer mode (#453)Jesse Plamondon-Willard
2018-04-17log user input to log fileDan Volchek
2018-04-17add warning in developer mode for mods with no update keysJesse Plamondon-Willard
2018-04-15tweak trace logs for readability when loading modsJesse Plamondon-Willard
2018-04-13add MacOS detectionJesse Plamondon-Willard
2018-04-13fix console color scheme for PowerShell, and make it configurableJesse Plamondon-Willard
2018-04-13split mod DB into a separate fileJesse Plamondon-Willard
2018-04-11fix error when two content packs use different capitalisation for the same re...Jesse Plamondon-Willard
2018-04-11fix error when a remote mod version is invalid (#462)Jesse Plamondon-Willard
2018-03-23fix error when a mod removes an asset editor/loader (#460)Jesse Plamondon-Willard
2018-03-15link SMAPI update checks to smapi.io instead of GitHub (#457)Jesse Plamondon-Willard
2018-03-15show prerelease SMAPI updates when updating from an older prerelease of the s...Jesse Plamondon-Willard
2018-03-11fix error when content pack needs a mod that couldn't be loadedJesse Plamondon-Willard
2018-03-11fix some content managers not replaced early enough (#453, #413)Jesse Plamondon-Willard
2018-03-11reorganise and update core content logic for Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2018-03-04add support for mapping non-semantic remote mod versionsJesse Plamondon-Willard
2018-03-04simplify and always include default update URL, shorten no-longer-compatible ...Jesse Plamondon-Willard
2018-03-03mark Stardew Valley 1.3 incompatible in SMAPI 2.5.x to reduce confusion when ...Jesse Plamondon-Willard
2018-03-03fix detected incompatibility errors not showing mod's update URL (#453)Jesse Plamondon-Willard
2018-03-03move technical compatibility details into TRACE log (#453)Jesse Plamondon-Willard
2018-02-23overhaul events to track the mod which added each handler, and log errors und...Jesse Plamondon-Willard
2018-02-22add friendly warning when an i18n file has duplicate keys due to case-insensi...Jesse Plamondon-Willard
2018-02-20support transitional content packs (#436)Jesse Plamondon-Willard
2018-02-19replace manual relative path logic with new path utilitiesJesse Plamondon-Willard
2018-02-19simplify content pack list (#436)Jesse Plamondon-Willard
2018-02-17add content pack feature (#436)Jesse Plamondon-Willard
2018-02-17validate that mod APIs are public (#435)Jesse Plamondon-Willard
2018-02-17split proxy builder & factory (#435)Jesse Plamondon-Willard
2018-02-16add mod page URL to missing-dependency errors (#437)Jesse Plamondon-Willard
2018-02-16encapsulate update key to URL logic for reuse (#437)Jesse Plamondon-Willard
2018-02-16encapsulate mod DB, add display name, and use in dependency checks (#439)Jesse Plamondon-Willard
2018-02-16overhaul internal mod data format (#439)Jesse Plamondon-Willard
2018-02-15log mod errors and warnings as the mod (#438)Jesse Plamondon-Willard