zturtleman / ioq3ztm

Automatically exported from code.google.com/p/ioq3ztm for archive purposes. See zturtleman/spearmint for active project.
GNU General Public License v3.0
0 stars 2 forks source link

Servers from other master server shown in Team Arena Join Server Menu #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Team Arena's UI always get servers from client. If you change master server and 
don't refresh the list, server for the wrong master are shown.

Cache servers for each master server in client, then have Team Arena's UI get 
correct cached servers.

May also want to change q3_ui to not cache servers, instead always get from 
client like missionpack ui. It would make the two UIs more consistant and use 
less RAM.

(Look into including in ioq3 as well.)

Original issue reported on code.google.com by ZTurtleMan on 17 Sep 2012 at 7:04

rawr51919 commented 8 years ago

I think this fix is already in both ioq3 & Spearmint, so this should be closed. @zturtleman, go ahead and close this.

zturtleman commented 8 years ago

This isn't fixed in either. The most straight forward solution requires changing the Q3 UI API and servercache.dat format, which I don't think should be done in ioq3.