Sorting servers
by Ron Nelson · in Torque Game Engine · 12/09/2005 (7:11 am) · 1 replies
I was just wanting to see if someone has beaten me to this before I dig into more scripting fun.
The ability to sort your server list based upon game type, ping, locked. Basically a filter system with a sorting function.
The ability to sort your server list based upon game type, ping, locked. Basically a filter system with a sorting function.
Associate James Urquhart
I would recommend implementing this in code, using something like qsort on the server list vector.
It is a pity that the tribes 2 server list gui control didn't make it into torque - that was very nifty, very much like, say, the server list in Steam(half-life 2, etc) or Quake 3.
In fact, i don't think torque has any column list boxes (column headers with resizeable cells), unless one of those new controls slipped under my radar...