summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-14move <GamePath> logic into separate .targets file file for reuseJesse Plamondon-Willard
2019-09-14overhaul mod build package readmeJesse Plamondon-Willard
2019-09-14reorganise and partly rewrite mod build config readmeJesse Plamondon-Willard
2019-09-14remove temporary backwards-compat in mod build packageJesse Plamondon-Willard
2019-09-14move game detection into toolkit for reuseJesse Plamondon-Willard
2019-09-14add stardewvalley.targets support to toolkitJesse Plamondon-Willard
2019-09-14move game detection into toolkit for reuseJesse 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-14include PDB files in mod builds by defaultJesse Plamondon-Willard
2019-09-14fix error when loading a mod asset through a translated content manager (#647)Jesse Plamondon-Willard
2019-09-14fix missing PDB fileJesse 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
2019-09-14add temporary backwards compatibility for SDV 1.3.36 in mod build packageJesse Plamondon-Willard
2019-09-14add mod build features for new csproj formatJesse Plamondon-Willard
2019-09-14drop legacy options in mod build packageJesse Plamondon-Willard
2019-09-14fix year edge case in date calculationsJesse Plamondon-Willard
2019-09-14update code for SDV 1.4 changes (#638)Jesse Plamondon-Willard
2019-09-14fix typosJesse Plamondon-Willard
2019-09-14use known working terminal before trying x-terminal-emulator (#640)Jesse Plamondon-Willard
2019-09-14fix readlink commands in launcher not working in ZorinOS (#640)Jesse Plamondon-Willard
2019-09-14disable mod-level asset caching (#644)Jesse Plamondon-Willard
This fixes an issue where some asset references could be shared between content managers, causing changes to propagate unintentionally.
2019-09-14ignore root content managers when handling managed asset keys (#644)Jesse Plamondon-Willard
2019-09-14no longer forward managed asset keys loaded through a mod content manager (#644)Jesse Plamondon-Willard
That isn't needed for any documented functionality, and allowed mods to load (and in some cases edit) a different mod's local assets.
2019-09-14move most mod asset loading logic into content managers (#644)Jesse Plamondon-Willard
This fixes mods needing to load Map assets manually before the game could load them via internal key.
2019-09-14add separate LogNetworkTraffic optionJesse Plamondon-Willard
2019-09-14fix tilesheets seasonalised when loading an indoor mapJesse Plamondon-Willard
2019-09-14fix tilesheets not seasonalised when a map is reloaded (#642)Jesse Plamondon-Willard
2019-09-14remove reflection no longer needed in newest SDV 1.4 build (#638)Jesse Plamondon-Willard
2019-09-14batch reload assets in some casesJesse Plamondon-Willard
2019-09-14fix cache misses for non-English playersJesse Plamondon-Willard
2019-09-14fix inconsistent LoadStage behavior when creating a new saveJesse Plamondon-Willard
2019-09-14fix default toolkit namespaceJesse Plamondon-Willard
2019-09-14improve XNB mod and ignore file matchingJesse Plamondon-Willard
2019-09-14consolidate XNB mods when scanning modsJesse Plamondon-Willard
2019-09-14add mod type to mod scanner resultJesse Plamondon-Willard
2019-09-14drop monitor.ExitGameImmediately methodJesse Plamondon-Willard
This is bad practice in most cases, and was only used by two mods which didn't legitimately need to exit immediately.
2019-09-14update mods + mod build package for smapi-internal changesJesse Plamondon-Willard
2019-09-14simplify config.json and metadata.json namesJesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard
2019-09-14update release notes, tweak launch script comments (#640)Jesse Plamondon-Willard
2019-09-14update compatibility list, rm SMAPI 3.0 entries for mods which are ↵Jesse Plamondon-Willard
incompatible with SDV 1.4 (#638)
2019-09-14 clarify path formatting in <IgnoreModFilePatterns>Jesse Plamondon-Willard
2019-09-14update nuspec for alpha releaseJesse Plamondon-Willard
2019-09-14fix <IgnoreModFilePatterns> not applied to files matched by convention, ↵Jesse Plamondon-Willard
update readme
2019-09-14add new DLL to SMAPI references, support older game versions in package, fix ↵Jesse Plamondon-Willard
name on Linux/Mac (#638)
2019-09-14update code for SDV 1.4 (#638)Jesse Plamondon-Willard
2019-09-14update for new DLL in SDV 1.4 (#638)Jesse Plamondon-Willard