com_timestamps
JK2MV
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Print timestamps in qconsole.log and system console.
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 | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/qcommon/common.cpp:176 |
1 |
Enabled. | codemp/qcommon/common.cpp:176 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: JK2MV
- Ultimate-origin introduction:
4c06aa6576b7in JK2MV (content authored2017-12-09, integrated2017-12-14) - TaystJK integration evidence:
61b1b328accf - Origin pull request: #155
- Matching squash bullet:
[Shared] Add com_timestamps cvar to enable timestamps in system terminal and qconsole.log - Upstream registration evidence: src/qcommon/common.cpp:2618
- 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 | 2017-12-09 |
— | 2017-12-14 |
4c06aa6576b7 |
Ultimate origin |
| OpenJK | 2023-11-11 |
— | 2024-02-08 |
01697e61fe58 |
Other project appearance |
| rend2 | 2023-11-11 |
— | 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/qcommon/common.cpp |
medium |
Evidence
- registration: codemp/qcommon/common.cpp:1502 (Cvar_Get)
- behavior: codemp/qcommon/common.cpp:176
- upstream-documentation: CVARS.rst:28