ES-DE/es-core/src/resources
2021-11-18 17:20:59 +01:00
..
Font.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
Font.h Fixed an issue where defining a really small font size would crash the application. 2021-09-30 19:49:18 +02:00
ResourceManager.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
ResourceManager.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
TextureData.cpp Fixed a performance regression caused by excessive mutex locks. 2021-11-18 17:20:59 +01:00
TextureData.h Fixed a performance regression caused by excessive mutex locks. 2021-11-18 17:20:59 +01: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 Reversed a previous change that caused multiple texturing issues. 2021-10-30 17:05:04 +02:00
TextureResource.h Fixed a performance regression caused by excessive mutex locks. 2021-11-18 17:20:59 +01:00