r_DynamicGlowScale
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls r_DynamicGlowScale in the renderer module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Graphics & rendering |
| Module | renderer |
| Also registered in | renderer |
| Renderer | 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 |
| Default | 0.25 |
| Value type | float |
| Restart | Yes; the value is latched. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-createdCVAR_LATCH— latched until the relevant subsystem or map is restarted
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0.25 |
renderer |
rd-vanilla |
always |
0.25 |
renderer |
rd-vulkan |
always |
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
f768a9d0b3b1in EternalJK (content authored2018-03-29, integrated2018-03-29) - Upstream registration evidence: codemp/rd-vanilla/tr_init.cpp:1622
- 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 | 2018-03-29 |
— | 2018-03-29 |
f768a9d0b3b1 |
Ultimate origin |
| TaystJK | 2018-03-29 |
— | 2018-03-29 |
f768a9d0b3b1 |
Shared integration commit |
| jaPRO | 2018-03-29 |
— | 2018-03-29 |
f768a9d0b3b1 |
Shared integration commit |
| Vulkan | 2018-03-29 |
— | 2018-03-29 |
f768a9d0b3b1 |
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 |
|---|---|---|---|---|
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
high |
2021-05-25 |
TaystJK | d7d7ce3234e6Added vanilla clone for code compare |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vulkan/tr_init.cpp |
medium |
Evidence
- registration: codemp/rd-vanilla/tr_init.cpp:1650 (Cvar_Get)
- registration: codemp/rd-vulkan/tr_init.cpp:802 (Cvar_Get)
- behavior: codemp/rd-vanilla/tr_image.cpp:1548
- behavior: codemp/rd-vanilla/tr_image.cpp:1549