net_restart
Base Jedi Academy
Restart the networking sub-system
At a glance
| Field | Value |
|---|---|
| Category | Server & networking |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | net_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/win32/win_main_console.cpp:62
- 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-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 |
2014-01-11 |
OpenJK | 90d5fa42c4b5[MP] Unify win_net and sys_net into qcommon/net_ip. Unix now also supports the socks code. net_restart behaves correctly now if was disabled. |
Changed the registered command handler. codemp/qcommon/net_ip.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; and the registered command handler. codemp/qcommon/net_ip.cpp, codemp/qcommon/qcommon.h, codemp/win32/win_main.cpp |
high |
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/net_ip.cpp |
medium |
Evidence
- registration: codemp/qcommon/net_ip.cpp:995 (Cmd_AddCommand)
- handler: codemp/qcommon/net_ip.cpp:1100