Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-28 | simplify Save Backup compression | Jesse Plamondon-Willard | |
We don't need special handling for macOS anymore, since all platforms have .NET 5 now. | |||
2022-04-13 | enable nullable annotations in bundled mods (#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-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2022-02-19 | add Constants.GamePath & deprecate Constants.ExecutionPath | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2020-02-10 | improve save backup logic | Jesse Plamondon-Willard | |
2020-02-01 | fix save folder filter in Save Backup | Jesse Plamondon-Willard | |
2020-02-01 | improve Save Backup compatibility on Android | Jesse Plamondon-Willard | |
2019-10-07 | rework Save Backup to support Android | Jesse Plamondon-Willard | |
2019-10-02 | fix Save Backup mod on Android | Jesse Plamondon-Willard | |
2019-09-14 | back up saves in a background thread | Jesse Plamondon-Willard | |
2019-09-14 | fix Save Backup not pruning old backups if they're uncompressed | Jesse Plamondon-Willard | |
2019-09-13 | default Monitor.Log to trace | Jesse Plamondon-Willard | |
2019-02-07 | improve save backup error-handling, keep first backup of the day | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-08-19 | adjust SaveBackup mod to simplify installer logic (#583) | Jesse Plamondon-Willard | |
2018-05-23 | fix SaveBackup failing on Mac (#522) | Jesse Plamondon-Willard | |
2018-05-23 | reorganise SaveBackup code a bit (#522) | Jesse Plamondon-Willard | |
2018-05-12 | add bundled save backup mod (#253) | Jesse Plamondon-Willard | |