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

Added keyboard and mouse input remapping, rudimentary mouse movement to joystick logic and more #1356

Open
wants to merge 74 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    81e0f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c0764 View commit details
    Browse the repository at this point in the history
  3. fix messing up the merge

    kalaposfos13 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    37dcdce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6d54bf View commit details
    Browse the repository at this point in the history
  5. add license

    kalaposfos13 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3dda62f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9820022 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22e4ab8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31caf01 View commit details
    Browse the repository at this point in the history
  9. actually fix clang changing ini syntax

    use relative path for the ini file
    kalaposfos13 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    45f05c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. remove big commented out code blocks,

    and fixed platform-dependent code
    kalaposfos13 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b15810d View commit details
    Browse the repository at this point in the history
  2. fix windows hating me

    kalaposfos13 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    719a36c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607514e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a2eab3 View commit details
    Browse the repository at this point in the history
  5. fix license and style

    kalaposfos13 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b300ffe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef7b0ad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    17e44de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec9dc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f486663 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    bd2acfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5391ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6bee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60d9e7b View commit details
    Browse the repository at this point in the history
  5. F6 = F7 + F9

    kalaposfos13 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a76b792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    649a5c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    92bbe40 View commit details
    Browse the repository at this point in the history
  2. Added capslock support

    kalaposfos13 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1788aed View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix clang-format

    kalaposfos13 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b00ebf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    5fdaea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b06c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0238e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24348f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c913a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c51aee View commit details
    Browse the repository at this point in the history
  7. Added per-game config

    kalaposfos13 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e0b288a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    942c1d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52ad7e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    050ba2e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    abbff1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b8f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab5085 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    e3408a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4d3c5 View commit details
    Browse the repository at this point in the history
  3. General code cleanup

    kalaposfos13 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9958033 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

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

Commits on Nov 7, 2024

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

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    1884b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92a83c View commit details
    Browse the repository at this point in the history
  3. Parsing works now

    kalaposfos13 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    86c8701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c2d09d View commit details
    Browse the repository at this point in the history
  5. Axis outputs work now

    kalaposfos13 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    df738c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    0d87d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad6079 View commit details
    Browse the repository at this point in the history
  3. Implemented key toggle

    kalaposfos13 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    09b945c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a8f177 View commit details
    Browse the repository at this point in the history
  5. clang-format

    kalaposfos13 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9c81f8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e215530 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'new-kbm'

    kalaposfos13 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e38e75b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e512bc View commit details
    Browse the repository at this point in the history
  9. Fix input hierarchy

    kalaposfos13 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1efd247 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    e43d60e View commit details
    Browse the repository at this point in the history
  2. clang-format

    kalaposfos13 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    900b578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c6a9f View commit details
    Browse the repository at this point in the history
  4. clang

    kalaposfos13 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9d6dd79 View commit details
    Browse the repository at this point in the history
  5. Update code style

    kalaposfos13 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    91e30ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5f988d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d4db91 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Fix typo

    kalaposfos13 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0110009 View commit details
    Browse the repository at this point in the history
  2. Temporarily added my GUI

    kalaposfos13 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9062be0 View commit details
    Browse the repository at this point in the history
  3. Update cmakelists

    kalaposfos13 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5b6da2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3466de0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3261674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a1b875 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. okay so maybe the gravity rush fix might have slightly broken the joy…

    …stick halfmode and key toggle
    kalaposfos13 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    45cc82e View commit details
    Browse the repository at this point in the history