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

Dev merge to master #5640

Merged
merged 197 commits into from
Sep 23, 2016
Merged

Dev merge to master #5640

merged 197 commits into from
Sep 23, 2016

Conversation

solderzzc
Copy link
Contributor

Dev merge to master

DeXtroTip and others added 30 commits September 3, 2016 16:36
Added way to search pokemon from unique_id
Little changes on how task works
Some little code fixes
 * Added config to force buddy change at start
 * Added checks to see if pokemon can be set as buddy
 * Added and updated some events
 * Added colored events
 * Added periodically display of buddy km track
 * Now prints total candy after reward
Update config example files
Christian Cardin and others added 27 commits September 22, 2016 04:45
#5461 is due to wrong syntax in the documentation, as it mentions "never_capture" instead of "never_catch" 

from pokemon_catch_worker.py:
```python
if pokemon_config.get('never_catch', False):
    return False

if pokemon_config.get('always_catch', False):
    return True
```
Fixing issues in event fitlering (/events command in chat handler)
Added six>=1.9.0 in requirements.txt
Seems some versions of pip don't like >= ??? Wei
Remove event emit from catchworker
replaced "always_capture" occurrences with "always_catch"
Fix #5461wrong documentation
)

* Snipe task: Keeping 'missing' Pokemon + sorting order correction

- A 'missing' only Pokemon (not on the catch_list, no VIP and with a bad
IV) will now be keep on the list as a potential target if 'missing' is
specified on the order option

- The sorting of the targer list is modified to be cumulative.
For example, if the `order` option is [`missing`, `vip`, `priority`],
then the list will be ordered by 'missing' first, and then VIP's, and
finally by Priority.

* Adding import

Import itemgetter

* ortho

* Changing attribut call
fix pokemon caught being displayed in telegram
Pokemon Optimizer fixes and improvements
Add timeouts to sniper source config
Copy link
Contributor

@Gobberwart Gobberwart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should all be pretty stable by now. Go for it.

@solderzzc
Copy link
Contributor Author

@Gobberwart great, let me use 'merge' to keep submit history of contributors.

@solderzzc solderzzc merged commit 90b35ea into master Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.