Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-11 | update rewriters for Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard | |
2018-03-11 | add initial compatibility with Stardew Valley 1.3 (#453) | Jesse Plamondon-Willard | |
2018-03-05 | Merge pull request #456 from acz13/patch-1 | Jesse Plamondon-Willard | |
move `xterm` to top of terminal checking order | |||
2018-03-05 | move `xterm` to top of terminal checking order | Albert Zhang | |
Makes more sense, as `xterm` is much more common than any of the others and we only need a barebones terminal anyway. This also solves errors caused by issues such as https://github.com/mono/mono/issues/6752 | |||
2018-03-05 | fix compatibility heuristics incorrectly flagging mods with missing optional ↵ | Jesse Plamondon-Willard | |
references (#453) | |||
2018-03-04 | bump version for release | Jesse Plamondon-Willard | |
2018-03-04 | polish release notes | Jesse Plamondon-Willard | |
2018-03-04 | update compatibility list | Jesse Plamondon-Willard | |
2018-03-04 | fix broken Nexus mod URLs | Jesse Plamondon-Willard | |
2018-03-04 | add support for mapping non-semantic remote mod versions | Jesse Plamondon-Willard | |
2018-03-04 | update SMAPI URL in user agent (#454) | Jesse Plamondon-Willard | |
2018-03-04 | fetch mod info from Nexus website until we can use their API again (#454) | Jesse Plamondon-Willard | |
2018-03-04 | update compatibility list | Jesse Plamondon-Willard | |
2018-03-04 | fix null reference when checking FormerIDs field against 'authour' field | Jesse Plamondon-Willard | |
2018-03-04 | fix log parser error when mod names are duplicated | Jesse Plamondon-Willard | |
2018-03-04 | fix false broken-code detection when referencing a generic type (#453) | Jesse Plamondon-Willard | |
2018-03-04 | fix misplaced file (#453) | Jesse Plamondon-Willard | |
2018-03-04 | simplify and always include default update URL, shorten no-longer-compatible ↵ | Jesse Plamondon-Willard | |
skip messages | |||
2018-03-04 | fix data for some old mods with no ID | Jesse Plamondon-Willard | |
2018-03-04 | fix default update key not applied if mod sets a blank update key | Jesse Plamondon-Willard | |
2018-03-03 | mark Stardew Valley 1.3 incompatible in SMAPI 2.5.x to reduce confusion when ↵ | Jesse Plamondon-Willard | |
it's released (#453) | |||
2018-03-03 | fix error in new incompatibility finders when they resolve members in a ↵ | Jesse Plamondon-Willard | |
dependency (#453) | |||
2018-03-03 | update compatibility list | Jesse Plamondon-Willard | |
2018-03-03 | update release notes for backported changes | Jesse Plamondon-Willard | |
2018-03-03 | fix detected incompatibility errors not showing mod's update URL (#453) | Jesse Plamondon-Willard | |
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard | |
2018-03-03 | move technical compatibility details into TRACE log (#453) | Jesse Plamondon-Willard | |
2018-02-27 | fix content pack list formatting | Jesse Plamondon-Willard | |
2018-02-26 | bypass cache on log parser page | Jesse Plamondon-Willard | |
2018-02-25 | always include raw taxt in model | Jesse Plamondon-Willard | |
2018-02-25 | fix log filtering some mods incorrectly | Jesse Plamondon-Willard | |
2018-02-25 | fix log parser not correctly parsing mod list if a mod has no author name | Jesse Plamondon-Willard | |
2018-02-25 | bypass cache on log parser page | Jesse Plamondon-Willard | |
2018-02-25 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2018-02-25 | update for 2.5.2 release | Jesse Plamondon-Willard | |
2018-02-25 | fix blank page when uploading a log in some cases | Jesse Plamondon-Willard | |
2018-02-25 | fix issue where replacing an asset via asset.AsImage() or ↵ | Jesse Plamondon-Willard | |
asset.AsDictionary() has no effect | |||
2018-02-24 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2018-02-24 | update for 2.5.1 release | Jesse Plamondon-Willard | |
2018-02-24 | fix event error in rare cases | Jesse Plamondon-Willard | |
2018-02-24 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2018-02-24 | update for 2.5 release and simplify assembly info | Jesse Plamondon-Willard | |
2018-02-24 | add content pack support to log parser | Jesse Plamondon-Willard | |
2018-02-24 | reimplement log parser with serverside parsing and vue.js frontend | Jesse Plamondon-Willard | |
2018-02-23 | overhaul events to track the mod which added each handler, and log errors ↵ | Jesse Plamondon-Willard | |
under their name (#451) | |||
2018-02-22 | polish release notes | Jesse Plamondon-Willard | |
2018-02-22 | Revert "suppress keyboard events when a textbox is focused (#445)" | Jesse Plamondon-Willard | |
This reverts commit 033015066650d4bd67a7df0a7f7addf4c6edf617. | |||
2018-02-22 | add friendly warning when an i18n file has duplicate keys due to ↵ | Jesse Plamondon-Willard | |
case-insensitivity (#448) | |||
2018-02-20 | support transitional content packs (#436) | Jesse Plamondon-Willard | |
This commit adds an API to generate a content pack from an arbitrary folder, to support mods which already had their own content pack format before SMAPI standardised it. This lets them support both formats using the same APIs while they transition. | |||
2018-02-19 | replace manual relative path logic with new path utilities | Jesse Plamondon-Willard | |