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

Sniper with automated pokelocation feed #1349

Merged
merged 11 commits into from
Jul 29, 2016
Merged

Sniper with automated pokelocation feed #1349

merged 11 commits into from
Jul 29, 2016

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    c9c1b26 View commit details
    Browse the repository at this point in the history
  2. Call to SnipePokemonTask more often but use a delay

    Fixed multithreading access issues to the snipeLocations. GPX pathing
    has a flaw and never calls functions inside while (pokestopList.Any())
    because all pokestops have been already looted by
    UseNearbyPokestopsTask. So i moved the SnipeAtPokestops call out of it.
    To prevent too many snipe lookups i added the minsnipedelay
    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    f83b3a2 View commit details
    Browse the repository at this point in the history
  3. Added checks for pokemonid before sniping

    And minor bugfixes
    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    e9083e5 View commit details
    Browse the repository at this point in the history
  4. Hide Socket errors

    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    80eb09d View commit details
    Browse the repository at this point in the history
  5. Compile warning

    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    c198ce5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e666f89 View commit details
    Browse the repository at this point in the history
  7. Fixed comma lat long

    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    606a207 View commit details
    Browse the repository at this point in the history
  8. Revert "Fixed comma lat long"

    This reverts commit 606a207.
    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    1a0a192 View commit details
    Browse the repository at this point in the history
  9. Fixed duplicate coords check

    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    3aa6966 View commit details
    Browse the repository at this point in the history
  10. Added min IV for snipe

    Won't snipe pokemons with unknown iv
    5andr0 committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    2874f4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70847ae View commit details
    Browse the repository at this point in the history