con_timestamps
JK2MV
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Draw local timestamps in console and condump output.
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Feature family | Console |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 2 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Selects the code path tested for value 0. | codemp/client/cl_console.cpp:935 |
2 |
Selects the code path tested for value 2. | codemp/client/cl_console.cpp:935 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: JK2MV
- Ultimate-origin introduction:
20de49f4fe92in JK2MV (content authored2016-06-01, integrated2016-06-12) - TaystJK integration evidence:
61b1b328accf - Origin pull request: #155
- Matching squash bullet:
add con_timestamps 2 to disable timestamps in the notify lines only - Upstream registration evidence: src/client/cl_console.cpp:407
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits jk2mv. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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-06-01 |
— | 2016-06-12 |
20de49f4fe92 |
Ultimate origin |
| OpenJK | 2023-11-09 |
— | 2024-02-08 |
01697e61fe58 |
Other project appearance |
| rend2 | 2023-11-09 |
— | 2024-02-19 |
49adb7447c9f |
Other project appearance |
| TaystJK | 2024-02-27 |
2024-02-19 | 2024-02-27 |
61b1b328accf |
Other project appearance |
| jaPRO | 2024-02-27 |
— | 2024-02-27 |
61b1b328accf |
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 |
|---|---|---|---|---|
2024-02-27 |
JK2MV | 61b1b328accf · PR #155qol_console (#155) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:667 (Cvar_Get)
- behavior: codemp/client/cl_console.cpp:399
- behavior: codemp/client/cl_console.cpp:935
- behavior: codemp/client/cl_console.cpp:1157
- behavior: codemp/client/cl_console.cpp:615
- upstream-documentation: CVARS.rst:161