Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | fix case where prefix ends with a path separator | Jesse Plamondon-Willard | |
2022-10-18 | fix this case. | atravita-mods | |
2022-10-16 | fix issues with subfolders | atravita-mods | |
2022-10-16 | reduce sequential bool checks a bit | Jesse Plamondon-Willard | |
2022-10-16 | fix IsEquivalentTo no longer ignoring surrounding whitespace | Jesse Plamondon-Willard | |
2022-10-16 | fix index-out-of-range error when StartsWith prefix is empty | Jesse Plamondon-Willard | |
2022-10-16 | tweak naming in new code | Jesse Plamondon-Willard | |
2022-10-15 | make asset name comparing lazy. | atravita-mods | |
2022-04-16 | fix broken unit tests | Jesse Plamondon-Willard | |
2022-04-13 | enable nullable annotations in the rest of SMAPI core (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2022-03-27 | split helper.Content API into game/mod content APIs | Jesse Plamondon-Willard | |
2022-03-26 | add NameWithoutLocale fields (#766) | Jesse Plamondon-Willard | |
2022-02-18 | add AssetName to encapsulate asset name handling (#766) | Jesse Plamondon-Willard | |