Age | Commit message (Expand) | Author |
2017-07-08 | remove another reference to removed file | Jesse Plamondon-Willard |
2017-07-07 | update for 1.15 release | Jesse Plamondon-Willard |
2017-07-07 | simplify stardewvalley.targets support, add to release notes (#319) | Jesse Plamondon-Willard |
2017-07-07 | Tweak debug deploy to respect stardewvalley.targets | spacechase0 |
2017-07-07 | split helper out of mod registry, add mod ID, refactor ModHelper constructor ... | Jesse Plamondon-Willard |
2017-07-07 | add mod ID to mod helpers (#318) | Jesse Plamondon-Willard |
2017-07-07 | group mod helpers (#318) | Jesse Plamondon-Willard |
2017-07-07 | split reflection logic out of mod helper (#318) | Jesse Plamondon-Willard |
2017-07-07 | make deprecation warnings a bit less scary until we finish first-pass SMAPI 2... | Jesse Plamondon-Willard |
2017-07-07 | tweak text when mod crashes on entry, increase log level to error | Jesse Plamondon-Willard |
2017-07-06 | add optional mod dependencies in SMAPI 2.0 (#287) | Jesse Plamondon-Willard |
2017-07-06 | serialise SButtons as string in config.json (#316) | Jesse Plamondon-Willard |
2017-07-05 | add method to suppress button input from game (#317) | Jesse Plamondon-Willard |
2017-07-05 | add InputEvents which unify keyboard, mouse, and controller input with more m... | Jesse Plamondon-Willard |
2017-07-04 | tweak method name per feedback (#255) | Jesse Plamondon-Willard |
2017-07-03 | fix crash in new content manager when returning to title (#255) | Jesse Plamondon-Willard |
2017-07-03 | defer some console changes until SMAPI 2.0 | Jesse Plamondon-Willard |
2017-07-03 | fix error when mods have no manifest | Jesse Plamondon-Willard |
2017-07-03 | update deprecation warning text | Jesse Plamondon-Willard |
2017-07-03 | bump all deprecation levels to 'pending removal' | Jesse Plamondon-Willard |
2017-07-03 | remove System.ValueTuple | Jesse Plamondon-Willard |
2017-07-03 | add SMAPI 2.0 compile mode | Jesse Plamondon-Willard |
2017-07-02 | slim down console output for players some more | Jesse Plamondon-Willard |
2017-07-02 | simplify log timestamps in console (except in developer mode) | Jesse Plamondon-Willard |
2017-07-02 | further simplify console output for players | Jesse Plamondon-Willard |
2017-07-02 | fix rare crash for some players when window loses focus (#306) | Jesse Plamondon-Willard |
2017-07-02 | throw more useful error when JSON file is invalid (#314) | Jesse Plamondon-Willard |
2017-07-02 | tweak trace logging when loading mods | Jesse Plamondon-Willard |
2017-07-01 | prevent mods from using SMAPI 2.0 content interception without reflection (#255) | Jesse Plamondon-Willard |
2017-07-01 | add support for asset loaders (#255) | Jesse Plamondon-Willard |
2017-07-01 | improve error handling when mods set invalid asset value (#255) | Jesse Plamondon-Willard |
2017-07-01 | let mods implement IAssetEditor for simple cases (#255) | Jesse Plamondon-Willard |
2017-07-01 | reset asset cache when a new interceptor is added (#255) | Jesse Plamondon-Willard |
2017-07-01 | ensure there's only one content manager instance (#255) | Jesse Plamondon-Willard |
2017-07-01 | slight refactor | Jesse Plamondon-Willard |
2017-07-01 | group skipped mods in console log | Jesse Plamondon-Willard |
2017-07-01 | tweak asset interception code to simplify future work (#255) | Jesse Plamondon-Willard |
2017-07-01 | rewrite content interception using latest proposed API (#255) | Jesse Plamondon-Willard |
2017-06-27 | fix corrupted state exceptions not being logged by SMAPI | Jesse Plamondon-Willard |
2017-06-27 | clean up log output when loading mods | Jesse Plamondon-Willard |
2017-06-26 | change manifest.MinimumApiVersion to ISemanticVersion | Jesse Plamondon-Willard |
2017-06-26 | improve logging when SMAPI loads mods | Jesse Plamondon-Willard |
2017-06-19 | when the ObjectInformation.xnb file is broken, print one error instead of a w... | Jesse Plamondon-Willard |
2017-06-19 | make version parsing stricter, add unit tests for parsing (#309) | Jesse Plamondon-Willard |
2017-06-18 | show friendly error when parsing a manifest version fails (#308) | Jesse Plamondon-Willard |
2017-06-18 | enable string versions in manifest.json (#308) | Jesse Plamondon-Willard |
2017-06-18 | add IEquatable<SDate> interface to SDate (#307) | Jesse Plamondon-Willard |
2017-06-18 | simplify date operators by making SDate.GetHashCode() return unique ordered v... | Jesse Plamondon-Willard |
2017-06-18 | - This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry abo... | Nicholas Johnson |
2017-06-18 | add support for minimum dependency versions (#286) | Jesse Plamondon-Willard |