mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 12:19:09 +00:00

Give .jpg files the same logic that .png files were given in 8f06da197462e376bf25704253299a886622ba58, because many files were renamed in 51b58ad218fc285717c7d5889fdfeda59f017ca6. UMC using the old name for images will trigger a warning, but the player will still see the image file. This is just a cosmetic change that doesn't change compatibility, because have_asset("images", "blah.jpg") won't be automatically redirected to "blah.webp". (cherry picked from commit 84ed5488e0676a1cff6989ae3caa75a68f739bf7)
149 B
149 B
Miscellaneous and Bug Fixes
- Trying to load an image filename ending ".jpg" will now automatically try ".webp" if the ".jpg" isn’t found.