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

Initial stub of Linux client #1325

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Commits on Aug 8, 2024

  1. Add hsOptionalCall for X11/Wayland use

    This is essentially the same as the plOptionalWinCall introduced for DPI
    handling, except that it doesn't enforce WINAPI calling conventions and
    can also be used to dynamically load values as well as functions.
    dpogue committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3d496b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb61ca View commit details
    Browse the repository at this point in the history
  3. Try to hook up X11 key bindings

    There is something weird with the text input stuff where things like
    Spacebar stop working for input controls. I've commented out the
    key-to-character stuff for now because it can make navigating the game
    difficult when random action keys get disabled.
    dpogue committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f07e759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f518f7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46643f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd6bc64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9644a2a View commit details
    Browse the repository at this point in the history