Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve console and font handling #1184

Merged
merged 8 commits into from
Feb 8, 2024
Merged

Commits on Nov 3, 2023

  1. [Shared] Replace CARET shift check when using cl_consoleUseScanCode w…

    …ith a check for cl_consoleShiftRequirement.
    
    The cvar cl_consoleShiftRequirement matches the jk2mv mv_consoleShiftRequirement:
     - 0: no shift key required
     - 1: shift required to open the console
     - 2: shift required to open and close the console
    Daggolin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1479067 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    c007dfd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    ec944bb View commit details
    Browse the repository at this point in the history
  2. [Shared] Port console features from jk2mv.

    This includes con_scale, con_timestamps, changes to line wrapping, condump, ...
    
    Most of these changes were originally written by fau and have more context within the jk2mv repository.
    Daggolin committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    80352db View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. [Shared] Add com_timestamps cvar to enable timestamps in system termi…

    …nal and qconsole.log
    
    Originally written by fau for jk2mv.
    Daggolin committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    371b8d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c54bc58 View commit details
    Browse the repository at this point in the history
  3. [SP] Map the UI module internal font numbers 1 to 4 to the names of d…

    …efault fonts and dynamically register them to avoid undesired font changes when registering other fonts too early.
    Daggolin committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d786f19 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. [Shared] Add support for sharper fonts (requires new assets; cvar: r_…

    …fontSharpness).
    
    Originally written by fau for jk2mv.
    Daggolin committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    97c7291 View commit details
    Browse the repository at this point in the history