summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-05-10fix multiplayer.GetActiveLocations not added to interface (#480)Jesse Plamondon-Willard
2018-05-09rewrite content logic to decentralise cache (#488)Jesse Plamondon-Willard
This is necessary due to changes in Stardew Valley 1.3, which now changes loaded assets and expects those changes to be persisted but not propagated to other content managers.
2018-05-06add error when running Windows installer on Linux/MacJesse Plamondon-Willard
2018-05-06bump version for beta 8 releaseJesse Plamondon-Willard
2018-05-06fix new events losing track of changed dataJesse Plamondon-Willard
2018-05-06bump for beta releaseJesse Plamondon-Willard
2018-05-06add GetActiveLocations to multiplayer API (#480)Jesse Plamondon-Willard
2018-05-05update fence asset propagation in SDV 1.3Jesse Plamondon-Willard
2018-05-05update supporters listJesse Plamondon-Willard
2018-05-05enforce mod ID convention (only alphanumeric, hyphen, dot, and underscore)Jesse Plamondon-Willard
2018-05-05fix input suppression not working in some casesJesse Plamondon-Willard
2018-05-05rewrite location events for multiplayerJesse Plamondon-Willard
2018-05-04fix install error on Linux/Mac in some casesJesse Plamondon-Willard
2018-05-04add LocationEvents.ObjectsChanged eventJesse Plamondon-Willard
2018-05-04update net field listJesse Plamondon-Willard
2018-05-04update supporters listJesse Plamondon-Willard
2018-05-04load game synchronously to fix asset loader/editor errorsJesse Plamondon-Willard
2018-05-03bump beta version for releaseJesse Plamondon-Willard
2018-05-03switch back to shared project due to installer issuesJesse Plamondon-Willard
2018-05-03bump beta versionJesse 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-02mark Horse Whistle 1.1.2-unofficial.1 incompatible due to lag issue fixed in ↵Jesse Plamondon-Willard
unofficial.2
2018-05-02compile separate Linux/Mac installer to avoid WMI reference errors (#485)Jesse Plamondon-Willard
2018-05-02mark CJB Cheats Menu incompatible due to friendship bugsJesse Plamondon-Willard
2018-05-02reorganise to avoid errors deploying web app, fix WMI error in Linux installerJesse Plamondon-Willard
2018-05-02fix log parser not recognising content packs with no description (#481)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-05-01bump beta versionJesse Plamondon-Willard
2018-05-01fix error during content manager disposal in some casesJesse Plamondon-Willard
2018-04-30fix farmhand crash in some cases when host exits gameJesse Plamondon-Willard
2018-04-30fix input freeze on shipping screen (#482)Jesse Plamondon-Willard
2018-04-30update for beta.2Jesse Plamondon-Willard
2018-04-29fix build error on Linux/MacJesse Plamondon-Willard
2018-04-29update compatibility listJesse Plamondon-Willard
2018-04-29log trace message if all mods are up-to-dateJesse Plamondon-Willard
Otherwise it's not apparently whether all mods are up-to-date, or it's still waiting for a server response.
2018-04-29fix multiplayer error after player joins but before location is loadedJesse Plamondon-Willard
2018-04-29add a few more avoidable net fields (#471)Jesse Plamondon-Willard
2018-04-28update wiki linksJesse Plamondon-Willard
2018-04-28detect conversions due to explicit casts or 'x as y' expressions (#471)Jesse Plamondon-Willard
2018-04-28fix net field analyzers not detecting implicit conversions via binary ↵Jesse Plamondon-Willard
expressions (#471)
2018-04-28fix released-button detection (#453)Jesse Plamondon-Willard
2018-04-28add initial multiplayer API (#480)Jesse Plamondon-Willard
2018-04-27remove alias no longer needed in SDV 1.3 (#453)Jesse Plamondon-Willard
2018-04-27add multiplayer sync events (#479)Jesse Plamondon-Willard
2018-04-27update game version parsing for upcoming SMAPI 2.6 beta (#453)Jesse Plamondon-Willard
2018-04-26don't warn when converting net fields to an interface they implementJesse Plamondon-Willard
2018-04-26fix error in new update-check logic (#457)Jesse Plamondon-Willard
2018-04-26add Summit Rain Fix to compatibility list (#453)Jesse Plamondon-Willard