Alibek Omarov
|
e0f01ddae7
|
engine: remove unused ignore_group argument from Cvar_FindVarExt
|
2026-02-20 21:55:15 +05:00 |
|
Alibek Omarov
|
2f8a0510b8
|
engine: client: return NULL from LookupBinding on unknown bindings, like GoldSource
|
2026-02-16 23:59:28 +05:00 |
|
Alibek Omarov
|
306455280a
|
engine: identification: include build.h early so platform definitions are visible when including system headers
|
2026-02-10 16:13:56 +05:00 |
|
Alibek Omarov
|
249e1404c1
|
engine: client: identification: add client.h so compiler doesn't complain about missing prototypes for public functions
|
2026-02-08 06:38:05 +05:00 |
|
Alibek Omarov
|
dd55b77543
|
engine: client: identification: do not salt port as suggested by @snmetamorph
|
2026-02-08 06:38:05 +05:00 |
|
Alibek Omarov
|
c772fb98d1
|
engine: client: salt xashid with server address
|
2026-02-08 06:38:05 +05:00 |
|
Razcoina
|
983b9611ac
|
avi: add audio context check before sending packet
|
2026-02-07 07:50:57 +05:00 |
|
Alibek Omarov
|
0e75428d62
|
engine: avi: do not playback video if codec context is NULL
|
2026-02-05 08:26:43 +05:00 |
|
Alibek Omarov
|
fa34092ba2
|
engine: client: make RefAPI's R_GetConfigName optional
|
2026-02-05 08:17:59 +05:00 |
|
Alibek Omarov
|
d08fd5c855
|
engine: directly access background state cvar
|
2026-01-30 00:16:19 +05:00 |
|
Alibek Omarov
|
5ee21ca6ab
|
engine: platform: sdl2: remove window_x/ypos cvars
|
2026-01-30 00:16:19 +05:00 |
|
Alibek Omarov
|
a807168816
|
engine: client: send broadcast for 10 more ports forward when scanning servers in LAN
|
2026-01-27 14:55:08 +05:00 |
|
Alibek Omarov
|
a26c56629e
|
engine: client: deactivate menu when on escape if we are going back to game
|
2026-01-26 02:17:03 +05:00 |
|
Alibek Omarov
|
8ee997b1bc
|
Reapply "engine: client: allow console toggle from menu via keybind"
This reverts commit 27c71194ba.
|
2026-01-26 02:12:07 +05:00 |
|
Alibek Omarov
|
27c71194ba
|
Revert "engine: client: allow console toggle from menu via keybind"
This reverts commit 9ed76fbb36.
|
2026-01-26 01:37:26 +05:00 |
|
Alibek Omarov
|
cc9e3a5a81
|
engine: misc build fixes for clang with mingw
|
2026-01-24 07:21:30 +05:00 |
|
Alibek Omarov
|
b2ab748fcb
|
engine: do not reset flNextPrimaryMove in pmove struct, as it's used by modders
|
2026-01-21 05:10:51 +05:00 |
|
Alibek Omarov
|
56e5a95cb6
|
engine: platform: sdl2: add command vid_info to dump current SDL window state
|
2026-01-21 01:58:38 +05:00 |
|
Alibek Omarov
|
c5f90aabd6
|
engine: use Sys_GetIntFromCmdLine where possible
|
2026-01-20 22:30:39 +05:00 |
|
Alibek Omarov
|
ed950723cd
|
engine: client: add cl_autorecord cvar, to start recording demo as soon as client spawns on server
|
2026-01-19 22:30:20 +05:00 |
|
Alibek Omarov
|
e06087cb0b
|
engine: client: move svc_restoresound parser into svc_sound parser
|
2026-01-19 22:07:59 +05:00 |
|
Alibek Omarov
|
5cb5e76872
|
engine: add new needload flag specifically for cleaning up unused models and use unreferenced for free slots.
|
2026-01-17 06:17:46 +05:00 |
|
Alibek Omarov
|
ed85d3028f
|
engine: client: fix division by zero in cl_showfps on first frame
|
2026-01-15 04:42:36 +05:00 |
|
Alibek Omarov
|
5ed1bca57f
|
engine: client: allow enabling sv_cheats during demo playback
|
2026-01-13 08:27:03 +05:00 |
|
Steven Linn
|
d915ed184c
|
Add 'retry' command for quick reconnection to servers
|
2026-01-13 06:28:15 +05:00 |
|
Alibek Omarov
|
bdc205b994
|
engine: client: do not grab client updates during intermission, fixes the bug where player was seemingly moving during intermission
|
2026-01-13 06:26:26 +05:00 |
|
Alibek Omarov
|
46ccc37cae
|
engine: fix undefined pfnTime build error, it has been renamed to Sys_FloatTime
|
2026-01-13 06:03:34 +05:00 |
|
Alibek Omarov
|
de9e28700a
|
engine: client: prevent a crash in case of invalid tempentity message (thanks, @Aynekko!)
|
2026-01-13 05:51:19 +05:00 |
|
Alibek Omarov
|
f5b2c4f7af
|
engine: client: prevent a crash in goldsrc delta entities parser
|
2026-01-13 05:51:19 +05:00 |
|
Alibek Omarov
|
79f7fba83c
|
engine: client: make both UI and Render API to use same implementation of GetFilesList function
|
2026-01-13 05:51:19 +05:00 |
|
Alibek Omarov
|
cb7f2ad8af
|
engine: replace Sys_DoubleTime with Platform_DoubleTime in internal code, only use Sys_DoubleTime in APIs
As Sys_DoubleTime is marked with GAME_EXPORT attribute that helps us to
maintain compatible binary interface.
|
2026-01-13 05:51:19 +05:00 |
|
lewa_j
|
5cdb58431a
|
engine: ref: Remove unused declarations, fix comment after rename
|
2026-01-13 03:41:19 +03:00 |
|
lewa_j
|
543d6d67e6
|
engine: platform: Make R_Init_Video parameter an enum
|
2026-01-13 03:25:29 +03:00 |
|
lewa_j
|
72e8a53046
|
engine: Fix input_completion buffer comparison
Fixes: 4b771701 ("engine: add con_showcompletion feature from FTEQW")
|
2026-01-13 03:22:19 +03:00 |
|
lewa_j
|
deb7b2061a
|
engine: platform: WINDOW_MODE_* enums for vid_fullscreen instead of magic numbers
|
2026-01-13 02:16:05 +03:00 |
|
lewa_j
|
e7f758f380
|
engine: ref: Fix crash on invalid ref lib
|
2026-01-12 03:20:58 +03:00 |
|
Alibek Omarov
|
a4e5cf8bac
|
engine: client: fix up origin of MOVETYPE_FOLLOW entities immediately after entity update
This fixes an issue when MOVETYPE_FOLLOW entities seem to be "blinking".
Explanation of what's happening is in the comment in the code.
|
2026-01-09 18:50:29 +05:00 |
|
Steven Linn
|
9ed76fbb36
|
engine: client: allow console toggle from menu via keybind
|
2026-01-02 10:31:44 +05:00 |
|
Alibek Omarov
|
4b77170136
|
engine: add con_showcompletion feature from FTEQW
|
2025-12-27 13:13:23 +05:00 |
|
Alibek Omarov
|
5584e6376c
|
engine: client: voice: shutdown refactoring
|
2025-12-24 06:51:16 +05:00 |
|
Alibek Omarov
|
fcd7e7dcea
|
engine: client: small sound refactoring, try to round volume values
|
2025-12-24 06:51:04 +05:00 |
|
Alibek Omarov
|
548a49ed93
|
engine: client: set a volume for VOX sentences playing from listener
|
2025-12-24 06:49:38 +05:00 |
|
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 |
|