.. |
animations
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
components
|
Fixed multiple issues where ComponentGrid would display incorrect help prompts.
|
2021-10-12 23:32:26 +02:00 |
guis
|
Fixed multiple issues where ComponentGrid would display incorrect help prompts.
|
2021-10-12 23:32:26 +02:00 |
renderers
|
OCD commit to fix some spelling inconsistencies.
|
2021-09-21 22:53:08 +02:00 |
resources
|
Clarified the use of bundled include files.
|
2021-10-06 18:41:21 +02:00 |
utils
|
Fixed a compiler warning on BSD Unix.
|
2021-10-06 18:47:30 +02:00 |
AsyncHandle.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
AudioManager.cpp
|
Fixed a heisenbug in AudioManager that was actually caused by a bug in SDL_AudioStreamAvailable().
|
2021-07-15 18:07:01 +02:00 |
AudioManager.h
|
Implemented a stable solution to video stream muting and clearing.
|
2021-05-29 10:52:40 +02:00 |
CECInput.cpp
|
Changed the CEC device name to 'ES-DE'.
|
2021-10-06 17:08:57 +02:00 |
CECInput.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
GuiComponent.cpp
|
Made multiple optimizations to the GUI components.
|
2021-09-28 21:46:45 +02:00 |
GuiComponent.h
|
Improved the scrolling consistency in ScrollableContainer.
|
2021-09-30 20:11:56 +02: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
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
HttpReq.h
|
Fixed lots of code formatting issues.
|
2021-09-27 21:06:07 +02:00 |
ImageIO.cpp
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
ImageIO.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputConfig.cpp
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputConfig.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputManager.cpp
|
Added info popups when adding and removing input devices.
|
2021-10-07 18:33:13 +02:00 |
InputManager.h
|
Added info popups when adding and removing input devices.
|
2021-10-07 18:33:13 +02:00 |
Log.cpp
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
Log.h
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
MameNames.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
MameNames.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
Platform.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02: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
|
Some minor changes proposed by the static analyzer.
|
2021-07-09 19:58:21 +02:00 |
Scripting.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
Settings.cpp
|
Added a simple static scroll indicator and set this as the default.
|
2021-10-10 20:07:44 +02:00 |
Settings.h
|
Changed es_settings.cfg to es_settings.xml
|
2021-06-16 19:05:24 +02:00 |
Sound.cpp
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
Sound.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
ThemeData.cpp
|
Merged BadgeComponent code into master branch.
|
2021-10-12 23:13:38 +02:00 |
ThemeData.h
|
Further improvements to the badges code.
|
2021-10-12 22:53:02 +02:00 |
Window.cpp
|
Info popups are now hidden from both the screensaver and media viewer.
|
2021-10-07 19:03:43 +02:00 |
Window.h
|
Simplified the code for info popups.
|
2021-10-07 18:31:40 +02:00 |