ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
201 stars 32 forks source link

Implementation of parties #5

Open m-bo-one opened 8 years ago

m-bo-one commented 8 years ago
m-bo-one commented 7 years ago

https://github.com/ValvePython/dota2/pull/7

rossengeorgiev commented 7 years ago

Parties now work on the party branch. client.party is set when in a party.

m-bo-one commented 7 years ago

@rossengeorgiev, so what I need to do:

Complete this:

  • [ ] update rich presence when in a party
  • [ ] joining party channel (need to implement channels first)
  • [ ] update docs and add usage examples

and after make new PR? May I current PR close now?

rossengeorgiev commented 7 years ago

Whichever way you like. You can continue using the current PR. You will have to set the tip of your party branch to the tip of my party branch

git checkout party
git fetch https://github.com/ValvePython/dota2.git party
git reset --hard FETCH_HEAD
rossengeorgiev commented 7 years ago

Everything up to this point has been merged fromparty branch into master and released in v0.2.3

m-bo-one commented 7 years ago

Okey, I will close my pr. What did you mean 'update rich presence' ?

rossengeorgiev commented 7 years ago

When you join a lobby the client updates rich presence. That is the fancy text your friends see in their friend list. Hero you are playing, lobby details, etc.