fs_apppath
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
(Read Only) Location of OSX .app bundle
At a glance
| Field | Value |
|---|---|
| Category | Files & downloads |
| 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 | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | Sys_DefaultAppPath() |
| Value type | string |
| 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 settingCVAR_PROTECTED— protected from unsafe remote changes
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
2229f7cb1abain OpenJK (content authored2013-06-29, integrated2013-11-12) - Upstream registration evidence: code/qcommon/files.cpp:2906
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by openjk, eternaljk, rend2, taystjk, japro, newjk, vulkan; fork-lineage order selects openjk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| OpenJK | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Ultimate origin |
| EternalJK | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
| rend2 | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
| TaystJK | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
| jaPRO | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
| NewJK / NewMod | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
| Vulkan | 2013-06-29 |
— | 2013-11-12 |
2229f7cb1aba |
Shared integration commit |
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 |
|---|---|---|---|---|
2015-01-23 |
OpenJK | c00c4904efbe[SP] Refactored files code to single file. Breaks compat with older jagame/jospgame modules and older renderer modules for SP/JKS2SP. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/files.cpp |
medium |
2015-02-07 |
OpenJK | a7c43677a2bbMerge pull request #613 from JACoders/sdl2-windows-port |
Changed an exact bound cvar-variable reference. 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/files.cpp, shared/sys/sys_main.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/qcommon/files.cpp |
medium |
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/files.cpp |
medium |
2018-01-07 |
EternalJK | bc1b6d1d879bRemove LoadSPGameDll |
Changed an exact bound cvar-variable reference. shared/sys/sys_main.cpp |
medium |
2018-12-01 |
jaPRO | 546dfb076f6fOSX: Fix basepath (japro-assets) not loading from apppath? |
Changed an exact bound cvar-variable reference. codemp/qcommon/files.cpp |
high |
Evidence
- registration: codemp/qcommon/files.cpp:3942 (Cvar_Get); condition
defined(MACOS_X) - behavior: codemp/qcommon/files.cpp:3944
- behavior: codemp/qcommon/files.cpp:3965
- behavior: codemp/qcommon/files.cpp:3945
- behavior: codemp/qcommon/files.cpp:3966
- behavior: codemp/qcommon/files.cpp:3816