xna-cncnet-client icon indicating copy to clipboard operation
xna-cncnet-client copied to clipboard

Clicking on someones name shows where they are

Open GrantBartlett opened this issue 8 years ago • 4 comments

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.

GrantBartlett avatar May 20 '17 09:05 GrantBartlett

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.

Rampastring avatar May 20 '17 18:05 Rampastring

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

CnC-RaVaGe avatar Mar 30 '20 15:03 CnC-RaVaGe

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

Metadorius avatar Mar 30 '20 17:03 Metadorius

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.

devo1929 avatar May 26 '21 16:05 devo1929