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

change the loading screen to a png file instead of avif #76226

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

db48x
Copy link
Contributor

@db48x db48x commented Sep 5, 2024

Summary

Bugfixes "Replace the loading screen image with a PNG"

Purpose of change

Fixes #76223

Testing

Start or load a game.

Additional context

Apparently the SDL_image library that comes with Fedora is compiled with support for AVIF images, but the SDL_image library that Windows users download is not. I should have noticed that AVIF support was optional, and opted not to use it in the first place. The image I‌ used was originally an AVIF; at the time it seemed best to use it as–is.

Instead of forcing Windows users to rebuild their dependencies with different build options, I’ll just bloat the releases by an extra 40kb. I doubt anyone will even notice.

@GuardianDll GuardianDll added the (P1 - Critical) Highest priority (for ex. crash fixes) label Sep 5, 2024
Apparently the SDL_image library that comes with Fedora is compiled
with support for AVIF images, but the SDL_image library that Windows
users download is not. I should have noticed that AVIF support was
optional, and opted not to use it in the first place. The image I‌ used
was originally an AVIF; at the time it seemed best to use it as–is.

Instead of forcing Windows users to rebuild their dependencies with
different build options, I’ll just bloat the releases by an extra
40kb. I doubt anyone will even notice.

Fixes CleverRaven#76223
@github-actions github-actions bot added <Bugfix> This is a fix for a bug (or closes open issue) Info / User Interface Game - player communication, menus, etc. SDL: Tiles / Sound Tiles visual interface and sounds. [C++] Changes (can be) made in C++. Previously named `Code` astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Sep 5, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Sep 6, 2024
@Maleclypse Maleclypse merged commit d5f5f2d into CleverRaven:master Sep 6, 2024
22 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions (P1 - Critical) Highest priority (for ex. crash fixes) SDL: Tiles / Sound Tiles visual interface and sounds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Game do not load
3 participants