cl_logChat
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Toggle engine chat logs
At a glance
| Field | Value |
|---|---|
| Category | Chat & social |
| 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 | 0 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
2 |
Selects the code path tested for value 2. | codemp/client/cl_cgame.cpp:782 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
b8696a7ad9f9in EternalJK (content authored2016-03-25, integrated2016-03-25) - Upstream registration evidence: codemp/client/cl_main.cpp:3357
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by eternaljk, taystjk, japro, vulkan; fork-lineage order selects eternaljk.
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 |
|---|---|---|---|---|---|
| EternalJK | 2016-03-25 |
— | 2016-03-25 |
b8696a7ad9f9 |
Ultimate origin |
| TaystJK | 2016-03-25 |
— | 2016-03-25 |
b8696a7ad9f9 |
Shared integration commit |
| jaPRO | 2016-03-25 |
— | 2016-03-25 |
b8696a7ad9f9 |
Shared integration commit |
| Vulkan | 2016-03-25 |
— | 2016-03-25 |
b8696a7ad9f9 |
Shared integration commit |
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 |
|---|---|---|---|---|
2016-04-23 |
EternalJK | cc95a484132fAdded cvar cl_afkTimeUnfocused, Added Cvar/Cmd descriptions This will allow you to set the amount of minutes to autorename to afk while the jka window is unfocused or minimized. The default is 1 minute. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_main.cpp |
medium |
2018-02-05 |
EternalJK | 135f109285cbAdded con_scale from JK2MV. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_main.cpp |
medium |
2018-02-25 |
EternalJK | 6e955a7e1e61chatlog fix |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | ecf5e7eb6baeBetter chatlog format https://github.com/eternalcodes/EternalJK/issues/35 |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
high |
2018-10-10 |
EternalJK | 2af38213b793Merge branch ‘master’ of https://github.com/eternalcodes/EternalJK |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
high |
2019-03-19 |
EternalJK | 1bcb29af6443Implement Blackwolf’s Discord Integration |
Changed an exact bound cvar-variable reference. codemp/client/client.h |
medium |
2019-03-19 |
EternalJK | c55cb9d28c23Engine chat logging - don’t log “end log” message until something has been logged |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.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:3456 (Cvar_Get)
- behavior: codemp/client/cl_cgame.cpp:563
- behavior: codemp/client/cl_cgame.cpp:700
- behavior: codemp/client/cl_cgame.cpp:773
- behavior: codemp/client/cl_cgame.cpp:782