Age | Commit message (Expand) | Author |
2017-07-10 | fix unit tests broken by removing Stardew Valley.exe from build output | Jesse Plamondon-Willard |
2017-07-09 | fix Stardew Valley.exe being packaged with TrainerMod | Jesse Plamondon-Willard |
2017-07-08 | tweak deprecation meta-warning | Jesse Plamondon-Willard |
2017-07-08 | remove another reference to removed file | Jesse Plamondon-Willard |
2017-07-08 | standardise file encoding | Jesse Plamondon-Willard |
2017-07-07 | update for 1.15 release | Jesse Plamondon-Willard |
2017-07-07 | remove reference to removed file | 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 | correct manual install steps | 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-02 | add unified player_add command which adds any item type (#302) | Jesse Plamondon-Willard |
2017-07-02 | migrate list_items command to new item repository (#302) | Jesse Plamondon-Willard |
2017-07-02 | add list_item_types command (#302) | Jesse Plamondon-Willard |
2017-07-02 | add item repository which returns all spawnable items in the game (#302) | Jesse Plamondon-Willard |
2017-07-02 | encapsulate TrainerMod's argument parsing (#302) | Jesse Plamondon-Willard |
2017-07-02 | split TrainerMod commands into separate classes (#302) | 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 |