169 Commits (bc846bb6b4321994dbd062f328382e49c00f5423)

Author SHA1 Message Date
mittorn 803c396fa2 platform: new fbdev bakend, move in_evdev to bakends 5 years ago
Alibek Omarov 148846c02d common: explicitly cast literals to floats 5 years ago
Alibek Omarov 8bb6aa2c51 engine: don't include windows headers, as they globally included by port.h already 5 years ago
Alibek Omarov 37f9c25212 port: include winsock2 explicitly, so winsock1 would not be included with windows.h 5 years ago
Alibek Omarov 4b163e6d30 engine: hide FCVAR_RENDERINFO from renderdll, remove OpenGLConfigHack from engine functions, add GetConfigName to renderdll functions 5 years ago
Alibek Omarov 147c702f2f defaults: specify two default renderers, one is accelerated, second is software 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 4beba75159 engine: fix various compiler warnings 5 years ago
Alibek Omarov 4e4a9827b1 defaults: remove dead macro 5 years ago
Alibek Omarov b8c0d7f59e port: clean-up old port header 5 years ago
Alibek Omarov 0579ecd30f engine: check if client.dll linked to SDL2.dll (#37) 5 years ago
Alibek Omarov e9f26fe29d port: don't define XASH_64BIT, as it defined by waf 5 years ago
Alibek Omarov b16529cc65 Apply 4511 update 5 years ago
Alibek Omarov 4000654deb
engine: port: disable ARCH_SUFFIX set to "64" for 64-bit platforms, it would replaced with new library naming scheme in near future 5 years ago
Mr0maks 1cc2ec9095 filesystem: zip: codestyle 2 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 90e4fbed31 port.h: temporarily disable hardfp postfix 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 e3e2f3afe5 platform: move Sys_ShellExecute implementation to platform backends 5 years ago
Alibek Omarov d62a12dd9a ref: allow to use shortened name when specifying -ref in command line 5 years ago
Alibek Omarov 441795943b ref_gl: move gl specific defines out from defaults.h, remove VIDEO_DONTCARE hack, automatically set XASH_GLES if wrapper is set 5 years ago
Alibek Omarov 6c006e087d common: don't use SDL headers and types in refdll, if for some reason dll wants it 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
Alibek Omarov 4880ca3ca2 engine: move EXPORT definition to xash3d_types 5 years ago
Alibek Omarov 7aa7f4dbbd engine: fix broken win32 types after moving more definitions to xash3d_types.h 5 years ago
Alibek Omarov fb6fd61cd9 public: initial moving some common code into static public library, that can be linked to any engine part 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
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
mittorn 437ba6d7a2 ref:Fix some clgame, world and renderapi usages, import renderapi funcs from engine 5 years ago
Alibek Omarov 574f03c139 ref: initial engine to ref API draft, not compiling, work in progress [ci skip] 5 years ago
Alibek Omarov e193ac2c04 ref: more @mittorn's changes on RefAPI 5 years ago
Alibek Omarov 99bd7c81da ref: render code moved out of engine, doesn't compile, first API prototype 5 years ago
Alibek Omarov bf07a9e61e Apply 4344 update 6 years ago
Alibek Omarov 7c772d6bfd engine: rework timer stuff, move to platform. Move debugger present checks to platform 6 years ago
Alibek Omarov aae3510763 Apply 4281 update 6 years ago
Alibek Omarov 48d1aa5115 engine: fix warnings 6 years ago
mittorn 5c738b3402 Apply 4253 update 6 years ago
Alibek Omarov 7601a4cd29 Revert 64257ef to not break C++ header compability 6 years ago
Alibek Omarov 1e7f9d00c3 Apply 4150 update 6 years ago
Alibek Omarov 473810fc0c MSVC & Win32 related fixes 6 years ago
Alibek Omarov 814b7eda07 Apply 4140 update 6 years ago
Alibek Omarov aa5d52cebc Change libxashmenu to libmenu to keep same names between different OSes 6 years ago
Alibek Omarov 3f2a8f7704 Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2 6 years ago
Alibek Omarov e1f80fba3d Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers 6 years ago
mittorn 7d1df4c097 Add string.h, fix decals with unsigned char 6 years ago
mittorn ab0bcc55f8 Apply Apr20 update 6 years ago
mittorn db92c918b2 Apply Apr19 update 6 years ago