Skip to content

2026-February-18 - 2.7.15411

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Feb 19:21
5545a6a
Refactor Resource Loading to handle unlikely filenames (#14118)

* Refactor Resource Loading to handle unlikely filenames

Hardens resource path creation.

Allows construction of createResourcePathStrings for resources with file names containing characters not allowed on Windows. These files, such as "Hebei / Peking.png" cannot exist on Windows.

Adds tests to verify this functionality, as well as additional ResourceLoader test coverage.

* Update and cleanup based on review feedback

---------

Co-authored-by: frigoref <frigoref@web.de>