1
0
Fork 0
OpenTTD/src/spriteloader
Peter Nelson afc0745aa2
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
2025-01-28 22:17:34 +00:00
..
CMakeLists.txt Feature: Support converting 32bpp-only sprites to indexed 8bpp. 2025-01-21 00:45:31 +00:00
grf.cpp Change: Let sprite loader know what sprites are available in both 8bpp and 32bpp depths. 2025-01-21 00:45:31 +00:00
grf.hpp Change: Let sprite loader know what sprites are available in both 8bpp and 32bpp depths. 2025-01-21 00:45:31 +00:00
makeindexed.cpp Fix 7b091000b0: Missing 32bpp-to-8bpp sprites due to ZOOM_LVL_NORMAL changes. (#13349) 2025-01-21 08:58:51 +00:00
makeindexed.h Feature: Support converting 32bpp-only sprites to indexed 8bpp. 2025-01-21 00:45:31 +00:00
sprite_file.cpp Codechange: range based for loops instead of C-style for loops 2024-04-11 07:05:04 +02:00
sprite_file_type.hpp Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
spriteloader.hpp Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00