.. |
animations
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
components
|
Added threading support and proper frame pacing to LottieComponent.
|
2022-01-07 19:09:07 +01:00 |
guis
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
renderers
|
Added a GLSL shader to convert the color model BGRA to RGBA.
|
2022-01-07 18:54:52 +01:00 |
resources
|
Added a GLSL shader to convert the color model BGRA to RGBA.
|
2022-01-07 18:54:52 +01:00 |
utils
|
Fixed an issue where corrupt Unicode strings could crash the application.
|
2021-12-14 17:08:37 +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
|
General refactoring and minor optimizations throughout the codebase.
|
2021-11-09 22:40:08 +01:00 |
HelpPrompt.h
|
Changed input type 'select' to 'back' to align with the SDL naming conventions.
|
2021-05-23 20:31:15 +02: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
|
Changed most increment and decrement operators from postfix to prefix for es-core.
|
2021-11-17 17:48:49 +01:00 |
InputConfig.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputManager.cpp
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +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 |
Platform.cpp
|
(Windows) Changed the fullscreen mode to SDL_WINDOW_BORDERLESS.
|
2021-12-09 18:53:22 +01:00 |
Platform.h
|
(Windows) Hiding of console windows during game launches can now be configured via the %HIDEWINDOW% variable.
|
2021-07-16 17:56:16 +02:00 |
Scripting.cpp
|
Increased the amount of custom event arguments from two to four.
|
2021-12-05 11:25:11 +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
|
Changed Settings::getInstance() from returning a smart_ptr to returning a regular pointer.
|
2022-01-04 21:54:55 +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
|
Changed some shared_ptr return values to use values instead of references.
|
2022-01-04 22:36:15 +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
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
Window.h
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |