r_noborder
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls r_noborder 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 | medium |
| In-game xdocs | No |
| In-game menu | Yes — ingame_setup.menu:1261 |
| 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:822 |
1 |
Enabled. | shared/sdl/sdl_window.cpp:822 |
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 |
engine-shared |
— |
always |
0 |
renderer |
rd-dedicated |
always |
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
f203e799b14cin OpenJK (content authored2013-05-06, integrated2013-05-11) - Upstream registration evidence: codemp/rd-dedicated/tr_init.cpp:348
- 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 |
|---|---|---|---|---|---|
| OpenJK | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Ultimate origin |
| EternalJK | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| rend2 | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| TaystJK | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| jaPRO | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| NewJK / NewMod | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| Vulkan | 2013-05-06 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| JK2MV | 2016-03-25 |
— | 2016-03-28 |
59313f7414a1 |
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 |
|---|---|---|---|---|
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 |
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 |
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_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-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:347 (Cvar_Get)
- registration: shared/sdl/sdl_window.cpp:799 (Cvar_Get)
- behavior: shared/sdl/sdl_window.cpp:822
- behavior: codemp/rd-rend2/tr_init.cpp:1293
- behavior: codemp/rd-vanilla/tr_init.cpp:1458