Alibek Omarov
|
684e229ac8
|
engine: client: get rid of absolutely useless bitfields
|
2025-01-26 23:34:04 +03:00 |
|
Alibek Omarov
|
92dc04ff3c
|
engine: client: minor change, add forgotten newline in CL_DeltaEntityGS Host_Error call
|
2025-01-25 17:51:48 +03:00 |
|
Alibek Omarov
|
c5649c94d5
|
engine: client: fix delta entity packet flush on GoldSrc protocol
Implement counting playerbytes for more accurate net_graph, even if we're
skipping this delta frame.
|
2025-01-20 19:38:44 +03:00 |
|
Alibek Omarov
|
4be75af214
|
engine: client: always write buffer.dat so we will be able to request it from users. Append protocol number to it
|
2025-01-14 11:31:10 +03:00 |
|
Alibek Omarov
|
3f1eed9f59
|
engine: client: remove svc_goldsrc_* definitions for message that semantics matches Xash3D 49 protocol and instead use it's definitions
|
2024-12-20 01:51:24 +03:00 |
|
Alibek Omarov
|
190e4a5e8a
|
engine: client: don't kill entity's beams if this entity number was never used on client
Fixes issue when beam was sent over to client before it's start point entity
(due to PVS, for example)
|
2024-11-15 08:07:21 +03:00 |
|
Alibek Omarov
|
c2ca80c889
|
engine: client: don't immediately send client packet after receiveing server packet or full update
It doesn't seem to be useful for anything. Instead, it completely breaks cl_cmdrate behavior, constantly
spamming server with move commands
|
2024-10-30 18:11:48 +03:00 |
|
Alibek Omarov
|
49e43c830b
|
engine: client: fix formatting error in CL_ParseExtraInfo
|
2024-10-16 22:29:21 +03:00 |
|
Alibek Omarov
|
1bd59096fd
|
engine: client: implement miscellaneous, often unused, GoldSrc protocol messages
|
2024-10-15 06:10:25 +03:00 |
|
Alibek Omarov
|
0224a1b66b
|
engine: client: better debug messages for GoldSrc entities packet parsing
|
2024-10-14 17:59:17 +03:00 |
|
Alibek Omarov
|
5bcd573821
|
engine: remove goldsrc meta delta table reinitialization
|
2024-10-14 06:54:41 +03:00 |
|
Alibek Omarov
|
c5a291d9c7
|
engine: minor refactoring
|
2024-10-14 05:17:21 +03:00 |
|
Alibek Omarov
|
0d4296e0e1
|
engine: client: explicitly pass protocol to svc_time parser
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
2b85da3bc9
|
engine: client: fix parsing svc_setpause and svc_goldsrc_timescale for GoldSrc protocol
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
17f194b9a3
|
engine: client: consolidate usermsg registering and parsing for multiple protocols
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
ff47fbaedc
|
engine: client: another fix baselines and entities parsing for GoldSrc, ensure we always call MSG_EndBitWriting
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
87c88f7463
|
engine: client: fix svc_particles parsing on GoldSrc protocol
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
5ceab059dc
|
engine: client: add function for parsing common protocol messages, which structure is enforced by server DLL compatibility
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
67c898f9ad
|
engine: client: improve server data parsing for GoldSrc, restore nick name and remove unuseful userinfo keys before connection
|
2024-10-14 04:13:10 +03:00 |
|
Alibek Omarov
|
10bfadb556
|
engine: client: support svc_disconnect reason messages for GoldSrc protocol
|
2024-10-11 20:58:46 +03:00 |
|
Alibek Omarov
|
f90c658567
|
engine: client: skip voice data for GoldSrc protocol to avoid svc_bad
|
2024-10-11 19:31:41 +03:00 |
|
Alibek Omarov
|
6ae09d2866
|
engine: client: support GoldSrc signon and refactor parsing delta entities for current and legacy protocols
|
2024-10-08 04:07:03 +03:00 |
|
Alibek Omarov
|
609680b328
|
engine: client: support parsing GoldSrc event messages
|
2024-10-08 04:07:03 +03:00 |
|
Alibek Omarov
|
ccbe370c8e
|
engine: client: add support for parsing GoldSrc messages
|
2024-10-08 04:07:03 +03:00 |
|