ES-DE/es-core/src/resources
2022-08-20 11:30:15 +02:00
..
Font.cpp Fixed an issue where the texture buffer sometimes couldn't fit Chinese characters. 2022-05-09 20:12:08 +02:00
Font.h Fixed a font loading crash caused by an insufficient font texture size. 2022-04-02 11:59:52 +02:00
ResourceManager.cpp (Linux) The data installation directory is now excluded for themes and resources when built as an AppImage. 2022-08-20 11:30:15 +02:00
ResourceManager.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
TextureData.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
TextureData.h Fixed an issue where raster graphic images could get scaled incorrectly. 2022-08-16 21:04:39 +02:00
TextureDataManager.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
TextureDataManager.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
TextureResource.cpp If the same raster image is used with different interpolation methods then these are now cached separately. 2022-08-16 22:37:36 +02:00
TextureResource.h If the same raster image is used with different interpolation methods then these are now cached separately. 2022-08-16 22:37:36 +02:00