in_restart
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 IN_Restart in the engine-shared module.
At a glance
| Field | Value |
|---|---|
| Category | Input & controls |
| 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 | Yes — controls.menu:3038, ingame_controls.menu:2561, ingame_controls.menu:2787 |
| Syntax | in_restart |
| 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/unix/unix_main.c:99
- 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 | b319c52fd4edMajor codemp cleanup. Ported modbase. Restructured VS2010 projects. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/win32/win_main_console.cpp |
medium |
2013-04-08 |
OpenJK | 9950d594349cMerge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/unix/unix_main.c |
high |
2013-04-24 |
OpenJK | f6cadd34c6abMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/unix/unix_main.c |
high |
2013-07-12 |
OpenJK | 4a118ef1512cMerge pull request #318 from archSeer/master |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/win32/win_main_console.cpp |
medium |
2013-07-19 |
OpenJK | df8fde726025Removed some unnecessary files. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/null/win_main.cpp |
medium |
2013-09-11 |
OpenJK | 611dcfab4ab5Cleanup dedicatead server null files. |
Changed the registered command handler. codemp/null/null_input.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. codemp/win32/win_main.cpp, shared/sdl/sdl_input.cpp, shared/sys/sys_local.h and 1 more |
medium |
2015-11-13 |
OpenJK | 5ef5d7214371Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed the registered command handler. shared/sdl/sdl_window.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/win32/win_main.cpp |
medium |
2023-11-28 |
TaystJK | 596ae40cc9aa · PR #52Merge pull request #52 from taysta/daggo-fs |
Changed the registered command handler. shared/sys/sys_local.h |
medium |
Evidence
- registration: shared/sys/sys_main.cpp:165 (Cmd_AddCommand)
- handler: codemp/null/null_input.cpp:33