net_qport
Base Jedi Academy
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls qport in the engine-shared module. Consult the cited behavior reads before relying on values not listed here.
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 | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | va("%i", port) |
| Value type | int |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_INIT— initialization/command-line setting
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: codemp/qcommon/net_chan.cpp:60
- 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-07-12 |
OpenJK | dc2340f0d919Mega engine code cleanup (SP and MP) of some warnings produced during 64-bit linux builds. |
Changed an exact bound cvar-variable reference. codemp/qcommon/net_chan.cpp |
medium |
2013-08-16 |
OpenJK | 82badfabf174Massive SP upgrade patch. Merges the console overhaul to SP. Fixes extension functions in SP. Rename qport to net_qport in SP. Remove alt-tab diasabler from SP. Fixed up command buffer code in SP. Fixed up configs loading on startup in SP. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/net_chan.cpp |
medium |
2014-01-30 |
OpenJK | d3a6d2b9b9d2[MP] Style: remove superfluous whitespace |
Changed an exact bound cvar-variable reference. codemp/server/sv_client.cpp |
medium |
2014-02-10 |
OpenJK | beadbaa9f0a2Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
high |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/net_chan.cpp |
medium |
2024-09-22 |
OpenJK | ecf4edf9ad98 · PR #209OpenJK Update (#209) |
Changed an exact bound cvar-variable reference. codemp/qcommon/net_chan.cpp, codemp/qcommon/qcommon.h |
medium |
Evidence
- registration: codemp/qcommon/net_chan.cpp:75 (Cvar_Get)
- behavior: codemp/qcommon/common.cpp:1515
- behavior: codemp/qcommon/net_chan.cpp:114
- behavior: codemp/qcommon/net_chan.cpp:193
- behavior: codemp/qcommon/qcommon.h:251
- behavior: codemp/server/sv_main.cpp:847