modelist
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 R_ModeList_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 | modelist |
| 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: code/renderer/tr_init.cpp:1284
- 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-16 |
OpenJK | 714c868b42c6Merge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed the registered command handler. codemp/rd-dedicated/tr_init.cpp |
high |
2013-08-02 |
OpenJK | dd9bd9b9ae92Refactored renderer API, fixed some Ghoul2 crashes |
Changed the registered command handler. codemp/rd-dedicated/tr_init.cpp |
medium |
2013-09-02 |
OpenJK | 306554cc03e7Display default status when printing cvar from cvar |
Changed the registered command handler. codemp/rd-dedicated/tr_init.cpp |
medium |
2013-12-19 |
OpenJK | f5c2af345b66[MP] r_swapInterval requires CVAR_LATCH with SDL. |
Changed the registered command handler. codemp/rd-dedicated/tr_init.cpp |
medium |
2014-06-23 |
OpenJK | 333d0ace79e0[MP] Moved console commands in the renderer to an array to avoid forgetting to remove commands at shutdowns. Also refactored maxpolys/maxpolyverts initialization. |
Changed the registered command handler. codemp/rd-dedicated/tr_init.cpp |
medium |
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed registration, default, flags, module, renderer scope, handler, or gating; and the registered command handler. shared/sdl/sdl_window.cpp |
medium |
Evidence
- registration: shared/sdl/sdl_window.cpp:790 (Cmd_AddCommand)
- handler: codemp/rd-dedicated/tr_init.cpp:269