dedicated
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 dedicated in the game module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | game |
| Also registered in | game, engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | server-authoritative — Owned or enforced by the server. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 0 |
| 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.
Enforced ranges
1through2(integer; Cvar_CheckRange) — codemp/qcommon/common.cpp:14360through2(integer; Cvar_CheckRange) — codemp/qcommon/common.cpp:1445
Flags
CVAR_INIT— initialization/command-line settingCVAR_NONE— fork/source-defined flag; see registration evidence
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
game |
— |
always |
2 |
engine-shared |
— |
defined(DEDICATED) |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: codemp/game/g_main.c:354
- 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 | 393874137c54First batch of changes from Ensi |
Changed an exact bound cvar-variable reference. codemp/client/cl_scrn.cpp |
medium |
2013-04-07 |
OpenJK | dcc17314ab11Removed cd key from mp/qcommon |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
medium |
2013-04-07 |
OpenJK | b319c52fd4edMajor codemp cleanup. Ported modbase. Restructured VS2010 projects. |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/game/g_cmds.c, codemp/game/g_main.c, codemp/game/g_svcmds.c and 1 more |
medium |
2013-04-08 |
OpenJK | 92e12a9e9b19Fixed long upstanding server issues from ioq3. Free server entitites BEFORE GAME_INIT rather than after too. |
Changed an exact bound cvar-variable reference. codemp/server/sv_main.cpp |
medium |
2013-04-08 |
OpenJK | 9950d594349cMerge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed an exact bound cvar-variable reference. codemp/server/sv_client.cpp, codemp/server/sv_main.cpp |
high |
2013-04-16 |
OpenJK | 714c868b42c6Merge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed an exact bound cvar-variable reference. codemp/rd-dedicated/G2_API.cpp, codemp/rd-dedicated/tr_ghoul2.cpp, codemp/rd-dedicated/tr_model.cpp and 3 more |
high |
2013-04-18 |
OpenJK | 9e15fadfd9b4Merge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
high |
2013-05-11 |
OpenJK | f203e799b14cMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/qcommon/common.cpp, codemp/qcommon/files.cpp |
high |
2013-07-03 |
OpenJK | b2afca07b43cMerge pull request #299 from xycaleth/fix-warnings |
Changed an exact bound cvar-variable reference. codemp/rd-vanilla/tr_image.cpp |
medium |
2013-07-05 |
OpenJK | 7f053f0964ccImproved status command for the console. Is mostly inspired by the SOURCE status cmd. |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2013-07-09 |
OpenJK | 6f98a53f4616Merge branch ‘master’ of github.com:Razish/OpenJK |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
high |
2013-07-18 |
OpenJK | ee552c5b46e5Merge pull request #328 from xycaleth/rd-common |
Changed an exact bound cvar-variable reference. codemp/rd-common/tr_public.h, codemp/rd-vanilla/tr_image.cpp, codemp/rd-vanilla/tr_skin.cpp |
medium |
2013-07-18 |
OpenJK | 79f46c2c3b22Merge pull request #329 from xycaleth/fix-warnings |
Changed an exact bound cvar-variable reference. codemp/rd-vanilla/tr_image.cpp |
medium |
2013-08-02 |
OpenJK | dd9bd9b9ae92Refactored renderer API, fixed some Ghoul2 crashes |
Changed an exact bound cvar-variable reference. codemp/rd-dedicated/G2_API.cpp, codemp/rd-dedicated/tr_ghoul2.cpp, codemp/rd-dedicated/tr_model.cpp and 4 more |
medium |
2013-08-11 |
OpenJK | 794718e3fdfbMerge pull request #344 from Razish/qvmtest |
Changed an exact bound cvar-variable reference. codemp/client/cl_scrn.cpp, codemp/ui/ui_main.c |
medium |
2013-08-28 |
OpenJK | 61cd6e979c3bRemoved stricmp etc, always use Q_ versions for consistency across platforms |
Changed an exact bound cvar-variable reference. codemp/server/sv_main.cpp |
medium |
2013-09-05 |
OpenJK | 9bc49a503050UI cleanup. Unused functions |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2013-11-11 |
OpenJK | 2e90f9c19be1[MP] Removed leftover delayFreeVM references. Init lastTime to 0 in Com_Frame. Bring back ERR_NEED_CD handling just for conformity sake. Init the jakey randomizer first thing in Com_Init. |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
medium |
2013-11-14 |
OpenJK | 5d5eef61b5e4[MP] Fixed early prints to the ingame console. This does not hurt anything since we don’t allow dedicated in the main bin right now. Check this if we decide to re-enable without going the in-game console for openjk regular executable dedicated. |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
high |
2013-11-21 |
OpenJK | 03e8231c183e[MP] Make g_svcmds use bsearch method for commands. Improve listip command. Improve ded server say cmd. |
Changed an exact bound cvar-variable reference. codemp/game/g_svcmds.c |
medium |
2014-01-30 |
OpenJK | adce8465b4b5[MP] Allow dedicated cvar to be set to during init instead of not at all with dedicated executable. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp |
medium |
2014-01-30 |
OpenJK | d3a6d2b9b9d2[MP] Style: remove superfluous whitespace |
Changed an exact bound cvar-variable reference. codemp/qcommon/cm_load.cpp, codemp/qcommon/common.cpp |
medium |
2014-08-19 |
OpenJK | 03bba21225bb[MP] Add svtell command to send message to clients from server console. |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2014-08-25 |
OpenJK | 036c904c5bd8[MP] Tweaked client list in status rcon cmd Cut client number down to 2 width since 32 is max players. Remove lastmsg and qport. Increased size of address to accommodate for future ipv6 support. Fix colored name padding. Based on ioquake/ioq3@94e36c288c6ce6b5273055e61077c29e81fbd2bf |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp, shared/sys/sys_main.cpp |
medium |
2015-11-13 |
OpenJK | 5ef5d7214371Merge branch ‘master’ of https://github.com/JACoders/OpenJK |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp, codemp/qcommon/files.cpp |
medium |
2016-03-21 |
EternalJK | f5defc782a90Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp, codemp/server/sv_main.cpp, shared/sys/sys_main.cpp |
medium |
2017-08-31 |
OpenJK | 913e3cc57ec7Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed an exact bound cvar-variable reference. codemp/server/sv_main.cpp |
medium |
2017-12-29 |
EternalJK | 43b393062090Merge remote-tracking branch ‘upstream/master’ |
Changed an exact bound cvar-variable reference. codemp/rd-dedicated/G2_API.cpp, codemp/rd-dedicated/tr_ghoul2.cpp, codemp/rd-vanilla/G2_API.cpp and 2 more |
medium |
2018-01-01 |
jaPRO | d9d510063ce6Merge branch ‘japro-ejk’ |
Changed an exact bound cvar-variable reference. codemp/game/sqlite3.c |
high |
2018-10-06 |
EternalJK | 05f1ac70497ercon status cleanup move name to end of line, remove notrunc, cleanup status info |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2018-10-06 |
EternalJK | 0db4ffc5f66drcon status cleanup pt2 |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2020-05-15 |
EternalJK | 701070354c7cFix OOB IP rate limiter breaking non-dedicated servers |
Changed an exact bound cvar-variable reference. codemp/server/sv_main.cpp |
medium |
2021-05-25 |
TaystJK | d7d7ce3234e6Added vanilla clone for code compare |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/G2_API.cpp, codemp/rd-vulkan/tr_ghoul2.cpp, codemp/rd-vulkan/tr_model.cpp and 1 more |
medium |
2021-05-25 |
Vulkan | c4a9c87ef0e3Added vulkan renderer |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_main.cpp, codemp/rd-vulkan/vk_frame.cpp |
high |
2021-06-04 |
TaystJK | 2302bf7c732eRemoved localName from image loader |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/vk_image.cpp |
medium |
2023-09-25 |
OpenJK | 405022446ca4[OpenJK] Re-merge OpenJK into EJK [1] |
Changed an exact bound cvar-variable reference. codemp/server/sv_main.cpp |
medium |
2023-10-03 |
TaystJK | 86c0756385ef · PR #12Rend2 (#12) |
Changed an exact bound cvar-variable reference. codemp/rd-rend2/G2_API.cpp |
medium |
2024-01-25 |
jaPRO | cd07288a30a6 · PR #116Japro updates (#116) |
Changed an exact bound cvar-variable reference. codemp/game/g_cmds.c |
high |
2024-02-03 |
TaystJK | 0c789787f79c · PR #110Rend2 updates (#110) |
Changed an exact bound cvar-variable reference. shared/rd-rend2/tr_cache.cpp, shared/rd-rend2/tr_ghoul2.cpp, shared/rd-rend2/tr_skin.cpp |
medium |
2024-02-27 |
JK2MV | 61b1b328accf · PR #155qol_console (#155) |
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp |
medium |
2024-09-22 |
OpenJK | ecf4edf9ad98 · PR #209OpenJK Update (#209) |
Changed an exact bound cvar-variable reference. codemp/server/sv_client.cpp, codemp/server/sv_main.cpp |
medium |
2026-06-01 |
Vulkan | 22e66aeb32fc · PR #315Merge pull request #315 from taysta/vk-up |
Changed an exact bound cvar-variable reference. codemp/rd-vulkan/tr_cache.cpp, codemp/rd-vulkan/tr_model.cpp |
medium |
Evidence
- registration: codemp/game/g_xcvar.h:61 (XCVAR_DEF)
- registration: codemp/qcommon/common.cpp:1435 (Cvar_Get); condition
defined(DEDICATED) - behavior: codemp/client/cl_scrn.cpp:608
- behavior: codemp/game/g_svcmds.c:1738
- behavior: codemp/qcommon/common.cpp:310
- behavior: codemp/qcommon/common.cpp:1521
- behavior: codemp/qcommon/common.cpp:1535