r_fontSharpness
JK2MV
Relative font sharpness (doesn’t affect console font).
At a glance
| Field | Value |
|---|---|
| Category | Graphics & rendering |
| Module | renderer |
| Also registered in | renderer |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | float |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Always use original low-res fonts. | CVARS.rst:291 |
1 |
Best quality (in fau’s opinion). | CVARS.rst:292 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: JK2MV
- Ultimate-origin introduction:
c97dadc5db5cin JK2MV (content authored2016-02-29, integrated2016-03-01) - TaystJK integration evidence:
e8e1da168ed5 - Upstream registration evidence: src/renderer/tr_init.cpp:1231
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high - Notes: 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 |
|---|---|---|---|---|---|
| JK2MV | 2016-02-29 |
— | 2016-03-01 |
c97dadc5db5c |
Ultimate origin |
| TaystJK | 2023-11-12 |
— | 2023-11-28 |
e8e1da168ed5 |
Other project appearance |
| jaPRO | 2023-11-12 |
— | 2023-11-28 |
e8e1da168ed5 |
Other project appearance |
| OpenJK | 2023-11-12 |
— | 2024-02-08 |
01697e61fe58 |
Other project appearance |
| rend2 | 2023-11-12 |
— | 2024-02-19 |
49adb7447c9f |
Other project appearance |
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-11-28 |
TaystJK | e8e1da168ed5Merge branch ‘font-sharpness’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/rd-common/tr_font.cpp |
medium |
Evidence
- registration: codemp/rd-common/tr_font.cpp:1842 (Cvar_Get)
- behavior: codemp/rd-common/tr_font.cpp:1171
- upstream-documentation: CVARS.rst:289