cg_g2MarksAllModels
Base Jedi Academy
Render marks on all G2 models
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 | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/rd-dedicated/G2_misc.cpp:558 |
1 |
Enabled. | codemp/rd-dedicated/G2_misc.cpp:558 |
Flags
No cvar flags are registered at the cited site.
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
renderer |
rd-dedicated |
defined(_G2_GORE) |
0 |
renderer |
rd-rend2 |
defined(_G2_GORE) |
0 |
renderer |
rd-vanilla |
defined(_G2_GORE) |
0 |
renderer |
rd-vulkan |
defined(_G2_GORE) |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/ghoul2/G2_misc.cpp:565
- 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/G2_misc.cpp, codemp/rd-vanilla/G2_misc.cpp |
high |
2013-04-18 |
OpenJK | c2bb91dfb8d0Added the Ghoul 2 crap to the SP modular renderer. Next up: more unresolved symbols and RMG. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/ghoul2/G2_misc.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/G2_misc.cpp, codemp/rd-vanilla/G2_misc.cpp |
medium |
2013-11-02 |
OpenJK | 3cd6879507ff[SP] Clean up renderer files, removed ununsed files |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/rd-vanilla/G2_misc.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/rd-vanilla/G2_misc.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/G2_misc.cpp, codemp/rd-vanilla/G2_misc.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/G2_misc.cpp, codemp/rd-vanilla/G2_misc.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/G2_misc.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/G2_misc.cpp |
medium |
Evidence
- registration: codemp/rd-dedicated/G2_misc.cpp:554 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-dedicated/G2_misc.cpp:1503 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-rend2/G2_misc.cpp:545 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-rend2/G2_misc.cpp:1485 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-vanilla/G2_misc.cpp:554 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-vanilla/G2_misc.cpp:1504 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-vulkan/G2_misc.cpp:562 (Cvar_Get); condition
defined(_G2_GORE) - registration: codemp/rd-vulkan/G2_misc.cpp:1568 (Cvar_Get); condition
defined(_G2_GORE) - behavior: codemp/rd-dedicated/G2_misc.cpp:558
- behavior: codemp/rd-dedicated/G2_misc.cpp:1507
- behavior: codemp/rd-rend2/G2_misc.cpp:549
- behavior: codemp/rd-rend2/G2_misc.cpp:1489
- behavior: codemp/rd-vanilla/G2_misc.cpp:558