r_lightmap
Base Jedi Academy
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls r_lightmap 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-dedicated, rd-rend2, rd-vanilla, rd-vulkan |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 0 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
2 |
Selects the code path tested for value 2. | codemp/rd-vanilla/tr_bsp.cpp:211 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
renderer |
rd-dedicated |
always |
0 |
renderer |
rd-rend2 |
always |
0 |
renderer |
rd-vanilla |
always |
0 |
renderer |
rd-vulkan |
always |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/renderer/tr_init.cpp:1205
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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 |
|---|---|---|---|---|
2013-04-16 |
OpenJK | 714c868b42c6Merge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/rd-dedicated/tr_init.cpp, codemp/rd-dedicated/tr_local.h, codemp/rd-vanilla/tr_bsp.cpp and 3 more |
high |
2013-04-19 |
OpenJK | 16007a014e0b19 externals left to fix in the SP modular renderer, doing a push/pull break here |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/rd-vanilla/tr_init.cpp |
medium |
2013-08-02 |
OpenJK | dd9bd9b9ae92Refactored renderer API, fixed some Ghoul2 crashes |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp, codemp/rd-vanilla/tr_init.cpp |
medium |
2015-11-16 |
EternalJK | 83d2ef4ac09aUnlock all cheat-protected renderer cvars |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/rd-vanilla/tr_init.cpp |
medium |
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp, codemp/rd-vanilla/tr_init.cpp |
medium |
2016-04-23 |
OpenJK | 34634e7dbad8Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
medium |
2016-08-22 |
EternalJK | e6191dc834e0Removed cheat protection for r_fullbright and r_lightmap as requested by pivot |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp |
medium |
2016-08-27 |
EternalJK | b09c476bd587Revert “Removed cheat protection for r_fullbright and r_lightmap as requested by pivot” |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp |
medium |
2016-08-27 |
EternalJK | f2992e8e7911Fixed: Removed cheat protection for r_fullbright and r_lightmap Requested by pivot |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
medium |
2017-12-04 |
jaPRO | b713e21a0ea8Merge pull request #1 from Bucky21659/master |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
high |
2017-12-29 |
EternalJK | 43b393062090Merge remote-tracking branch ‘upstream/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp, codemp/rd-vanilla/tr_init.cpp |
medium |
2018-01-01 |
jaPRO | d9d510063ce6Merge branch ‘japro-ejk’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp |
high |
2021-05-25 |
TaystJK | d7d7ce3234e6Added vanilla clone for code compare |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/rd-vulkan/tr_bsp.cpp, codemp/rd-vulkan/tr_init.cpp, codemp/rd-vulkan/tr_local.h |
medium |
2021-05-25 |
Vulkan | c4a9c87ef0e3Added vulkan renderer |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_local.h, codemp/rd-vulkan/vk_shade_geometry.cpp |
high |
2022-02-14 |
TaystJK | 507a46dfc17dCollection of code cleanup and refactoring. Plus recent quake3e changes |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_bsp.cpp |
medium |
2022-02-15 |
Vulkan | 723c24a13050Vulkan: Fixed entity wall clipping & refactor fastsky color for performance |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/vk_shade_geometry.cpp |
high |
2023-09-24 |
TaystJK | a435f91de078Merge remote-tracking branch ‘SunnyJK/master’ into ojkupdate |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_bsp.cpp |
medium |
2023-10-03 |
TaystJK | 86c0756385ef · PR #12Rend2 (#12) |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/rd-rend2/tr_init.cpp |
medium |
2023-10-17 |
TaystJK | c5ce242c0498Merge remote-tracking branch ‘SunnyJK/master’ |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/vk_shade_geometry.cpp |
medium |
2024-02-03 |
TaystJK | 0c789787f79c · PR #110Rend2 updates (#110) |
Changed an exact bound cvar-variable reference. shared/rd-rend2/tr_bsp.cpp, shared/rd-rend2/tr_local.h, shared/rd-rend2/tr_shade.cpp |
medium |
2026-06-18 |
TaystJK | 9693491bc25a · PR #346Merge pull request #346 from taysta/rend2-cvars |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-rend2/tr_init.cpp |
medium |
Evidence
- registration: codemp/rd-dedicated/tr_init.cpp:405 (Cvar_Get)
- registration: codemp/rd-rend2/tr_init.cpp:1654 (Cvar_Get)
- registration: codemp/rd-vanilla/tr_init.cpp:1714 (Cvar_Get)
- registration: codemp/rd-vulkan/tr_init.cpp:876 (Cvar_Get)
- behavior: codemp/rd-vanilla/tr_bsp.cpp:211
- behavior: codemp/rd-vanilla/tr_bsp.cpp:250
- behavior: codemp/rd-vanilla/tr_shade.cpp:416
- behavior: codemp/rd-vanilla/tr_shade.cpp:1644
- behavior: codemp/rd-vanilla/tr_shade.cpp:1725