|
b41804bb5b
|
mainui: update
|
2024-10-17 14:56:38 +03:00 |
|
|
47a04df189
|
wscript: try to fix Windows XP compatibility on 32-bit binaries
|
2024-10-17 14:56:10 +03:00 |
|
|
2efedaf46c
|
pm_shared: mark PM_TraceSurface call in PMove API as Xash3D specific
|
2024-10-17 03:36:29 +03:00 |
|
|
49e43c830b
|
engine: client: fix formatting error in CL_ParseExtraInfo
|
2024-10-16 22:29:21 +03:00 |
|
|
763e101208
|
ref: preserve aspect ratio when saving level and save shots
|
2024-10-16 21:35:52 +03:00 |
|
|
e39a62b1fd
|
mainui: update
|
2024-10-16 08:33:44 +03:00 |
|
|
da76abda75
|
engine: even more refactorings to avoid global cls.legacymode usage, now with GoldSrc server autodetection
|
2024-10-16 07:31:27 +03:00 |
|
|
829d7d0a7e
|
engine: client: CL_SendConnectPacket refactoring
|
2024-10-16 07:02:23 +03:00 |
|
|
9f6372b305
|
engine: client: implement GoldSrc fragment size limits
|
2024-10-16 07:00:10 +03:00 |
|
|
12edd782c6
|
engine: common: net_chan: always rely on pfnBlockSize being non-null
|
2024-10-16 06:59:33 +03:00 |
|
|
0b59fa9416
|
engine: swap Cvar_VariableInteger and simple integer checks for performance
|
2024-10-16 06:57:46 +03:00 |
|
|
cc0f12ed26
|
engine: client: add stubs for richpresence commands added in HL25
|
2024-10-16 05:57:32 +03:00 |
|
|
f42553d0e1
|
readme: install 32-bit deps on Ubuntu with aptitude, as it's less prone to fuck up entire system (remove random packages, bootloader, etc...) [skip ci]
|
2024-10-16 00:32:23 +03:00 |
|
|
e7564420c9
|
engine: fix some ubsan warnings (alignment, integer limits...)
|
2024-10-16 00:32:22 +03:00 |
|
|
e81a0ded11
|
engine: client: fix sendres message for GoldSrc protocol
|
2024-10-16 00:32:22 +03:00 |
|
|
a32c702dbd
|
engine: client: avoid useless check on empty clc_resourcelist, which will never be false
|
2024-10-15 06:15:22 +03:00 |
|
|
23a5ed71de
|
engine: easier MSG_EndBitWriting byte padding
|
2024-10-15 06:14:37 +03:00 |
|
|
245dc97cfb
|
engine: semi-correct printing GoldSrc client messages
|
2024-10-15 06:12:31 +03:00 |
|
|
ece204c30f
|
engine: common: add cvars net_send_debug and net_recv_debug to print server/client messages to console
|
2024-10-15 06:11:57 +03:00 |
|
|
1bd59096fd
|
engine: client: implement miscellaneous, often unused, GoldSrc protocol messages
|
2024-10-15 06:10:25 +03:00 |
|
|
0b02c2c6a7
|
engine: client: fix disconnect on GoldSrc servers
|
2024-10-15 06:08:21 +03:00 |
|
|
6a61a499e9
|
engine: client: don't send useless/empty clc_move commands while we're connecting to server
|
2024-10-15 06:07:57 +03:00 |
|
|
6b1c283082
|
engine: client: fix svc_event parsing
|
2024-10-15 06:07:06 +03:00 |
|
|
5402a9611e
|
engine: common: fix discarded const qualifier
|
2024-10-14 19:41:36 +03:00 |
|
|
43e06ccd45
|
engine: common: make some simple functions inlined
|
2024-10-14 19:20:47 +03:00 |
|
|
f52c825bf5
|
engine: make some global variables static and const, make even more functions static if possible
|
2024-10-14 19:19:46 +03:00 |
|
|
bf8b709372
|
engine: move pm_debug particle functions to client, as they are never used on server
|
2024-10-14 19:11:26 +03:00 |
|
|
fdf82e5270
|
engine: client: cleanup tent and efx code, make global variables static, remove unused functions
|
2024-10-14 18:08:01 +03:00 |
|
|
0224a1b66b
|
engine: client: better debug messages for GoldSrc entities packet parsing
|
2024-10-14 17:59:17 +03:00 |
|
|
505ad6d69b
|
engine: server: reinitalize delta in case if delta was shutdown by client and some tables were omitted (movevars after using GoldSrc server)
|
2024-10-14 06:56:17 +03:00 |
|
|
5bcd573821
|
engine: remove goldsrc meta delta table reinitialization
|
2024-10-14 06:54:41 +03:00 |
|
|
c5a291d9c7
|
engine: minor refactoring
|
2024-10-14 05:17:21 +03:00 |
|
|
232a8c1148
|
engine: common: net_ws: don't expect more than 5 splits for GoldSrc protocol
|
2024-10-14 05:17:03 +03:00 |
|
|
663f6eaf5c
|
ref: turn r_shadows into extended convar_t
|
2024-10-14 04:18:35 +03:00 |
|
|
9d3210259c
|
ref: set hullcolor (used by r_drawentities) as const
|
2024-10-14 04:15:48 +03:00 |
|
|
4ec6c2f7cf
|
engine: client: support vox sentence that starts with leading slash
|
2024-10-14 04:13:10 +03:00 |
|
|
8452bec877
|
engine: client: reduce reads of cls.legacymode
|
2024-10-14 04:13:10 +03:00 |
|
|
0d4296e0e1
|
engine: client: explicitly pass protocol to svc_time parser
|
2024-10-14 04:13:10 +03:00 |
|
|
2b85da3bc9
|
engine: client: fix parsing svc_setpause and svc_goldsrc_timescale for GoldSrc protocol
|
2024-10-14 04:13:10 +03:00 |
|
|
17f194b9a3
|
engine: client: consolidate usermsg registering and parsing for multiple protocols
|
2024-10-14 04:13:10 +03:00 |
|
|
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 |
|
|
87c88f7463
|
engine: client: fix svc_particles parsing on GoldSrc protocol
|
2024-10-14 04:13:10 +03:00 |
|
|
60fd5f7ab8
|
engine: client: stub svc_restoresound for legacy protocol, it's only used during save restore which is unuseful for us
* Set sequence flag for restored sound, even though we don't support sequences anymore.
|
2024-10-14 04:13:10 +03:00 |
|
|
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 |
|
|
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 |
|
|
d903187eea
|
public: make crc value init functions inline, move hex2char/ex2string to crclib and make them private to it
|
2024-10-14 04:13:10 +03:00 |
|
54ac
|
653f0841e4
|
ref: gl: restore r_shadows (#1843)
|
2024-10-13 17:15:29 +03:00 |
|
|
10bfadb556
|
engine: client: support svc_disconnect reason messages for GoldSrc protocol
|
2024-10-11 20:58:46 +03:00 |
|
|
0b2cc066dd
|
engine: fix signed integers encoding with alternate format for GoldSrc protocol
|
2024-10-11 20:36:09 +03:00 |
|
|
60ab13d216
|
engine: client: always add [Xash3D] to the nickname on GoldSrc servers
|
2024-10-11 19:32:16 +03:00 |
|