-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to 12b2028cbf19342efd971020033027802b569769 of pgoapi, the latest doesn't work. show what kind of egg is being hatched (#4219) Add spin message (#4226) List Pokemon bag at bot start (#4189) * - Added option to print Pokemon Bag when bot starts - Using self.logger to log multiple lines * Little code change - Some progress making it customizable, to be possible to choose which info to show from each pokemon to show * Update ListPokemonBag functionality * Code tweaked to use inventory * Nested config with 3 parameters * Configs to change settings: show amount of each pokemon; pokemon info to show * Added config example to all config example files * typo fix Added UpdateLiveInventory config (#3950) * Added UpdateLiveInventory function * Added UpdateLiveInventory function * Fix no EOF empty line * Updated UpdateLiveInventory function, more customizable now * More configs on UpdateLiveInventory * - Changed to self.logger instead of event when using multiple lines config - When using multiple lines config emits event at debug level * Minor tweak and merge with PokemonGoF/dev * Fixed config.json.example * Updated CONTRIBUTORS.md Removed proto folder, we don't need it anymore. Removed the old inventory / only one call to the api (#3948) * Removed every call to the old inventory Added some messages to monitor item inventory Added some methods needed on the new inventory * Removed print * Removed print * Keeps track of candy on pokemon catch * Dynamically count candy gained * Rename pokemon id in pokemon unique id * Fixed typo Some clean up * Renamed pokemon id in unique_id * Now display again stats on start * Now use ultraball on non vip too * Merge branch 'dev' of https://github.com/PokemonGoF/PokemonGo-Bot into remove-old-inventory Now move to map use cached inventory Removed log.logger() Minor fixes after removed the old inventory (#4231) Pokestops / Evolves / Transfers Logged to DB (#4232) * Pokestop Logging * Evolve Logging * evolve_log.py migrations * transfer_log.py migration * pokestop_log.py migration * Update transfer_pokemon.py * Update transfer_pokemon.py Revert "Pokestops / Evolves / Transfers Logged to DB" (#4239) Hotfix/remove old inventory (#4238) * Updated configuration documentation after #4005 * Updated configuration documentation of walk * Renamed id in unique_id Added functions to get pokemon inventory size * Removed variable used for test purpose * Computing candy awarded instead of taking only the first value * Reverted to use json again * Calling the api instead of the removed inventory * Fixed #4237 Not calling old inventory to get available lucky egg count Polyline rework (#3854) * added better rng * forgot adding * rework on polyline * remove wrong files... * remove wrong files... * reverting unnecessory change... * minor fix * get the CI pass * fix test * minor fix Features/missed throws (#4107) * Adds a missed shot opportunity. This will reduce the 100% hit rate and humanise the throwing behaviour. * * Added the new value to config.json.example. * A little house cleaning * Fixing error in logic * Changing sleep for action_delay * * Updated config example * Fixed simulation changes * Fixes bugs Configurable altitude range (#4250) * Added alt_min/alt_max * Changed default values * Added alt * Cleaned up speed calc * Added altitude randomness * Added altitude randomness * Added altitude randomness * Fixed import * Added altitude randomness * Added altitude randomness * Fixed import * Added alt_min/alt_max * Added alt_min/alt_max * Added alt_min/alt_max * Switch to walk_min, walk_max * Added alt_min/alt_max * Added alt_min/alt_max
- Loading branch information
Showing
39 changed files
with
829 additions
and
2,046 deletions.
There are no files selected for viewing
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
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.