Skip to content
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

Importing Latest dev build from Head #9

Merged
merged 35 commits into from
Jul 18, 2017
Merged

Commits on Jul 12, 2017

  1. Merge pull request #6076 from PokemonGoF/dev

    Dev merge to master
    solderzzc authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    c07fd94 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    b5acdd5 View commit details
    Browse the repository at this point in the history
  2. Enable GymPokemon worker

    This makes sure that we can use the GymPokemon worker to do things for us.
    goedzo committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    5f6b963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5953744 View commit details
    Browse the repository at this point in the history
  4. Share the feeding event

    goedzo committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    b77af34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e65068 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fba2c04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a19fdb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    461cd35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31a90db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d41601 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    d17c4e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from goedzo/Basic-Gym-Support

    Update DEV: Basic gym support
    goedzo authored Jul 15, 2017
    Configuration menu
    Copy the full SHA
    dc7711c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa306d4 View commit details
    Browse the repository at this point in the history
  4. Stop moving if running fails

    goedzo committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    ac151a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Gym Deployment finalized

    goedzo committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    4548311 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Full API Support for 0.67.2 based on latest compile from POGOProtos

    Recompiled latest https://github.com/AeonLucid/POGOProtos API and added to my own maintained repository.
    
    fixes #6075
    goedzo committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    9a9b7a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffcfc8 View commit details
    Browse the repository at this point in the history
  3. Fixed Heal Pokemon

    Event "revived_pokemon" was not registerd.
    goedzo committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    432a51c View commit details
    Browse the repository at this point in the history
  4. Fixed all Heal Pokemon bugs

    goedzo committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    de9cb21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from goedzo/HealPokemon-Fix

    Heal pokemon fix
    goedzo authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3d5f6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea3e660 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from goedzo/Basic-Gym-Support

    Import Basic gym support
    goedzo authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    851da62 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    d6bcbd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from goedzo/Full-0.67.2-Support

    Import API Support for 0.67.2
    goedzo authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    59455ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6090 from goedzo/HealPokemon-Fix

    Fixed all bugs in latest HealPokemon Module
    MerlionRock authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    cf6c2c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ed8089 View commit details
    Browse the repository at this point in the history
  5. Trying to solve move to fort issues

    Inspired on PokemonHunter, when having difficulties moving
    try to change the walker and if it doesnt help, ignore the stop
    davidakachaos committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    424bae0 View commit details
    Browse the repository at this point in the history
  6. Caching of forts small adjustment

    When a fort is too far away, dont try to get the details. When it is in range do
    davidakachaos committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    8241825 View commit details
    Browse the repository at this point in the history
  7. Removed unused config

    unused config should not be in example config
    davidakachaos authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    2f9ab17 View commit details
    Browse the repository at this point in the history
  8. Removed unused event

    Event is gone, no need to color that
    davidakachaos authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    db9f99f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6092 from davidakachaos/move_to_fort_and_gyms

    Move to fort and gyms
    MerlionRock authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    72f56ce View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6091 from goedzo/Debug_2017_07_18

    0.67.2 and gym support
    MerlionRock authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    6b10582 View commit details
    Browse the repository at this point in the history
  11. Fixing missed events

    davidakachaos committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    38d488d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6093 from davidakachaos/fix_mistakes

    Fixing missed events
    MerlionRock authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    7b95e6a View commit details
    Browse the repository at this point in the history