ui_modversion
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs UI_Modversion_f in the ui module.
At a glance
| Field | Value |
|---|---|
| Category | HUD & interface |
| Module | ui |
| Also registered in | ui |
| 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 |
| Syntax | ui_modversion |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
561b84ebefafin EternalJK (content authored2016-02-05, integrated2016-02-05) - Upstream registration evidence: codemp/ui/ui_atoms.c:319
- 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-02-05 |
— | 2016-02-05 |
561b84ebefaf |
Ultimate origin |
| TaystJK | 2016-02-05 |
— | 2016-02-05 |
561b84ebefaf |
Shared integration commit |
| jaPRO | 2016-02-05 |
— | 2016-02-05 |
561b84ebefaf |
Shared integration commit |
| Vulkan | 2016-02-05 |
— | 2016-02-05 |
561b84ebefaf |
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 |
|---|---|---|---|---|
2018-04-19 |
EternalJK | 1d5acfc05276Add /strafeHelper, /stylePlayer, and /speedometer commands to UI |
Changed the registered command handler. codemp/ui/ui_atoms.c |
medium |
2024-01-04 |
TaystJK | b4aae0d60465 · PR #76Merge pull request #76 from taysta/change |
Changed the registered command handler. codemp/ui/ui_atoms.c |
medium |
Evidence
- registration: codemp/ui/ui_atoms.c:110 (ui command table)
- handler: codemp/ui/ui_atoms.c:53