Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

Replay/Spectate - separated and sorted by teams list of hands #392

Closed reyandme closed 7 years ago

reyandme commented 7 years ago

Also added new funtion to get teams from hands alliances info

Here how it looks like:

image

Kromster80 commented 7 years ago

This takes too much space IMO. Why not make just a plain list?

Team1 - Player1 Team1 - Player3 Team2 - Player4 Team2 - Player5 Team3 - Player6

reyandme commented 7 years ago

I think separating looks better, than list with 2 columns. Its easier to read - eye can separate teams visually without finding and reading team label. Its logical dividing of monotone space.

Also 4 teams is the maximum, usually its 2 teams only.

And if we write Team 1 - Player 1 it will also take lots of space - not in height, but in width.

Another option - do not write "Team 1" - make just plain separator, lets say 1-5px height.

img

Also we can ask on kam.net, as always, I've already create topic there.

reyandme commented 7 years ago

I've made separators 5px height - as on screenshot above

Kromster80 commented 7 years ago

About the separators, can you make them darker and without white outline using existing methods?

reyandme commented 7 years ago

Here it is:

img

lewinjh commented 7 years ago

Looks good to me, it will make it easier to see what is going on in replays