|
16ed6cbdcb
|
engine: mark some functions as never returning nullptr
|
2024-11-07 16:11:58 +03:00 |
|
|
d15949d2e8
|
Rename _format to FORMAT_CHECK
|
2024-11-07 14:24:07 +03:00 |
|
|
7ccf651fd0
|
engine: cvar: implement safer cvar unlinking in case when game deallocates cvar
|
2024-10-03 15:32:14 +03:00 |
|
|
9a432a5a13
|
common: rewrite cvardef.h from scratch based on Quake definitions
* unify cvar.h and cvardef.h, enable private definitions only for refdll and engine
* add FCVAR_REFDLL for easier RefDll cvars cleanup
|
2024-08-21 12:18:06 +03:00 |
|
|
9b6518376c
|
engine: cvar: add Cvar_DirectSetValue function
|
2024-01-13 05:18:30 +03:00 |
|
|
7fd1534753
|
engine: common: cvar: remove unused CVAR_TO_BOOL macro
|
2023-05-27 21:52:58 +03:00 |
|
|
70b26a13c2
|
engine: allow ref dlls to use convar_t
|
2023-05-27 21:52:58 +03:00 |
|
|
d177b6f528
|
engine: cvar: consolidate auto description for GLCONFIG cvars
Fix bug when GLCONFIG cvars didn't had it's respective CLIENTDLL or GAMEUIDLL flags
|
2023-03-13 06:22:54 +03:00 |
|
Andrey Akhmichin
|
a2d459ae84
|
engine: common: add printf-like version of Cvar_Get function.
|
2023-03-11 15:29:54 +03:00 |
|
|
f377461fdf
|
engine: common: made a filter for a filter (lol), so it's possible to play selected games with cl_filterstuffcmd enabled
|
2022-11-27 04:45:03 +03:00 |
|
SNMetamorph
|
d1309c3aeb
|
engine: common: backported "set" command from old engine
|
2022-11-10 11:56:10 +03:00 |
|
|
66d66eb835
|
common: define FCVAR_LOCALONLY the same bit used in GoldSource, move FCVAR_MOVEVARS into internal engine flags
|
2021-11-23 05:23:38 +03:00 |
|
|
1a1d81de62
|
engine: add stuffcmd filtering, not wired to ClientCmd yet
|
2021-11-23 05:23:38 +03:00 |
|
|
0efc5e82ec
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
|
|
9120d40ce5
|
engine: redefine CVAR_DEFINE_AUTO through CVAR_DEFINE macro
|
2021-03-09 23:58:21 +03:00 |
|
|
a03aa3ddb3
|
Merge 4281 update
|
2018-10-28 00:39:29 +03:00 |
|
|
aae3510763
|
Apply 4281 update
|
2018-10-27 23:32:09 +03:00 |
|
|
0561ac2076
|
Add basecmd from old engine. Add basecmd_stats command
|
2018-06-01 21:28:25 +03:00 |
|
|
5a449a56ea
|
Port restricted cmds and cvars from old engine. TODO: implement better stufftext filter
|
2018-06-01 19:57:54 +03:00 |
|
|
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.
|
2018-04-23 23:07:54 +03:00 |
|
|
c1076f43f7
|
Update client engine interface
|
2018-04-19 21:51:17 +00:00 |
|
|
8d6e3b7f79
|
Pure engine source code(LF line endings, UTF8 encoded)
|
2018-04-13 19:23:45 +03:00 |
|