54 Commits (5bd1dd34b3394497e46399faea3f30e8acd1a858)

Author SHA1 Message Date
Alibek Omarov 54a5947a3c engine: remove MSGBOX macro 7 months ago
Alibek Omarov 36c2f9e9f2 engine: refactor rcon redirect, don't make it depend on global object 7 months ago
Alibek Omarov 597429cf41 engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject 8 months ago
Alibek Omarov 33c0764e65
engine: common: system: fix inverted COM_CheckStringEmpty in Sys_GetCurrentUser for Vita 1 year ago
fgsfds 70a73e47a7 psvita: use crtlib where possible 1 year ago
fgsfds 41c819f3d3 engine: psvita: keep old arguments in Sys_NewInstance 1 year ago
fgsfds 287688d985 engine: psvita: implement Sys_NewInstance 1 year ago
fgsfds 610d528042 engine: psvita: implement Sys_GetCurrentUser 1 year ago
fgsfds 7424b29e56 engine: initial psvita build support 1 year ago
fgsfds 25a1cb8ce7 Nintendo Switch support (again) 1 year ago
Alibek Omarov 209a03a12a engine, public: prepare to removal of XASH_MSVC macro 2 years ago
Alibek Omarov ebf3877cda engine: common: throw an error message into log in normal mode too! 2 years ago
Alibek Omarov 0a49e69818 engine: introduce Sys_DebugBreak function to raise an exception for debugger 2 years ago
Alibek Omarov 1a09d297ee engine: minimize SetCursorType calls count 2 years ago
a1batross fc84cd2a0a
engine: common: always show message box when we're in normal mode 2 years ago
Alibek Omarov e44718d531 engine: fix build 2 years ago
Alibek Omarov e6a2c207de engine: implement change game with execv in-engine. For now it enabled for all platforms, will probably disabled selectively 2 years ago
Alibek Omarov 7c9f5f8ab1 engine: remove LoadLibrary macros, to avoid possible misuse. Although macros moved to game_launch, it's part of it's own problem from now 2 years ago
SNMetamorph d1a5c33bf1 engine: common: removed unused function Sys_SetClipboardData 2 years ago
SNMetamorph 15eb6808c4 engine: platform: updated clipboard read/write functions 2 years ago
SNMetamorph 95ee88720c engine: platform: win32: major refactoring of console code 2 years ago
SNMetamorph 58dbc1ba31 engine: system: disabled skipping color codes for Wcon_WinPrint 2 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov 0efc5e82ec engine: fix some const qualifier lose and pointer-to-int casts 3 years ago
Alibek Omarov c62db950f1 server: implement rcon redirection, add redirect command from old engine 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Gleb Mazovetskiy 2106eef4b2 system.c: Fix `Sys_Warn/Error` text buffer sizes 4 years ago
Andrey Akhmichin e3b547c8a9 public: rename mathlib to xash3d_mathlib. 4 years ago
mittorn adc718f4d5 public: add XASH_POSIX platform define 4 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
Alibek Omarov 9e99a2bc37 engine: dirty sdl1.2 port 5 years ago
Alibek Omarov dc207a449c engine: fix -Werror=strict-prototypes 5 years ago
Alibek Omarov e8006c3253 engine: move ShellExecute to client, as it cannot be used in dedicated 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 b539ed5a3d engine: remove write_to_clipboard, as there was no way to enable it for a long time and no one even asked for this 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
a1batross 05eab0b5b0 system: fix win32 build 6 years ago
Alibek Omarov 7c772d6bfd engine: rework timer stuff, move to platform. Move debugger present checks to platform 6 years ago
Alibek Omarov 25d8a94c1c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 6 years ago
Night Owl f36d1f5621 Use execv instead of execve, because environ symbol breaks compilation with -Wl,--no-undefined flag under FreeBSD via Waf. 6 years ago
Alibek Omarov ef39f9c9cf engine: dedicated: fix build 6 years ago
Alibek Omarov 90d2434bb0 platform: add Set/GetClipboardText calls. Remove unneeded SDL_SetHint call on Android, because Android does not use SDL anymore 6 years ago
Alibek Omarov bff9ca8438 console: fix double printed console messages on Win32 6 years ago
Alibek Omarov d0ff201da2 Fix dedicated compiling errors 6 years ago
lewa_j 43b746d2f8 Fix MinGW build 6 years ago
Alibek Omarov 7d37ff33aa Fix high CPU load on Linux 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
Alibek Omarov fd649905ea Fix some format warnings 6 years ago
Alibek Omarov b70fab5384 Add Sys_GetIntFromCmdLine 6 years ago