cl_commandsize
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cl_commandsize 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, engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 64 |
| Value type | int |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
64 |
cgame |
— |
always |
64 |
engine-shared |
— |
always |
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
748dc11dea5ain EternalJK (content authored2017-12-05, integrated2017-12-05) - Upstream registration evidence: codemp/cgame/cg_xcvar.h:190
- 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 | 2017-12-05 |
— | 2017-12-05 |
748dc11dea5a |
Ultimate origin |
| TaystJK | 2017-12-05 |
— | 2017-12-05 |
748dc11dea5a |
Shared integration commit |
| jaPRO | 2017-12-05 |
— | 2017-12-05 |
748dc11dea5a |
Shared integration commit |
| Vulkan | 2017-12-05 |
— | 2017-12-05 |
748dc11dea5a |
Shared integration commit |
| NewJK / NewMod | 2020-05-15 |
— | 2020-05-15 |
8ca268d5f911 |
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 |
|---|---|---|---|---|
2017-12-05 |
EternalJK | 9207f1148bddMerge pull request #3 from Bucky21659/master |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp, codemp/client/cl_input.cpp, codemp/qcommon/common.cpp |
medium |
2018-01-01 |
jaPRO | d9d510063ce6Merge branch ‘japro-ejk’ |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/cgame/cg_draw.c, codemp/cgame/cg_predict.c, codemp/cgame/cg_xcvar.h and 3 more |
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_draw.c, codemp/cgame/cg_xcvar.h, codemp/qcommon/common.cpp |
high |
Evidence
- registration: codemp/cgame/cg_xcvar.h:219 (XCVAR_DEF)
- registration: codemp/qcommon/common.cpp:1485 (Cvar_Get)
- behavior: codemp/cgame/cg_draw.c:7109
- behavior: codemp/cgame/cg_predict.c:999
- behavior: codemp/client/cl_cgame.cpp:56
- behavior: codemp/client/cl_input.cpp:1448
- behavior: codemp/client/cl_input.cpp:1612