cg_killfeed
TaystJK
Draw a killfeed on the HUD
At a glance
| Field | Value |
|---|---|
| Category | HUD & interface |
| Feature family | Killfeed |
| Module | cgame |
| Also registered in | cgame |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | Yes — codemp/ui/ui_xdocs.h:524 |
| In-game menu | No |
| Default | 0 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disable the HUD killfeed | codemp/ui/ui_xdocs.h:524 |
1 |
Draw killfeed HUD | codemp/ui/ui_xdocs.h:524 |
2 |
Draw killfeed HUD + console death messages | codemp/ui/ui_xdocs.h:525 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: TaystJK
- Ultimate-origin introduction:
0c734b5f2ee4in TaystJK (content authored2023-10-03, PR opened2023-10-03, integrated2023-10-05) - Origin pull request: #13
- Upstream registration evidence: codemp/cgame/cg_xcvar.h:427
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high
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 | 2023-10-03 |
2023-10-03 | 2023-10-05 |
0c734b5f2ee4 |
Ultimate origin |
| jaPRO | 2023-10-03 |
— | 2023-10-05 |
0c734b5f2ee4 |
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 |
|---|---|---|---|---|
2023-11-01 |
TaystJK | 8b2ad42d2ad0Fix various GCC warnings in CGAME. |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_draw.c |
medium |
2024-03-02 |
TaystJK | 1d4c081cb762 · PR #46SnapHUD, PitchHUD, MV_OCPM & MV_TRIBES, Strafehelper refactors, movestyle constants usage (#46) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/cgame/cg_xcvar.h |
medium |
2025-09-29 |
TaystJK | 9ab5d982d35b · PR #256Merge pull request #256 from VincentMarnier/fix_killfeed |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_event.c |
medium |
Evidence
- registration: codemp/cgame/cg_xcvar.h:427 (XCVAR_DEF)
- behavior: codemp/cgame/cg_event.c:250
- behavior: codemp/cgame/cg_event.c:343
- behavior: codemp/cgame/cg_draw.c:11554
- behavior: codemp/cgame/cg_event.c:153
- behavior: codemp/ui/ui_xdocs.h:524
- documentation: codemp/ui/ui_xdocs.h:524