r_allowScreenSaver
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls r_allowScreenSaver in the engine-shared module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Graphics & rendering |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| 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 |
| Value type | bool |
| Restart | Yes; the value is latched. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | shared/sdl/sdl_window.cpp:724 |
1 |
Enabled. | shared/sdl/sdl_window.cpp:724 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-createdCVAR_LATCH— latched until the relevant subsystem or map is restarted
Provenance
Origin: OpenJK
- TaystJK integration evidence:
44d85df90f4b - Origin pull request: #228
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk.
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 |
|---|---|---|---|---|---|
| TaystJK | 2025-04-26 |
2025-04-26 | 2025-04-26 |
44d85df90f4b |
Other project appearance |
| jaPRO | 2025-04-26 |
— | 2025-04-26 |
44d85df90f4b |
Other project appearance |
| Vulkan | 2025-04-26 |
— | 2025-05-02 |
b582d130d846 |
Other project appearance |
Evidence
- registration: shared/sdl/sdl_window.cpp:794 (Cvar_Get)
- behavior: shared/sdl/sdl_window.cpp:724