67 Commits (953dd3d1a7c3d79dde77b0d110b5393425d88e9f)

Author SHA1 Message Date
SNMetamorph 44a43c2c09 engine: client: cl_parse: minor code fix in CL_ParseLegacyServerData 2 years ago
Alibek Omarov 1a09d297ee engine: minimize SetCursorType calls count 2 years ago
Alibek Omarov 3c682507e7 engine: client: voice: notify client.dll about localplayer twice, through special loopback index and normal index 2 years ago
Alibek Omarov 0b50678912 engine: client: voice: refactor, fix issues when missing mic disables voice chat, fix few possible crashes and memory leaks 2 years ago
Alibek Omarov 327dcc0293 engine: client: voice: simplify code, simplify including voice.h, do not depend on opus headers globally 2 years ago
SNMetamorph a688bed79f engine: client: cl_parse: moved buffer to stack in CL_ParseVoiceData 2 years ago
SNMetamorph 97879430e9 engine: small code fixes related to voice chat 2 years ago
SNMetamorph c5d7e3c783 engine: client: fixed players voice state changing 2 years ago
Velaron 2b9e050f57 engine: voice support 2 years ago
Alibek Omarov 911385d019 engine: client: fix memory leak on player disconnect 2 years ago
Alibek Omarov 52d1383f14 engine: client: fix various useless checks, unused variables & defines, double assignments and mistypings 2 years ago
Alibek Omarov 668d528e3b engine: client: delete unused function 2 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov 1de1852409 engine: client: fix build after merging into one ParseCvarValue function 3 years ago
Alibek Omarov 06eb6838a9 engine: client: protect protected, privileged and server only cvars from server query 3 years ago
Alibek Omarov 3203d9a043 engine: client: wire Cbuf_AddFilteredText to svc_stufftext commands 3 years ago
Bohdan Shulyar 8ab97fbbf0
engine: client: Add svc_exec support (#671) 3 years ago
Alibek Omarov 4ba95277b9 engine: client: fix ParseFile calls 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Andrey Akhmichin 5aef09ce5d engine: client: simplified strings operations. 4 years ago
Alibek Omarov 80a5c53cb2 engine: client: move ref state updating into standalone function 4 years ago
Agent Agrimar e4a71afe63 engine: client: update the ref state before R_NewMap is called 4 years ago
mittorn 3a416636f1 engine: mark GAME_EXPORT's 5 years ago
mittorn 6953e829c4 lowmemory: prevent redefines 5 years ago
mittorn 0e7013eeb0 lowmemory: tune XASH_LOW_MEMORY=1 not breaking multiplayer 5 years ago
mittorn d6f8112860 gameinfo: add MIN_EDICTS constant instead of magic number 600, low it to 64 5 years ago
mittorn 271d15f989 client: prevent precache overflow 5 years ago
mittorn 06cadacb59 lowmemory: cut resources array for legacy mode, only related to downloads 5 years ago
mittorn 37cba10c14 lowmemory: fix sentences 5 years ago
mittorn 114a256675 Implement XASH_LOW_MEMORY, memory-reduced configuration 5 years ago
Alibek Omarov d2a8cfe614 Revert "engine: client: implement connectionprogress partially" 5 years ago
Alibek Omarov cb417a3d51 engine: client: implement connectionprogress partially 5 years ago
Alibek Omarov 4beba75159 engine: fix various compiler warnings 5 years ago
Mr0maks 85b5b4e965 filesystem: add support for zip files 5 years ago
Alibek Omarov c215b89923 Apply 4483 update 5 years ago
Alibek Omarov fe14a360b4 engine: fix fs_offset_t/size_t conversion, const qualifiers 5 years ago
Alibek Omarov f48335f2f2 ref: get rid of fov in globals, add RenderFrame wrapper, which correctly initialize shared global values 5 years ago
mittorn c55b7dcda7 ref: simplify efx api, move efrags to engine 5 years ago
mittorn 297ca08e81 ref: replace model (un)loading by Mod_ProcessRenderData 5 years ago
mittorn 8339096ad8 ref: Improve model unloading, fix texture leak 5 years ago
mittorn 00ce909fc8 Setup renderer time 5 years ago
Alibek Omarov 97aba69ed0 ref: implement API interface for ref_gl, get rid of RenderAPI, RenderInterface and vgui_support API references 5 years ago
Alibek Omarov e7234bada2 ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 5 years ago
Alibek Omarov 99bd7c81da ref: render code moved out of engine, doesn't compile, first API prototype 6 years ago
mittorn e99ca5947b legacymode: resource list support 6 years ago
mittorn e05c1ed912 HTTP download support 6 years ago
mittorn 480ef0a468 legacymode: add netsplit support (incoming only) 6 years ago
mittorn bbd4c1315e legacymode: implement clc_userinfo 6 years ago
Alibek Omarov 6ba406be7d legacymode: some codestyle fixes 6 years ago
mittorn 1a6fd72d19 legacymode: fix choke counter 6 years ago