cp_sbRGB1
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cp_sbRGB1 in the cgame module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | cgame |
| Also registered in | cgame, ui |
| Renderer | All / not renderer-specific |
| Network scope | needs-server-support — Sent to, or only useful with, a supporting game server. |
| Derivation | code-trace |
| Confidence | medium |
| 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/ui/ui_main.c:6776 |
1 |
Enabled. | codemp/ui/ui_main.c:6776 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_USERINFO— sent in the client’s userinfo
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
cgame |
— |
always |
0 |
ui |
— |
always |
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
272692a04413in EternalJK (content authored2015-11-11, integrated2015-11-11) - Upstream registration evidence: codemp/cgame/cg_xcvar.h:176
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by eternaljk, taystjk, japro, vulkan; fork-lineage order selects eternaljk.
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 |
|---|---|---|---|---|---|
| EternalJK | 2015-11-11 |
— | 2015-11-11 |
272692a04413 |
Ultimate origin |
| TaystJK | 2015-11-11 |
— | 2015-11-11 |
272692a04413 |
Shared integration commit |
| jaPRO | 2015-11-11 |
— | 2015-11-11 |
272692a04413 |
Shared integration commit |
| Vulkan | 2015-11-11 |
— | 2015-11-11 |
272692a04413 |
Shared integration commit |
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 |
|---|---|---|---|---|
2016-09-30 |
OpenJK | 13791f7ad4feMerge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_players.c |
medium |
2018-01-01 |
jaPRO | d9d510063ce6Merge branch ‘japro-ejk’ |
Changed an exact bound cvar-variable reference. codemp/game/g_client.c |
high |
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/cgame/cg_consolecmds.c, codemp/cgame/cg_players.c, codemp/cgame/cg_xcvar.h |
high |
2018-09-11 |
jaPRO | 239adf14f0b0Merge remote-tracking branch ‘videoP-jaPRO/master’ |
Changed an exact bound cvar-variable reference. codemp/game/g_client.c |
high |
Evidence
- registration: codemp/cgame/cg_xcvar.h:205 (XCVAR_DEF)
- registration: codemp/ui/ui_xcvar.h:45 (XCVAR_DEF)
- behavior: codemp/ui/ui_main.c:6776
- behavior: codemp/ui/ui_main.c:6967
- behavior: codemp/cgame/cg_consolecmds.c:918
- behavior: codemp/cgame/cg_players.c:2204
- behavior: codemp/ui/ui_main.c:6778