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

changes to improve event system based on new web ui devs requests #3352

Merged
merged 4 commits into from
Aug 10, 2016

Conversation

douglascamata
Copy link
Member

  • added encounter_id, latitude, longitude and pokemon_id to pokemon caught, vanished and appeared events.
  • data structure of events broadcasted by the bots now is the following:
{
    "event": event_name,
    "account": bot_account,
    "data": event_parameters
}
  • position update event being sent at debug level for each step in the StepWalker
  • get_player_info remote command now includes player and inventory info

@brantje: use this PR to keep working on the web ui and we discuss further modifications here.

@@ -0,0 +1,9 @@
# coding: utf-8
Copy link
Contributor

Choose a reason for hiding this comment

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

Did this mean to be committed?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll remove in future commit, sorry :P

@Jasperrr91
Copy link
Contributor

I can haz merge?

@brantje
Copy link
Contributor

brantje commented Aug 10, 2016

👍

@brantje brantje merged commit 61df52f into dev Aug 10, 2016
@solderzzc solderzzc deleted the events/refactor-for-webui branch August 10, 2016 17:20
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.

6 participants