Missing "catch" and "release" config settings no longer crash the bot.#935
Merged
solderzzc merged 1 commit intoPokemonGoF:devfrom Jul 26, 2016
x1024:dev
Merged
Missing "catch" and "release" config settings no longer crash the bot.#935solderzzc merged 1 commit intoPokemonGoF:devfrom x1024:dev
solderzzc merged 1 commit intoPokemonGoF:devfrom
x1024:dev
Conversation
MFizz
pushed a commit
to MFizz/PokemonGo-Bot
that referenced
this pull request
Jul 29, 2016
hoanghuynh
pushed a commit
to hoanghuynh/PokemonGo-Bot
that referenced
this pull request
Sep 28, 2016
* Improved Overseer line Now shows next queue item, when that item is supposed to be scanned (for -ss), and how far ahead/behind of realtime your queue is. * Username already shown, not need to write it twice * Format all lat/lng to 6 decimals That is an accuracy of approx 10cm, more than enough for display purposes. * Show sleep length, reformat some messages * Appease travis
hoanghuynh
pushed a commit
to hoanghuynh/PokemonGo-Bot
that referenced
this pull request
Sep 28, 2016
* Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Status improvements (PokemonGoF#935) * Improved Overseer line Now shows next queue item, when that item is supposed to be scanned (for -ss), and how far ahead/behind of realtime your queue is. * Username already shown, not need to write it twice * Format all lat/lng to 6 decimals That is an accuracy of approx 10cm, more than enough for display purposes. * Show sleep length, reformat some messages * Appease travis * Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Show total skipped items * Add account name back into log message * Update config.ini * Update requirements.txt to fix PokemonGoF#926 (PokemonGoF#928) * Update requirements.txt to fix PokemonGoF#926 gpsoauth 0.4.0 is now required * Update requirements.txt to fix PokemonGoF#926 Removed gpsoauth requirement completely as this lib is only used by pgoapi that already defines this requirement in its own requirements.txt * Add username of possibly banned accounts (PokemonGoF#941) Just a small fix in order to add banned usernames. * Prevent header from cutting off bottom of accordion (PokemonGoF#873) height: 100% doesn't take into account the #header height of 3.5em * Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Show total skipped items * Update config.ini
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.
The default values are the as if the settings were empty (so, "catch all" and "release none")