Alibek Omarov
866c02802c
wscript: define libbacktrace as libbacktrace_custom, fix DL_ITERATE_PHDR not defined due to failing fallback check
...
* Changed to libbacktrace_custom to not collide with libbacktrace built as part of compiler's runtime
2026-04-24 20:11:09 +05:00
Alibek Omarov
e3bfe5bb81
engine: platform: posix: better libbacktrace error output
2026-04-24 20:10:08 +05:00
Alibek Omarov
560f5e1f6d
engine: soundlib: fixes for BE
2026-04-24 08:26:11 +05:00
Alibek Omarov
849ff0f7b5
engine: imagelib: fixes for BE
2026-04-24 08:26:11 +05:00
Alibek Omarov
06b14800e1
engine: mod_bmodel: fix bspx swap definition
2026-04-24 08:00:49 +05:00
Alibek Omarov
bb7c85fd22
wscript: turn on progress bar by default
2026-04-24 07:31:36 +05:00
Alibek Omarov
37ce62fa6a
waf: update to latest wafsrc + progress-bar-enhacnement
2026-04-24 07:31:11 +05:00
Alibek Omarov
e1b29e2da3
engine: temporarily disable swapping extended header
2026-04-24 06:58:53 +05:00
Alibek Omarov
b60afd73e9
public: swaplib: add comments
2026-04-24 06:58:53 +05:00
Alibek Omarov
84447a5292
public: crclib: add fix for md5 from q3
2026-04-24 06:58:53 +05:00
Alibek Omarov
fe4ea4aabf
engine: server: fix pfnMessageEnd on BE
2026-04-24 06:58:53 +05:00
Alibek Omarov
878822290c
public: crclib: fix CRC32_BlockSequence on BE
2026-04-24 06:58:53 +05:00
Alibek Omarov
04ca5d7cb0
engine: common: use FloatAsUint and UintAsFloat to write and read floats to/from sizebuf_t
2026-04-24 06:58:53 +05:00
Alibek Omarov
d46ed40f33
engine: pre-swap studio model before loading on BE
2026-04-24 06:58:53 +05:00
Alibek Omarov
82e031205c
engine: pre-swap sprite before loading on BE
2026-04-24 06:58:53 +05:00
Alibek Omarov
6f5f04a29d
engine: server: fix testpacket on BE server
2026-04-24 06:58:53 +05:00
Alibek Omarov
f9ed578bf1
engine: move CRC32_MapFIle to mod_bmodel, as it's a common function. Use le_struct_swap
2026-04-24 06:58:53 +05:00
Alibek Omarov
86c84c7de7
engine: common: add struct swapping for BSP models
...
With support for Quake BSP, HL BSP, extended HL BSP and BSPX.
2026-04-24 06:58:53 +05:00
Alibek Omarov
489c1c9dd5
public: add swaplib
2026-04-24 06:58:53 +05:00
Alibek Omarov
1df6a040ec
engine: common: fix WriteBits/ReadBits
2026-04-24 06:58:53 +05:00
Alibek Omarov
82c2ca53fb
engine: common: fix WriteUBitLong/ReadUBitLong
2026-04-24 06:58:53 +05:00
Alibek Omarov
3ddd1e2448
engine: common: fix LZSS on big endian
2026-04-24 06:58:53 +05:00
Alibek Omarov
371d619685
engine: platform: posix: remove dead ucontext.h include
2026-04-24 06:58:53 +05:00
Владислав Сухов
480f29e96e
engine: common: mod_studio: fix model traversal and crash in Mod_StudioComputeBounds
...
Mod_StudioComputeBounds incorrectly assumed that all models across all body parts were laid out contiguously in memory. This caused out-of-bounds reads or reading garbage data when loading complex models, leading to crashes.
2026-04-24 01:13:46 +05:00
Zane van Iperen
95548053eb
engine: common: set cmd_args to "" when tokenising, if we've no arguments
...
Fixes metamod-fwgs[1] breaking when CMD_ARGS() returns NULL.
[1]: eedede40e8/metamod/src/commands_meta.cpp (L63)
2026-04-22 21:27:27 +05:00
Владислав Сухов
0daf2c2b4d
engine: client: add cvar to enable/disable gamepad gyro
2026-04-22 21:26:34 +05:00
Alibek Omarov
e2d5bea327
ref: cleanup unused functions
2026-04-21 23:10:32 +05:00
Alibek Omarov
306a5812a9
engine: server: fix svc_setpause usage in spawn command, fix minor protocol issue when spawnnig particle from pmove
2026-04-20 01:33:54 +05:00
Alibek Omarov
a3dba64513
public: move atlas packing code from renderer, add tests
2026-04-20 01:33:54 +05:00
Alibek Omarov
491ba9bc7d
3rdparty: mainui: update
2026-04-19 23:12:55 +05:00
Alibek Omarov
1c462df8a2
common: q_client: include stdint.h and xash3d_types.h
2026-04-19 23:12:44 +05:00
Alibek Omarov
ed975976f8
engine: client: add feature to reupload logo if any of logo related cvars were changed
2026-04-19 22:46:51 +05:00
Alibek Omarov
bbf8ab378d
engine: server: add rate limiting for updating client's resources data too often
2026-04-19 22:30:04 +05:00
Alibek Omarov
5383e36af5
engine: net_chan: fix off-by-one error when trying to decompress packet
2026-04-19 20:50:42 +05:00
Alibek Omarov
897fb98b93
engine: net_chan: fix Netchan_AddBufferToList leaking pointer
2026-04-19 20:43:32 +05:00
Alibek Omarov
96e88adfcd
engine: client: try to make R_Blood more accurate
2026-04-19 17:05:26 +05:00
Alibek Omarov
4dde4047f1
engine: make particle texture white, shift 1 pixel down and to the right
2026-04-19 17:04:40 +05:00
Alibek Omarov
905161529f
engine: client: ref_common: reorganize R_CreateBuiltinTextures, but also fix a typo without assigned alpha to particle texture
2026-04-19 01:32:40 +05:00
Alibek Omarov
044523434d
ref: add R_EntityDynamicLight that calculates lighting for studio and alias models, and also located in libref_common
2026-04-19 01:17:28 +05:00
Alibek Omarov
da4c4bb76a
ref: remove unused sprite_radius global variable
continuous-ci-test
2026-04-19 00:32:45 +05:00
Alibek Omarov
95b3271d68
engine: client: move input stuff to input subfolder
2026-04-18 22:18:50 +05:00
Alibek Omarov
3361a5d760
engine: client: split OSK into it's own file
2026-04-18 22:18:50 +05:00
Alibek Omarov
b725d2ece0
engine: client: moving beds
2026-04-18 22:18:50 +05:00
Alibek Omarov
66bee8b468
engine: client: fix trimmed autocomplete output for keys
2026-04-18 22:18:50 +05:00
Alibek Omarov
5e664dc3e9
engine: client: check for upper bound limit in Key_StringToKeynum
2026-04-18 22:18:50 +05:00
Alibek Omarov
bfdfeb3dc0
engine: client: fix Joy_GetHatValueForAxis threshold for forward axis, fix bindings limit
2026-04-18 22:18:50 +05:00
Alibek Omarov
49248f5e14
engine: client: touch fixes, fix division-by-zero in Touch_AspectRatio, GRID_COUNT, fix Touch_RemoveButtonFromList
2026-04-18 22:18:50 +05:00
Владислав Сухов
d03ea4c10a
engine: client: in_gyro: fix inverted yaw axis
2026-04-18 00:41:46 +05:00
ksagameng
780dbd6183
scripts: gha: fix ios ci builds not including game libs
2026-04-17 19:41:30 +05:00
GLoOoccK
50da79f1e0
Update cl_parse_gs.c
2026-04-17 19:40:58 +05:00