Alibek Omarov
|
18afaf0eaf
|
engine: client: more accurate clc_move for GoldSrc protocol
|
2024-10-10 23:38:55 +03:00 |
|
Alibek Omarov
|
8d731b5d15
|
engine: common: fix for dedicated again
|
2024-10-08 16:41:25 +03:00 |
|
Alibek Omarov
|
38c0dc4551
|
3rdparty: bzip2: properly use stdio-free version, don't include tests and utils to the build
|
2024-10-08 15:39:56 +03:00 |
|
Alibek Omarov
|
9970c56218
|
engine: common: disable bzip2 for dedicated server, it's not used there
|
2024-10-08 12:14:37 +03:00 |
|
Alibek Omarov
|
ccbe370c8e
|
engine: client: add support for parsing GoldSrc messages
|
2024-10-08 04:07:03 +03:00 |
|
Alibek Omarov
|
9706e47643
|
engine: client: refactor and implement GoldSrc-specific parsing bits in common message parsing code
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
ba7c789ec9
|
engine: common: add GoldSrc delta support
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
d128997d40
|
engine: common: add GoldSrc bitbuf operations, add support for GoldSrc signed integers
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
61342547ce
|
engine: common: add support for GoldSrc split packet
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
c1a5f173b8
|
engine: common: add GoldSrc netchan support
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
f5c5b7b2c8
|
engine: common: add buffer munge functions
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
03bf6cb719
|
engine: client: get rid of PROTOCOL_GOLDSRC_VERSION, as connprotocol_t enum does it's job
|
2024-10-08 03:27:32 +03:00 |
|
Alibek Omarov
|
3a1bb12830
|
engine: client: rename CL_LegacyMode to CL_Protocol
|
2024-10-08 03:27:09 +03:00 |
|
Alibek Omarov
|
5efa68757e
|
engine: remove unused svc_deltapacketbones
|
2024-10-08 03:27:09 +03:00 |
|
Alibek Omarov
|
afaf5bf3ea
|
engine: improve security a little bit by properly checking customization files starting with \!MD5
Implement basic test for COM_IsSafeFileToDownload
Move COM_ParseFileSafe test to libpublic
|
2024-10-08 03:22:53 +03:00 |
|
SNMetamorph
|
50c805826f
|
engine: implemented handling SIGTERM signal for proper stopping dedicated server
|
2024-10-08 01:05:26 +03:00 |
|
Alibek Omarov
|
6c531c14e6
|
engine: common: cvar: compatibility hack for mods that depend on HL25 widescreen FOV
Fixes Natural Selection 3.3 beta 9.
|
2024-10-04 19:09:43 +03:00 |
|
Alibek Omarov
|
e11635d15c
|
engine: server: slight refactoring, hide client calls under XASH_DEDICATED, remove useless dedicated stub
|
2024-10-04 01:22:59 +03:00 |
|
Alibek Omarov
|
7ccf651fd0
|
engine: cvar: implement safer cvar unlinking in case when game deallocates cvar
|
2024-10-03 15:32:14 +03:00 |
|
Alibek Omarov
|
67af41cce8
|
engine: common: net_ws: more minor refactoring, avoid memcpy for same type structs
|
2024-10-02 23:30:42 +03:00 |
|
Alibek Omarov
|
e2c96e62e1
|
engine: common: net_ws: drop IPv4 mapped as IPv6 support, it's an artifact from dual-stacking experiments and not used anymore
|
2024-10-02 23:26:28 +03:00 |
|
Alibek Omarov
|
2ecae442fc
|
engine: common: net_ws: minor refactoring
|
2024-10-02 23:25:12 +03:00 |
|
Alibek Omarov
|
a1060b0eb5
|
engine: add v6only master servers, add v6only flag for NET_StringToAdrNB
|
2024-10-02 23:23:08 +03:00 |
|
Alibek Omarov
|
ddd8de888f
|
engine: add macro XASH_NO_IPV6_RESOLVE to completely skip resolving addresses with family AF_INET6
|
2024-10-02 23:21:25 +03:00 |
|
Alibek Omarov
|
87775faeca
|
engine: common: properly check if we can destroy resolve mutexes. Add net_resolve_debug cvar to enable printing resolve thread debug messages.
|
2024-10-02 22:16:51 +03:00 |
|
Alibek Omarov
|
47d1f3459c
|
engine: common: try to implement DNS resolve thread through SDL2 functions if SDL2 build is enabled
|
2024-10-02 00:55:53 +03:00 |
|
Alibek Omarov
|
4712aae834
|
engine: server: move autoprecaching wads after parsing reslists
An attempt to avoid assert() in HL Unified SDK.
|
2024-09-30 18:46:01 +03:00 |
|
Alibek Omarov
|
0b1ad3b7f0
|
engine: imagelib: fix mismatched dealloc in a test
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
bc8bf9a9fb
|
engine: add const on delta functions
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
9e28c98911
|
engine: print to stderr if writing message to logfile failed
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
9ee1b32e2d
|
engine: set malloc like and warn_unused_result attributes on common allocation functions, fs, image and soundlib
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
953ad98a16
|
engine: workaround buggy stringop-overflow
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
178602ea1f
|
engine: fix loading map in Dark Future mod with broken mark surface id
|
2024-09-05 15:23:23 +03:00 |
|
Alibek Omarov
|
2eb8f88a20
|
engine: move attenuation none sound spatialize fix to bugcomp mode, as Xash native games use this
|
2024-09-05 13:50:15 +03:00 |
|
Alibek Omarov
|
950d210ec5
|
Revert ABI2, it wasn't meant to end up in master branch.
|
2024-09-05 04:31:50 +03:00 |
|
Alibek Omarov
|
ad2191333d
|
engine: add _st64 prefix to load abi2 binaries
|
2024-09-05 01:28:55 +03:00 |
|
Alibek Omarov
|
ff3d91ceb4
|
engine: add aaaa.mentality.rip:27011 master server
|
2024-08-28 19:56:41 +03:00 |
|
Alibek Omarov
|
5777431577
|
engine: common: insert spaces between arguments in echo command
|
2024-08-22 16:45:42 +03:00 |
|
Alibek Omarov
|
cd86f80203
|
engine: common: make MSG_WriteOneBit inlined, as it's usually called with literal argument
|
2024-08-22 12:51:47 +03:00 |
|
Alibek Omarov
|
9a432a5a13
|
common: rewrite cvardef.h from scratch based on Quake definitions
* unify cvar.h and cvardef.h, enable private definitions only for refdll and engine
* add FCVAR_REFDLL for easier RefDll cvars cleanup
|
2024-08-21 12:18:06 +03:00 |
|
Alibek Omarov
|
842e494fa6
|
common: add macro for simultaneously checking data type size for ILP32 and LP64
|
2024-08-21 12:00:35 +03:00 |
|
Alibek Omarov
|
bd2a44dbdd
|
engine: common: fix fragbuf_t definition so it has true standard flexible array member
|
2024-08-10 13:46:00 +03:00 |
|
Alibek Omarov
|
3b3f057f6f
|
engine: common: fix winding_t definition so it has true standard flexible array member
|
2024-08-10 13:46:00 +03:00 |
|
Владислав Сухов
|
75c5e9cfa7
|
engine: bump engine version to 0.21
|
2024-08-09 12:41:47 +03:00 |
|
Alibek Omarov
|
f0b4c42c68
|
engine: common: faster and simpler Netchan_OutOfBand
|
2024-08-08 04:37:16 +03:00 |
|
Alibek Omarov
|
6bfa525080
|
engine: common: faster and simpler MSG_WriteString
|
2024-08-08 04:35:55 +03:00 |
|
Alibek Omarov
|
8994f079a5
|
engine: common: don't uselessly copy data in Netchan_OutOfBound when playing a demo
|
2024-08-07 02:28:58 +03:00 |
|
Alibek Omarov
|
b2d184cfa5
|
engine: common: add unit tests for net_buffer functions
|
2024-08-07 02:28:13 +03:00 |
|
Alibek Omarov
|
2a6862ceb9
|
engine: soundlib: fix buffer overflow with truncated WAV files containing CoolEdit cue mark
|
2024-08-06 08:41:36 +03:00 |
|
Alibek Omarov
|
4420ffd49e
|
engine: fix buffer overflow in Sys_PrintLog
|
2024-08-03 11:27:45 +03:00 |
|