xna-cncnet-client
xna-cncnet-client copied to clipboard
Add map thumbnail preview to multiplayer game lobby map list hover
Still a bit of a draft but figured I'd submit now and get some initial feedback.
- Do others want this, or just me?
- Would this be better behind a toggle? For example, right click the map list and choose "Show previews"
- Add it to skirmish map list box too?
- Is there other information that should show?
Like the other recent PR from Grant that adds map previews, this preview is only shown for maps with the texture file. The reason for this was lag on large map previews. I've never dealt with threading before - do you think it's possible to load the preview in another thread in order to have all previews working rather than those with just the texture file?
Here it is currently:
Looks cool!
- Do others want this, or just me?
I want this as a player who is always lost in the map list.
It would be nice if we highlighted the map with a dark color (configurable) where the mouse is hovering.