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

Fix evolves #3368

Closed
wants to merge 93 commits into from
Closed

Fix evolves #3368

wants to merge 93 commits into from

Commits on Aug 7, 2016

  1. Adding plugin support (PokemonGoF#2679)

    * Adding plugin support
    
    * Adding an empty __init__.py
    elicwhite authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    85f7607 View commit details
    Browse the repository at this point in the history
  2. Moving the base task to the project root (PokemonGoF#2702)

    * Moving the base task to the project root
    
    * Moving the base class more
    
    * Changing the import again
    elicwhite authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    f114be6 View commit details
    Browse the repository at this point in the history
  3. Adding a heartbeat to the analytics (PokemonGoF#2709)

    * Adding a heartbeat to the analytics
    
    * Heartbeat every 30 seconds, not every 5
    elicwhite authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    0b319bc View commit details
    Browse the repository at this point in the history
  4. Don't double track clients

    elicwhite committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    1c369a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e16b5ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e93431c View commit details
    Browse the repository at this point in the history
  7. Fix for utf8 encoding when catching lured pokemon (PokemonGoF#2720)

    * Fixing lure pokestop encoding
    
    * fixing lure encoding
    dkim1000 authored and elicwhite committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    d5bb09f View commit details
    Browse the repository at this point in the history
  8. Fix For catchable not being displayed on the web (PokemonGoF#2719)

    * Fix For catchable not being displayed on the web
    
    * Update catch_visible_pokemon.py
    AcorpBG authored and elicwhite committed Aug 7, 2016
    1 Configuration menu
    Copy the full SHA
    420c1be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77200af View commit details
    Browse the repository at this point in the history
  10. OS Detection for encrypt lib (PokemonGoF#2768)

    Fix 32bit check, darwin and linux use the same file
    
    Make it a function
    
    Check if file exists, if not show error
    
    Define file_name first
    
    Fix return
    
    Check if file exists, if not show error
    
    Print info about paths
    
    Fix for 32/64bit detection
    brantje authored and douglascamata committed Aug 7, 2016
    2 Configuration menu
    Copy the full SHA
    e927195 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f7888b View commit details
    Browse the repository at this point in the history
  12. Revert "changing license from MIT to GPLv3"

    This reverts commit 69fb64f.
    douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    e8f804a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27cf678 View commit details
    Browse the repository at this point in the history
  14. When the google analytics domain is blocked the bot crashed. (Pokemon…

    …GoF#2764)
    
    With a simple try / except this can be solved.
    
    Fix dirty catch all
    brantje authored and douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    4eb7b38 View commit details
    Browse the repository at this point in the history
  15. Fixes PokemonGoF#2698 - Prevents "Possibly searching too often" error…

    … after re-login. (PokemonGoF#2771)
    
    * Fixes PokemonGoF#2698
    - Added api.activate_signature call to prevent issue after re-login.
    - Also replaced deprecated log call with event_manager emit to prevent exception being thrown.
    
    * Modified to use OS detected library path as per PR PokemonGoF#2768
    geek-man authored and douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    6960f35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eeecbc6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2750255 View commit details
    Browse the repository at this point in the history
  18. Setting Library path to work with encrypt.so (PokemonGoF#2899)

    Setting LD_LIBRARY_PATH on Dockerfile
    bernardoVale authored and douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    823ba83 View commit details
    Browse the repository at this point in the history
  19. ✨ Added login and username to available stats (PokemonGoF#2494)

    Added a player_data property in PokemonGoBot to access player data from outside
    Added unit tests for login and username stats
    Added tests for call args when updating the window title
    Added a platform-specific test for window title updating on win32 platform
    Genesis authored and douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    fc4e802 View commit details
    Browse the repository at this point in the history
  20. [dev] small fixes (PokemonGoF#2912)

    * Fixed emit_event typo
    
    * Update CONTRIBUTORS.md
    
    * Changed initialization location for "bot"
    
    We use bot in main exception on 128
    
    * Update pokecli.py
    mjmadsen authored and douglascamata committed Aug 7, 2016
    1 Configuration menu
    Copy the full SHA
    e5b7eda View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dee28d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    0855dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1733b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e66c509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdcf251 View commit details
    Browse the repository at this point in the history
  5. Config/encrypt.so (PokemonGoF#2964)

    * Add config option for libencrypt.so
    
    * Correctly set the config value and check for the file in said dir
    DevScarabyte authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    95902d6 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    41ed10c View commit details
    Browse the repository at this point in the history
  7. Loading plugins from Github (PokemonGoF#2992)

    * Checking github plugin file existence
    
    * Loading plugins from github
    elicwhite authored Aug 8, 2016
    Configuration menu
    Copy the full SHA
    563f898 View commit details
    Browse the repository at this point in the history
  8. Fixed PokemonGoF#3000 (PokemonGoF#3003)

    Fixed syntax error on "move_to_map_pokemon.py" that makes the client crash when using this feature.
    raulgbcr authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    229381c View commit details
    Browse the repository at this point in the history
  9. Added MaxPotion inventory count to summary. (PokemonGoF#3015)

    Short Description: 
    The Max Potion count was missing from the inventory summary.
    
    Was PokemonGoF#2456
    JaapMoolenaar authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    1a18b9f View commit details
    Browse the repository at this point in the history
  10. Added cleanup of download and files for encrypt.so after they are no …

    …longer needed (PokemonGoF#3011)
    Arthur Caranta authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    4faf962 View commit details
    Browse the repository at this point in the history
  11. Fix bot not returning back after telepoting (PokemonGoF#3014)

    * Fix typo: last_long -> last_lon
    
    * Whitespace cleanup
    
    * Fix bug introduced by PokemonGoF#3037: bot not returning back
    bixuanzju authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    7cc524e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    283c17e View commit details
    Browse the repository at this point in the history
  13. Fix for PokemonGoF#3045 (PokemonGoF#3055)

    cmezh authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    351ea76 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20aeb90 View commit details
    Browse the repository at this point in the history
  15. Fixed Dockerfile - missing \ on command lines (PokemonGoF#3096)

    * Fixed mispelling for "formatted" variable
    
    * Docker commands missing trailing \
    middleagedman authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    ff380cd View commit details
    Browse the repository at this point in the history
  16. Fix for FileIO slowing bot performance.This puts the map writing into…

    … a thread and makes sure it only executes once. (PokemonGoF#3100)
    ajurna authored and solderzzc committed Aug 8, 2016
    1 Configuration menu
    Copy the full SHA
    a5e9131 View commit details
    Browse the repository at this point in the history
  17. Change word usage: "fled" to "escaped" (PokemonGoF#3118)

    "fled" is confusing to lot of people and is easily confused with pokemon vanishing. "escaped" is a better term.
    DeviousFusion authored and elicwhite committed Aug 8, 2016
    1 Configuration menu
    Copy the full SHA
    d8546d7 View commit details
    Browse the repository at this point in the history
  18. Update the example config file (PokemonGoF#3120)

    * Add config option for libencrypt.so
    
    * Add config option for libencrypt.so
    
    * Add config option for libencrypt.so
    
    * Add config option for libencrypt.so
    
    * Rename path.example.json to path.json.example
    hklcf authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    0b3aa4f View commit details
    Browse the repository at this point in the history
  19. typo: logrmation -> information (PokemonGoF#2601)

    Fix a typo. 
    
    I assume that it was "information" initially, but became "logrmation" when someone used replace all functionality to replace all infos with logs. But I might be totally wrong at this point, idk. Just didn't like the word and wanted to fix that typo.
    gokaygurcan authored and elicwhite committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    d0f60a2 View commit details
    Browse the repository at this point in the history
  20. Change fled to escaped (PokemonGoF#3129)

    Fix an issue after PR PokemonGoF#3118
    pmquan authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    f648be3 View commit details
    Browse the repository at this point in the history
  21. When JSON parsing fails, give a rough indication of why (PokemonGoF#3137

    )
    
    * When JSON parsing fails, give a rough indication of why
    
    * Use the official package instead of SHA1 commit
    cwild authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    47ab81f View commit details
    Browse the repository at this point in the history
  22. Handle Github Download Zip Format (PokemonGoF#3108)

    * Checking github plugin file existence
    
    * Loading plugins from github
    
    * Starting install code for github plugins
    
    * Updating GithubPlugin to support extracting folders
    
    * Handling github zip formats by extracting to the correct location
    elicwhite authored and douglascamata committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    c8a33bc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    625275c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5fb1f04 View commit details
    Browse the repository at this point in the history
  25. Refactor catch worker (PokemonGoF#2527)

    * refactor catch worker
    
    * fix
    
    * few renames
    
    * add to contributors
    
    * fix
    
    * add missing behavior
    
    * fix encounter events
    
    * don't make events about ignored pokemon
    pokepal authored and douglascamata committed Aug 8, 2016
    1 Configuration menu
    Copy the full SHA
    4b16e9d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b631850 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Added Run-Loop (PokemonGoF#3143)

    * Add files via upload
    
    modified run script wich let you run the boot in a loop(if it crashes it restarts)
    
    * Integreated Loop into run.sh
    
    modified run.sh to loop the script so that even if it crashes it
    automaticly restarts.
    devn0ll authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    597196e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3babc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b9fe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a2a52b View commit details
    Browse the repository at this point in the history
  5. Fix for PokemonGoF#3190 (PokemonGoF#3197)

    bigkraig authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    5e3179b View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    e4c54dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61b6854 View commit details
    Browse the repository at this point in the history
  8. [Inventory Management] Add a central class for caching/parsing invent…

    …ory & static data (PokemonGoF#2528)
    
    * new class to centralize inventory management
    
    * use new inventory class in evolve_pokemon
    
    * use new inventory to display # candy after catch
    aeckert authored and elicwhite committed Aug 9, 2016
    3 Configuration menu
    Copy the full SHA
    03d7f92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6d73af View commit details
    Browse the repository at this point in the history
  10. New Option: "dont_nickname_favorite" (PokemonGoF#2496)

    * New Option: "dont_nickname_favorite"
    
    This change (line 19) adds the option, that the user can choose, whether their favorite pokemons should also get a new nickname or not.
    
    If a user want this, then he or she has to add the line ("dont_nickname_favorite" = true) after ("nickname_template": " ... ",).
    
    * Update nickname_pokemon.py
    
    * Update
    
    * Put change to line 30
    
    This reduce the reduce the runtime, because favorite pokemon won't be added to the list.
    aceradryd authored and douglascamata committed Aug 9, 2016
    1 Configuration menu
    Copy the full SHA
    ce9eb2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e699dd View commit details
    Browse the repository at this point in the history
  12. fixed NameError: global name 'pokemon_name' is not defined (PokemonGo…

    …F#3244)
    
    resolves ```traceback (most recent call last):
      File "pokecli.py", line 521, in <module>
        main()
      File "pokecli.py", line 95, in main
        bot.tick()
      File "/usr/src/app/pokemongo_bot/__init__.py", line 451, in tick
        if worker.work() == WorkerResult.RUNNING:
      File "/usr/src/app/pokemongo_bot/cell_workers/evolve_pokemon.py", line 38, in work
        self._execute_pokemon_evolve(pokemon, cache)
      File "/usr/src/app/pokemongo_bot/cell_workers/evolve_pokemon.py", line 117, in _execute_pokemon_evolve
        cache[pokemon.name] = 1
    NameError: global name 'pokemon_name' is not defined```
    schubter authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    e73d302 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8203f36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c95259 View commit details
    Browse the repository at this point in the history
  15. Fix flooding of keep_best_release (PokemonGoF#3223)

    * Fix flooding of keep_best_release
    
    * Fix flooding of keep_best_release
    Phan Hải Phong authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    d420823 View commit details
    Browse the repository at this point in the history
  16. [Feature] Recycle Threshold (PokemonGoF#2465)

    * Add Threshold Option
    
    * Add Threshold Option to Example Configs
    
    * Add Name to Contributors
    
    * Change config name and message
    
    * Remove logger
    
    * Add option to run when storage less than something
    
    * Change Message
    
    * Fix
    
    * Error fixes, message improvement
    
    * Config Changes and Remove Option
    Nikhil Pandey authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    0f9351e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49f9177 View commit details
    Browse the repository at this point in the history
  18. Return an empty list if no pokemon are available. (PokemonGoF#3259)

    The changes introduced in 4c95259 expose this bug.
    poupas authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    59f55fd View commit details
    Browse the repository at this point in the history
  19. Merge branch 'dev' of https://github.com/PokemonGoF/PokemonGo-Bot int…

    …o PokemonGoF-dev
    
    # Conflicts:
    #	pokemongo_bot/__init__.py
    #	pokemongo_bot/cell_workers/catch_visible_pokemon.py
    Quantra committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    b9160a0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    79266a0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b3d8d86 View commit details
    Browse the repository at this point in the history
  22. Dev (PokemonGoF#3277)

    * * adding enhanced sniping capabilities for move_to_map_pokemon
    
    * Adding enhanced sniping capabilities for move_to_map_pokemon
    mvrska authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    1060afa View commit details
    Browse the repository at this point in the history
  23. Update pgoapi to a newer version (PokemonGoF#3241)

    This should hopefully fix issues like PokemonGoF#3181, PokemonGoF#3098, PokemonGoF#2874 and
    potentially more.
    
    Needs testing/verification. I am running now, but it does take about an
    hour to trigger.
    eriweb authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    f4b4c28 View commit details
    Browse the repository at this point in the history
  24. Fix unexpected egg incubation retry (PokemonGoF#3276)

    incubator['used'] flag is set but not used in IncubateEggs._apply_incubators
    eevee-github authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    3e1dc1b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    32a779f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0f2bddd View commit details
    Browse the repository at this point in the history
  27. made file paths abs in inventory

    fixed incorrect dict reference, changed to .get() as felt this was intended
    Quantra committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    f246051 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cba9e85 View commit details
    Browse the repository at this point in the history
  29. Powerful setup.sh (PokemonGoF#3263)

    * Rewrite run.sh
    
    Very powerful run.sh with lots of function.
    1.install(make .so)
    2.update
    3.config generator
    4.config backup
    5.run loop make it never down
    
    It should run like 
    run.sh *.json or other opinion. 
    See -help.
    
    * Update run.sh
    
    * Update run.sh
    
    OK problem solved
    
    * Delete setup.py
    
    * Rename run.sh to setup.sh
    
    * Create run.sh
    
    * Update setup.sh
    
    * Update install.sh
    
    * Update setup.sh
    
    * Update run.sh
    
    * Update setup.sh
    
    Some small fix.
    simonsmh authored and solderzzc committed Aug 9, 2016
    1 Configuration menu
    Copy the full SHA
    2ded2ee View commit details
    Browse the repository at this point in the history
  30. Added +x to run.sh

    solderzzc committed Aug 9, 2016
    4 Configuration menu
    Copy the full SHA
    e03f834 View commit details
    Browse the repository at this point in the history
  31. Added a configuration option "path_startmode" (conflict merge Pokemon…

    …GoF#2489) (PokemonGoF#3270)
    
    * Upstream update and merge, with path_startmode configuration
    
    * Removed logger and fixed base task path
    
    * As per request, path_startmode is now path_start_mode
    
    * Removed all logging
    JaapMoolenaar authored and solderzzc committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    c8aaf4b View commit details
    Browse the repository at this point in the history
  32. Adding documentation for how to use and write plugins (PokemonGoF#3254)

    * Adding documentation for how to use and write plugins
    
    * Adding a link to the plugins docs in the Readme
    elicwhite authored Aug 9, 2016
    Configuration menu
    Copy the full SHA
    80a307e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    932fd2b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6bcc631 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    234baa4 View commit details
    Browse the repository at this point in the history
  36. Improve and update pokemon.json (PokemonGoF#3331)

    1. Unminify for simplier edits
    2. Add BaseAttack, BaseDefense, BaseStamina, CaptureRate, FleeRate, Fast/Special Attack(s)
    amal authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    afb139d View commit details
    Browse the repository at this point in the history
  37. Made paths to .json files absolute so pokecli.py can be called from C…

    …RON (PokemonGoF#3157)
    
    * Made paths to .json files absolute so pokecli.py can be called from CRON
    
    * made file paths abs in inventory
    
    fixed incorrect dict reference, changed to .get() as felt this was intended
    Quantra authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2b31f93 View commit details
    Browse the repository at this point in the history
  38. Add fast & charged moves data from PokemonGoF#2117 (originally by @ia…

    …nanass) (PokemonGoF#3336)
    
    Data for pokemon quick & slow attacks
    amal authored and elicwhite committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    ceb5db7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bb2c952 View commit details
    Browse the repository at this point in the history
  40. 1 Configuration menu
    Copy the full SHA
    9172937 View commit details
    Browse the repository at this point in the history
  41. 1 Configuration menu
    Copy the full SHA
    3519c31 View commit details
    Browse the repository at this point in the history
  42. Log stats on terminal (PokemonGoF#3312)

    * added _log_on_terminal function
    
    * Added logic to toggle terminal logging functionality from config file
    
    * Added possibility to disable title changes, refactor code
    
    * Refactor tuples
    
    * Refactor ifs to clearer syntax
    sergiopalacio authored and douglascamata committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    b94d369 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. 8 Configuration menu
    Copy the full SHA
    9f9146c View commit details
    Browse the repository at this point in the history
  2. Update TransferPokemon to use new Inventory Class (PokemonGoF#3320)

    * Update TransferPokemon to use new Inventory Class
    
    * Use base_dir
    
    * Don't release pokemon if bot is on test mode
    achretien authored and douglascamata committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    8b5af8d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/PokemonGoF/PokemonGo-Bot int…

    …o PokemonGoF-dev
    
    # Conflicts:
    #	pokemongo_bot/cell_workers/transfer_pokemon.py
    Quantra committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    6a76e76 View commit details
    Browse the repository at this point in the history
  4. _sort_and_filter(self) now refreshes the inventory when requesting th…

    …e list of pokemon to evolve.
    
    new pokemon found can be evolved before transfer
    Quantra committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    05f67a5 View commit details
    Browse the repository at this point in the history