summaryrefslogtreecommitdiff
path: root/source/files.c
AgeCommit message (Collapse)Author
2007-12-02Avoid black bars along sides of OpenGL window.Andrey Nazarov
This also prevents GL_Screenshot_f crash due to underestimating amount of memory to be allocated for pixel data.
2007-12-02Finally fixed pak loading order on Windows.Andrey Nazarov
Minimize probability of prediction misses to be counted as ladder steps. Make sure Q_vnsprintf always returns length in range [0, destsize - 1].
2007-12-01Sort pakXX.pak in numeric order instead ofAndrey Nazarov
alphabetical order when building search path.
2007-11-25Changed Com_sprintf --> Q_concat in quite some cases.Andrey Nazarov
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.
2007-10-07Added sv_uptime cvar.Andrey Nazarov
Optimized some string buffer functions. Made redirect buffer size safe.
2007-10-01Pressing ESC once no longer brings ingame menu but tries toAndrey Nazarov
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.
2007-09-23Fixed some Windows compilation issues regarding putenv/_mkdir.Andrey Nazarov
2007-09-23Fixed sv_paused not being reset in some situations which lead toAndrey Nazarov
stalled server connects when listen server is running.
2007-09-19Made fs_restart command available for dedicated servers.Andrey Nazarov
Do not reset CVAR_LATCHED flag in Cvar_Get, as it causes problems.
2007-09-19Fixed FS_ListFiles handling FS_PATH_GAME flag incorrectly.Andrey Nazarov
Reset current demos directory when UI module is reinitialized. Updated version to r161.
2007-09-15Allow quake paths up to MAX_OSPATH characters at VFS level.Andrey Nazarov
Modified demo recording and playback functions to support longer pathnames.
2007-09-15Added sv_mvd_begincmd cvar.Andrey Nazarov
2007-08-22Pressing HOME/END keys now actually changes selection in menu lists.Andrey Nazarov
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).
2007-08-22FS_ExtCmp now correctly handles complex extensions, e.g. '.dm2.gz'.Andrey Nazarov
Fixed NULL pointer dereference when CL_Disconnect is called before client finishes initialization.
2007-08-15Fixed UI_ModeChanged not being called for hard linked UI.Andrey Nazarov
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.
2007-08-14Initial import of the new Q2PRO tree.Andrey Nazarov