summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02add unified player_add command which adds any item type (#302)Jesse Plamondon-Willard
2017-07-02migrate list_items command to new item repository (#302)Jesse Plamondon-Willard
2017-07-02add list_item_types command (#302)Jesse Plamondon-Willard
2017-07-02add item repository which returns all spawnable items in the game (#302)Jesse Plamondon-Willard
2017-07-02encapsulate TrainerMod's argument parsing (#302)Jesse Plamondon-Willard
2017-07-02split TrainerMod commands into separate classes (#302)Jesse Plamondon-Willard
2017-07-01update release notes (#255)Jesse 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
2017-07-01ensure there's only one content manager instance (#255)Jesse Plamondon-Willard
2017-07-01slight refactorJesse Plamondon-Willard
2017-07-01update readmeJesse 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-26add CONTRIBUTING.md fileJesse Plamondon-Willard
2017-06-26change manifest.MinimumApiVersion to ISemanticVersionJesse Plamondon-Willard
2017-06-26improve logging when SMAPI loads modsJesse Plamondon-Willard
2017-06-19add manual install steps to readme (removing from main guide)Jesse Plamondon-Willard
2017-06-19when the ObjectInformation.xnb file is broken, print one error instead of a w...Jesse Plamondon-Willard
2017-06-19add unit tests for version comparisonJesse Plamondon-Willard
2017-06-19make version parsing stricter, add unit tests for parsing (#309)Jesse Plamondon-Willard
2017-06-18reorganise unit testsJesse 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 v...Jesse Plamondon-Willard
2017-06-18add tuples to test project (#307)Jesse Plamondon-Willard
2017-06-18remove test adapter (#307)Jesse Plamondon-Willard
2017-06-18- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry abo...Nicholas Johnson
2017-06-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard
2017-06-18enable C# 7 tuplesJesse Plamondon-Willard
2017-06-12add SerializerUtils to obsolete-mods listJesse Plamondon-Willard
2017-06-12add separate list of obsolete modsJesse Plamondon-Willard
2017-06-07add date utilityJesse Plamondon-Willard
2017-06-04Add player_addwallpaper and player_addflooringChase W
2017-06-04Merge branch 'develop' into stableJesse Plamondon-Willard
2017-06-04bump version for releaseJesse Plamondon-Willard
2017-06-03tweak translation API to always return translations (#303)Jesse Plamondon-Willard
2017-06-02tweak 1.14 release notesJesse Plamondon-Willard
2017-06-02fix release notes log linksJesse Plamondon-Willard