Commit b42b618
committed
Add aspect-correction docs; enhance console & HUD
Add comprehensive aspect-correction documentation and README entries, and introduce a number of console layout, appearance, and motion features. The console received many enhancements: centered 4:3 uniform font scaling (con_scaleUniform), optional centered console extents (con_screenExtents), background style/color/opacity (con_backgroundStyle, con_backgroundColor, con_backgroundOpacity), smooth scroll and speed controls (con_scrollSmooth, con_scrollSmoothSpeed), scroll step control (con_scrollLines), fade (con_fade), and a legacy speed alias sync (scr_conspeed <-> con_speed). Implementation includes color parsing/util helpers, smooth scroll interpolation, uniform char metric computation, layout relayout/fixup, scaled drawing helpers, and updated console rendering to respect colors, alpha, and extents. Also: adjust console page scrolling to use a configurable step and flipped default sign for PgUp/PgDn handling in cl_keys, add HUD script loaded flag and change HUD rule behavior, tighten cl_hudAspect range and description, and wire up cvar descriptions. Updated template README to reference the new Aspect Correction guide.1 parent d88dd94 commit b42b618
7 files changed
Lines changed: 729 additions & 98 deletions
File tree
- code/client
- docs
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments