summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-23fix launch issue for Linux players with some terminals (#489, #526)Jesse Plamondon-Willard
2018-05-23exclude common non-mod files from mod release zipsJesse Plamondon-Willard
2018-05-23Merge pull request #526 from kurumushi/patch-1Jesse Plamondon-Willard
Change konsole launch options for newer ncurses
2018-05-20Change konsole launch options for newer ncurseskurumushi
This makes konsole tell mono that it is xterm, allowing it to avoid mono/mono#6752 and providing a workaround for #489.
2018-05-19fix SMAPI rewriting Windows mods unnecessarily (#523)Jesse Plamondon-Willard
2018-05-17fix mod update checks failing if a mod only has prerelease versions on GitHubJesse Plamondon-Willard
2018-05-17add beta for-developers download to smapi.ioJesse Plamondon-Willard
2018-05-17fix typo in config commentJesse Plamondon-Willard
2018-05-16fix assembly mapping error on Linux/Mac (#514)Jesse Plamondon-Willard
2018-05-16bump versions for releaseJesse Plamondon-Willard
2018-05-16update for Stardew Valley 1.3.11 (#521)Jesse Plamondon-Willard
2018-05-16tweak renamed folder per discussion with Omegasis (#513)Jesse Plamondon-Willard
2018-05-16fix installer deleting Omegasis' SaveBackup mod (#513)Jesse Plamondon-Willard
2018-05-16fix crossplatform error due to Netcode references not being rewritten (#514)Jesse Plamondon-Willard
2018-05-16fix Save Backup including unneeded DLLs in mod folderJesse Plamondon-Willard
2018-05-16fix typo in command helpJesse Plamondon-Willard
2018-05-13tweak not-compatible messagesJesse Plamondon-Willard
2018-05-13update compatibility listJesse Plamondon-Willard
2018-05-12bump version for beta releaseJesse Plamondon-Willard
2018-05-12change 'outdated' to 'not compatible' due to modder confusionJesse Plamondon-Willard
2018-05-12group mod warnings in consoleJesse Plamondon-Willard
2018-05-12update docs (#253)Jesse Plamondon-Willard
2018-05-12add bundled save backup mod (#253)Jesse Plamondon-Willard
2018-05-12minor cleanupJesse Plamondon-Willard
2018-05-12fix world_setseason command not running season change logicJesse Plamondon-Willard
2018-05-12update log parser for the internal 'critical' log levelJesse Plamondon-Willard
2018-05-11bump version for beta releaseJesse Plamondon-Willard
2018-05-11link smapi.io/install to install guideJesse Plamondon-Willard
2018-05-11rename 'install.exe' to 'install on Windows.exe' to avoid confusionJesse Plamondon-Willard
2018-05-11fix unit test projectJesse Plamondon-Willard
2018-05-11fix error when game looks up dialogue for a pet/horse with special ↵Jesse Plamondon-Willard
characters in their name (#505)
2018-05-11bump version for beta releaseJesse Plamondon-Willard
2018-05-11fix content cache always missed when not playing in EnglishJesse Plamondon-Willard
2018-05-10bump version for beta releaseJesse Plamondon-Willard
2018-05-10fix various issues with content core rewrite (#488)Jesse Plamondon-Willard
2018-05-10fix some installer messages not using color scheme (#495)Jesse Plamondon-Willard
2018-05-10fix references to removed fileJesse Plamondon-Willard
2018-05-10fix documentation warningsJesse Plamondon-Willard
2018-05-10bump version for beta updateJesse Plamondon-Willard
2018-05-10use SMAPI's console color scheme logic in installer too (#495)Jesse Plamondon-Willard
2018-05-10generalise console color logic for reuse (#495)Jesse Plamondon-Willard
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-08improve GitHub support guidelinesJesse Plamondon-Willard
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