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

PokemonGo-Map Synergy #1992

Merged
merged 54 commits into from
Aug 3, 2016
Merged

PokemonGo-Map Synergy #1992

merged 54 commits into from
Aug 3, 2016

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    5c95239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b74b8fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into map_synergy

    * dev:
      Re-enable item ID's in the item_filter. (PokemonGoF#1986)
      Adding a task base class (PokemonGoF#1983)
      Supporting task level configuration (PokemonGoF#1979)
      Removing config for forts.move_to_spin
      Removing config for forts.spin
      Removing config for softban_fix
      One more for release_pokemon
      Removing config for release_pokemon
    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    cf5528b View commit details
    Browse the repository at this point in the history
  4. adapted new config format

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    e56dc28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e8b470 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bb8379 View commit details
    Browse the repository at this point in the history
  7. forgot to remove a log

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    4feabeb View commit details
    Browse the repository at this point in the history
  8. minor fix

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    c188631 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'dev' into map_synergy

    * dev:
      Tasks now extend a base task (PokemonGoF#2007)
      Foundation for remote control of the bot over websocket (PokemonGoF#2000)
      Allow to collect level up rewards (PokemonGoF#2004)
    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    bd79c3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86910ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    761ad02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5072612 View commit details
    Browse the repository at this point in the history
  13. added snipe option

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    68e6e5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6620bae View commit details
    Browse the repository at this point in the history
  15. proper sniping

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    2c04759 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1489c5 View commit details
    Browse the repository at this point in the history
  17. forgot to remove print

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    29ef124 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'dev' into map_synergy

    * dev:
      Refactor (PokemonGoF#1587)
      Move follow path task config (PokemonGoF#2044)
      Avoid transferring favorite pokemons (PokemonGoF#2038)
      Removing unused navigator switch
      Fixing bug in evolve all. Fixes PokemonGoF#2019
      Moving use_lucky_egg to be a task configuration
      Moving evolve_speed to task configuration
    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    f63e619 View commit details
    Browse the repository at this point in the history
  19. minor bug fix

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    44a2561 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa15bf0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4302f30 View commit details
    Browse the repository at this point in the history
  22. better prioritize vips

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    e1e4c8f View commit details
    Browse the repository at this point in the history
  23. syntax error fix

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    5a4eb40 View commit details
    Browse the repository at this point in the history
  24. set base priority for vips

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    88068ca View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3e06e14 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a2f443a View commit details
    Browse the repository at this point in the history
  27. fix datetime format

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    5465861 View commit details
    Browse the repository at this point in the history
  28. huge code cleanup

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    97bb3fb View commit details
    Browse the repository at this point in the history
  29. forgot to snipe

    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    74dd393 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'dev' into map_synergy

    * dev:
      Update README.md
      [FIX-Config] 'use_lucky_egg' should not be true in the exmple config file (PokemonGoF#2105)
      only use berries on VIP pokemon if catch rate is less than 90% PokemonGoF#2135 (PokemonGoF#2138)
      [Feature] Detect maximum cluster and move (PokemonGoF#1993)
      Warns if there aren't sufficient space left for loot. (PokemonGoF#2137)
      Fix throw type always normal when trying to catch pokemon (PokemonGoF#2130)
      [DEV FEATURE] Test framework .... beginning (PokemonGoF#1682)
      Giving errors when specifying navigator cli arguments (PokemonGoF#2126)
      Update README.md
      Log location as a str (PokemonGoF#1825)
      fixing `.get` call (closes PokemonGoF#2082)
    mhdasding committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    1cd3b3e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Configuration menu
    Copy the full SHA
    24667a8 View commit details
    Browse the repository at this point in the history
  2. default priority for vips

    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    cd7001c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc997b View commit details
    Browse the repository at this point in the history
  4. bugfix

    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    6fbe750 View commit details
    Browse the repository at this point in the history
  5. bugfix PokemonGoF#2

    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    c480db5 View commit details
    Browse the repository at this point in the history
  6. i should go to bed

    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    fff50e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8fd589 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dev' into map_synergy

    * dev: (21 commits)
      Use Default map_object_cache_time if not specified
      Request meta cell data once every 5 seconds (PokemonGoF#2171)
      Change FortID to FortName (PokemonGoF#2249)
      Let the user know that the maps api key exceeded its limits. (PokemonGoF#1989)
      fixed pokemon transfer so that "keep_best_*" filters can work again without requiring to be combined with "release_below_*" rules (PokemonGoF#2215)
      Using the logger instead of print in EvolveAll
      Remove MoveToFort from the FollowPath example config (PokemonGoF#2203)
      Removing nickname pokemon from the example config
      Adding a SleepSchedule worker.  Pause for some time every day (PokemonGoF#2193)
      Added nickname worker (PokemonGoF#1850)
      Moving evolve_cp_min to be a task level configuration
      Moving evolve_all to be a task level configuration
      Moving item_filter to be a task level configuration
      Fix incorrect config value for HandleSoftban. (PokemonGoF#2191)
      Better enforce rules about Pokemons to retain. (PokemonGoF#2073)
      This should fix issue: (PokemonGoF#2185)
      Revert "Adding an Anyball item to the release config" (PokemonGoF#2166)
      removed wrong log (PokemonGoF#2160)
      Adding an Anyball item to the release config (PokemonGoF#2140)
      Cluster Selection so it doesn't jump from cluster to cluster (PokemonGoF#2153)
      ...
    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    33c6232 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98ee65d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cc2446 View commit details
    Browse the repository at this point in the history
  11. more code clean up

    mhdasding committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    dd74f34 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. better config example

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    6704798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fac09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f6c666 View commit details
    Browse the repository at this point in the history
  4. remove print

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    5965070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ee5ea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a790a66 View commit details
    Browse the repository at this point in the history
  7. remove gender symbols

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    fcd8d12 View commit details
    Browse the repository at this point in the history
  8. fix Mr. Mime

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    e32c731 View commit details
    Browse the repository at this point in the history
  9. vip wrong order fix

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    8b182d4 View commit details
    Browse the repository at this point in the history
  10. bugfix

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    f9a92fa View commit details
    Browse the repository at this point in the history
  11. Merge branch 'dev' into map_synergy

    * dev:
      Adapt code to new PGoApi Code (PokemonGoF#2357)
      Revert "[Feature] added keep pokemon for batch evolution" (PokemonGoF#2380)
      Revert "Dev Proxy support" (PokemonGoF#2374)
      Supporting sending requests through an HTTP proxy (PokemonGoF#2358)
      [Feature] added keep pokemon for batch evolution (PokemonGoF#2255)
      Fix instance where evolve_all is unicode - fixes PokemonGoF#2281 (PokemonGoF#2305)
      This is just a temp fix, The one added the configure param need make sure it's really work.
      Modify SpiralTask to use 70m as stepsize and diameter as step_count (PokemonGoF#2194)
      web submodule updated to latest commit (PokemonGoF#2289)
      added param in config.json.pokemon.example.
      Add missing curly bracket (PokemonGoF#2282)
      Update web to latest master commit (PokemonGoF#2274)
      Dev - Fixed the loss of fort data (updated) (PokemonGoF#2269)
      Add optional simple lure attraction feature (PokemonGoF#2257)
      [FIX] Improper use of exception  (PokemonGoF#2246)
      Change egg hatching text (PokemonGoF#2258)
    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    5fdc2e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a3b31e View commit details
    Browse the repository at this point in the history
  13. handle base64 error

    mhdasding committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    89ba451 View commit details
    Browse the repository at this point in the history