Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates to deal with IOException * Cleanup and version number update * Fixing multiple event registration * Adding vscode tasks * Fixing new game + event registration * Updating info message * Update README.md Fixed logo * Refactor/Rewrite and code cleanup * Changed to move instead of copy/delete * Removed queues (not helpful) * Adding rules structure * Rule Processing Progress * Added locations and filename calculation * Added migration from old auto rules to new * Cleaning up warning * Adding keypress rules * Adding validation, testing fixes * Validation complete + Version rev * Fixed defect + made moves more reliable Using queues to wait on warp so the screen renders Using queues to wait for ticks before moving files Fixed issues where rules were applied incorrectly Added documentation Fixed exception for key commands during load screen * Update README.md Documenting new config file format * Update README.md * Update ModConfig.cs * Update ModTrigger.cs * Update README.md Clarifying the values * Update README.md * Update README.md * Update README.md * Update todo.md * Validation update * Documentation/Warnings/Validation Added more validation Added checks for filename overlap Addec checks for rules that will never trigger Added dialog box on config file load failure Added warnings on fixup Added function documentation Updated user documentation Fixed spelling in user documenation Made days work without the leading 0 Set a reasonable minimum on ZoomLevel Fixed release build error (Verbose log only takes one parameter) * Objects + Documentation Added documentation of functions Using FileInfo and DirectoryInfo objects * Test fixes * Helper functions for Optimization + Build and Doc Fixed Typo Added markdown lint Changed builds (vscode + monodevelop) Added helper functions Added TODOs * Only listen to events when it makes sense to do so * Removing trace messages * Moving traces to debug * Updating todo list * More items complete * Updating for known defects * Fixing overlap warning * Adding Tests, User Feedback and Fixing Defects Found the overlap checking for days/months was wrong Added space before the rule name when displaying Added json files for testing Added script for generating the days json file Fixed typo * Updating ToDo list * ToDo and Test Cases Added inactive test cases Ran weather tests, added results Updated todo * ToDo List, Last Test Case Test complete Feature complete * Adding flash and button to config menu Added a show config.json to the config menu under DailyScreenshot Mod Added the flash when taking a screenshot
- Loading branch information