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

Some XP efficiency improvements #2889

Closed
wants to merge 12 commits into from
Closed

Commits on Aug 7, 2016

  1. Configuration menu
    Copy the full SHA
    204ad0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9b25d6 View commit details
    Browse the repository at this point in the history
  3. adding run_interval to some tasks to avoid running all the time and m…

    …inimum tick time of 5 seconds
    
    Tasks inheriting from BaseTask should use `self._update_last_ran` and
    `_time_to_run` if they want to implement the time based running. The
    config to set a custom timer is named `run_interval`.
    douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    081d90d View commit details
    Browse the repository at this point in the history
  4. added config to ignore item count for Spin and MoveToFort

    this works good with the `run_interval` configuration added to
    TransferPokemon and RecycleItem
    douglascamata committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    4f3a744 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    235f6bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec83d2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fd60e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Add cygwin to supported platform and improved log readability (#2948)

    * Add cygwin to supported platform and improved log readability
    
    * fixed formatting
    villish authored and solderzzc committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    7490bf8 View commit details
    Browse the repository at this point in the history
  2. fixing returns

    douglascamata committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    a205de8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'faeture/xp-improvements' of github.com:PokemonGoF/Pokem…

    …onGo-Bot into faeture/xp-improvements
    douglascamata committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8de542a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb931f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef2bb53 View commit details
    Browse the repository at this point in the history