ES-DE/es-core/src
Leon Styhre 92f5284bf3 Added support for scraping fan art images.
Also added scraping of box back covers when using TheGamesDB.
2022-01-15 13:16:23 +01:00
..
animations Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags. 2021-09-18 09:53:26 +02:00
components Added an OpenGL ES 2.0 renderer. 2022-01-13 19:39:49 +01:00
guis Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
renderers Removed the unnecessary Renderer::getWindowFlags() function. 2022-01-14 18:23:51 +01:00
resources Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
utils Fixed two Emscripten compiler warnings. 2022-01-13 20:07:04 +01:00
AsyncHandle.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
AudioManager.cpp Fixed an issue where the audio device was accessed after it had been closed. 2022-01-05 00:08:50 +01:00
AudioManager.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
CECInput.cpp Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
CECInput.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
GuiComponent.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
GuiComponent.h Added theme support and proper application integration for LottieComponent. 2022-01-09 13:43:42 +01:00
HelpPrompt.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
HelpStyle.cpp Added support for including the left and right trigger buttons in the help prompts. 2021-09-17 21:14:43 +02:00
HelpStyle.h Added support for including the left and right trigger buttons in the help prompts. 2021-09-17 21:14:43 +02:00
HttpReq.cpp Fixed a compile error when building with the bundled TLS/SSL certificates. 2022-01-04 21:38:46 +01:00
HttpReq.h Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
ImageIO.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
ImageIO.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.cpp Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
InputConfig.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputManager.cpp Renamed Platform to utils/PlatformUtil 2022-01-10 18:56:04 +01:00
InputManager.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
Log.cpp (Windows) Fixed a compiler error. 2021-11-15 23:45:17 +01:00
Log.h Some code cleanup in the logger. 2021-11-15 20:47:00 +01:00
MameNames.cpp Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
MameNames.h (RPi) Fixed a compiler error. 2021-11-17 21:38:27 +01:00
Scripting.cpp Renamed Platform to utils/PlatformUtil 2022-01-10 18:56:04 +01:00
Scripting.h Increased the amount of custom event arguments from two to four. 2021-12-05 11:25:11 +01:00
Settings.cpp Added support for scraping fan art images. 2022-01-15 13:16:23 +01:00
Settings.h Changed Settings::getInstance() from returning a smart_ptr to returning a regular pointer. 2022-01-04 21:54:55 +01:00
Sound.cpp Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
Sound.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
ThemeData.cpp Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
ThemeData.h Changed some shared_ptr return values to use values instead of references. 2022-01-04 22:36:15 +01:00
Window.cpp Removed some unnecessary time measurement constants. 2022-01-09 23:50:08 +01:00
Window.h Added a small delay to the cached background invalidation to give components some time to render. 2022-01-09 17:56:17 +01:00