com_ansiColor
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls com_ansiColor in the engine-shared module. Consult the cited behavior reads before relying on values not listed here.
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 | code-trace |
| 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. | shared/sys/con_tty.cpp:509 |
1 |
Enabled. | shared/sys/con_tty.cpp:509 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
a7c43677a2bbin OpenJK (content authored2015-01-17, integrated2015-02-07) - Upstream registration evidence: codemp/qcommon/common.cpp:1264
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by openjk, eternaljk, rend2, taystjk, japro, newjk, vulkan; fork-lineage order selects openjk. 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 |
|---|---|---|---|---|---|
| OpenJK | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Ultimate origin |
| EternalJK | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| rend2 | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| TaystJK | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| jaPRO | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| NewJK / NewMod | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| Vulkan | 2015-01-17 |
— | 2015-02-07 |
a7c43677a2bb |
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 |
|---|---|---|---|---|
2017-08-31 |
OpenJK | 913e3cc57ec7Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp |
medium |
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp |
high |
Evidence
- registration: codemp/qcommon/common.cpp:1487 (Cvar_Get); condition
!defined(_WIN32) - behavior: shared/sys/con_tty.cpp:509