ES-DE/es-core/src/resources
2022-01-19 18:01:54 +01:00
..
Font.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
Font.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
ResourceManager.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
ResourceManager.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
TextureData.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
TextureData.h Set the clang-format option SpaceBeforeCpp11BracedList to true. 2022-01-16 12:09:55 +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 General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
TextureResource.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00