OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: beast on August 05, 2007, 12:32:06 PM



Title: Problem with server info menu
Post by: beast on August 05, 2007, 12:32:06 PM
Server info menu does not work correctly if the server returns more than 16 key/value combinations. This problem is in the upstream code also, and I will post it there also. But, if anyone here wants it fixed now, here is a .diff file.

Update:
I noticed that most servers were returning more than the 16 lines that the menu would allow, so I changed the menu to use a list control so that all key/values that were received will be displayed. I have attached a diff file and a merged c file...


Title: Re: Problem with server info menu
Post by: Linux on August 06, 2007, 03:17:26 PM
Yeh, i seen it too...

Thanks for fix.


Title: Re: Problem with server info menu
Post by: beast on August 23, 2007, 01:35:45 AM
Woohoo... The first fix was accepted upstream and is 'Fixed-Pending Commit'. Maybe I'll post the list control patch and see if they like that too... :-)