CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
226 stars 87 forks source link

Clicking on someones name shows where they are #51

Open GrantBartlett opened 7 years ago

GrantBartlett commented 7 years ago

It was quite a nice little feature back in the very original client, seeing where other players are. If they're in a game or in the lobby etc.

It would be quite nice to see this in the core client again.

Rampastring commented 7 years ago

Good idea. Although rather than clicking on someone's name, I'd prefer if it was hover-on info (like the game information) or something like that. But I'll implement it in some way once I can.

CnC-RaVaGe commented 4 years ago

Some players have been requesting this feature in the YR community.

Metadorius commented 4 years ago

Thanks for heads up, we're aware of the requests. I might do it soon.

devo1929 commented 3 years ago

FYI https://github.com/CnCNet/xna-cncnet-client/pull/228

That PR provides the ability to join another user. It doesn't accomplish the specific request here, but it already has the necessary code to "find" the game that the selected user is in. Thus, allowing you to quickly add this feature as well.