cg_showpos
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cg_showpos in the cgame module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | cgame |
| Also registered in | cgame |
| 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 | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/cgame/cg_draw.c:1962 |
1 |
Enabled. | codemp/cgame/cg_draw.c:1962 |
Flags
CVAR_NONE— fork/source-defined flag; see registration evidence
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
0b6764d0171ein EternalJK (content authored2018-11-04, integrated2018-11-04) - Upstream registration evidence: codemp/cgame/cg_xcvar.h:74
- 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 | 2018-11-04 |
— | 2018-11-04 |
0b6764d0171e |
Ultimate origin |
| TaystJK | 2018-11-04 |
— | 2018-11-04 |
0b6764d0171e |
Shared integration commit |
| jaPRO | 2018-11-04 |
— | 2018-11-04 |
0b6764d0171e |
Shared integration commit |
| Vulkan | 2018-11-04 |
— | 2018-11-04 |
0b6764d0171e |
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 |
|---|---|---|---|---|
2019-04-21 |
EternalJK | 2c42f32bebfcMoved Set2DRatio code for CG and UI into ui_shared, removed CG_Set2DRatio, update renderer widthRatioCoef when changing cl_ratioFix cvar. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/cgame/cg_xcvar.h |
medium |
2022-04-20 |
TaystJK | 1dd571383a0dMerge remote-tracking branch ‘origin/master’ |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_draw.c, codemp/ui/ui_xdocs.h |
medium |
2023-10-12 |
TaystJK | a07b984fe408Merge remote-tracking branch ‘origin/master’ |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_draw.c, codemp/cgame/hud_strafehelper.c |
medium |
2024-03-02 |
TaystJK | 1d4c081cb762 · PR #46SnapHUD, PitchHUD, MV_OCPM & MV_TRIBES, Strafehelper refactors, movestyle constants usage (#46) |
Changed an exact bound cvar-variable reference. codemp/cgame/hud_strafehelper.c |
medium |
Evidence
- registration: codemp/cgame/cg_xcvar.h:89 (XCVAR_DEF)
- behavior: codemp/cgame/cg_draw.c:1962
- behavior: codemp/cgame/hud_strafehelper.c:2468
- behavior: codemp/ui/ui_xdocs.h:325