Custom Query (32 matches)
Results (13 - 15 of 32)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7 | fixed | Anti-renaming abuse stuff is not enough friendly | ||
Description |
|
|||
#13 | fixed | "Info string length exceeded" issues | ||
Description |
On a dedicated server, it is easy to fulfill the System Info string. Then we got a lot of "Info string length exceeded" message on the console. When this message happens, it means clients will miss some part of the System Info. This can be a real problem if the missing part is something like the gametype or the mapname... For example, on my dedicated, as I setup the HTTP download, the SystemInfo? string contains now a big URL and I got the error. I then must reduce the size of other SystemInfo? part like the server name or any other not important info string. |
|||
#16 | fixed | Transparent console behaves oddly on dedicated GUI server | ||
Description |
With cl_consoleType 1 and cl_consoleTransparency 0, text is not being erased before new text is drawn. With alpha 0.5, there's just a ghosting effect. I guess we should just disable alpha in this case, since there's no background to see through the console anyway. |