proof88 / PRooFPS-dd

PRooFPS-dd
https://www.facebook.com/whiskhyll
GNU General Public License v3.0
4 stars 1 forks source link

BUG: Overlapping Player Name under XHair #323

Open proof88 opened 3 months ago

proof88 commented 3 months ago

When players are overlapping, the later added player is rendered over the earlier added player, since this is controlled the PURE. That would imply that in such situation the later added player's name is preferred to be shown, but it is not the case due to the order in m_mapPlayers. To solve this, there should be also a different map where players are ordered by their connection time, and we should iterate that. This should be solved in PlayerHandling::updatePlayersVisuals().

We cannot control PURE's rendering order from outside.

Prerequisite: part of this ticket: https://github.com/proof88/PRooFPS-dd/issues/292