-
Code was checking character->weapon (which may be NULL) for attribute OA_JAMMED for every item in the inventory.
2009-05-24 11:51:07 UTC in Warp Rogue
-
CL_Locs_FreeNode was reporting 'no such node', even if node existed.
2009-04-07 23:22:44 UTC in Nexuiz
-
Adds a translator like rainbow colours one with escapes for changing the font, as well as displaying special characters, e.g.:
menu_cmd red say &alien
&& translates to &. Suggested by shaggy, based on keys.c by MRB.
2009-03-29 03:47:50 UTC in Nexuiz
-
Display download progress after resuming in terms of the whole file, not the remaining download.
2009-03-21 22:58:45 UTC in Nexuiz
-
When sending commands for 'sv_curl_serverpackages', send extra 'curlhash' command to client to indicate CRC and file size of next 'curl' command, if the relevant package is in the server's filesystem. This will be ignored as an invalid command by clients without this patch. Behaviour can be disabled by setting 'sv_curl_hash' to zero.
When 'curlhash' is executed on the client, remember CRC and...
2009-03-15 11:20:30 UTC in Nexuiz
-
Add 'join_password' cvar, in the same vien as 'rcon_password'. Pretend sv_public is 0 when set. Add private=1 to server info packets when set (no field sent out when the server is not password protected). Make 'private' field available to QC on the client side.
2009-03-11 01:15:14 UTC in Nexuiz
-
Prevent server from dereferencing null pointer when no protocol is specified by the client. Prevent client from writing past the end of buffer when reject message is too long.
2009-03-11 01:07:35 UTC in Nexuiz