Age | Commit message (Collapse) | Author |
|
subdirectory there and renamed it into ‘i386’.
|
|
lines in console).
Moved color stuff from q_shared.c into the client code.
|
|
Don't use r_images slots for auto textures, use constant texnums for them instead.
Don't include ‘gl_showstats’ cvar into release builds.
Draw polyblend effect only inside 3D viewport, not over the whole screen.
|
|
|
|
Use single BSP models cache for refresh and collision subsystems.
Refresh libraries may not longer be dynamically loaded.
Made gi.TagMalloc use separate tag namespace to avoid
conflicts with engine reserverd tags.
Fixed listing order of MVD channels in chooser menu.
A lot of misc changes... MSVC build is definitely broken now.
|
|
Cleaned up Cvar_Get and fixed semantic bug.
Accept `background keyword in menu scripts.
Renamed `gl_fastsky' to `gl_drawsky'.
If at least one of the sky env maps fails lo load, disable entire sky drawing.
Reworked loading screen.
Fixed Com_Quit argument string handling.
Catch more signals on *nix.
Updated server docs.
|
|
Cvar_Get now resets user defined cvar values for read-only cvars.
Sever and game DLL features are now advertised via cvars instead of exports.
|
|
Added initial support for Win64 port.
|
|
Use fixed size integer types from stdint.h instead of custom defined ones.
Get endianess infromation form endian.h.
Added `remotemode' console command.
Link with -ldl only on Linux.
|
|
|
|
Draw_ClipRect now operates correctly on scaled coordinates.
|
|
Brought original Q2 `pause' image back.
Made Draw_GetPicSize return original image height instead of scaled.
Re-implemented gl_showtris.
|
|
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.
|
|
Version string no longer overdraws long command line in console.
Cap `gl_celshading' value to 5 to prevent possible cheating.
|
|
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.
|
|
|