Alibek Omarov
|
30ad3556dd
|
engine: small refactorings in sdl2 support, enable messagebox and timer in sdl3 backend back
|
2025-12-16 05:18:28 +05:00 |
|
Alibek Omarov
|
bc61516083
|
engine: client: show an error if user tries to load incompatible or outdated client.dll
|
2025-12-14 04:43:33 +03:00 |
|
Alibek Omarov
|
785b2881b6
|
engine: client: fix crash when sound pitch is too high
|
2025-12-14 03:44:17 +03:00 |
|
Alibek Omarov
|
4a16ca8bc0
|
engine: platform: sdl2: fix fullscreen mode not fullscreening
|
2025-12-14 01:01:59 +03:00 |
|
Alibek Omarov
|
66ea91270b
|
engine: make Image_ComputeSize shared between renderer and imagelib
|
2025-12-14 00:00:59 +05:00 |
|
Alibek Omarov
|
ae5793f258
|
engine: log the error if file couldn't be opened for writing
|
2025-12-13 00:36:33 +05:00 |
|
Alibek Omarov
|
2b7773d933
|
engine: platform: sdl2: rework picking suitable resolution when creating or modifying current window
|
2025-12-09 03:29:16 +05:00 |
|
Alibek Omarov
|
a4431b5cfd
|
engine: store scaling factor between physical and logical window size
|
2025-12-07 15:23:35 +03:00 |
|
Alibek Omarov
|
5c190567e5
|
engine: client: add cvars vid_width and vid_height to query physical window size
|
2025-12-07 15:23:35 +03:00 |
|
Alibek Omarov
|
4ed3e539fa
|
engine: client: validate server info message
|
2025-12-01 13:03:53 +05:00 |
|
Alibek Omarov
|
cfa8e639f1
|
engine: drop legacy protocol support
|
2025-12-01 13:03:53 +05:00 |
|
Alibek Omarov
|
75339193d7
|
engine: client: remove vid_highdpi cvar, always allow high dpi mode
|
2025-11-25 15:06:46 +05:00 |
|
Alibek Omarov
|
6aadb4ceea
|
engine: initialize default video mode in refState global, as we don't support reloading engine without reinitializing globals anyway
|
2025-11-23 11:54:33 +05:00 |
|
Alibek Omarov
|
aae59ac281
|
engine: client: remove unused temppaintbuffer array
|
2025-11-22 13:11:18 +05:00 |
|
Alibek Omarov
|
e8a2047d4c
|
engine: client: use utility function to copy an image before quantization
|
2025-11-22 13:11:00 +05:00 |
|
Alibek Omarov
|
747baa1e16
|
engine: client: additionally look for loading images with bmp and png extensions
|
2025-11-13 22:01:55 +05:00 |
|
Alibek Omarov
|
d366e04682
|
engine: client: voice: fix typo, sequence must be incremented after it's written to the buffer
|
2025-11-09 02:55:58 +05:00 |
|
Alibek Omarov
|
955c5570d8
|
engine: client: voice: increment sequence before it's passed into LittleShort macro
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
2094c72c95
|
engine: client: soundlib: use correct printf specifier for ptrdiff
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
9ce131e6be
|
engine: client: fix a typo
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
08b718995c
|
engine: client: restore reduced resend time for bandwidth test
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
4900955fc1
|
engine: client: set cl_dlmax to FRAGMENT_DEFAULT_SIZE when connecting to an old server or server that test disabled
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
6c2bad610f
|
engine: client: request test packet only after we got challenge from server
|
2025-11-06 23:06:33 +08:00 |
|
Sergey Degtyar
|
ee7dce68b8
|
engine: client: streamline samples handling
|
2025-11-01 21:24:49 +08:00 |
|
Alibek Omarov
|
a14cc82d46
|
engine: add buffer size argument to RefAPI's Mod_ProcessRenderData, bump RefAPI version
|
2025-10-31 15:58:05 +05:00 |
|
Alibek Omarov
|
b3dc772cd2
|
engine: add file size argument to sprite model loader
|
2025-10-31 15:56:31 +05:00 |
|
Alibek Omarov
|
6a9f61e69f
|
engine: soundlib: ignore TXXX tags that's size exceeds 255 (sizeof( string ) - 1) bytes to account for null terminator
Thanks @veygax for the report!
|
2025-10-30 17:31:11 +05:00 |
|
Alibek Omarov
|
7217c7f1b2
|
engine: client: deprecate and remove all code associated with linear/cubic upsampling
|
2025-10-23 14:56:50 +05:00 |
|
Alibek Omarov
|
cfb8e0882a
|
Revert "engine: client: fixed blueish outline on sprays converted to WAD3"
This reverts commit a5f7314ec9.
|
2025-10-20 07:47:58 +05:00 |
|
Alibek Omarov
|
c6a5c64448
|
engine: client: touch: implement rotation support
|
2025-10-19 05:35:28 +03:00 |
|
Alibek Omarov
|
b8f0a89846
|
engine: client: validate vid_rotate cvar value and save current rotation to ref global
|
2025-10-19 06:27:10 +05:00 |
|
Alibek Omarov
|
7315865d34
|
engine: client: include null byte in synthetised HudText messages, to match real HudText messages sent from server
|
2025-10-17 14:07:48 +05:00 |
|
Alibek Omarov
|
4c7e37d5fd
|
engine: few more cases of missing newline in Cbuf_AddText that I forgot to include in previous commit
|
2025-10-16 04:57:04 +05:00 |
|
Alibek Omarov
|
fb56873352
|
engine: client: increase lower cl_dlmax bound to 512 for goldsrc protocol
|
2025-10-16 01:21:30 +05:00 |
|
Alibek Omarov
|
8c4ef5200c
|
engine: client: drop unknown interpolation hack, that might've caused hiccups when prediction fails
|
2025-10-16 01:21:30 +05:00 |
|
SNMetamorph
|
a5f7314ec9
|
engine: client: fixed blueish outline on sprays converted to WAD3
|
2025-10-12 20:58:56 +08:00 |
|
Alibek Omarov
|
4f444ee6ea
|
engine: client: for goldsrc status messages, always mark them of goldsrc protocol
|
2025-10-12 04:14:37 +05:00 |
|
Alibek Omarov
|
651d6a4529
|
engine: client: remove useless messages in console about scanned servers
|
2025-10-12 04:12:43 +05:00 |
|
lewa_j
|
acebb5b0cf
|
engine: client: fix msvc warning "incompatible types - from 'STARTUPINFO *' to 'LPSTARTUPINFOW'"
|
2025-10-11 20:22:34 +03:00 |
|
lewa_j
|
37e9ac453b
|
win32: engine: common: client: filesystem: Fix windows build with -Werror=implicit-function-declaration
|
2025-10-12 00:21:00 +08:00 |
|
Alibek Omarov
|
492a1cda18
|
engine: client: treat A button on gamepad the same as Enter in On Screen Keyboard
|
2025-10-11 06:04:40 +05:00 |
|
Alibek Omarov
|
01a1c2f496
|
engine: client: add ability to build engine without touch input support
|
2025-10-11 05:58:14 +05:00 |
|
Alibek Omarov
|
cf23005ff2
|
engine: client: remove comments of touch init/shutdown function call that seem to be some indescribable legacy
|
2025-10-11 05:52:19 +05:00 |
|
Alibek Omarov
|
5ff640b142
|
engine: client: manually mark entity and model index validation branches are unlikely
|
2025-10-11 05:48:42 +05:00 |
|
SNMetamorph
|
51a9524465
|
engine: client: fixed incorrect xashid generation on windows platform
|
2025-10-10 01:29:57 +08:00 |
|
Alibek Omarov
|
6817df534b
|
engine: console: don't try to process input while printing messages to console, this only was needed in OG Xash where it directly called Win32 APIs
|
2025-10-09 19:27:29 +05:00 |
|
Alibek Omarov
|
3d132e0e83
|
common: port: move filesystem related macros to filesystem module, try to include less globally for faster builds
|
2025-10-08 05:03:29 +05:00 |
|
Alibek Omarov
|
0a5a081a9d
|
engine: client: touch: forcefully disable edit mode when setclientonly was called
|
2025-10-08 05:02:08 +05:00 |
|
Alibek Omarov
|
748c35d5ef
|
Remove _inline macro, as it's nonstandard way to define inline functions.
|
2025-10-08 03:53:37 +05:00 |
|
Alibek Omarov
|
a1d3b7d65f
|
Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.
|
2025-10-08 03:53:37 +05:00 |
|