Skip to content

Comments

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 #988
anziclone wants to merge 43 commits intoPokemonGoF:masterfrom
anziclone:dev

Conversation

@anziclone
Copy link

Short Description:
Adding a progress bar as feedback while walking to know how much part is covered.

Fixes:

  • added a SYS progress bar to make it work across environments.
  • Previous PR got rejected due to Push to master. Changed destination to dev

elicwhite and others added 30 commits July 24, 2016 21:37
* 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
* Lucky Egg - Evolve All

Provides the ability to use a lucky egg before evolve_all. This will
maximize xp gain.

* Revert "Lucky Egg - Evolve All"

This reverts commit abfdb59.

* Lucky Egg - Evolve All

* Prepare the branch update. (#750)
* 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
* 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
eggins and others added 13 commits July 26, 2016 01:15
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.
@alvarogzp
Copy link
Contributor

This continue to be against master

@anziclone
Copy link
Author

Please ignore this PR and check PR #991.....

@anziclone anziclone closed this Jul 26, 2016
hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this pull request Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.