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

Adding Crispy-Hud for Hexen #1236

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 26, 2024

  1. Updated Crispy Hud

    Raw Version of Crispy Hud
    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    73a472d View commit details
    Browse the repository at this point in the history
  2. Alignment Keys and Armor in Fullscreen Hud

    Alignment Keys and Armor in Fullscreen Hud
    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e127a8f View commit details
    Browse the repository at this point in the history
  3. Update Comment

    Update Comment
    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8d6057f View commit details
    Browse the repository at this point in the history
  4. Expanding Screenblocks to 12

    Expanding Screenblocks to 12.
    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    542d3a7 View commit details
    Browse the repository at this point in the history
  5. Removal of unnecessary files.

    Removal of unnecessary files.
    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    52d2fa7 View commit details
    Browse the repository at this point in the history
  6. Delete .project

    Noseey committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    afb88d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Conservative Crispy Hud

    Conservative Crispy Hud with moved jewels between Item and Ammo, height of widgets from the original hud.
    Noseey committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3ffe506 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Adjusted Jewels

    Adjusted Jewels with original spacing to item
    Noseey committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    84bac45 View commit details
    Browse the repository at this point in the history
  2. Update sb_bar.c to fix height of item selector

    Update sb_bar.c to fix height of item selector
    Noseey committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    89f1d63 View commit details
    Browse the repository at this point in the history
  3. Update sb_bar.c

    Cleanup comments and use non-transparent patch for item selector background.
    Noseey committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    98ddb00 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Update sb_bar.c

    Move Frags to be visible above health.
    Noseey committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    4aa0a22 View commit details
    Browse the repository at this point in the history
  2. Update sb_bar.c

    Moving Hud down by 10px
    Noseey committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    24e104c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03225b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Fixing Findings for Pull-Request fabiangreffrath#1234

    Fixing Findings for Pull-Request fabiangreffrath#1234 Crispy-Hud:
    fabiangreffrath#1234
    Noseey committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3003fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce0d95e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Restructuered DrawFullScreenStuff in sb_bar.c

    Added "return" in crispy hud condition to keep indentation of original code intact.
    Noseey committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a2e7aa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    4224dbf View commit details
    Browse the repository at this point in the history
  2. Adding rough Hexen crispy HUD

    First rough version of Hexen crispy HUD, without shifting widgets or considering widescreendelta.
    Noseey committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    85a5b66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235524b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Refine Hexen Crispy Hud

    Shift widgets to the left and right, make it align with aspect ratio, fixing indentation.
    Noseey committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b4f7780 View commit details
    Browse the repository at this point in the history
  2. Shifting down Hexen Crispy Hud

    Shifting down Hexen Crispy Hud by 7px. Cleanup comments.
    Noseey committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a04eb6e View commit details
    Browse the repository at this point in the history
  3. Refinement Hexen Crispy Hud

    Shifting up by 1px again, shifting item widget to the left instead of right.
    Noseey committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    02b4363 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Cirspy Hexen Hud - Inventory Bar Refinement

    Only draw health and ammo widget once the inventory is open.
    Noseey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f89cc16 View commit details
    Browse the repository at this point in the history
  2. Intersect check for Hexen Crispy Hud

    Display frags even when inventory open, adding intersect check between ManaPatch2 and Gem1.
    Noseey committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d0fd202 View commit details
    Browse the repository at this point in the history