changeVectors
Base Jedi Academy
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs MSG_ReportChangeVectors_f in the engine-shared module.
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | changeVectors |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: codemp/qcommon/common.cpp:1374
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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-04-07 |
OpenJK | af4b4c2de891Removed most Xbox stuff |
Changed the registered command handler. codemp/qcommon/msg.cpp |
medium |
2014-01-30 |
OpenJK | d3a6d2b9b9d2[MP] Style: remove superfluous whitespace |
Changed the registered command handler. codemp/qcommon/msg.cpp |
medium |
2014-02-10 |
OpenJK | beadbaa9f0a2Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp |
high |
2015-02-08 |
OpenJK | fcd9fc4710f0[MP] Misc fixes and cleanup. |
Changed the registered command handler. codemp/qcommon/msg.cpp, codemp/qcommon/qcommon.h |
medium |
Evidence
- registration: codemp/qcommon/common.cpp:1419 (Cmd_AddCommand); condition
!defined(FINAL_BUILD) - handler: codemp/qcommon/msg.cpp:3148