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

Flags

Registration-specific defaults

Default Module Renderer Compile condition
0 game always
2 engine-shared defined(DEDICATED)

Provenance

Origin: Base Jedi Academy

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 393874137c54
First batch of changes from Ensi
Changed an exact bound cvar-variable reference. codemp/client/cl_scrn.cpp medium
2013-04-07 OpenJK dcc17314ab11
Removed cd key from mp/qcommon
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp medium
2013-04-07 OpenJK b319c52fd4ed
Major 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 92e12a9e9b19
Fixed 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 9950d594349c
Merge 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 714c868b42c6
Merge 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 9e15fadfd9b4
Merge 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 f203e799b14c
Merge 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 b2afca07b43c
Merge 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 7f053f0964cc
Improved 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 6f98a53f4616
Merge branch ‘master’ of github.com:Razish/OpenJK
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp high
2013-07-18 OpenJK ee552c5b46e5
Merge 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 79f46c2c3b22
Merge 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 dd9bd9b9ae92
Refactored 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 794718e3fdfb
Merge 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 61cd6e979c3b
Removed 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 9bc49a503050
UI 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 a7c43677a2bb
Merge 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 5ef5d7214371
Merge 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 f5defc782a90
Merge 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 913e3cc57ec7
Merge 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 43b393062090
Merge 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 d9d510063ce6
Merge branch ‘japro-ejk’
Changed an exact bound cvar-variable reference. codemp/game/sqlite3.c high
2018-10-06 EternalJK 05f1ac70497e
rcon 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 0db4ffc5f66d
rcon status cleanup pt2
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp medium
2020-05-15 EternalJK 701070354c7c
Fix 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 d7d7ce3234e6
Added 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 c4a9c87ef0e3
Added 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 2302bf7c732e
Removed 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 #12
Rend2 (#12)
Changed an exact bound cvar-variable reference. codemp/rd-rend2/G2_API.cpp medium
2024-01-25 jaPRO cd07288a30a6 · PR #116
Japro updates (#116)
Changed an exact bound cvar-variable reference. codemp/game/g_cmds.c high
2024-02-03 TaystJK 0c789787f79c · PR #110
Rend2 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 #155
qol_console (#155)
Changed an exact bound cvar-variable reference. codemp/qcommon/common.cpp medium
2024-09-22 OpenJK ecf4edf9ad98 · PR #209
OpenJK 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 #315
Merge 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