summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework
AgeCommit message (Expand)Author
2017-07-01add support for asset loaders (#255)Jesse Plamondon-Willard
2017-07-01improve error handling when mods set invalid asset value (#255)Jesse Plamondon-Willard
2017-07-01let mods implement IAssetEditor for simple cases (#255)Jesse Plamondon-Willard
2017-07-01reset asset cache when a new interceptor is added (#255)Jesse Plamondon-Willard
2017-07-01ensure there's only one content manager instance (#255)Jesse Plamondon-Willard
2017-07-01tweak asset interception code to simplify future work (#255)Jesse Plamondon-Willard
2017-07-01rewrite content interception using latest proposed API (#255)Jesse Plamondon-Willard
2017-06-26change manifest.MinimumApiVersion to ISemanticVersionJesse Plamondon-Willard
2017-06-26improve logging when SMAPI loads modsJesse Plamondon-Willard
2017-06-18show friendly error when parsing a manifest version fails (#308)Jesse Plamondon-Willard
2017-06-18enable string versions in manifest.json (#308)Jesse Plamondon-Willard
2017-06-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard
2017-06-12add separate list of obsolete modsJesse Plamondon-Willard
2017-06-03tweak translation API to always return translations (#303)Jesse Plamondon-Willard
2017-05-28drop special case for SDV 1.2.29 bug (min version is now 1.2.30)Jesse Plamondon-Willard
2017-05-28add shortcut for translation with tokens (#296)Jesse Plamondon-Willard
2017-05-28shorten translation method name, remove helper method (#296)Jesse Plamondon-Willard
2017-05-28refactor translation init for reuse (#296)Jesse Plamondon-Willard
2017-05-28add shortcut indexer to translation API (#296)Jesse Plamondon-Willard
2017-05-28remove unneeded SGame fieldsJesse Plamondon-Willard
2017-05-27fix content API not matching XNB files with two dots (like 'a.b.xnb') if exte...Jesse Plamondon-Willard
2017-05-26fix errors handling dependencies if some mods have no manifestJesse Plamondon-Willard
2017-05-25reduce ContentLoadException nestingJesse Plamondon-Willard
2017-05-25fix tilesheets for local XNB maps tooJesse Plamondon-Willard
2017-05-25expand .tbin loading to support custom tilesheets from the mod folderJesse Plamondon-Willard
2017-05-25minor cleanupJesse Plamondon-Willard
2017-05-26Added experimental .tbin supportPlatonymous
2017-05-24add translation API (#296)Jesse Plamondon-Willard
2017-05-23fix rare crash when window loses focus for some playersJesse Plamondon-Willard
2017-05-21reimplement event deprecation warnings to fix "unknown mod" warningsJesse Plamondon-Willard
2017-05-21fix smapi-crash.txt being copied from default log even if --log-path is speci...Jesse Plamondon-Willard
2017-05-21enable mod dependencies (#285)Jesse Plamondon-Willard
2017-05-20add metadata to internal mod registry & use mod display name everywhereJesse Plamondon-Willard
2017-05-17also raise location-list-changed on loadJesse Plamondon-Willard
2017-05-17fix mod-loading code not accounting for metadata failureJesse Plamondon-Willard
2017-05-17raise location/player changed events on loadJesse Plamondon-Willard
2017-05-17drop support for multiple player indexes (not relevant for Stardew Valley)Jesse Plamondon-Willard
2017-05-17fix crash in unreleased code when loading a save that hasn't visited the mine...Jesse Plamondon-Willard
2017-05-17adjust return-to-title codeJesse Plamondon-Willard
2017-05-17fix errors during overridden update loop immediately crashing the game with n...Jesse Plamondon-Willard
2017-05-16add compile flag for experimental mod dependencies featuresJesse Plamondon-Willard
2017-05-16Merge branch 'feature/285-mod-dependencies' into developJesse Plamondon-Willard
2017-05-16fix maps not recognising custom tilesheets added through the SMAPI content APIJesse Plamondon-Willard
2017-05-15add Context.IsWorldReady flagJesse Plamondon-Willard
2017-05-15update compatibility blacklist for SDV 1.2Jesse Plamondon-Willard
2017-05-14fix world/player events being raised when the player loads a save due to valu...Jesse Plamondon-Willard
2017-05-14rewrite dependency logic to resolve dependency loops by disabling the affecte...Jesse Plamondon-Willard
2017-05-14replace mod indexes with references in dependency-sorting logic (#285)Jesse Plamondon-Willard
2017-05-13pass SMAPI version into metadata validation to simplify unit tests (#285)Jesse Plamondon-Willard
2017-05-13pass API version into mod metadata validation to simplify unit testing (#285)Jesse Plamondon-Willard