forked from chocolate-doom/chocolate-doom
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show date and time of savegame in Save/Load menu (#1200)
* Doom: first working implementation * Use parametrized y coord Co-Authored-By: Fabian Greffrath <[email protected]> * Correct comment Better do not remove it, so the purpose of "-15" will be clear. * For Heretic * For Hexen * For Strife (WIP) Working, but needs pixel perfection. * Doom: make M_DrawSaveLoadBottomLine static * For Strife (done) Strife using spaces, not tabs. ;) * Doom: inhelpscreens no longer needed for M_DrawSaveLoadBottomLine Since everything is moved slightly up and no extra file slot is being drawed over status bar, "inhelpscreens" is now redundant. Save date should not appear on status bar, since it's using same Y-coords as KIS stats. Also, this making Save/Load menu slightly less expensive in terms of CPU usage, but fortunately, we are still on capped framerate while active menu. * Remove copy-pasta remaining from ID * Heretic & Hexen: fail-safe conditions for font drawing functions Co-Authored-By: Fabian Greffrath <[email protected]> --------- Co-authored-by: Fabian Greffrath <[email protected]>
- Loading branch information
1 parent
d4747e4
commit 4c658f2
Showing
5 changed files
with
154 additions
and
27 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
Oops, something went wrong.