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

Promote use of internal progress bars #2411

Merged

Commits on Apr 9, 2024

  1. Fix internal progress bars not showing

    The internal progress bars weren't displaying at all due to recent changes in the graphics stack (OpenLoco#1766).
    The progress bars use Gfx::renderAndUpdate to refresh the screen, but after this refactor, only
    SoftwareDrawingEngine::render was being called, but the SoftwareDrawingEngine::present it introduced was not.
    This left the screen not updated.
    AaronVanGeffen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0cdf0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079baa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6956a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a115729 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    630dbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3455f8c View commit details
    Browse the repository at this point in the history