115 Commits (71c9fd27724171b9d7bf2c672d8249c303a304ba)

Author SHA1 Message Date
Alibek Omarov 096ee34f67 public: remove Q_vsprintf, replace by proper Q_vsnprintf proper calls 1 year ago
Alibek Omarov c24a1fafc5 engine: add missing HPAK_CheckSize/Integrity calls 1 year ago
Alibek Omarov 116a605248 engine: common: replace some obvious va uses by temp buffer and Q_snprintf or equivalent code 1 year ago
Alibek Omarov d667845777 engine: convert Cbuf_AddText with va to Cbuf_AddTextf 1 year ago
Alibek Omarov 6b62f9c1b9 engine: convert Cvar_Get with va to Cvar_Getf 1 year ago
fgsfds 7424b29e56 engine: initial psvita build support 1 year ago
SNMetamorph 214a3cce73 engine: host: added -minidumps startup parameter for win32 platform 1 year ago
Alibek Omarov a0edfd28b2 engine: common: host: use DEFAULT_ALLOWCONSOLE macro to set default console state 1 year ago
fgsfds f87863b8bc nswitch: always enable console 1 year ago
fgsfds 25a1cb8ce7 Nintendo Switch support (again) 1 year ago
Alibek Omarov 51b5d7a41d engine: host: ensure we always have right slashes under Windows 2 years ago
Alibek Omarov 07afbd64d4 engine: common: host: force set HOST_FRAME status for dedicated as it finished initializing 2 years ago
Alibek Omarov d50ed1c087 engine: common: host: don't prepend # to command arguments when changing game to dedicated, it wasn't used and implement anymore 2 years ago
Alibek Omarov 7d0d6b8e0d engine: common: host: implement adaptive sleeptime, log time to first time for debug purposes 2 years ago
SNMetamorph 58465c3727 engine: common: fixed dedicated server bug 2 years ago
Andrey Akhmichin 177ed2c603 engine: common: simplify strings operations. 2 years ago
Alibek Omarov f377461fdf engine: common: made a filter for a filter (lol), so it's possible to play selected games with cl_filterstuffcmd enabled 2 years ago
Alibek Omarov 17d0b19f9e engine: use generic S_USAGE macro everywhere 2 years ago
Alibek Omarov d13f7f06e4 engine: fix framerate being capped to 60FPS with vsync, remove vid_displayfrequency cvar. Never sleep with vsync or timedemo, for accuracy 2 years ago
Alibek Omarov f469b56b93 engine: host: only sleep once between frames 2 years ago
Alibek Omarov 1a09d297ee engine: minimize SetCursorType calls count 2 years ago
Alibek Omarov 5a5e72c424 engine: print current bug-compatibility level, if enabled 2 years ago
Alibek Omarov 6e864e4f8f engine: introduce bug compatibility levels 2 years ago
Alibek Omarov d6dfeaeba7 engine: fix searching filesystem_stdio on mobile platforms 2 years ago
Alibek Omarov 5e4fc64430 filesystem: introduce new module, based on engine filesystem. 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 2b8b3e1993 engine: server: new IP filter, rewritten with IPv6 in mind 2 years ago
Alibek Omarov 86a777880f engine: common: mark AbortCurrentFrame as NORETURN, fix noreturn warnings 2 years ago
Alibek Omarov 843c9abf9b engine: common: fix array underrun 2 years ago
Alibek Omarov fba323cf1f engine: common: cosmetic changes to usage string generating code 2 years ago
Alibek Omarov 85f99c723a engine: add sys_timescale implementation 2 years ago
Alibek Omarov 3f7773f83b engine: client: rewrite VOX subsystem, fix spaces being taken into sentences, add tests for parser, remove dead code 2 years ago
Alibek Omarov ffea7d9729 engine: add host_lowmemorymode cvar to indicate low memory mode level 3 years ago
Alibek Omarov f007374866 engine: client: rewrite console history 3 years ago
Alibek Omarov c00e77c02e engine: fix const qualifier discard 3 years ago
Alibek Omarov 992bcd89ef engine: add cmd and cvar tests for privileged mode 3 years ago
Alibek Omarov f2a9f805b8 engine: client: redefine some cvars as filterable 3 years ago
Alibek Omarov 36702aafe7 engine: rename FCVAR_LOCALONLY and CMD_LOCALONLY into FCVAR_PRIVILEGED and CMD_PRIVILEGED 3 years ago
Alibek Omarov b93938956e engine: allow exec command with config filenames whitelist 3 years ago
Alibek Omarov 8a9231628e engine: restrict potentially harmful or related to user settings engine cvars 3 years ago
Alibek Omarov 94dc74a37f engine: restrict potentially harmful engine commands 3 years ago
Alibek Omarov 1a1d81de62 engine: add stuffcmd filtering, not wired to ClientCmd yet 3 years ago
Alibek Omarov a235bec5f1 engine: introduce COM_ParseFileSafe, add tests 3 years ago
SNMetamorph e4ad8def0d engine: filesystem: fixed current directory changing for Windows 3 years ago
SNMetamorph ec95948b69 engine: server: implemented instant game library loading 3 years ago
Alibek Omarov 91ee9bd32a engine: merge tests for imagelib 3 years ago
Alibek Omarov 6ea25b8194 engine: add simple unit-testing (v3?) 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
Andrey Akhmichin abd9778ef3 engine: common: simplified strings operations. 4 years ago