Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | prevent game crash caused by invalid dialogue | Jesse Plamondon-Willard | |
2018-10-08 | add more events (#310) | Jesse Plamondon-Willard | |
2018-10-06 | add DayEnding event (#310) | Jesse Plamondon-Willard | |
2018-10-06 | add save and day-started events for 3.0 (#310) | Jesse Plamondon-Willard | |
2018-10-05 | tweak new event naming convention (#310) | Jesse Plamondon-Willard | |
2018-09-01 | migrate to new NuGet package reference format | Jesse Plamondon-Willard | |
2018-08-23 | split core logic out of Program (#582) | Jesse Plamondon-Willard | |
This is needed because Mono validates Program's instance fields before the static Main runs, so the custom assembly resolution isn't set up until the app has already crashed due to invalid property types. | |||
2018-08-22 | change mod registry to return a container interface (#534) | Jesse Plamondon-Willard | |
2018-08-19 | add data API (#468) | Jesse Plamondon-Willard | |
2018-08-11 | add support for loading unpacked .json files through content API (#576) | Jesse Plamondon-Willard | |
2018-07-09 | fix various build issues | Jesse Plamondon-Willard | |
- installer not waiting until SaveBackup mod is compiled before preparing release build; - missing XML doc files for new toolkit assemblies; - missing XML doc file in SMAPI release build; - SaveBackup including toolkit DLL. | |||
2018-07-08 | add GameLoop events for SMAPI 3.0 (#310) | Jesse Plamondon-Willard | |
2018-07-08 | encapsulate type reference comparison | Jesse Plamondon-Willard | |
2018-06-28 | use mod DB in web API to get default update keys for mod IDs (#532) | Jesse Plamondon-Willard | |
2018-06-27 | move mod DB parsing into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-24 | merge IManifest interfaces into new project (#532) | Jesse Plamondon-Willard | |
2018-06-24 | merge ISemanticVersion interfaces into new project (#532) | Jesse Plamondon-Willard | |
2018-06-24 | add project for toolkit interfaces visible to SMAPI mods (#532) | Jesse Plamondon-Willard | |
2018-06-24 | update to Mono.Cecil 0.10 | Jesse Plamondon-Willard | |
2018-06-22 | remove seasonal tilesheet patch (#552) | Jesse Plamondon-Willard | |
This is no longer needed (the changes were added to the game in SDV 1.3.19), and caused an issue since it left out the tilesheet reloading. | |||
2018-06-19 | rewrite update checks (#551) | Jesse Plamondon-Willard | |
2018-06-19 | Merge pull request #543 from danvolchek/optional-update-checking | Jesse Plamondon-Willard | |
Add version info to IModMetadata, Change update checks to consider preview versions | |||
2018-06-17 | set 'large address aware' flag on SMAPI executable to fix memory issues (#431) | Jesse Plamondon-Willard | |
This is safe since the vanilla game has it set too. | |||
2018-06-10 | add debris list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-10 | refactor IModMetadata update info | Dan Volchek | |
2018-06-10 | create watcher core (#310) | Jesse Plamondon-Willard | |
2018-06-09 | add metadata dump option for troubleshooting | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony patch to fix custom tilesheet handling (#541) | Jesse Plamondon-Willard | |
2018-06-06 | add simple Harmony wrapper for validation, error-handling, etc (#541) | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony DLL (#541) | Jesse Plamondon-Willard | |
2018-06-05 | fix version parsing issues in new toolkit code (#532) | Jesse Plamondon-Willard | |
2018-06-05 | move manifest parsing into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-02 | move web API client into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-02 | Merge branch 'create-toolkit' into develop | Jesse Plamondon-Willard | |
2018-06-02 | add input API | Jesse Plamondon-Willard | |
2018-06-02 | add mouse scroll event (#310) | Jesse Plamondon-Willard | |
2018-06-02 | add Input.CursorMoved event (#310) | Jesse Plamondon-Willard | |
2018-06-02 | add new-style input events (#310) | Jesse Plamondon-Willard | |
2018-06-02 | add base implementation for mod event classes (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add large terrain feature list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add NPC list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-01 | add terrain feature list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-01 | rename new events for clarity (#310) | Jesse Plamondon-Willard | |
2018-05-31 | move location events into new event system (#310) | Jesse Plamondon-Willard | |
2018-05-25 | move PathUtilities into toolkit (#532) | Jesse Plamondon-Willard | |
2018-05-25 | add empty toolkit project & fix misleading build configuration name (#532) | Jesse Plamondon-Willard | |
2018-05-22 | refactor content API to fix load errors with decentralised cache (#524) | Jesse Plamondon-Willard | |
2018-05-12 | group mod warnings in console | Jesse Plamondon-Willard | |
2018-05-10 | generalise console color logic for reuse (#495) | Jesse Plamondon-Willard | |
2018-05-09 | rewrite content logic to decentralise cache (#488) | Jesse Plamondon-Willard | |
This is necessary due to changes in Stardew Valley 1.3, which now changes loaded assets and expects those changes to be persisted but not propagated to other content managers. |