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

Gurzeh 4553 #4589

Merged
merged 5 commits into from
Aug 25, 2016
Merged

Gurzeh 4553 #4589

merged 5 commits into from
Aug 25, 2016

Commits on Aug 22, 2016

  1. Merge pull request PokemonGoF#4558 from PokemonGoF/dev

    Dev merge to master, PR
    solderzzc authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    f448a77 View commit details
    Browse the repository at this point in the history
  2. Patch update_live_stats with xp_per_level

    As prev_level_xp is in fact the xp of the current level - 1, we need to have the have the value of the current level, which we get from a hard coded value matrix xp_per_level
    Gurzeh authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    587bad0 View commit details
    Browse the repository at this point in the history
  3. fetch from remote for update_live_stats

    Merge branch 'gurzeh-4553' of https://github.com/Gurzeh/PokemonGo-Bot into gurzeh-4553
    Gurzeh committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    d2b7c4a View commit details
    Browse the repository at this point in the history
  4. Make xp_per_level global

    Gurzeh committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    969791d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Patch to update_live_stats to incorpore XP per level

    XP is now in a json file in data directory
    test file update_live_stats_test.py to reflect chnage in calculation
    Gurzeh committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    8f0a0a7 View commit details
    Browse the repository at this point in the history