summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/ModLoading
AgeCommit message (Expand)Author
2017-10-02detect use of 'dynamic' in mod codeJesse Plamondon-Willard
2017-09-26restore AssemblyRewriters assembly for method injectionJesse Plamondon-Willard
2017-09-26remove base.Entry() method calls (#362)Jesse Plamondon-Willard
2017-09-25consolidate update fields in manifest & SMAPI config (#336, #361)Jesse Plamondon-Willard
2017-09-24add support for specifying default update fields, migrate mods already in mod...Jesse Plamondon-Willard
2017-09-24revamp mod compatibility fields to allow broader use of mod data records (#361)Jesse Plamondon-Willard
2017-09-23abstract mod IDs with multiple variants (#361)Jesse Plamondon-Willard
2017-09-23rename mod compatibility records for broader use (#361)Jesse Plamondon-Willard
2017-09-23unify disabled-mod and compatibility lists (#361)Jesse Plamondon-Willard
2017-09-23rename mod compatibility type for broader use (#361)Jesse Plamondon-Willard
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-20remove mod metadata from instruction handlers, no longer needed (#347)Jesse Plamondon-Willard
2017-09-20warn for mods which change the serialiser (#347)Jesse Plamondon-Willard
2017-09-20add support for detecting game patching via Harmony (#347)Jesse Plamondon-Willard
2017-09-19encapsulated duplicate code (#347)Jesse Plamondon-Willard
2017-09-19rename file to match new type name (#347)Jesse Plamondon-Willard
2017-09-19generalise IInstructionRewriter into IInstructionHandler (#347)Jesse Plamondon-Willard
2017-09-19move rewriters into metadata class (#347)Jesse Plamondon-Willard
2017-09-19pass mod metadata into rewriters (#347)Jesse Plamondon-Willard
2017-09-19move monitor.LogOnce into internal extensions for reuse (#347)Jesse Plamondon-Willard
2017-09-19merge assembly rewriters into main SMAPI project (#347)Jesse Plamondon-Willard
2017-09-03fix '.dll.dll' in logs (#355)Jesse Plamondon-Willard
2017-08-23fix incorrect 'mod already loaded' errors in some casesJesse Plamondon-Willard
2017-08-21show friendlier error when players have two copies of a modJesse Plamondon-Willard
2017-07-23add support for disambiguating IDs in mod compatibility listJesse Plamondon-Willard
2017-07-23simplify compatibility skip message in 2.0 & combine update URL fieldsJesse Plamondon-Willard
2017-07-23simplify mod compatibility model parsingJesse Plamondon-Willard
2017-07-13fix crash in unique-ID check when mod has no manifest (#323)Jesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
2017-07-10fail mods if their unique ID isn't unique (#323)Jesse Plamondon-Willard
2017-07-06add optional mod dependencies in SMAPI 2.0 (#287)Jesse Plamondon-Willard
2017-07-03remove System.ValueTupleJesse Plamondon-Willard
2017-07-03add SMAPI 2.0 compile modeJesse 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-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard
2017-06-12add separate list of obsolete modsJesse Plamondon-Willard
2017-05-26fix errors handling dependencies if some mods have no manifestJesse 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-17fix mod-loading code not accounting for metadata failureJesse 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-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
2017-05-13enforce metadata.SetStatus() instead of setting properties directly (#285)Jesse Plamondon-Willard
2017-05-13decouple reading manifest files from validating metadata (#285)Jesse Plamondon-Willard