You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/spriteloader
rubidium42 cb8612ba79 Remove: ZOOM_LVL_COUNT
This is the only enumeration with a COUNT and END. The logic of the COUNT
implied that BEGIN could be non-zero, but all but two uses of zoom level
assume that BEGIN is zero, making the separate count only confusing.
6 months ago
..
CMakeLists.txt Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
grf.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
grf.hpp Codechange: Add missing override specifiers. 8 months ago
sprite_file.cpp Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
sprite_file_type.hpp Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
spriteloader.hpp Remove: ZOOM_LVL_COUNT 6 months ago