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/fontcache
Peter Nelson b85ecf9ac2
Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580)
Add `SpriteLoader::SpriteCollection` type which is an array of `SpriteLoad::Sprite`.

This removes the ambiguity of what `SpriteLoader::Sprite *` is pointing to,
and cleans up mismatches using both dereference -> and array access [] for the
same object.
5 months ago
..
CMakeLists.txt
freetypefontcache.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 5 months ago
spritefontcache.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
spritefontcache.h Codechange: Add missing 'override'. 9 months ago
truetypefontcache.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 5 months ago
truetypefontcache.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago