204 Commits (20ecfcd8e0d29b4262fe6cb3fdba491bd44d0403)

Author SHA1 Message Date
Alibek Omarov 4beba75159 engine: fix various compiler warnings 5 years ago
Alibek Omarov 9662ab106f engine: client: implement errormsg, secure client by checking server IP address we're connected to 5 years ago
Alibek Omarov 04ee7c3a55 engine: fix build 5 years ago
Alibek Omarov a85a856215 engine: implement connection warning dialog showing up, update menu 5 years ago
Alibek Omarov 9e30fc253f engine: gameui: add new extended API and declare old engine menu extensions deprecated 5 years ago
Alibek Omarov b2895770b8 platform: remove unneeded argument from SNDDMA_Init 5 years ago
Alibek Omarov 3bf5f19446 keys: fix default binding of ESC button after unbindall command 5 years ago
Alibek Omarov 62fb743a20 engine: sound: clear leftovers from previous commit 5 years ago
Alibek Omarov 40211efa9a engine: sound: remove s_cull and s_phs, because they never worked. It's better to write our own occluder in future or use any opensource library 5 years ago
Alibek Omarov 3e4bd20919 engine: client: implement sending input devices list to server, using protinfo 5 years ago
Alibek Omarov 7d10660b87 engine: keys: give gamepad keys names 5 years ago
Alibek Omarov 6aa4765c3e engine: input: implement input devices collecting 5 years ago
Alibek Omarov fa68108907 engine: input: adapt gamepad code for new engine, remove gamepad ids, as it was never used and probably will never be, small optimizations 5 years ago
Alibek Omarov d347096396 engine: sound: allow cubic sound interpolation 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 2e2949b180 Apply 4529 update 5 years ago
Alibek Omarov 6197ba8af6 engine: ref: remove redutant LoadLibrary call 5 years ago
Alibek Omarov 89a3fd6323 engine: make use of platform-unique library naming scheme 5 years ago
Alibek Omarov 0579ecd30f engine: check if client.dll linked to SDL2.dll (#37) 5 years ago
Night Owl 4eee187f1b engine: common: imagelib: add simple decoder/encoder for 8-bit RGB/RGBA PNG images. 5 years ago
Alibek Omarov 3ae7ecaeb3 engine: patched to compile, moved gl_clear to engine 5 years ago
Alibek Omarov b16529cc65 Apply 4511 update 5 years ago
Alibek Omarov 76dae35955 ref: remove COM_HashKey API call 5 years ago
Alibek Omarov 86d823b877 engine: client: fix demo playback on ARM 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 d14ce61520 engine: no return type for RenderFrame 5 years ago
Alibek Omarov 5af6506d86 engine: ensure that we loading same client library 5 years ago
Alibek Omarov 4819790272 engine: console: fix invalid REF_GET_PARM call 5 years ago
Alibek Omarov fe14a360b4 engine: fix fs_offset_t/size_t conversion, const qualifiers 5 years ago
Alibek Omarov ab7a67464b engine: fix long<->int conversion UBs 5 years ago
Alibek Omarov 3fef353291 android: initial port 5 years ago
Alibek Omarov 2c17af4850
engine: ref: fix possible null dereference, if client doesn't export studio renderer 5 years ago
Alibek Omarov 7d8b63fd88 ref: get rid of R_IncrementSpeedsCounter 5 years ago
Alibek Omarov 5be982cc72 ref: remove shared textures enum, instead use hardcoded texture names 5 years ago
Alibek Omarov 4d9563ea03 ref: make api thinner by removing IsNormalPass and moving CL_FxBlend to refdll 5 years ago
Alibek Omarov d62a12dd9a ref: allow to use shortened name when specifying -ref in command line 5 years ago
mittorn d5b6ccb3e2 ref: REF_SOFTWARE support with SDL_Surface/SDL_Renderer 5 years ago
Alibek Omarov 3c1c13850e vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine 5 years ago
Alibek Omarov 8385563bef engine: fix possible crash during exit 5 years ago
mittorn ca3913cd88 fix windows build 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
Alibek Omarov 92b89936b3 ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs 5 years ago
mittorn 0a22040c6e Fix SpriteTexture 5 years ago
mittorn c55b7dcda7 ref: simplify efx api, move efrags to engine 5 years ago
mittorn 78f8932313 Fill client RenderAPI 5 years ago
mittorn f00181223f Remove duplicate R_ClearScene 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