-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev merge to master #6097
Merged
Dev merge to master #6097
Conversation
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
Move adjustments for Movesets
Update the API to use the full PROTOS implementation from: https://github.com/AeonLucid/POGOProtos
Removing the Extra /r since it not part of the source file.
This makes sure that we can use the GymPokemon worker to do things for us.
Update DEV: Basic gym support
Docker fix for #6063
HealPokemon will try to use the potions and revives to heal and revive your Pokemon This does so without any filtering. Usefull when you get home from a raid and dont want to heal/rivive all the Pokemon yourself. This will try to do so as effectently as possible
Recompiled latest https://github.com/AeonLucid/POGOProtos API and added to my own maintained repository. fixes #6075
Introducing HealPokemon
Event "revived_pokemon" was not registerd.
Making sure my DEV is Same as Origin / Dev
Heal pokemon fix
Import Basic gym support
Import API Support for 0.67.2
Fixed all bugs in latest HealPokemon Module
Inspired on PokemonHunter, when having difficulties moving try to change the walker and if it doesnt help, ignore the stop
When a fort is too far away, dont try to get the details. When it is in range do
unused config should not be in example config
Event is gone, no need to color that
Move to fort and gyms
0.67.2 and gym support
Fixing missed events
@solderzzc, thanks for your PR! By analyzing the history of the files in this pull request, we identified @douglascamata, @anakin5 and @BreezeRo to be potential reviewers. |
Tofa.05 |
Lol you beat me to it :) merge ahead! |
Pada tanggal 19 Jul 2017 05:09, "goedzo" <[email protected]> menulis:
Lol you beat me to it :) merge ahead!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6097 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ac3n_kO1AuINzyivHM34LOVtx47wkUuMks5sPR7wgaJpZM4Ob5Dy>
.
|
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.
Dev merge to master