cg_fovAspectAdjust
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Fixed skyportal issue
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | cgame |
| Also registered in | cgame |
| 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 | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/cgame/cg_view.c:1424 |
1 |
Enabled. | codemp/cgame/cg_view.c:1424 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
f203e799b14cin OpenJK (content authored2013-05-03, integrated2013-05-11) - Upstream registration evidence: code/cgame/cg_main.cpp:355
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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-05-03 |
— | 2013-05-11 |
f203e799b14c |
Ultimate origin |
| EternalJK | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| rend2 | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| TaystJK | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| jaPRO | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| NewJK / NewMod | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
Shared integration commit |
| Vulkan | 2013-05-03 |
— | 2013-05-11 |
f203e799b14c |
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 |
|---|---|---|---|---|
2013-08-11 |
OpenJK | 794718e3fdfbMerge pull request #344 from Razish/qvmtest |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_view.c |
medium |
2013-08-13 |
OpenJK | 142bd8696935Adds cg_fovAspectAdjust to SP. Waiting on viewmodel fov changes because, SP uses 80 as the starting number for viewmodel fov scaling. |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/cgame/cg_main.cpp |
medium |
2014-03-12 |
OpenJK | cfeb246ffcce[JK2SP] Merging in some fixes and cleanup from JASP cgame/game code. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codeJK2/cgame/cg_main.cpp |
medium |
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/cgame/cg_main.cpp, codeJK2/cgame/cg_main.cpp |
medium |
2017-12-05 |
EternalJK | 9207f1148bddMerge pull request #3 from Bucky21659/master |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/cgame/cg_view.c, codemp/cgame/cg_weapons.c, codemp/cgame/cg_xcvar.h |
medium |
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/cgame/cg_view.c, codemp/cgame/cg_weapons.c, codemp/cgame/cg_xcvar.h |
high |
2018-09-11 |
EternalJK | 8a080da0044dFixed flashing health tic on JK2 HUD |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_weapons.c |
medium |
2019-06-04 |
EternalJK | 96fd54d4bc38Remove unused CG_CalcFovFromX function, move CG_ZoomDown/Up_f functions |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_view.c |
medium |
2023-09-24 |
TaystJK | cc60756b1504Also aspect correct the fov in skybox portals (#1142) |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_view.c |
medium |
2023-12-12 |
TaystJK | 6bde009fdf0aRemove some redundant code |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_view.c |
medium |
Evidence
- registration: codemp/cgame/cg_xcvar.h:305 (XCVAR_DEF)
- behavior: codemp/cgame/cg_view.c:1424
- behavior: codemp/cgame/cg_view.c:2002
- behavior: codemp/cgame/cg_weapons.c:887