63 Commits (48e199bfa16e014c31c7882464d683f053f89afd)

Author SHA1 Message Date
Alibek Omarov 58e95c7d6f engine: client: console: elinimate unneeded Sys_DoubleTime call in Con_DrawDebug 1 year ago
Alibek Omarov e481c86ba2 engine: client: console: fix NXPrintf newlines, small refactoring 1 year ago
Alibek Omarov 5e1b5d89f7 engine: client: console: allow opening OSK and existing console with gamepads for all platforms 1 year ago
fgsfds d944301a60 engine: client: add barebones gamepad controls to input fields 1 year ago
fgsfds f3e50b5500 add barebones gamepad controls for input fields and console 1 year ago
Alibek Omarov 77ea03a62c engine: client: introduce bare-bones font manager and text drawing manager 1 year ago
Alibek Omarov c481e52558 engine: client: consolidate variable and quake fixed width font loading functions 2 years ago
Andrey Akhmichin 3287501f97 engine: client: simplify strings operations. 2 years ago
Alibek Omarov 4b05cf4399 engine: client: better fix for notify debug messages, rely on host.allow_console variable to don't allow uninitialized console usage 2 years ago
Alibek Omarov 28001ea150 engine: client: enable notify messages in non-developer mode 2 years ago
Alibek Omarov 1d558b33d6 engine: client: don't let set unsupported con_charset 2 years ago
Alibek Omarov 64eb0a694d engine: client: also drop loading plaque on toggleconsole, in case if it's stuck 2 years ago
Alibek Omarov 52d1383f14 engine: client: fix various useless checks, unused variables & defines, double assignments and mistypings 2 years ago
Alibek Omarov aa5594d11f engine: client: don't let servers clear console 3 years ago
Alibek Omarov 4ae608913b console: fix Home and End buttons or equivalent hotkeys to always set start or end of input buffer 3 years ago
Alibek Omarov 3351ecd754 console: ignore whitespace commands on history, ignore backslash 3 years ago
Alibek Omarov 46fd27eb14 console: remove prepending backslashes 3 years ago
Alibek Omarov 947b94d29f engine: client: delete unused test data :) 3 years ago
Alibek Omarov f007374866 engine: client: rewrite console history 3 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov c6648a69ba engine: client: protect messagemode from command injection too 3 years ago
Владислав Сухов c9e4912a2a client: backport con_fontnum from old engine 3 years ago
Alibek Omarov 013918a371 console: redefine con_color as cvar 3 years ago
SNMetamorph c4ef42009c engine: client: fixed height argument writing in Con_DrawStringLen 3 years ago
Alibek Omarov 0efc5e82ec engine: fix some const qualifier lose and pointer-to-int casts 3 years ago
Andrey Akhmichin 5aef09ce5d engine: client: simplified strings operations. 4 years ago
Alibek Omarov 0db1a7743d engine: try to fix -Wmaybe-uninitialized that may be enabled with -Wuninitialized. Diagnostic is prone to false-positives, as compiler don't have enough data for this 4 years ago
mittorn 3a416636f1 engine: mark GAME_EXPORT's 5 years ago
Alibek Omarov 154dd5c9ae engine: console: temporarily disable updating screen when something is printed to console, because it can mess up with textures 5 years ago
mittorn bb48e5209e console: fix wrong line width on start, remove some hard-coded sizes 5 years ago
mittorn 114a256675 Implement XASH_LOW_MEMORY, memory-reduced configuration 5 years ago
Alibek Omarov fa622168a0 engine: fix style, disable XASH_USE_SELECT 5 years ago
Alibek Omarov d2a8cfe614 Revert "engine: client: implement connectionprogress partially" 5 years ago
Alibek Omarov cb417a3d51 engine: client: implement connectionprogress partially 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 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 5be982cc72 ref: remove shared textures enum, instead use hardcoded texture names 5 years ago
mittorn ca3913cd88 fix windows build 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 97aba69ed0 ref: implement API interface for ref_gl, get rid of RenderAPI, RenderInterface and vgui_support API references 5 years ago
Alibek Omarov 99bd7c81da ref: render code moved out of engine, doesn't compile, first API prototype 6 years ago
mittorn 17b0c23f2e Show engine arch in version 6 years ago
mittorn 4b58b0b168 Fix console background aspect ratio 6 years ago
a1batross f173ce11f7 console: fix version drawn all the time which engine runs 6 years ago
Alibek Omarov edde871eb5 console: fix console font scale for Quake I fonts, fix drawing arrows in console for Quake I 6 years ago
Alibek Omarov 48d1aa5115 engine: fix warnings 6 years ago
mittorn b0c077ccf8 Persistent console history 6 years ago
mittorn a0f0eca77c Backup console input when using history 6 years ago