clearRemaps
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs R_ClearRemaps_f in the renderer module.
At a glance
| Field | Value |
|---|---|
| Category | Graphics & rendering |
| Module | renderer |
| Also registered in | renderer |
| Renderer | rd-rend2, rd-vanilla, rd-vulkan |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | clearRemaps |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
be875666ac5din EternalJK (content authored2019-03-21, integrated2019-03-21) - Upstream registration evidence: codemp/rd-vanilla/tr_init.cpp:1580
- 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 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 |
|---|---|---|---|---|---|
| EternalJK | 2019-03-21 |
— | 2019-03-21 |
be875666ac5d |
Ultimate origin |
| TaystJK | 2019-03-21 |
— | 2019-03-21 |
be875666ac5d |
Shared integration commit |
| jaPRO | 2019-03-21 |
— | 2019-03-21 |
be875666ac5d |
Shared integration commit |
| Vulkan | 2019-03-21 |
— | 2019-03-21 |
be875666ac5d |
Shared integration commit |
| NewJK / NewMod | 2026-08-09 |
— | 2026-08-09 |
686cbf9b649b |
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 |
|---|---|---|---|---|
2021-05-25 |
TaystJK | d7d7ce3234e6Added vanilla clone for code compare |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. codemp/rd-vulkan/tr_init.cpp |
medium |
2021-06-10 |
TaystJK | 9d252184aa3bPointer asterisk repositioning and spacing for readability |
Changed the registered command handler. codemp/rd-vulkan/tr_init.cpp |
medium |
2021-10-24 |
Vulkan | bd3a458a8bb2Various fixes and upstream changes from Quake3e |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vulkan/tr_init.cpp |
high |
2023-10-03 |
TaystJK | 86c0756385ef · PR #12Rend2 (#12) |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. codemp/rd-rend2/tr_init.cpp |
medium |
Evidence
- registration: codemp/rd-rend2/tr_init.cpp:1467 (renderer command table)
- registration: codemp/rd-vanilla/tr_init.cpp:1606 (renderer command table)
- registration: codemp/rd-vulkan/tr_init.cpp:757 (renderer command table)
- handler: codemp/rd-rend2/tr_init.cpp:1437