g_fixPlayerCollision
jaPRO
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls g_fixPlayerCollision 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 | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/game/bg_slidemove.c:857 |
1 |
Enabled. | codemp/game/bg_slidemove.c:857 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: jaPRO
- Ultimate-origin introduction:
fb24d6a98965in jaPRO (content authored2020-06-14, integrated2020-06-14) - Upstream registration evidence: codemp/game/g_xcvar.h:242
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits japro.
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 |
|---|---|---|---|---|---|
| EternalJK | 2020-06-14 |
— | 2020-06-14 |
fb24d6a98965 |
Shared integration commit |
| TaystJK | 2020-06-14 |
— | 2020-06-14 |
fb24d6a98965 |
Shared integration commit |
| jaPRO | 2020-06-14 |
— | 2020-06-14 |
fb24d6a98965 |
Ultimate origin |
| Vulkan | 2020-06-14 |
— | 2020-06-14 |
fb24d6a98965 |
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 |
|---|---|---|---|---|
2023-12-11 |
jaPRO | 9b57ee1b8566 · PR #55Japro update (#55) |
Changed an exact bound cvar-variable reference. codemp/game/bg_slidemove.c, codemp/game/g_cmds.c |
high |
Evidence
- registration: codemp/game/g_xcvar.h:241 (XCVAR_DEF)
- behavior: codemp/game/bg_slidemove.c:857
- behavior: codemp/game/g_cmds.c:8518
- behavior: codemp/game/g_cvar.c:95