forked from chocolate-doom/chocolate-doom
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Crispy-Hud for Hexen and align Heretic Crispy-Hud (#1236)
* Updated Crispy Hud Raw Version of Crispy Hud * Alignment Keys and Armor in Fullscreen Hud Alignment Keys and Armor in Fullscreen Hud * Update Comment Update Comment * Expanding Screenblocks to 12 Expanding Screenblocks to 12. * Removal of unnecessary files. Removal of unnecessary files. * Delete .project * Conservative Crispy Hud Conservative Crispy Hud with moved jewels between Item and Ammo, height of widgets from the original hud. * Adjusted Jewels Adjusted Jewels with original spacing to item * Update sb_bar.c to fix height of item selector Update sb_bar.c to fix height of item selector * Update sb_bar.c Cleanup comments and use non-transparent patch for item selector background. * Update sb_bar.c Move Frags to be visible above health. * Update sb_bar.c Moving Hud down by 10px * Fixing Findings for Pull-Request #1234 Fixing Findings for Pull-Request #1234 Crispy-Hud: #1234 * Restructuered DrawFullScreenStuff in sb_bar.c Added "return" in crispy hud condition to keep indentation of original code intact. * Adding rough Hexen crispy HUD First rough version of Hexen crispy HUD, without shifting widgets or considering widescreendelta. * Refine Hexen Crispy Hud Shift widgets to the left and right, make it align with aspect ratio, fixing indentation. * Shifting down Hexen Crispy Hud Shifting down Hexen Crispy Hud by 7px. Cleanup comments. * Refinement Hexen Crispy Hud Shifting up by 1px again, shifting item widget to the left instead of right. * Cirspy Hexen Hud - Inventory Bar Refinement Only draw health and ammo widget once the inventory is open. * Intersect check for Hexen Crispy Hud Display frags even when inventory open, adding intersect check between ManaPatch2 and Gem1. * Fix Hexen Crispy-Hud Item-Alignment Fix Hexen Crispy-Hud Item-Alignment to match standard HUD. * Align Heretic Crispy-HUD Bar with Hexen To be consistent with the Hexen Crispy-Hud: - Align height of Heretic HUD Item Selection Bar with vanilla fullscreen hud - Don't draw Ammo and Jewels when Gem2 overlaps with Jewels * Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud by moving it 2px to the left to align with non-fullscreen standard hud.
- Loading branch information
Showing
4 changed files
with
269 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters