summaryrefslogtreecommitdiff
path: root/assets/xml/textures/backgrounds.xml
AgeCommit message (Collapse)Author
2025-06-06Remove OutName from xmls (both on File and Texture) (#2596)Dragorn421
2022-06-20Format script improvements and use strict name checks (#1275)Roman971
* Prioritize using clang-tidy 6 and improve format.sh * Use clang-tidy-6.0 when available since it's better at applying 'readability-inconsistent-declaration-parameter-name' * Add -m32 and -Wno-everything to compiler options to avoid unwanted errors and warnings * Remove -fsyntax-only since it serves no purpose in the context of clang-tidy * Apply clang-tidy fixes for argument names * Run format.sh again * Use 'Strict' option instead of relying on clang-tidy 6 * Run format script * Add --fix-notes to clang-tidy options for version 13+
2022-06-19Extract skyboxes and backgrounds (#1252)louist103
* xmls * cleanups * final cleanups * tlut -> TLUT * remove number 0 Co-authored-by: fig02 <fig02srl@gmail.com>