summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-23let mods invalidate cached assets by name or type (#335)Jesse Plamondon-Willard
2017-07-23add support for partial cache invalidation (#335)Jesse Plamondon-Willard
2017-07-23remove outdated message about beta release branch (#333)Jesse Plamondon-Willard
2017-07-23improve handling of legacy non-semantic game versions (#333)Jesse Plamondon-Willard
2017-07-23fix unit testJesse Plamondon-Willard
2017-07-23update compatibility listJesse Plamondon-Willard
2017-07-23add support for disambiguating IDs in mod compatibility listJesse Plamondon-Willard
2017-07-23change order of broken-in-2.0 checks to show more meaningful matches firstJesse Plamondon-Willard
2017-07-23tweak heuristic skip text, add error if mod doesn't implement EntryJesse Plamondon-Willard
2017-07-23simplify compatibility list by defaulting compatibility type, update readmeJesse 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-23rename ManifestFieldConverter for broader usageJesse Plamondon-Willard
2017-07-23make semantic versions equatable in 2.0Jesse Plamondon-Willard
2017-07-23remove TrainerMod's save and load commands in 2.0Jesse Plamondon-Willard
2017-07-13use more readable colours if player has a light-backgrounded terminal (#327)Jesse Plamondon-Willard
2017-07-13fix crash in unique-ID check when mod has no manifest (#323)Jesse Plamondon-Willard
2017-07-10fix TrainerMod including Json.NETJesse Plamondon-Willard
2017-07-10change SMAPI 2.0 link in deprecation warningsJesse Plamondon-Willard
2017-07-10bump version for releaseJesse Plamondon-Willard
2017-07-10fix legacy controller events broken in 1.15 (#325)Jesse Plamondon-Willard
2017-07-10normalise unique IDs in mod registry lookups, update release notesJesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
This commit replaces the SMAPI_2_0 compile flag with SMAPI_1_x.
2017-07-10fail mods if their unique ID isn't unique (#323)Jesse Plamondon-Willard
2017-07-10reduce duplicate code in unit testsJesse Plamondon-Willard
2017-07-10fix unit tests broken by removing Stardew Valley.exe from build outputJesse Plamondon-Willard
2017-07-09fix Stardew Valley.exe being packaged with TrainerModJesse Plamondon-Willard
2017-07-08tweak deprecation meta-warningJesse Plamondon-Willard
2017-07-08remove another reference to removed fileJesse Plamondon-Willard
2017-07-08standardise file encodingJesse Plamondon-Willard
2017-07-07update for 1.15 releaseJesse Plamondon-Willard
2017-07-07remove reference to removed fileJesse Plamondon-Willard
2017-07-07simplify stardewvalley.targets support, add to release notes (#319)Jesse Plamondon-Willard
2017-07-07Tweak debug deploy to respect stardewvalley.targetsspacechase0
2017-07-07split helper out of mod registry, add mod ID, refactor ModHelper constructor ↵Jesse Plamondon-Willard
(#318)
2017-07-07add mod ID to mod helpers (#318)Jesse Plamondon-Willard
2017-07-07group mod helpers (#318)Jesse Plamondon-Willard
2017-07-07split reflection logic out of mod helper (#318)Jesse Plamondon-Willard
2017-07-07make deprecation warnings a bit less scary until we finish first-pass SMAPI ↵Jesse Plamondon-Willard
2.0 migration
2017-07-07tweak text when mod crashes on entry, increase log level to errorJesse Plamondon-Willard
2017-07-06add optional mod dependencies in SMAPI 2.0 (#287)Jesse Plamondon-Willard
2017-07-06serialise SButtons as string in config.json (#316)Jesse Plamondon-Willard
2017-07-05add method to suppress button input from game (#317)Jesse Plamondon-Willard
2017-07-05add InputEvents which unify keyboard, mouse, and controller input with more ↵Jesse Plamondon-Willard
metadata (#316)
2017-07-04tweak method name per feedback (#255)Jesse Plamondon-Willard
2017-07-03correct manual install stepsJesse Plamondon-Willard
2017-07-03fix crash in new content manager when returning to title (#255)Jesse Plamondon-Willard
2017-07-03defer some console changes until SMAPI 2.0Jesse Plamondon-Willard
2017-07-03fix error when mods have no manifestJesse Plamondon-Willard
2017-07-03update deprecation warning textJesse Plamondon-Willard