cvarlist
Base Jedi Academy
Show all cvars
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | cvarlist [arguments] |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/qcommon/cvar.cpp:892
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot.
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2013-04-07 |
OpenJK | 393874137c54First batch of changes from Ensi |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2013-04-07 |
OpenJK | 3b9054288cb6Some FS/CVar/Security fixes. Causes issues right now. |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2013-08-15 |
OpenJK | f7058dcb5644Add cvar_modified command, improve cvarlist command |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2013-08-15 |
OpenJK | 43f3e8eb7a4cFixed missing space in cvarlist command between the flags and the cvar name. |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2013-08-16 |
OpenJK | 82badfabf174Massive SP upgrade patch. Merges the console overhaul to SP. Fixes extension functions in SP. Rename qport to net_qport in SP. Remove alt-tab diasabler from SP. Fixed up command buffer code in SP. Fixed up configs loading on startup in SP. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/cvar.cpp |
medium |
2015-06-17 |
OpenJK | f614bc372a41Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/cvar.cpp |
medium |
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2017-08-31 |
OpenJK | 913e3cc57ec7Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2018-04-19 |
EternalJK | a7d79c1070c0support nm help messages |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2018-04-19 |
EternalJK | ecb970dc07a5small tweak to last commit |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
2018-04-19 |
EternalJK | 32ba4e2d9ad9better coding of nm help messages |
Changed the registered command handler. codemp/qcommon/cvar.cpp |
medium |
Evidence
- registration: codemp/qcommon/cvar.cpp:1642 (Cmd_AddCommand)
- handler: codemp/qcommon/cvar.cpp:1225