g_fixWeaponAttackAnim
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls g_fixWeaponAttackAnim 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 |
| 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 | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/game/bg_misc.c:466 |
1 |
Enabled. | codemp/game/bg_misc.c:466 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
1e8a7998ca2fin OpenJK (content authored2024-02-20, integrated2024-02-20) - TaystJK integration evidence:
cd784cbf26da - Origin pull request: #157
- Matching squash bullet:
move BASE_COMPAT flag behind cmake option BuildMPWithCompatMode, add g_fixWeaponAttackAnim making use of CS_LEGACY_FIXES - Upstream registration evidence: codemp/game/g_xcvar.h:98
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high
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 | 2024-02-20 |
— | 2024-02-20 |
1e8a7998ca2f |
Ultimate origin |
| rend2 | 2024-02-20 |
— | 2024-04-09 |
b688bdf3ea00 |
Other project appearance |
| TaystJK | 2024-02-26 |
2024-02-23 | 2024-02-26 |
cd784cbf26da |
Other project appearance |
| jaPRO | 2024-02-26 |
— | 2024-02-26 |
cd784cbf26da |
Other project appearance |
Evidence
- registration: codemp/game/g_xcvar.h:96 (XCVAR_DEF)
- behavior: codemp/game/bg_misc.c:466
- behavior: codemp/game/g_cvar.c:636