53 Commits (5bd1dd34b3394497e46399faea3f30e8acd1a858)

Author SHA1 Message Date
Alibek Omarov f7c536b81c engine: server: allow loading maps from subdirectories as this is used by some Half-Life mods 8 months ago
Alibek Omarov 78bc177e05 engine: server: remove unused host struct field 8 months ago
Alibek Omarov d8b261370a engine: common: do not probe server to collect cvars for game.cfg (CHECK THIS) 8 months ago
Alibek Omarov aee99f6094 engine: don't release DLL that wasn't loaded during settings.scr parsing. This should be deleted as soon as possible! 11 months ago
Alibek Omarov e23580c1de engine: remove czeror sequence parser 11 months ago
Alibek Omarov ea24b5f3ca engine: server: make CRC32_MapFile public 1 year ago
Alibek Omarov 57499dea33 engine: server: static-ize sv_phys functions, set GAME_EXPORT attribute for PhysicAPI functions 1 year ago
Alibek Omarov 9c62fa901f engine: server: pregenerate CRC table and testpacket data 1 year ago
Alibek Omarov 9e0d389d9e engine: server: moved server cvars to static allocation 1 year ago
Alibek Omarov ec2951cf45 engine: add size argument to COM_Default/ReplaceExtension calls 1 year ago
Alibek Omarov 8c7db8499f engine: add size argument to COM_FileBase calls 1 year ago
Alibek Omarov 8f207362a5 public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead 1 year ago
Alibek Omarov c24a1fafc5 engine: add missing HPAK_CheckSize/Integrity calls 1 year ago
Alibek Omarov d8355a651f engine: add missing Sequence_Init and Sequence_OnLevelLoad calls 1 year ago
Alibek Omarov 01e0542223 engine: server: move master announce logic to masterlist, keep unique heartbeat challenge and heartbeat timer for each master 1 year ago
SNMetamorph eac8c116a8 engine: server: sv_init: compiling error fix & minor cleanup 1 year ago
SNMetamorph a03019f5e4 engine: server: sv_init: enabled handling sound resources specifically 1 year ago
Alibek Omarov d667845777 engine: convert Cbuf_AddText with va to Cbuf_AddTextf 1 year ago
Alibek Omarov 787d3bc5dd engine: share playermove ClearPhysEnts function 2 years ago
Alibek Omarov 859f36afce engine: server: remove Master_Add call in ActivateServer, server will announce itself through heartbeat 2 years ago
Alibek Omarov d9a245dcb5 engine: reset cheat cvars on remote games 2 years ago
Alibek Omarov 24763f9b07 engine: server: request client to use Opus Custom codec 2 years ago
SNMetamorph 97879430e9 engine: small code fixes related to voice chat 2 years ago
SNMetamorph 8d0209b122 engine: server: added support for variable voice chat quality 2 years ago
Velaron 2b9e050f57 engine: voice support 2 years ago
SNMetamorph 8f91830997 engine: added changeport parameter for NET_Config 2 years ago
Alibek Omarov a8c877c841 engine: server: fix ParseFile calls 3 years ago
SNMetamorph ec95948b69 engine: server: implemented instant game library loading 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Andrey Akhmichin 1332381e2d engine: server: simplified strings operations. 4 years ago
mittorn 3a416636f1 engine: mark GAME_EXPORT's 5 years ago
mittorn 114a256675 Implement XASH_LOW_MEMORY, memory-reduced configuration 5 years ago
Alibek Omarov 4beba75159 engine: fix various compiler warnings 5 years ago
Alibek Omarov 54920f13df engine: rename library naming function, as it returns a full path and not just library name 5 years ago
Alibek Omarov 89a3fd6323 engine: make use of platform-unique library naming scheme 5 years ago
Alibek Omarov 70d45f23de public: crclib now is part of public library 5 years ago
Alibek Omarov c215b89923 Apply 4483 update 5 years ago
mittorn 298393b653 Initial amd64 port 6 years ago
Alibek Omarov aae3510763 Apply 4281 update 6 years ago
Alibek Omarov 1e7f9d00c3 Apply 4150 update 6 years ago
Alibek Omarov a539384a76 Apply 4143 update 6 years ago
mittorn 817206815d reslist.txt support 6 years ago
Alibek Omarov 0681209114 Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated 6 years ago
Alibek Omarov efe8ddf151 Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 6 years ago
Alibek Omarov fd649905ea Fix some format warnings 6 years ago
Alibek Omarov b7622e6009 Fix implicit function declaration. Fix struct declaration in parameter list 6 years ago
Alibek Omarov 5d13112e25 Dedicated build 6 years ago
Alibek Omarov 8d6e3b7f79 Pure engine source code(LF line endings, UTF8 encoded) 6 years ago