Adding a progress bar as feedback while walking #988
Closed
anziclone wants to merge 43 commits intoPokemonGoF:masterfrom
anziclone:dev
Closed
Adding a progress bar as feedback while walking #988anziclone wants to merge 43 commits intoPokemonGoF:masterfrom anziclone:dev
anziclone wants to merge 43 commits intoPokemonGoF:masterfrom
anziclone:dev
Conversation
* big refactor to Stepper class We now have a: - StepWalker class, responsible for walking a small distance towards a final destination. - SpiralNavigator class, which around an area in a spiral. It determines points to walk to and uses to StepWalker to slowly go from one point to another. This architecture enables us to have different Navigators, although it doesn’t implement a nice Navigator configuration YET. * small fixes to workers * Merging * Fixing arguments * Moving the distance log line
* now bot can use berries * improve berry logic. apply berry before chosing the type of ball * fix bug * fix wrong item id * fix error * improve log message * - add blue color log - remove extras log on capture - display IV on capture * fix bug #660 * improve code as comments * fix #666 * show amount of Razz berries on start * fix error * - improve code as comments in PR - fix typo
* remove file exist checks to fix webview, remove gmaps api key write to html * re-add missing webview submodule
* improved stepper that walks using Google Directions API * improved logging
* FIXING filter_item issues * FIXING filter_item issues * FIXING filter_item issues * FIXING filter_item issues * fixing no position Attribute found * Fixing Filter_item issues, and no attribute position * Delete release_config.json
* Fixed sleep to use floats again * Fixed sleep to use floats again #2
CI checks works yet again
* Multiple Config File Support Adds ability to drop config files into the 'configs' dir whilst developing and have them ignored by git * Modified .gitignore * Fixed Example files not being included * Added warnings to PokeCLI based on config availability
to reflect new config path changed in c13a400
spelling error
* Attempting to solve the stale token issue by re-issuing if the token has less than 60 seconds until expiry * Fixes remaing time check * Reset pgoapi when rpc token is stale * Refactored session expiry check
* Fixed sleep to use floats again * Fixed sleep to use floats again #2 * Refactored jitter to have its own function to be used elsewhere * Fixes SpiralNavigation skipping waypoints * Fixing stationary movements
* Fixed sleep to use floats again * Fixed sleep to use floats again #2 * Refactored jitter to have its own function to be used elsewhere * Fixes SpiralNavigation skipping waypoints * Fixing stationary movements * Improved StepWalker (distances lower than speed should be walked directly)
* Attempting to add location-%.json back to bot for web * Web Map should track bots now. * Added data/last-location-%username%.json as well
If not fetched over https and git ssh isnt setup submodule cant be cloned. If you have already tried to initiate / update using git@github.com, follow instructions below and initiate/update again; 2. Open ".git", go to "config" file, and you will find something like this: [submodule "web"] url = git@github.com:OpenPoGo/OpenPoGoWeb.git change line to: url = https://github.com/OpenPoGo/OpenPoGoWeb.git
Thanks to dmateusp who made the big initial pokefilter list, this is the merged example version that could be used
remove entires that has been deleted, moved, or migrated
* Optimized imports * Replaced tabs with spaces to fix inconsistent indentation.
Contributor
|
This continue to be against master |
Author
|
Please ignore this PR and check PR #991..... |
hoanghuynh
pushed a commit
to hoanghuynh/PokemonGo-Bot
that referenced
this pull request
Sep 28, 2016
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Description:
Adding a progress bar as feedback while walking to know how much part is covered.
Fixes: