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

Strife: add true color support #1183

Merged
merged 22 commits into from
Apr 19, 2024
Merged

Strife: add true color support #1183

merged 22 commits into from
Apr 19, 2024

Commits on Mar 3, 2024

  1. Initial implementation

    JNechaevsky committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ad8376b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc3570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26fd68d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e870b44 View commit details
    Browse the repository at this point in the history
  5. Btightmaps working!

    JNechaevsky committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3309930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cdce80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00cd040 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2db299 View commit details
    Browse the repository at this point in the history
  9. Get rid of few TODOs

    JNechaevsky committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    81f9886 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    b658e7b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update screen wiping code

    It's working technically now, but the problem with infinite loop of comparing old and new screen data have to be resolved.
    JNechaevsky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    606dc34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e176cd5 View commit details
    Browse the repository at this point in the history
  3. Proper implementation of crossfading effect

    Now it looks and feels like vanilla!
    JNechaevsky committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0ea49bc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    656c3f8 View commit details
    Browse the repository at this point in the history
  2. Small corrections

    1) No need for separated R_InitPalColors() function. (Re-)filling pal_color[] array must be done along with colormaps[] as it's related to gamma-correction.
    2) Redraw side views of screen border on toggling gamma-correction.
    JNechaevsky committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    80e407b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    999da5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93f36f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479d92b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a711fe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Small styling corrections

    JNechaevsky committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ee486ae View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    9594624 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Proper memory size allocation for wiping effect

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