ES-DE/es-core/src/resources
2022-09-07 21:17:01 +02:00
..
Font.cpp Removed the font texture linear magnification support as it caused various rendering artifacts. 2022-09-06 00:51:16 +02:00
Font.h Moved the Alignment enumerator from Font to GuiComponent. 2022-09-07 19:54:55 +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 Mipmapping is now taken into consideration when calculating the VRAM usage. 2022-09-07 21:17:01 +02:00
TextureData.h Mipmapping is now taken into consideration when calculating the VRAM usage. 2022-09-07 21:17:01 +02:00
TextureDataManager.cpp Added support for caching SVG images. 2022-08-23 22:24:24 +02:00
TextureDataManager.h Replaced some mutex locks with atomic variables. 2021-11-16 17:49:05 +01:00
TextureResource.cpp Added a tileSize property to the image element so that the size of each individual image in tiled textures can be defined. 2022-09-06 21:33:50 +02:00
TextureResource.h Added support for texture mipmapping with trilinear filtering. 2022-09-05 23:36:49 +02:00