66 Commits (9690fe933420de50384288245b88b05a16405b67)

Author SHA1 Message Date
Alibek Omarov 80507b2eca engine: mod_bmodel: fix const qualifier discard warning 2 years ago
Alibek Omarov d047dfc319 engine: add few lines in mod_bmodel back, got removed in previous commits accidentally 2 years ago
Alibek Omarov 13ed2742b2 engine: check for bsp30ext before trying to use extended clipnodes, fix 32-bit clipnodes check 2 years ago
Alibek Omarov df1c9a5029 engine: simplify blue shift swapped lump check, change TestBmodelLumps to avoid reading past mod buffer 2 years ago
Andrey Akhmichin 444e08f59a engine: common: simplify strings operations. 2 years ago
Alibek Omarov 754d55beef engine: common: fix for HLBSP extended clipnodes hack when BSP2 support is enabled 2 years ago
Alibek Omarov 81b01ac561 engine: common: remove NaN check, it's mostly useless on text data 2 years ago
Alibek Omarov 771c359ed0 engine: common: make blue-shift map detect more robust 2 years ago
SNMetamorph edc171be04 engine: common: fixed lightmap shift again 2 years ago
SNMetamorph 24ea8fba4b engine: common: fixed lightmap shifting caused by insufficent precision in Mod_CalcSurfaceExtents 2 years ago
Alibek Omarov 0963e05716 engine: restore lumps after swapping them for blue shift maps 3 years ago
Alibek Omarov e0efe0aa23 engine: remove emboss filter. There seems no real use for it. 3 years ago
Alibek Omarov 24edcf7d9e engine: swap lumps back after they were swapped for blue-shift maps 3 years ago
Alibek Omarov 29a8bfb1dc engine: common: fix ParseFile calls 3 years ago
Alibek Omarov 9313f7e80e engine: replace pool pointer by pool handle 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Andrey Akhmichin e3b547c8a9 public: rename mathlib to xash3d_mathlib. 4 years ago
Alibek Omarov 0fe18ae6dc engine: fix -Wmaybe-uninitialized 5 years ago
Alibek Omarov dd1daa5bff engine: correctly validate blueshift maps 5 years ago
Alibek Omarov 3da10f28c4 engine: restored BShift maps support 5 years ago
Alibek Omarov c07109e69c engine: fix -Wincompatible-pointer-types, add it to Werror list 5 years ago
Alibek Omarov 9421457b3a engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h 5 years ago
iZarif bf8b87c29d engine: client/common: fix a few more format warnings 5 years ago
Alibek Omarov edf3fcd398 engine: common: explicitly cast literals to floats, include tgmath when needed 5 years ago
Alibek Omarov 2f8fec6b70 Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever. 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 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 5be982cc72 ref: remove shared textures enum, instead use hardcoded texture names 5 years ago
Alibek Omarov 62f04137a5 engine: hide ref calls under Host_IsDedicated checks, replace ref function ptr checks by \!Host_IsDedicated 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 8339096ad8 ref: Improve model unloading, fix texture leak 5 years ago
mittorn 4247af8fa8 Reduce engine dependencies. crtlib/mathlib/matrixlib now can be built standalone 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
mittorn 437ba6d7a2 ref:Fix some clgame, world and renderapi usages, import renderapi funcs from engine 5 years ago
Alibek Omarov 99bd7c81da ref: render code moved out of engine, doesn't compile, first API prototype 5 years ago
Jonathan Poncelet 35869586c9 Made various log messages more informative 6 years ago
Alibek Omarov bf07a9e61e Apply 4344 update 6 years ago
mittorn 298393b653 Initial amd64 port 6 years ago
Alibek Omarov 622de7a7f1 Apply 4312 update 6 years ago
Alibek Omarov ef39f9c9cf engine: dedicated: fix build 6 years ago
Alibek Omarov aae3510763 Apply 4281 update 6 years ago
mittorn 5c738b3402 Apply 4253 update 6 years ago
Alibek Omarov 1e7f9d00c3 Apply 4150 update 6 years ago
Alibek Omarov d0ff201da2 Fix dedicated compiling errors 6 years ago
Alibek Omarov a539384a76 Apply 4143 update 6 years ago
Alibek Omarov 814b7eda07 Apply 4140 update 6 years ago
Alibek Omarov 9bab7d222a Apply 4097 update 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