[quake3-commits] [ioquake/ioq3] d1f82e: Increase q3_ui .arena filename list buffer size to...

Zack Middleton zack at cloemail.com
Sun Feb 11 16:56:57 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: d1f82ed56729b2dc44991e8822d1a959db60529d
      https://github.com/ioquake/ioq3/commit/d1f82ed56729b2dc44991e8822d1a959db60529d
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-02-11 (Sun, 11 Feb 2018)

  Changed paths:
    M code/q3_ui/ui_gameinfo.c

  Log Message:
  -----------
  Increase q3_ui .arena filename list buffer size to 4096 bytes

Allow listing about 273 .arena filenames for loading in q3_ui instead
of only about 136 that fit in a 2048 byte buffer (average 15 bytes per
file name).

The buffer for filename list runs out of space long before the buffer
for arena file content does. There is no warning for file list out of
space but there is a warning for arena file content.

This was requested by a user with many maps.




More information about the quake3-commits mailing list