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

Add contributor forgotten #2099

Closed
wants to merge 280 commits into from
Closed

Add contributor forgotten #2099

wants to merge 280 commits into from

Conversation

thanhtran0302
Copy link
Contributor

I forgot to add my name the last time
PR: #1899

eggins and others added 30 commits July 26, 2016 01:15
If not fetched over https and git ssh isnt setup submodule cant be
cloned.

If you have already tried to initiate / update using [email protected],
follow instructions below and initiate/update again;

2. Open ".git", go to "config" file, and you will find something like
this:

[submodule "web"]
 url = [email protected]:OpenPoGo/OpenPoGoWeb.git

change line to: url = https://github.com/OpenPoGo/OpenPoGoWeb.git
Thanks to dmateusp who made the big initial pokefilter list, this is the
merged example version that could be used
remove entires that has been deleted, moved, or migrated
* Optimized imports

* Replaced tabs with spaces to fix inconsistent indentation.
…okecly.py (#912)

* Fixed a bug where the bot crashed if 'catch' or 'release' wasn't specified in config.json

* Added install.sh and run.sh
* - Fix #889
- Clean code

* fix missing bracket

* fix missing bracket ...again

* fix missing colon
* fixed a bug with zero values in release_config causing bot to crash

* added evolve all option

* added evolve all option

* added evolve all option

* added to contrib. list

* sorting pokemons by cp

* stepper update from upstream

* much improved evolve all

* Update README.md

* updated config example

* longer sleeps - to avoid flooding the servers

* mixed IV and CP evolving

* Update README.md

* modified config example

* shorter sleep duration after failed evolve. Should make things faster

* shorter sleep duration after success evolve. Should make things faster

* Update README.md
… is a Generation IV pokemon and added virtualenv and pip files to .gitignore file (#888)
Previously was trying to access config.release_config changed in commit 33a0ad6
* Fixed sleep to use floats again

* Fixed sleep to use floats again #2

* Refactored jitter to have its own function to be used elsewhere

* Fixes SpiralNavigation skipping waypoints

* Fixing stationary movements

* Improved StepWalker
(distances lower than speed should be walked directly)

* Fixes error on missing IV values
Usage section num.list fix
* Stop farming if inventory is full

* Changed spiral navigator to use pgoagpi example code until we find a better solution

* pep8 reformat

* Revert "pep8 reformat"

This reverts commit a710a6e.

* Removed debug lines

* Reducing log spam
Astralestialux and others added 28 commits July 31, 2016 02:34
…item id's (#1733)

* Updated item_filter in config.json.example to use item names instead of item id's

* Config.json item_list verification

* Merge remote-tracking branch 'upstream/dev' into dev

Conflicts:
	pokemongo_bot/cell_workers/recycle_items.py

* Adding recycle_items back
Changed error return type
* Configure the tasks from config.json

* Linking error to wiki
* Supporting task level configuration

* Updating sample config files

* Providing example of how to configure tasks in the example configs
* Allows users to enter both item ID's and item names in the item_filter.

* no message
* improved websocket and logging handler

* added support for remote command execution through websocket and a player_info call example

* adding a missing variable

* only execute remote command if it exists and is callable, else return command not found

* wait forever instead of 5 secs in an infinite loop
We already have location as an encoded str in location_str and most calls to log pass a string as argument, so this is a bit more consistent.
@thanhtran0302 thanhtran0302 deleted the add-contributor-forgotten branch July 31, 2016 16:59
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.