179 Commits (ae7ed03376b860def9b5d70090dfc6c9e5444159)

Author SHA1 Message Date
SNMetamorph 73883b504f engine: client: improved bandwidth test logic 4 months ago
Alibek Omarov 3cea12627e engine: client: add cl_trace_stufftext from old engine 5 months ago
Alibek Omarov c2da125358 engine: client: as an experiment, let users override default font rendermode through hud_fontrender and con_fontrender cvars 5 months ago
Alibek Omarov af316bff14 engine: client: add hud_scale_minimal_width to limit scaling factor and potentially avoid unsupported hud sprites resolutions 5 months ago
Alibek Omarov 0b24810927 engine: client: clean up client.h from unused function prototypes, or move them to appropriate C file 5 months ago
Alibek Omarov b3d8fb03bf engine: client: add generic handler for simple types of screenshots commands 5 months ago
Alibek Omarov 75d476f9df engine: fix -Wmissing-prototypes 5 months ago
Alibek Omarov 5d6cf62405 engine: client: voice: open microphone only after server sends svc_voiceinit to us and shutdown immediately after disconnect 6 months ago
Alibek Omarov 266f9a6bc6 engine: client: add support for parsing IPv6 server list 6 months ago
Alibek Omarov df6546d5b1 engine: client: add new gamma implementation 6 months ago
Alibek Omarov c56e876043 engine: client: don't reset runfuncs for demoplayback 6 months ago
Alibek Omarov 18136e5320 engine: client: implement HL25's cl_fixmodelinterpolationartifacts cvar 6 months ago
mittorn b4a7c266b5 platform/linux: implement debug timers and cl_maxframetime to catch very long frames on debugger 7 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 7d61b5317c engine: client: add random key to the query, so we can validate master server response 9 months ago
Alibek Omarov 201258dc9e engine: client: allow passing additional filter through internetservers command arguments 9 months ago
Alibek Omarov 0330569537 engine: client: remove master server queries from NetAPI, they are never used by mods 9 months ago
Alibek Omarov 33be1b7591 engine: client: let time flow in Xash demos 9 months ago
Alibek Omarov 706ef65208 engine: client: make unprefixed important userinfo cvars filterable, so servers won't be able to change them, for security 10 months ago
Alibek Omarov 3168e5ccf0 wscript: add an option to request and accept any servers 11 months ago
Alibek Omarov 87a56a5fa1 engine: client: initialize netadr_t structure in LAN games scan 11 months ago
Alibek Omarov e23580c1de engine: remove czeror sequence parser 12 months ago
Alibek Omarov a862446072 engine: client: restore cl_trace_events from old engine branch 1 year ago
Alibek Omarov 450f77443d engine: client: ignore some out of band packets if we're not connecting to server 1 year ago
Alibek Omarov 214fc7e827 engine: common: move host cvars to static allocation 1 year ago
Alibek Omarov b1d60c248d engine: client: move main client cvars to static allocation 1 year ago
Alibek Omarov 5d7d5319fd engine: move ref cvars to static allocation 1 year ago
Alibek Omarov 5b582b744a engine: client: check if filesystem was initialized during client shutdown 1 year ago
Alibek Omarov b16fa8eddc public: remove Q_strcat and Q_strcpy, and patch the code that uses it 1 year ago
Alibek Omarov 096ee34f67 public: remove Q_vsprintf, replace by proper Q_vsnprintf proper calls 1 year ago
Alibek Omarov 12ed092446 engine: client: register VGui surface cvars 1 year ago
Alibek Omarov 4005ef831a engine: common: remove unused IsBackgroundMap/Demo calls, remove unused gamma function 1 year ago
Alibek Omarov d8355a651f engine: add missing Sequence_Init and Sequence_OnLevelLoad calls 1 year ago
Alibek Omarov 93a7ccd14f engine: network: add net_gai_state_t enum for NET_StringToAdrNB result value 1 year ago
Alibek Omarov 5ef97ae99e engine: convert Info_SetValueForKey with va to Info_SetValueForKeyf 1 year ago
Alibek Omarov d667845777 engine: convert Cbuf_AddText with va to Cbuf_AddTextf 1 year ago
Alibek Omarov f42a174482 engine: client: empty current map name in CL_ClearState 1 year ago
Alibek Omarov fccf044976 engine: initialize network buffers used on player connect and after 1 year ago
Alibek Omarov d7116afc92 engine: client: add hud_fontscale cvar to control HUD font scaling (not wired to any logic yet) 1 year ago
Alibek Omarov d5fe491c14 engine: client: add a little auto-disconnect message in case of server timeout 1 year ago
Alibek Omarov 500ca54550 Revert "engine: get rid of MSG_BigShort, use htons instead, since network headers are always included" 1 year ago
Alibek Omarov a6475f530b engine: get rid of MSG_BigShort, use htons instead, since network headers are always included 2 years ago
Alibek Omarov 9152bbf106 engine: client: more accurate decompilation of CL_LerpPoint and ComputeInterpolationAmount 2 years ago
Alibek Omarov 4a3efa511c engine: client: correctly decompiled version of CL_AdjustClock (with removed useless float-to-int operation) 2 years ago
Alibek Omarov 787d3bc5dd engine: share playermove ClearPhysEnts function 2 years ago
Alibek Omarov c1287b3950 engine: client: speed up reconnect for legacy servers 2 years ago
Alibek Omarov 52061621ac engine: client: do not let client.dll overwrite usercmd that's was read from demo 2 years ago
Alibek Omarov a3ef6c955c engine: don't double register rcon_password cvar 2 years ago