r_fastsky
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_fastsky 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 | Yes — ingame_setup.menu:2748 |
| Default | 0 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
10 |
Selects the code path tested for value 10. | codemp/rd-vanilla/tr_backend.cpp:490 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_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:1162
- 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_backend.cpp and 4 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-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 |
2017-08-31 |
OpenJK | 913e3cc57ec7Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp, codemp/rd-vanilla/tr_init.cpp |
medium |
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-10-21 |
EternalJK | 2c27f03202a2Added cvars to control sky color with r_fastSky 1 |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-vanilla/tr_init.cpp |
medium |
2018-12-12 |
EternalJK | c4dbdc2a6f8cUse colortable with r_fastsky setting instead of RGB values |
Changed an exact bound cvar-variable reference. codemp/rd-vanilla/tr_backend.cpp |
medium |
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_backend.cpp, codemp/rd-vulkan/tr_init.cpp, codemp/rd-vulkan/tr_local.h and 2 more |
medium |
2021-05-25 |
Vulkan | c4a9c87ef0e3Added vulkan renderer |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_backend.cpp, codemp/rd-vulkan/tr_cmds.cpp, codemp/rd-vulkan/tr_main.cpp and 2 more |
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_backend.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/tr_backend.cpp, codemp/rd-vulkan/tr_cmds.cpp, codemp/rd-vulkan/vk_init.cpp |
high |
2022-04-18 |
Vulkan | 750ad57bb2b8Vulkan: Add missing skyboxportal if statements & some slight code cleanup |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_sky.cpp |
high |
2022-08-29 |
TaystJK | f860949a22eaMerge branch ‘master’ of https://github.com/JKSunny/EternalJK |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_backend.cpp, codemp/rd-vulkan/tr_cmds.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 |
2024-02-03 |
TaystJK | 0c789787f79c · PR #110Rend2 updates (#110) |
Changed an exact bound cvar-variable reference. shared/rd-rend2/tr_backend.cpp, shared/rd-rend2/tr_local.h, shared/rd-rend2/tr_main.cpp and 1 more |
medium |
2024-04-24 |
TaystJK | c7590dfd5fd2 · PR #190Upstream vulkan updates (#190) |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_main.cpp |
medium |
2025-04-15 |
TaystJK | af6ffb138de4 · PR #220Vulkan update (#220) |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_cmds.cpp, codemp/rd-vulkan/tr_main.cpp, codemp/rd-vulkan/tr_sky.cpp and 1 more |
medium |
2025-12-12 |
TaystJK | 3bfd04758bfb · PR #284Merge pull request #284 from taysta/upstream |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_main.cpp |
medium |
Evidence
- registration: codemp/rd-dedicated/tr_init.cpp:367 (Cvar_Get)
- registration: codemp/rd-rend2/tr_init.cpp:1619 (Cvar_Get)
- registration: codemp/rd-vanilla/tr_init.cpp:1677 (Cvar_Get)
- registration: codemp/rd-vulkan/tr_init.cpp:835 (Cvar_Get)
- behavior: codemp/rd-vanilla/tr_backend.cpp:479
- behavior: codemp/rd-vanilla/tr_backend.cpp:487
- behavior: codemp/rd-vanilla/tr_backend.cpp:490
- behavior: codemp/rd-vanilla/tr_backend.cpp:502
- behavior: codemp/rd-vanilla/tr_backend.cpp:508