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

Snipe task: prevent incorrect player position setting; Evolve task, fixed never evolve case; Null reference exception in SnipeScanForPokemon fix #1852

Merged
merged 6 commits into from
Aug 1, 2016

Commits on Aug 1, 2016

  1. Fix bug with GetPokeDexCount... (just defensive code, make it right i…

    …f you know how)
    
    SnipePokemonTask added one more try finally block.... did not see it in first attempt to fix player coordinate bug
    actislav committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    9b5345e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/NecronomiconCoding/NecroBot

    # Conflicts:
    #	PoGo.NecroBot.Logic/Tasks/GetPokeDexCount.cs
    actislav committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    680acd4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream'

    actislav committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f8444d5 View commit details
    Browse the repository at this point in the history
  4. UseLuckyEggsWhileEvolving and UseLuckyEggsMinPokemonAmount must not p…

    …revent evolve task, use KeepPokemonsThatCanEvolve and EvolveKeptPokemonsAtStorageUsagePercentage instead
    
    improved notification events for evolve
    actislav committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    bbcbd16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cf51a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1b20cd View commit details
    Browse the repository at this point in the history