summaryrefslogtreecommitdiff
path: root/src/SMAPI
AgeCommit message (Collapse)Author
2019-11-04add friendly error for BadImageFormatException on launchJesse Plamondon-Willard
2019-11-04remove obsolete validationJesse Plamondon-Willard
Players can no longer launch SMAPI from the installer folder, since the files are hidden in a data file.
2019-11-03add support for using environment variables instead of command-line ↵Jesse Plamondon-Willard
arguments (#665)
2019-11-02Create de.jsonEren Kemer
Translation into german,
2019-10-29update for further networking changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-10-29update for networking changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-10-22add asset propagation for cursors2 (#638)Jesse Plamondon-Willard
2019-10-03fix non-generic GetAPI not checking that all mods are loaded (#662)Jesse Plamondon-Willard
2019-10-02fix Save Backup mod on AndroidJesse Plamondon-Willard
2019-10-01auto-fix save data when a custom location mod is removedJesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-10-01remove unused translation field & methodJesse Plamondon-Willard
2019-09-26auto-fix save data when a custom NPC mod is removedJesse Plamondon-Willard
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-18fix saving event doc typodanvolchek
2019-09-16log custom SMAPI settings to simplify troubleshootingJesse Plamondon-Willard
2019-09-14fix ICursorPosition.AbsolutePixels not adjusted for zoomJesse Plamondon-Willard
2019-09-14fix key errors during asset propagation in some casesJesse Plamondon-Willard
2019-09-14track texture asset keys, fix NPC portrait propagationJesse Plamondon-Willard
2019-09-14add asset propagation for Data\FarmAnimals (#618)Jesse Plamondon-Willard
2019-09-14simplify Data/NPCDispositions propagation with changes in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14update packagesJesse Plamondon-Willard
2019-09-14add immutable collection watcherJesse Plamondon-Willard
2019-09-14update SMAPI/game version mapJesse Plamondon-Willard
2019-09-14add Android detectionJesse Plamondon-Willard
2019-09-14log skipped loose filesJesse Plamondon-Willard
2019-09-14fix asset changes not affecting cached asset loads in a specific caseJesse Plamondon-Willard
2019-09-14update for game draw changes (#638)Jesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14update for game draw changes (#638)Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14update for disconnection change in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14normalise map tilesheets before custom-tilesheet changes to avoid errorsJesse Plamondon-Willard
2019-09-14apply tilesheet fixes to XNB map files tooJesse Plamondon-Willard
2019-09-14normalise custom map's tilesheet paths for the OSJesse Plamondon-Willard
2019-09-14show versions in duplicate-mod errors, make folder paths in trace logs clearerJesse Plamondon-Willard
2019-09-14Update Mono.Cecil packageJesse Plamondon-Willard
2019-09-14update NuGet packagesJesse Plamondon-Willard
2019-09-14add asset propagation for DayTimeMoneyBox buttonsJesse Plamondon-Willard
2019-09-14make SemanticVersion.TryParse publicJesse Plamondon-Willard
2019-09-14 add asset propagation for critter textures (#652)Jesse Plamondon-Willard
2019-09-14update for SDV 1.4 build change on Linux/Mac (#638)Jesse Plamondon-Willard
2019-09-14update draw logic (#638)Jesse Plamondon-Willard
2019-09-14move assembly references out of common.targetsJesse Plamondon-Willard
2019-09-14move environment utility into toolkit for reuseJesse Plamondon-Willard
2019-09-14update for location change in SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14fix error when loading a mod asset through a translated content manager (#647)Jesse Plamondon-Willard
2019-09-14decouple updating watchers & raising event to fix some mod changes not being ↵Jesse Plamondon-Willard
tracked correctly (#648)
2019-09-14reorganise update loop a bit (#648)Jesse Plamondon-Willard
2019-09-14fix map reloads not updating door warps (#643)Jesse Plamondon-Willard