.. |
animations
|
Modernized the OpenGL renderer and replaced most fixed function pipeline code with shaders.
|
2022-03-11 23:17:04 +01:00 |
components
|
Removed the 'Enable menu scroll indicators' menu option.
|
2022-06-10 19:54:29 +02:00 |
guis
|
Fixed an issue where a virtual keyboard key repeat would sometimes continue to run when it shouldn't.
|
2022-06-10 19:30:21 +02:00 |
renderers
|
Changed the SDL video initialization function from SDL_Init to SDL_InitSubSystem
|
2022-06-09 17:16:43 +02:00 |
resources
|
Fixed an issue where the 'quit' custom event would not trigger on application shutdown.
|
2022-05-18 22:57:03 +02:00 |
utils
|
(Windows) Increased window size one pixel horizontally instead of decreasing it one pixel vertically on game launch.
|
2022-06-26 12:18:28 +02:00 |
AsyncHandle.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +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
|
Removed an unused function declaration in AudioManager.
|
2022-02-21 19:04:07 +01:00 |
CECInput.cpp
|
Changed the RPi preprocessor name from _RPI_ to RASPBERRY_PI.
|
2022-04-19 17:29:29 +02:00 |
CECInput.h
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
GuiComponent.cpp
|
Added theme support for defining color saturation for the image, video and animation components.
|
2022-03-17 19:33:09 +01:00 |
GuiComponent.h
|
Added reflections support to CarouselComponent.
|
2022-04-18 21:37:58 +02: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
|
Changed the helpsystem properties entrySpacing and iconTextSpacing to relative values.
|
2022-03-20 19:07:52 +01:00 |
HelpStyle.h
|
Changed the helpsystem properties entrySpacing and iconTextSpacing to relative values.
|
2022-03-20 19:07:52 +01:00 |
HttpReq.cpp
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
HttpReq.h
|
Fixed lots of code formatting issues.
|
2021-09-27 21:06:07 +02:00 |
ImageIO.cpp
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
ImageIO.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputConfig.cpp
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
InputConfig.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
InputManager.cpp
|
Changed the default quit shortcut to Alt + F4 and Command + Q.
|
2022-05-31 22:06:47 +02:00 |
InputManager.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
Log.cpp
|
Make Log() instances only lock in ~Log(), and make the mutex non-recursive.
|
2022-06-23 14:20:48 -07:00 |
Log.h
|
Make Log() instances only lock in ~Log(), and make the mutex non-recursive.
|
2022-06-23 14:20:48 -07:00 |
MameNames.cpp
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +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 a ScreenScraper option to fallback to additional regions to allow scraping of country-specific games and unofficial releases.
|
2022-06-16 19:56:41 +02: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 update to get the new theme engine up and running.
|
2022-01-29 18:41:22 +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
|
A dummy theme set is now created if no theme sets were found on startup.
|
2022-06-11 18:35:44 +02:00 |
ThemeData.h
|
Changed theme loading into a populateThemeSets function and created a separate getter function.
|
2022-06-11 18:34:53 +02:00 |
Window.cpp
|
Added custom event script triggers on application startup, screensaver start and screensaver end.
|
2022-05-18 23:56:51 +02:00 |
Window.h
|
Added custom event script triggers on application startup, screensaver start and screensaver end.
|
2022-05-18 23:56:51 +02:00 |