Alibek Omarov
|
75451cc7fa
|
engine: client: print correct message names in legacymode
|
2024-04-22 04:02:46 +03:00 |
|
Alibek Omarov
|
ef786b7d79
|
engine: client: fix sprites transparency in Night at the Office
|
2024-04-02 02:18:49 +03:00 |
|
SNMetamorph
|
2a4fafc3f9
|
engine: voice: added voice_transmit_scale cvar to configure outcoming voice audio volume
|
2024-03-23 23:37:03 +03:00 |
|
SNMetamorph
|
9b3ccf5f04
|
engine: voice: output_buffer renamed to compress_buffer
|
2024-03-23 23:37:03 +03:00 |
|
SNMetamorph
|
f59ac2360a
|
engine: voice: made voice_scale to influence incoming voice audio volume
|
2024-03-23 23:37:03 +03:00 |
|
Alibek Omarov
|
ff21fb42e6
|
engine: client: create separate Opus decoders for each player
Turns out, we can't re-use same decoder for different streams.
|
2024-03-20 18:41:52 +03:00 |
|
Alibek Omarov
|
599a1f026e
|
engine: client: fix missing comma
|
2024-03-11 22:56:52 +03:00 |
|
Alibek Omarov
|
081cf9132b
|
engine: client: read console_history.txt as binary, skip empty and repeating lines, reimplement it through FS_Gets for fun
|
2024-03-08 15:25:36 +03:00 |
|
Alibek Omarov
|
27100e7751
|
engine: client: hook sensitivity cvar registration and make it priveleged cvar
|
2024-03-08 15:25:36 +03:00 |
|
Alibek Omarov
|
7584bbe47e
|
engine: client: fix sound mute when losing focus
|
2024-03-03 19:00:50 +03:00 |
|
SNMetamorph
|
73883b504f
|
engine: client: improved bandwidth test logic
|
2024-02-26 19:41:32 +03:00 |
|
Alibek Omarov
|
a508467aac
|
engine: client: silently ignore if server didn't sent local player info in delta at spawn
The bug happens somewhere in server, not sure where or how. Remove Host_Error so mods
can be played again.
|
2024-02-26 11:48:46 +03:00 |
|
Alibek Omarov
|
e95a2da6d0
|
engine: platform: sdl: slightly rework previous patch to not call SDL each frame and check for NULL pointers
|
2024-02-23 20:55:32 +03:00 |
|
Alibek Omarov
|
2ea7162287
|
engine: gameui: add GetNativeObject to extended menu API
|
2024-02-19 17:49:37 +03:00 |
|
Bohdan Shulyar
|
f1bc9b87b1
|
platform: android: port to SDL
|
2024-02-19 17:47:40 +03:00 |
|
Alibek Omarov
|
3cea12627e
|
engine: client: add cl_trace_stufftext from old engine
|
2024-02-17 22:16:39 +03:00 |
|
Alibek Omarov
|
dec71850a1
|
engine: console: allow changing background filtering
|
2024-02-13 15:34:33 +03:00 |
|
Alibek Omarov
|
b1860972c6
|
engine: font: fix inverted check, fix potential division by zero
|
2024-02-13 15:33:51 +03:00 |
|
Alibek Omarov
|
c2da125358
|
engine: client: as an experiment, let users override default font rendermode through hud_fontrender and con_fontrender cvars
|
2024-02-09 07:25:47 +03:00 |
|
Alibek Omarov
|
31fa990d44
|
engine: gamma: fix gamma changes not caught if gamma cvar was set during frame
|
2024-02-09 06:29:30 +03:00 |
|
Alibek Omarov
|
d3e60c7d84
|
engine: gamma: higher brightness limit for compatibility
|
2024-02-09 06:28:31 +03:00 |
|
Alibek Omarov
|
240563cd1b
|
engine: client: set r_lighting_modulate to 0.6 and save it to config for old Xash mods that use it internally
|
2024-02-07 23:22:27 +03:00 |
|
Alibek Omarov
|
c8e1ffe0dd
|
engine: client: use soundlist to acquire random sounds for temp entities
|
2024-02-05 12:49:31 +03:00 |
|
Alibek Omarov
|
33da68b013
|
engine: client: move reseting gamma changed flag to the end of the frame for custom renderers
|
2024-02-05 03:41:15 +03:00 |
|
Alibek Omarov
|
618ec83c9d
|
engine: client: don't trigger CheckGamma if there is no screenshot action
|
2024-02-05 03:40:14 +03:00 |
|
Alibek Omarov
|
85de61ebc8
|
engine: client: fix userid not being written to player info on userinfo change
|
2024-02-05 02:58:46 +03:00 |
|
Alibek Omarov
|
2feaae59f7
|
engine: client: bring back r_lighting_modulate, as a compatibility cvar
|
2024-02-02 13:52:17 +03:00 |
|
Alibek Omarov
|
a3acb1c85b
|
engine: gamma: validate gamma cvars in local games too
|
2024-01-30 17:55:36 +03:00 |
|
Alibek Omarov
|
f67736180b
|
engine: client: allow nearest filtering for loading and pause icons
|
2024-01-29 05:59:29 +03:00 |
|
Alibek Omarov
|
a28d45fdb2
|
engine: console: fix TF_NEAREST missing from quake fixed font
|
2024-01-29 05:42:22 +03:00 |
|
Alibek Omarov
|
6ca5f7c6fb
|
engine: client: request if font texture has nearest filtering from the renderer
|
2024-01-29 05:41:16 +03:00 |
|
Alibek Omarov
|
af316bff14
|
engine: client: add hud_scale_minimal_width to limit scaling factor and potentially avoid unsupported hud sprites resolutions
|
2024-01-29 04:58:07 +03:00 |
|
Alibek Omarov
|
8c61a2f021
|
engine: server: cleanup server.h header from unused functions prototypes
|
2024-01-28 11:35:53 +03:00 |
|
Alibek Omarov
|
0b24810927
|
engine: client: clean up client.h from unused function prototypes, or move them to appropriate C file
|
2024-01-28 11:17:06 +03:00 |
|
Alibek Omarov
|
b3d8fb03bf
|
engine: client: add generic handler for simple types of screenshots commands
|
2024-01-28 10:43:37 +03:00 |
|
Alibek Omarov
|
2b6a550405
|
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
|
2024-01-28 10:00:17 +03:00 |
|
Alibek Omarov
|
75d476f9df
|
engine: fix -Wmissing-prototypes
|
2024-01-28 09:55:18 +03:00 |
|
Alibek Omarov
|
2f2890cd11
|
engine: client: use PARM_TEX_FILTERING to figure out whether we should apply half-texel trick to HUD textures when scaling
|
2024-01-25 05:50:11 +03:00 |
|
Alibek Omarov
|
47bc50b8c6
|
engine: client: fix taking console color from colors.lst
|
2024-01-25 04:22:20 +03:00 |
|
Alibek Omarov
|
5d6cf62405
|
engine: client: voice: open microphone only after server sends svc_voiceinit to us and shutdown immediately after disconnect
|
2024-01-24 20:52:21 +03:00 |
|
Alibek Omarov
|
40041e30eb
|
engine: console: add cvar con_oldfont to toggle usage between fonts.wad fonts or gfx.wad legacy font
|
2024-01-15 18:11:08 +03:00 |
|
Alibek Omarov
|
7e71e20714
|
engine: client: add cvar scr_drawversion to hide engine version in screenshots (sorry, Uncle Mike!)
|
2024-01-14 10:58:04 +03:00 |
|
Alibek Omarov
|
cee6862924
|
engine: client: try to prepend media/ if audio stream couldn't be opened
|
2024-01-14 10:58:04 +03:00 |
|
Alibek Omarov
|
628ac376ed
|
engine: client: s_dsp: refactoring from hldsp
|
2024-01-13 05:29:43 +03:00 |
|
Alibek Omarov
|
251e6ac1dc
|
engine: client: s_dsp: use Cvar_DirectSet
|
2024-01-13 05:29:12 +03:00 |
|
Alibek Omarov
|
6acc97b0ef
|
engine: client: restore my copyright on my DSP implementation from old engine branch
|
2024-01-13 00:56:03 +03:00 |
|
Alibek Omarov
|
51d4716bcb
|
engine: client: rewrite trimming silence at the beginning and ending of the VOX word from scratch
|
2024-01-12 03:27:05 +03:00 |
|
Alibek Omarov
|
045caacfee
|
engine: client: drop skipping random 0.1 second of an ambient sound
|
2024-01-12 03:27:05 +03:00 |
|
Alibek Omarov
|
266f9a6bc6
|
engine: client: add support for parsing IPv6 server list
|
2024-01-09 16:59:06 +03:00 |
|
Alibek Omarov
|
be0a241244
|
engine: client: add tests for new gamma implementation
|
2024-01-09 03:33:39 +03:00 |
|