clientlist
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Displays a list of all connected clients and their real client numbers
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | cgame |
| Also registered in | cgame |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | Yes — codemp/ui/ui_xdocs.h:619 |
| In-game menu | No |
| Syntax | clientlist |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
3e986be9ab0din OpenJK (content authored2013-04-24, integrated2013-04-24) - Upstream registration evidence: codemp/cgame/cg_consolecmds.c:299
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk.
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 |
|---|---|---|---|---|---|
| OpenJK | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Ultimate origin |
| EternalJK | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Shared integration commit |
| rend2 | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Shared integration commit |
| TaystJK | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Shared integration commit |
| jaPRO | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Shared integration commit |
| NewJK / NewMod | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
Shared integration commit |
| Vulkan | 2013-04-24 |
— | 2013-04-24 |
3e986be9ab0d |
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 |
|---|---|---|---|---|
2013-05-11 |
OpenJK | f203e799b14cMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed the registered command handler. codemp/cgame/cg_consolecmds.c |
high |
2013-11-26 |
OpenJK | b2f3e89e2e75[MP] Improve cg_consolecmds and cg_servercmds to use bsearch. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/cgame/cg_consolecmds.c |
medium |
2014-01-30 |
OpenJK | d3a6d2b9b9d2[MP] Style: remove superfluous whitespace |
Changed the registered command handler. codemp/cgame/cg_consolecmds.c |
medium |
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed the registered command handler. codemp/cgame/cg_consolecmds.c |
high |
Evidence
- registration: codemp/cgame/cg_consolecmds.c:2451 (cgame command table)
- handler: codemp/cgame/cg_consolecmds.c:158
- documentation: codemp/ui/ui_xdocs.h:619