r_fullscreen
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_fullscreen 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, engine-shared |
| Renderer | rd-dedicated |
| 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 | bitmask |
| 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— saved to the user configurationCVAR_LATCH— latched until the relevant subsystem or map is restarted
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
renderer |
rd-dedicated |
always |
1 |
engine-shared |
— |
always |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/renderer/tr_init.cpp:1131
- 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_init.cpp and 1 more |
high |
2013-05-11 |
OpenJK | f203e799b14cMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed an exact bound cvar-variable reference. codemp/rd-vanilla/tr_init.cpp |
high |
2013-08-02 |
OpenJK | dd9bd9b9ae92Refactored renderer API, fixed some Ghoul2 crashes |
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-vanilla/tr_init.cpp |
medium |
2013-08-11 |
OpenJK | 794718e3fdfbMerge pull request #344 from Razish/qvmtest |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2013-08-14 |
OpenJK | f24e6cd79625Fix #338 - window mode is now the default. |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. code/win32/win_wndproc.cpp, codemp/rd-vanilla/tr_init.cpp, codemp/win32/win_wndproc.cpp |
medium |
2013-08-16 |
OpenJK | 82badfabf174Massive SP upgrade patch. Merges the console overhaul to SP. Fixes extension functions in SP. Rename qport to net_qport in SP. Remove alt-tab diasabler from SP. Fixed up command buffer code in SP. Fixed up configs loading on startup in SP. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/win32/win_wndproc.cpp |
medium |
2013-09-02 |
OpenJK | 306554cc03e7Display default status when printing cvar from cvar |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-dedicated/tr_init.cpp |
medium |
2013-09-11 |
OpenJK | d056c8da0db8Removed some cruft from MP win_wndproc.cpp. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/win32/win_wndproc.cpp |
medium |
2014-01-10 |
OpenJK | 39731cf76033[MP] Replaced a good chunk of Com_Printf usage in the renderer with ri->Printf. |
Changed an exact bound cvar-variable reference. codemp/rd-vanilla/tr_init.cpp |
medium |
2014-02-01 |
OpenJK | b276c56dd51c[MP] Merged some ioq3 bind changes to MP along with togglemenu support. Console Command intercept should still work. |
Changed an exact bound cvar-variable reference. codemp/client/cl_keys.cpp |
medium |
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/rd-vanilla/tr_init.cpp, shared/sdl/sdl_input.cpp, shared/sdl/sdl_window.cpp |
medium |
2015-06-17 |
EternalJK | d93386f34b71Major ingame setup menu overhaul. |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2015-11-13 |
OpenJK | 5ef5d7214371Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed an exact bound cvar-variable reference. codemp/client/cl_keys.cpp, shared/sdl/sdl_window.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 |
medium |
2017-12-04 |
jaPRO | b713e21a0ea8Merge pull request #1 from Bucky21659/master |
Changed registration, default, flags, module, renderer scope, handler, or gating. shared/sdl/sdl_window.cpp |
high |
2017-12-29 |
EternalJK | 43b393062090Merge remote-tracking branch ‘upstream/master’ |
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-vanilla/tr_init.cpp |
medium |
2021-05-25 |
TaystJK | d7d7ce3234e6Added vanilla clone for code compare |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_local.h |
medium |
2023-10-03 |
TaystJK | 86c0756385ef · PR #12Rend2 (#12) |
Changed 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_local.h |
medium |
Evidence
- registration: codemp/rd-dedicated/tr_init.cpp:346 (Cvar_Get)
- registration: shared/sdl/sdl_window.cpp:798 (Cvar_Get)
- behavior: shared/sdl/sdl_window.cpp:185
- behavior: shared/sdl/sdl_window.cpp:193
- behavior: shared/sdl/sdl_window.cpp:197
- behavior: shared/sdl/sdl_window.cpp:822
- behavior: shared/sdl/sdl_window.cpp:176