Alibek Omarov
|
df95baa282
|
public: minor refactoring, mark some more functions as returns_nonnull
|
2026-03-17 00:19:27 +05:00 |
|
Alibek Omarov
|
f42e2f59b7
|
filesystem: mark some fs ops const
|
2026-03-17 00:19:27 +05:00 |
|
SNMetamorph
|
d8b784482e
|
Documentation: extensions: added description for steam broker protocol
|
2026-03-16 15:04:02 +05:00 |
|
SNMetamorph
|
b136f1e078
|
Documentation: updated information about GoldSrc network protocol support
|
2026-03-16 15:04:02 +05:00 |
|
SNMetamorph
|
bd73775a2f
|
engine: client: refactor steam broker internal logic
|
2026-03-13 02:54:35 +05:00 |
|
SNMetamorph
|
1f133ea702
|
engine: client: add steam broker messages for game init & shutdown events
|
2026-03-13 02:54:35 +05:00 |
|
SNMetamorph
|
8acc7e4f76
|
engine: client: rename steam broker message sb_terminate to sb_disconnect
|
2026-03-13 02:54:35 +05:00 |
|
Alibek Omarov
|
00e2e8e502
|
3rdparty: mainui: update
|
2026-03-12 03:50:12 +05:00 |
|
Alibek Omarov
|
e5013196ac
|
engine: client: reduce amount of glColor4ub calls when rendering text
|
2026-03-11 10:13:23 +05:00 |
|
Alibek Omarov
|
658a3b0c6a
|
ref: gl: minor refactoring
|
2026-03-11 10:11:21 +05:00 |
|
Alibek Omarov
|
4e9a2dace0
|
ref: gl: only check for GL errors if both gl_check_errors and developer mode are enabled
|
2026-03-11 08:39:58 +05:00 |
|
Alibek Omarov
|
f7b389b7cd
|
common: remove particledef.h
|
2026-03-11 08:39:33 +05:00 |
|
Alibek Omarov
|
dac77ec0af
|
engine: client: idenitification: add /etc/machine-id
|
2026-03-05 06:06:52 +05:00 |
|
Alibek Omarov
|
32d73e62f4
|
engine: minor refactoring, remove host.apply_game_config as it's unused
|
2026-03-05 06:06:04 +05:00 |
|
Alibek Omarov
|
b353ec463a
|
engine: host: move exec, userconfigd and memstats to it's respective files
|
2026-03-05 04:44:19 +05:00 |
|
Alibek Omarov
|
36be731893
|
engine: cmd: make all command buffers size static
|
2026-03-05 04:42:56 +05:00 |
|
Alibek Omarov
|
0389ef3b04
|
game_launch: simplify
|
2026-03-05 02:58:00 +05:00 |
|
Alibek Omarov
|
b2886dd2e9
|
engine: platform: remove support for glibc's backtrace(), as it's unused
|
2026-03-05 02:56:38 +05:00 |
|
Alibek Omarov
|
af5d190bc4
|
engine: common: mod_bmodel: make texture name array larger so it fits both world name and miptex name
|
2026-03-04 06:06:00 +05:00 |
|
Alibek Omarov
|
5ca31f0965
|
engine: client: s_mix: always mix when not in menu, as DSP effects might produce sound even if no channels are active
|
2026-03-02 15:39:49 +05:00 |
|
Alibek Omarov
|
c19a824a42
|
public: add Q_memfgets, replacement for COM_MemFgets rewritten using crtlib functions. Add a test
|
2026-03-01 03:04:33 +05:00 |
|
Alibek Omarov
|
53c5a33ffd
|
engine: only switch to console on Host_Error when developer mode is enabled
|
2026-02-28 20:39:34 +05:00 |
|
Alibek Omarov
|
711d15958c
|
engine: color Host_Error red to make it more visible in the console
|
2026-02-28 20:39:13 +05:00 |
|
Alibek Omarov
|
99d7c52b4e
|
3rdparty: mainui: update
|
2026-02-28 20:27:44 +05:00 |
|
Alibek Omarov
|
342a59a408
|
engine: client: idenitification: add server IP address to the MD5 hash, not to the ID bloom filter
|
2026-02-28 04:20:53 +05:00 |
|
Alibek Omarov
|
9302b8904c
|
engine: client: identification: fix a typo
|
2026-02-28 04:17:34 +05:00 |
|
Alibek Omarov
|
bdbf5c0ef2
|
engine: client: titles: add another edge case test for titles.txt parser
|
2026-02-28 04:17:34 +05:00 |
|
Alibek Omarov
|
192ed942c4
|
public: add new features to ParseFileSafe, such as disabling interpreting certain characters as separate tokens, or instead forcing them to be separate tokens
|
2026-02-28 04:17:34 +05:00 |
|
Alibek Omarov
|
56255f6de0
|
engine: client: add simple test for titles.txt parser
|
2026-02-28 01:49:25 +05:00 |
|
Alibek Omarov
|
7ce830ea33
|
engine: client: vox: fix defaulted word parameters
|
2026-02-28 00:25:19 +05:00 |
|
Alibek Omarov
|
9a285986c4
|
public: reimplement COM_TrimSpace, add it to crtlib, add tests for it
|
2026-02-28 00:05:37 +05:00 |
|
Alibek Omarov
|
62c547570a
|
engine: minor refactoring
|
2026-02-27 23:00:39 +05:00 |
|
Alibek Omarov
|
88e5013623
|
ref: gl: vgl_shim: try to fix build on PSVita
|
2026-02-26 17:22:47 +05:00 |
|
Alibek Omarov
|
ea0fed24ec
|
filesystem: remove unneccessary dependency on const.h
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
f863e346f5
|
engine: reduce dependency on eiface.h
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
7c527d8886
|
public: minor refactoring
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
e51f93a5b4
|
engine: remove unused hltv.h
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
50147a3d48
|
common: replace HLSDK pmtrace.h and pm_movevars.h by it's QW counterparts
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
26acc25018
|
common: use Quake derived definitions for usercmd_t and dlight_t
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
d8e1597726
|
common: xash3d_types: add Quake's link_t definition and offsetof macro
|
2026-02-26 10:29:09 +05:00 |
|
Alibek Omarov
|
2c004e6cb7
|
3rdparty: mainui: update
|
2026-02-25 03:20:33 +05:00 |
|
Alibek Omarov
|
9cf9eb91bb
|
common: remove unused mathlib.h
|
2026-02-25 00:08:17 +05:00 |
|
Alibek Omarov
|
fc9ab68837
|
public: link tests to build_vcs too
|
2026-02-23 23:25:24 +05:00 |
|
Alibek Omarov
|
be6ad74e1b
|
utils: mdldec: fix building with plain makefile
|
2026-02-23 21:50:52 +05:00 |
|
Alibek Omarov
|
2bdc22fbeb
|
public: exclude build_vcs from libpublic dependencies, add it per project
|
2026-02-23 21:48:23 +05:00 |
|
Alibek Omarov
|
382b19e458
|
engine: minor refactoring
|
2026-02-23 21:46:20 +05:00 |
|
Alibek Omarov
|
c63c0ba04b
|
ref: minor refactoring
|
2026-02-23 21:46:01 +05:00 |
|
Alibek Omarov
|
109579fa92
|
3rdparty: mainui: update
|
2026-02-23 18:14:23 +05:00 |
|
IntriguingTiles
|
005544d974
|
engine: client: always set scaling factors
|
2026-02-21 17:10:37 +05:00 |
|
Alibek Omarov
|
07937f5f6c
|
engine: client: consolidate two remaining functions in s_utils.c into s_main.c
|
2026-02-21 03:37:36 +05:00 |
|