.. |
curl
|
Cast arguments to ctype functions to unsigned char
|
2020-11-24 14:12:38 +01:00 |
header
|
Make limiting power screen sounds to 16 optional.
|
2021-01-30 13:51:02 +01:00 |
input
|
Merge pull request #634 from lazd/altloadfix
|
2020-12-12 14:12:50 +01:00 |
menu
|
Merge pull request #683 from devnexen/mapids_code_simpl
|
2021-03-28 18:32:00 +02:00 |
refresh
|
soft: fix m8 image
|
2021-04-07 22:58:46 +03:00 |
sound
|
Fix segfault when turning the console before the game is launched
|
2021-04-07 20:17:27 +01:00 |
vid
|
Use vid_renderer instead of vid_refresh to re-register clients
|
2021-03-29 22:15:28 +02:00 |
cl_cin.c
|
Include limits.h in cl_cin.c; it's apparently needed.
|
2020-02-26 17:47:51 +01:00 |
cl_console.c
|
Prevent buffer overflows console if vertical resolution > 2048.
|
2019-02-16 08:57:44 +01:00 |
cl_download.c
|
Make ffe8f89 somewhat more readable and add a comment.
|
2020-06-02 08:31:02 +02:00 |
cl_effects.c
|
When an invalid muzzle flash offset is send, just return.
|
2016-10-23 18:36:43 +02:00 |
cl_entities.c
|
Rename cl_anglekicks to cl_kickangles for consistency with Q2PRO
|
2021-01-18 04:41:57 +01:00 |
cl_input.c
|
Another try to fix the problem of spurious aborts of cinematics.
|
2020-02-22 18:48:47 +01:00 |
cl_inventory.c
|
Use K_LAST instead of 256 in some loops
|
2020-04-08 04:43:25 +02:00 |
cl_keyboard.c
|
map name autocompletion
|
2020-09-05 22:32:13 -04:00 |
cl_lights.c
|
Don't stop processing dlights if one of them had a radius of 0.
|
2018-09-30 19:59:07 +02:00 |
cl_main.c
|
Add a cvar g_footsteps to control the generation of footstep sound.
|
2021-03-02 15:08:23 +01:00 |
cl_network.c
|
Fix demo playback if cl_loadpaused is 1.
|
2019-10-01 22:26:37 +02:00 |
cl_parse.c
|
Flush keys when server data is parsed, fixes #633
|
2020-12-11 10:50:40 -08:00 |
cl_particles.c
|
Reformat the client
|
2012-07-22 15:34:45 +02:00 |
cl_prediction.c
|
Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c
|
2019-07-21 03:02:22 +02:00 |
cl_screen.c
|
Clamp scr_conspeed to 0.1f and use Cvar_Set() .
|
2021-03-05 10:29:46 +01:00 |
cl_tempentities.c
|
Add else case missed / not committed in 9a17eb9a .
|
2021-03-08 21:30:34 +01:00 |
cl_view.c
|
Add EndWorldRenderpass callback
|
2020-12-12 14:45:04 +01:00 |