Age | Commit message (Collapse) | Author |
|
subdirectory there and renamed it into ‘i386’.
|
|
|
|
Q_vsnprintf, Q_sprintf, Q_concat, Q_strlcpy, Q_strcat all return number of
characters to be written into the buffer regardless of overflow.
Removed COM_AppendExtension, FS_CopyFile, FS_RemoveFile, FS_CopyFile_f.
Made sure Q2PRO can only write files into subdirectories of the game directory
with a fixed extension.
Moved `play' command implementation into main client code.
Added support for `s_ambient' value of 3.
Renamed `net_log_active' cvar to `net_log_enable'.
Log files are now written into `logs/' subdirectory.
|
|
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.
|
|
Added support for `cl_noskins' value of 2 (default all female
skins to `female/athena', all male skins to `male/grunt').
Renamed `scoreshot' command to `aashot', added `aadump' command.
Fixed several alignment issues on ARM architecture.
Server browser menu now indicates full and password protected
servers with color codes.
Implemented history search in console with Ctrl+R, Ctrl+S.
Removed `cl_railtrail_alpha' variable, all `cl_rail*_color' variables now
accept colors in #RRGGBBAA format.
Added `map_override' cvar (enables loading map entity lump from
external maps/*.ent file).
Made `quit' command accept extra arguments.
Made `draw' command accept arbitrary colors in #RRGGBBAA format.
Fixed debian packages.
|
|
Changed the way lightmaps are uploaded.
|
|
Fixed munmap() hang in OSS_Shutdown().
Added (crappy) SDL audio driver, but ALSA should work now.
Made r_maxfps and cl_maxfps really separate with cl_async 1.
This way, any configuration is allowed (e.g. r_maxfps 60, cl_maxfps 120).
Implemented water warping via fragment program, removed subdivision code.
Removed (crappy) dynamic lighting.
Removed surface sorting and batching.
Minimized vertex copying operations.
Implemented celshading.
Removed S_RawSamples and friends.
Smooth handling of smaller ladder steps (e.g. those on q2next2).
|
|
|