wesnoth/changelog_entries/jpg_to_webp.md
Steve Cotton 3d71a2e4d8 Automatically replace missing .jpg images with .webp if found
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)
2024-03-25 21:02:18 +01:00

149 B
Raw Blame History

Miscellaneous and Bug Fixes

  • Trying to load an image filename ending ".jpg" will now automatically try ".webp" if the ".jpg" isnt found.