Michael Olney

Show:

What's happening?

  • Fix honour certificate segfault

    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

  • Fix spurious error in CL_Locs_FreeNode

    CL_Locs_FreeNode was reporting 'no such node', even if node existed.

    2009-04-07 23:22:44 UTC in Nexuiz

  • menu_cmd for special characters, fonts.

    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

  • Download progress after resume

    Display download progress after resuming in terms of the whole file, not the remaining download.

    2009-03-21 22:58:45 UTC in Nexuiz

  • CRC check for downloaded packages

    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

  • Password protected servers

    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

  • Fix server/client crashes

    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

About Me

  • 2009-03-11 (8 months ago)
  • 2434341
  • mpolney (My Site)
  • Michael Olney

Send me a message