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

Show date and time of savegame in Save/Load menu #1200

Merged
merged 11 commits into from
Apr 23, 2024
Merged

Show date and time of savegame in Save/Load menu #1200

merged 11 commits into from
Apr 23, 2024

Commits on Apr 22, 2024

  1. 14 Configuration menu
    Copy the full SHA
    a52d427 View commit details
    Browse the repository at this point in the history
  2. Use parametrized y coord

    Co-Authored-By: Fabian Greffrath <fabian@greffrath.com>
    JNechaevsky and fabiangreffrath committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3d71694 View commit details
    Browse the repository at this point in the history
  3. Correct comment

    Better do not remove it, so the purpose of "-15" will be clear.
    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dab79ab View commit details
    Browse the repository at this point in the history
  4. For Heretic

    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    298f298 View commit details
    Browse the repository at this point in the history
  5. For Hexen

    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    24bb661 View commit details
    Browse the repository at this point in the history
  6. For Strife (WIP)

    Working, but needs pixel perfection.
    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    23eb674 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    484613f View commit details
    Browse the repository at this point in the history
  8. For Strife (done)

    Strife using spaces, not tabs. ;)
    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f44f1ef View commit details
    Browse the repository at this point in the history
  9. 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.
    JNechaevsky committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d032b08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e40efb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Heretic & Hexen: fail-safe conditions for font drawing functions

    Co-Authored-By: Fabian Greffrath <fabian@greffrath.com>
    JNechaevsky and fabiangreffrath committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ffab5c7 View commit details
    Browse the repository at this point in the history