Age | Commit message (Collapse) | Author |
|
This also prevents GL_Screenshot_f crash due to
underestimating amount of memory to be allocated for pixel data.
|
|
Minimize probability of prediction misses to be counted as ladder steps.
Make sure Q_vnsprintf always returns length in range [0, destsize - 1].
|
|
alphabetical order when building search path.
|
|
Make sure WAVE sound driver is built by default.
Added --disable-wave option to `configure'.
Command line history is now remembered between sessions.
ALT+Space refreshes all servers in Server Browser.
Handle command line agruments like original Q2 engine did.
|
|
Optimized some string buffer functions.
Made redirect buffer size safe.
|
|
get rid of current layout by issuing 'putaway' command.
Fixed handling of reliable entity relative sounds.
Register 'screenshotpng' and 'screenshotjpg' commands regardless if library
support was linked in or not.
Fixed handling of MVD channels menu.
|
|
|
|
stalled server connects when listen server is running.
|
|
Do not reset CVAR_LATCHED flag in Cvar_Get, as it causes problems.
|
|
Reset current demos directory when UI module is reinitialized.
Updated version to r161.
|
|
Modified demo recording and playback functions to support longer pathnames.
|
|
|
|
Removed ugly hack to get uncompressed length of *.gz files,
FS_GetFileLength returns -1 on these now.
Do not draw demo bar in case getting demofile length failed (*.gz file).
|
|
Fixed NULL pointer dereference when CL_Disconnect is called before
client finishes initialization.
|
|
Added QDECL specifier for some interface functions.
Changed default values for com_date_format and com_time_format.
On Windows, set up empty CRT invalid parameter handler so e.g. invalid
modificators passed to strftime do not raise an exception.
|
|
|