summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-10-08display author of content packsdanvolchek
2018-10-08track game logs separately in log parserJesse Plamondon-Willard
2018-10-08prevent game crash caused by invalid dialogueJesse Plamondon-Willard
2018-10-08make duplicate-mod more intuitiveJesse Plamondon-Willard
2018-10-08add more events (#310)Jesse Plamondon-Willard
2018-10-01special-case '-unofficial' when comparing versionsJesse Plamondon-Willard
2018-10-01add error if player has wrong version of SMAPI installed for their OSJesse Plamondon-Willard
2018-09-29fix command errors logged as SMAPI instead of the affected modJesse Plamondon-Willard
2018-09-29fix mod web API returning a concatenated name for mods with alternate namesJesse Plamondon-Willard
2018-09-27add separate error when player puts an XNB mod in ModsJesse Plamondon-Willard
2018-09-25add support for semi-transparency when overlaying imagesJesse Plamondon-Willard
2018-09-21fix crash when mods add an invalid location with no nameJesse Plamondon-Willard
2018-09-18fix trace logs not showing path for invalid modsJesse Plamondon-Willard
2018-09-18fix dependencies not enforced if the dependency failed in the load phaseJesse Plamondon-Willard
2018-09-18fix translation issues not shown as warningsJesse Plamondon-Willard
2018-09-18prefer xterm when launching SMAPIJesse Plamondon-Willard
2018-09-06add support for parallel stable/beta unofficial versions (#594)Jesse Plamondon-Willard
2018-09-04update compatibility listJesse Plamondon-Willard
2018-09-03fix transparency issues on Linux/Mac due to MonoGame bug (#279)Jesse Plamondon-Willard
2018-09-03rewrite PNG premultiplication so mods can load PNGs during a draw cycleJesse Plamondon-Willard
2018-09-02only use valid update keys in update-check logic (#592)Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-08-26add more default game install pathsJesse Plamondon-Willard
2018-08-24fetch mod update keys from wiki when availableJesse Plamondon-Willard
2018-08-24suppress the game's 'added cricket' debug outputJesse Plamondon-Willard
2018-08-24fix path init error-handling using monitor before it's initialisedJesse Plamondon-Willard
2018-08-22change mod registry to return a container interface (#534)Jesse Plamondon-Willard
2018-08-22fix crash when a mod manifest is corruptedJesse Plamondon-Willard
2018-08-19add installer logic to detect if player moved the bundled mods (#583)Jesse Plamondon-Willard
2018-08-19adjust SaveBackup mod to simplify installer logic (#583)Jesse Plamondon-Willard
2018-08-19add recursive mod search (#583)Jesse Plamondon-Willard
2018-08-19move most SMAPI files into subfolder (#582)Jesse Plamondon-Willard
2018-08-19add data API (#468)Jesse Plamondon-Willard
2018-08-18no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468)Jesse Plamondon-Willard
2018-08-18add IContentPack.WriteJsonFile method (#468)Jesse Plamondon-Willard
2018-08-18mark old SpaceCore versions incompatibleJesse Plamondon-Willard
2018-08-14update for SMAPI 2.7 releaseJesse Plamondon-Willard
2018-08-14drop backwards compatibility in update-check APIJesse Plamondon-Willard
2018-08-12add asset propagation for map tilesheets (#570)Jesse Plamondon-Willard
2018-08-12fix asset propagation for child sprites (#573)Jesse Plamondon-Willard
2018-08-11add asset propagation for dialogue changes (#580)Jesse Plamondon-Willard
2018-08-11let Linux/Mac players choose the console scheme when installing (#554)Jesse Plamondon-Willard
2018-08-11overhaul installer display (#554)Jesse Plamondon-Willard
2018-08-11add support for loading unpacked .json files through content API (#576)Jesse Plamondon-Willard
2018-08-11add --mods-path CLI argument to allow switching between mod folders (#579)Jesse Plamondon-Willard
2018-08-11bump next release numberJesse Plamondon-Willard
2018-08-10revamp how mod skips & issues are displayed (#571)Jesse Plamondon-Willard
2018-08-09fix some log files not deleted on startupJesse Plamondon-Willard
2018-08-08serialise all enums to string in JSON by defaultJesse Plamondon-Willard
2018-08-06fix ConsoleCommands item search codeJesse Plamondon-Willard