-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase ball-template-matching (#118)
* Update AutoMaxLair.cs * Some hot fixes * Update AutoMaxLair.Designer.cs * Some code fixes -Comments will be now copied - balls will be selected to the one saved - added "Find Path" - some minor design changes * Added an option to change from dark theme to light theme * Create dotnet.yml * Revert "Create dotnet.yml" This reverts commit 9ce739a. * Create dotnet-core.yml * Update AutoMaxLair.Designer.cs * Update AutoMaxLair.Designer.cs * Update AutoMaxLair.csproj * Update dotnet-core.yml * Update dotnet-core.yml * dotnet only publishes executable * Added maximum Dynite Ore cost & missing designer parts * Updated the themes * Update README.txt * fixed problem causing .exe to crash on save - getting max dynite ore value AsInteger - some minor code cleanup * Update AutoMaxLair.csproj * Ball template matching (#112) * Add framework for detecting ball sprites - Debug mode will now print the ball sprite it detects while still using OCR for decisions * Fix typo * Fix typo Co-authored-by: DOTTEL Gaël <[email protected]> * Add foundation for reading ball numbers - Set up framework for reading and assigning the number of base and legendary balls. - The previous accounting method is still used and the new method is simply logged for verification. * Formatting fixes * Fix error * Remove alpha channel of ball sprite images Co-authored-by: DOTTEL Gaël <[email protected]> * fix the ore count when you're kicked out of the den without catching any pokemon * Updated the UI added: - FIND_PATH_WINS - NON_LEGEND fixed: - missing changes with Light-Theme * Show ball sprite rectangle * Fix ball sprite detection rectangle * Find path like ball saver not strong boss (#116) * Update auto_max_lair.py * Update Config.sample.toml * Update auto_max_lair.py * Improve the log summary (#115) * Delete log_summary.py * Use filename timestamp to order bosses Bosses will be ordered by filename timestamp (from oldest to newest) * increase the timer after the scientist * Allow AutoMaxLair to be used with the PABotBase hex file (#117) * Initial commit of framework - Not functional yet * Fix CRC calculation and implement reset protocol * Start implementing command translations between protocols * Update with latest progress * Initial working version - To use, enable PABOTBASE_HEX in the configuration file * Delete CRC_sandbox.py * Fix linting errors * Update requirements.txt * Formatting and documentation fixes Co-authored-by: PrincessVika <[email protected]> Co-authored-by: PrincessVika <[email protected]> Co-authored-by: DOTTEL Gaël <[email protected]> Co-authored-by: TeachingGame <[email protected]>
- Loading branch information
1 parent
fadf38c
commit 4ed45a2
Showing
12 changed files
with
508 additions
and
152 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.