.. |
animations
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
components
|
(Windows) Fixed an MSVC compiler warning.
|
2021-09-30 20:18:15 +02:00 |
guis
|
Removed an unused preprocessor directive.
|
2021-09-21 17:19:56 +02:00 |
renderers
|
OCD commit to fix some spelling inconsistencies.
|
2021-09-21 22:53:08 +02:00 |
resources
|
Fixed an issue where defining a really small font size would crash the application.
|
2021-09-30 19:49:18 +02:00 |
utils
|
Improved the string trim function and replaced some inlined occurrences.
|
2021-09-25 18:01:41 +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
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +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 compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +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
|
OCD commit to fix some spelling inconsistencies.
|
2021-09-21 22:53:08 +02:00 |
InputManager.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +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
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +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
|
remove brackets.
|
2021-08-23 20:57:11 +02:00 |
ThemeData.h
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
Window.cpp
|
(Windows) Fixed some compiler errors and a compiler warning.
|
2021-09-19 14:57:54 +02:00 |
Window.h
|
Fixed multiple compiler warnings related to virtual functions.
|
2021-09-18 11:49:39 +02:00 |