summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI
AgeCommit message (Collapse)Author
2017-07-07update for 1.15 releaseJesse 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-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
2017-07-03bump all deprecation levels to 'pending removal'Jesse Plamondon-Willard
2017-07-03remove System.ValueTupleJesse Plamondon-Willard
This caused reference errors on Linux/Mac, and there aren't enough use cases to look into it further for now.
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-07-02slim down console output for players some moreJesse Plamondon-Willard
2017-07-02simplify log timestamps in console (except in developer mode)Jesse Plamondon-Willard
2017-07-02further simplify console output for playersJesse Plamondon-Willard
2017-07-02fix rare crash for some players when window loses focus (#306)Jesse Plamondon-Willard
2017-07-02throw more useful error when JSON file is invalid (#314)Jesse Plamondon-Willard
2017-07-02tweak trace logging when loading modsJesse Plamondon-Willard
2017-07-01prevent mods from using SMAPI 2.0 content interception without reflection (#255)Jesse Plamondon-Willard
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
This lets new interceptors edit assets loaded before they were added, particularly assets loaded before mods are initialised.
2017-07-01ensure there's only one content manager instance (#255)Jesse Plamondon-Willard
2017-07-01slight refactorJesse Plamondon-Willard
2017-07-01group skipped mods in console logJesse 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-27fix corrupted state exceptions not being logged by SMAPIJesse Plamondon-Willard
2017-06-27clean up log output when loading modsJesse Plamondon-Willard
2017-06-26change manifest.MinimumApiVersion to ISemanticVersionJesse Plamondon-Willard
2017-06-26improve logging when SMAPI loads modsJesse Plamondon-Willard
2017-06-19when the ObjectInformation.xnb file is broken, print one error instead of a ↵Jesse Plamondon-Willard
warning flood
2017-06-19make version parsing stricter, add unit tests for parsing (#309)Jesse 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 IEquatable<SDate> interface to SDate (#307)Jesse Plamondon-Willard
2017-06-18simplify date operators by making SDate.GetHashCode() return unique ordered ↵Jesse Plamondon-Willard
values, expand unit tests (#307)
2017-06-18- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry ↵Nicholas Johnson
about the latter..
2017-06-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard
2017-06-18enable C# 7 tuplesJesse Plamondon-Willard