con_notifyvote
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Notifies you when someone calls a vote
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Feature family | Console |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/client/cl_cgame.cpp:622 |
1 |
Enabled. | codemp/client/cl_cgame.cpp:622 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
9b77d352bc86in EternalJK (content authored2018-02-11, integrated2018-02-25) - Upstream registration evidence: codemp/client/cl_console.cpp:545
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits 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 | 2018-02-11 |
— | 2018-02-25 |
9b77d352bc86 |
Ultimate origin |
| TaystJK | 2018-02-11 |
— | 2018-02-25 |
9b77d352bc86 |
Shared integration commit |
| jaPRO | 2018-02-11 |
— | 2018-02-25 |
9b77d352bc86 |
Shared integration commit |
| Vulkan | 2018-02-11 |
— | 2018-02-25 |
9b77d352bc86 |
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 |
|---|---|---|---|---|
2018-02-25 |
EternalJK | 00588c8f6da8Better fix for verbose/fs_debug logging option |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | b9e48ef6bd40Fix timestamp colors |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-03-21 |
EternalJK | e689fdabde75Merge remote-tracking branch ‘eternalcodes/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
2018-05-24 |
EternalJK | 097a0d05fa4eMerge remote-tracking branch ‘bucky/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:663 (Cvar_Get)
- behavior: codemp/client/cl_cgame.cpp:622