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

Allow delayed loading of texture replacements #15025

Merged
merged 12 commits into from
Oct 25, 2021

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    2356280 View commit details
    Browse the repository at this point in the history
  2. Replacement: Purge old cached decoded textures.

    Not actually decoding into the cache, just setup.
    unknownbrackets committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    36fc2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    045d902 View commit details
    Browse the repository at this point in the history
  4. Replacement: Centralize lookup logic.

    And make sure we don't change our minds about using a replacement during a
    draw.
    unknownbrackets committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    83b7b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0721405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee882d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09f0578 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Replacement: Ensurely orderly stop on reset.

    If the texture is being loaded and we stop or reset, make sure it stops to
    avoid any crash or hang.
    unknownbrackets committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c0054dc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    4c1b556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0e194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc80f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76186d1 View commit details
    Browse the repository at this point in the history