Age | Commit message (Expand) | Author |
2017-05-20 | show friendly errors when the game is missing or pre-1.2 | Jesse Plamondon-Willard |
2017-05-20 | Merge branch 'develop' into stable | Jesse Plamondon-Willard |
2017-05-20 | bump version for release | Jesse Plamondon-Willard |
2017-05-20 | add metadata to internal mod registry & use mod display name everywhere | Jesse Plamondon-Willard |
2017-05-19 | fix error when loading a mod with no version | Jesse Plamondon-Willard |
2017-05-19 | Merge branch 'develop' into stable | Jesse Plamondon-Willard |
2017-05-19 | bump version for release | Jesse Plamondon-Willard |
2017-05-18 | improve game install path detection | Jesse Plamondon-Willard |
2017-05-18 | fix build error with Mono 5.0 on Linux/Mac | Jesse Plamondon-Willard |
2017-05-17 | also raise location-list-changed on load | Jesse Plamondon-Willard |
2017-05-17 | fix mod-loading code not accounting for metadata failure | Jesse Plamondon-Willard |
2017-05-17 | raise location/player changed events on load | Jesse Plamondon-Willard |
2017-05-17 | clarify release note | Jesse Plamondon-Willard |
2017-05-17 | drop support for multiple player indexes (not relevant for Stardew Valley) | Jesse Plamondon-Willard |
2017-05-17 | fix crash in unreleased code when loading a save that hasn't visited the mine... | Jesse Plamondon-Willard |
2017-05-17 | adjust return-to-title code | Jesse Plamondon-Willard |
2017-05-17 | fix errors during overridden update loop immediately crashing the game with n... | Jesse Plamondon-Willard |
2017-05-16 | add internal refactoring to release notes | Jesse Plamondon-Willard |
2017-05-16 | document compile flags in readme | Jesse Plamondon-Willard |
2017-05-16 | make content event available in experimental mode | Jesse Plamondon-Willard |
2017-05-16 | add compile flag for experimental mod dependencies features | Jesse Plamondon-Willard |
2017-05-16 | Merge branch 'feature/285-mod-dependencies' into develop | Jesse Plamondon-Willard |
2017-05-16 | tweak release notes | Jesse Plamondon-Willard |
2017-05-16 | fix maps not recognising custom tilesheets added through the SMAPI content API | Jesse Plamondon-Willard |
2017-05-16 | add warning for mods that don't have a name or version | Jesse Plamondon-Willard |
2017-05-15 | add Context.IsWorldReady flag | Jesse Plamondon-Willard |
2017-05-15 | update compatibility blacklist for SDV 1.2 | Jesse Plamondon-Willard |
2017-05-15 | tweak .editorconfig JSON indentation rules | Jesse Plamondon-Willard |
2017-05-14 | fix world/player events being raised when the player loads a save due to valu... | Jesse Plamondon-Willard |
2017-05-14 | rewrite dependency logic to resolve dependency loops by disabling the affecte... | Jesse Plamondon-Willard |
2017-05-14 | replace mod indexes with references in dependency-sorting logic (#285) | Jesse Plamondon-Willard |
2017-05-13 | add unit tests for basic dependency reordering cases (#285) | Jesse Plamondon-Willard |
2017-05-13 | add a few more unit tests for metadata loading & validation (#285) | Jesse Plamondon-Willard |
2017-05-13 | add unit tests for metadata loading & validation (#285) | Jesse Plamondon-Willard |
2017-05-13 | add unit test project (#285) | Jesse Plamondon-Willard |
2017-05-13 | pass SMAPI version into metadata validation to simplify unit tests (#285) | Jesse Plamondon-Willard |
2017-05-13 | pass API version into mod metadata validation to simplify unit testing (#285) | Jesse Plamondon-Willard |
2017-05-13 | enforce metadata.SetStatus() instead of setting properties directly (#285) | Jesse Plamondon-Willard |
2017-05-13 | decouple reading manifest files from validating metadata (#285) | Jesse Plamondon-Willard |
2017-05-13 | decouple mod metadata resolution from main SMAPI logic (#285) | Jesse Plamondon-Willard |
2017-05-13 | move mod metadata resolution into its own class (#285) | Jesse Plamondon-Willard |
2017-05-13 | fix error when processing mods that have no dependencies (#285) | Jesse Plamondon-Willard |
2017-05-13 | refactor mod dependency logic a bit (#285) | Jesse Plamondon-Willard |
2017-05-13 | Added basic topological sort for mod dependencies (#285) | Luke Wale |
2017-05-13 | add basic dependencies to manifest (#285) | Jesse Plamondon-Willard |
2017-05-13 | streamline crossplatform build with Mono 5.0, update readme, tweak release notes | Jesse Plamondon-Willard |
2017-05-12 | fix error on Linux/Mac when a mod tries to load content immediately after sav... | Jesse Plamondon-Willard |
2017-05-12 | fix SMAPI raising a deprecation warning for its own use of an event | Jesse Plamondon-Willard |
2017-05-11 | organise a few framework classes | Jesse Plamondon-Willard |
2017-05-11 | fix IManifest fields being settable | Jesse Plamondon-Willard |