cl_drawRecording
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cl_drawRecording in the engine-client module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Demos & media |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | Yes — ingame_setup.menu:5063 |
| Default | 1 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
1 |
Selects the code path tested for value 1. | codemp/client/cl_scrn.cpp:404 |
2 |
Selects the code path tested for value 2. | codemp/client/cl_scrn.cpp:406 |
3 |
Selects the code path tested for value 3. | codemp/client/cl_scrn.cpp:408 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
dac8819e51c0in OpenJK (content authored2016-01-22, integrated2017-07-30) - TaystJK integration evidence:
913e3cc57ec7 - Upstream registration evidence: codemp/client/cl_main.cpp:2819
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: openjk retains origin because content authorship and PR submission predate the project that merged the work first. The identifier’s single-prefix squash feature group explicitly credits openjk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| JK2MV | 2016-01-18 |
— | 2016-01-18 |
63ca54299bfe |
Other project appearance |
| OpenJK | 2016-01-22 |
— | 2017-07-30 |
dac8819e51c0 |
Ultimate origin |
| rend2 | 2016-01-22 |
— | 2017-07-30 |
dac8819e51c0 |
Shared integration commit |
| EternalJK | 2016-01-22 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| TaystJK | 2016-01-22 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| jaPRO | 2016-01-22 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| Vulkan | 2016-01-22 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| NewJK / NewMod | 2016-04-22 |
— | 2016-04-22 |
e477e3d3e1e5 |
Other project appearance |
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 |
|---|---|---|---|---|
2017-08-31 |
EternalJK | 64b989e1984bAdd batch script to create VS2017 projects. Fixed minor build error with cl_drawRecording. |
Changed an exact bound cvar-variable reference. codemp/client/client.h |
medium |
2017-12-05 |
EternalJK | 9563d0aead75More options for drawing demo recording text (0-5) |
Changed an exact bound cvar-variable reference. codemp/client/cl_scrn.cpp |
medium |
2019-06-13 |
EternalJK | 986358853af6chat styles |
Changed an exact bound cvar-variable reference. codemp/client/cl_main.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3395 (Cvar_Get)
- behavior: codemp/client/cl_scrn.cpp:399
- behavior: codemp/client/cl_scrn.cpp:404
- behavior: codemp/client/cl_scrn.cpp:406
- behavior: codemp/client/cl_scrn.cpp:408
- behavior: codemp/client/cl_scrn.cpp:410