290 Commits (b1860972c6e5192be917764548e09c05437b9991)

Author SHA1 Message Date
Alibek Omarov 1f4c9b67da engine: server: don't init or send voice chat in singleplayer 5 months ago
Alibek Omarov e2424b4303 engine: server: clean up userinfo and fullupdate throttle on client connect 5 months ago
Alibek Omarov 7daa6c3451 engine: server: use soundlist to acquire random sounds for physics 5 months ago
Alibek Omarov 8c61a2f021 engine: server: cleanup server.h header from unused functions prototypes 5 months ago
Alibek Omarov 0579e40857 engine: server: remove unused DumpHashString function 5 months ago
Alibek Omarov b41fe076ae engine: server: exclude expired IP filters from check 5 months ago
Alibek Omarov 2b6a550405 engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file 5 months ago
Alibek Omarov 75d476f9df engine: fix -Wmissing-prototypes 5 months ago
Alibek Omarov 862b9e68be engine: server: fix possible null pointer dereference 6 months ago
Alibek Omarov caefa0b7b9 engine: remove cvar r_lighting_modulate, it's some unindentifiable legacy 6 months ago
Alibek Omarov ce73838f1b engine: add a function that validates requested features bits 6 months ago
Alibek Omarov 96f7f5457d engine: print all supported and enabled features 7 months ago
Alibek Omarov d41a80bc2c engine: add mask to sanitize possible engine features bits 7 months ago
Alibek Omarov 13aab4e59c engine: server: fix off-by-one error in Voice_Set/GetClientListening 7 months ago
Alibek Omarov 36c2f9e9f2 engine: refactor rcon redirect, don't make it depend on global object 7 months ago
Alibek Omarov 0c512d0431 engine: server: unused variables cleanup 7 months ago
Alibek Omarov 2d2e03f235 engine: server: reset edict in ParseSaveTables like GoldSrc does which fixes messed up entities in mods that have advanced save-restore system (thanks to vasiavasiavasia95 for figuring out this bug) 8 months ago
Alibek Omarov 68377435c8 engine: server: remove legacy light -> light_level entity key rewrite 8 months ago
SNMetamorph 5216cccef4 engine: server: added singleplayer check for userinfo update 8 months ago
Alibek Omarov 83d26ad233 engine: server: add sv_allow_autoaim cvar 8 months ago
Alibek Omarov f7c536b81c engine: server: allow loading maps from subdirectories as this is used by some Half-Life mods 8 months ago
Alibek Omarov f07eea5073 engine: server: allow server unloading for Win32 targets until we figure out the issues with MetaMod 9 months ago
Alibek Omarov 78bc177e05 engine: server: remove unused host struct field 9 months ago
Alibek Omarov 8fb908e3d4 engine: server: disable SV_UnloadProgs, only call it when shutting down engine 9 months ago
Alibek Omarov d8b261370a engine: common: do not probe server to collect cvars for game.cfg (CHECK THIS) 9 months ago
Alibek Omarov 7f9025e178 engine: server: sv_pmove: use model name for physent name to avoid crash when classname isn't initialized yet 9 months ago
Alibek Omarov a5ee631191 engine: server: sv_game: disable searching closer to server library memory region for Android 9 months ago
Alibek Omarov 061b50404d engine: server: register dummy cvar sv_allow_dlfile for GoldSrc compatibility 9 months ago
Alibek Omarov 279cec5ae9 engine: rename cl/sv_allowdownload for GoldSrc compatibility 9 months ago
Alibek Omarov 3ac8ad9484 engine: fixup endianness found by -Werror=strict-aliasing in old armv7hf compiler (d259421111289af3b49c055150e02213f39075a6) 9 months ago
mittorn b949da291e engine: fix strict aliasing issues found by an old armv7hf compiler 9 months ago
Alibek Omarov 1c9f333420
engine: server: fix attempting to free pool instead of an allocated memory 10 months ago
Alibek Omarov 52bd923d9d engine: server: use generic host pool for temporary string allocation in case of PhysicAPI 11 months ago
Alibek Omarov 72fe214f49 engine: server: pre-process string before passing it to PhysicAPI AllocString, for compatibility with existing Xash3D games 11 months ago
Alibek Omarov 9968b192c3 engine: server: fix buffer overflow in invalid Q_strncpy call 11 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 12 months ago
Alibek Omarov d5f4b409e8 engine: server: sv_save: use new quicksave_aged_count and autosave_aged_count gameinfo.txt keys 1 year ago
Alibek Omarov ea24b5f3ca engine: server: make CRC32_MapFile public 1 year ago
Alibek Omarov eb7f19d3cf engine: server: properly remove remaining server operator commands 1 year ago
Alibek Omarov f5b9826fd9 engine: common: net_encode: directly access delta description struct than searching for it every time 1 year ago
Alibek Omarov 4bbd1e59a4 engine: server: static-ize world functions 1 year ago
Alibek Omarov 0809453b2c engine: server: static-ize sv_query functions 1 year ago
Alibek Omarov 8350d81c18 engine: server: static-ize sv_pmove functions 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 6b223f1325 engine: server: static-ize functions in sv_game. Set GAME_EXPORT attribute to server GameAPI functions 1 year ago
Alibek Omarov 01ad3dda2a engine: server: escape rcon arguments before passing it to command buffer, also use more efficient concatenation 1 year ago
Alibek Omarov 2a05624615 engine: server: keep silence in case of unset or invalid rcon password 1 year ago
Alibek Omarov 16c87ae2c9 engine: platform: reorganize UpdateStatusLine, make it shared but implemented only if platform has SetStatus. Implement SetStatus for systemd/Linux 1 year ago
Alibek Omarov c7d748e8df engine: server: add sv_log_outofband cvar that controls whether connectionless packets should be printed or not 1 year ago