iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Refresh the server list in the launcher #122

Closed dany-on-demand closed 9 years ago

dany-on-demand commented 9 years ago
  1. force refresh by pressing R
  2. auto-refresh every 30 secs?
rakiru commented 9 years ago

I'd say no to auto-refresh (what if you're looking through pages?), but R to refresh would be a good idea.

LeComm commented 9 years ago

Or just make auto-refresh configurable

rakiru commented 9 years ago

Could do, but when are you ever staring at the serverlist long enough that you need it to refresh itself every 30 seconds? Other than when looking through pages, which could become reordered (especially if you sort by playercount or ping or something), I can't think of a time.

If we added server querying, so you could ask the server what the current map, playercount, etc. is, then an auto-refresh for that information could work (re-query servers on the current page if they're 30+ seconds out of date).