crash
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 Com_Crash_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 | crash |
| 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/qcommon/common.cpp:1057
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import 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 | dcc17314ab11Removed cd key from mp/qcommon |
Changed the registered command handler. codemp/qcommon/common.cpp |
medium |
2013-04-08 |
OpenJK | 9950d594349cMerge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed the registered command handler. codemp/qcommon/common.cpp |
high |
2013-04-18 |
OpenJK | 9e15fadfd9b4Merge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed the registered command handler. codemp/qcommon/common.cpp |
high |
2013-07-03 |
OpenJK | b2afca07b43cMerge pull request #299 from xycaleth/fix-warnings |
Changed the registered command handler. codemp/qcommon/common.cpp |
medium |
2013-07-27 |
OpenJK | 9e2ed38faed0Removed com_introPlayed cvar. Was leftover q3 cruft. Added com_bootlogo cvar that defaults to 1. Disable to turn off starting movies without having to alter startup parameters. |
Changed the registered command handler. codemp/qcommon/common.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 |
2014-05-05 |
OpenJK | b25d81d3ac77[MP] Remove MEM_DEBUG blocks that are unused. |
Changed the registered command handler. codemp/qcommon/common.cpp |
medium |
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed the registered command handler. codemp/qcommon/common.cpp |
medium |
2015-02-08 |
OpenJK | a175acc4858aMerge pull request #622 from smcv/warnings |
Changed the registered command handler. codemp/qcommon/common.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/common.cpp |
medium |
Evidence
- registration: codemp/qcommon/common.cpp:1403 (Cmd_AddCommand)
- handler: codemp/qcommon/common.cpp:1238