ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.47k stars 539 forks source link

Improvements towards waiting and desync messages when playing online #2574

Closed Boondorl closed 4 months ago

Boondorl commented 4 months ago

These will now display usernames alongside node number making it easier to tell who's desyncing from/waiting for who. This also adds a character limit parameter for getting a client's username that will automatically truncate and add ... at the end to avoid large names from taking up the entire screen. This should probably be used later for things like the scoreboard and chat messages as well.