.. |
animations
|
Removed some unnecessary roundings in MoveCameraAnimation
|
2023-09-20 20:42:05 +02:00 |
components
|
Changed default interpolation to linear on arbitrary rotation for the image, video, animation, badges and rating elements
|
2023-09-30 16:28:32 +02:00 |
guis
|
Added support for defining an explicit back button function for GuiMsgBox
|
2023-09-17 11:47:58 +02:00 |
renderers
|
Reintroduced vertex roundings as it improves texture mapping accuracy
|
2023-09-27 20:44:55 +02:00 |
resources
|
Changed a Font comment related to the use of the FreeType auto-hinter
|
2023-09-27 22:08:42 +02:00 |
utils
|
Fixed a regression where StringUtil::toCapitalized() stopped working
|
2023-08-21 17:01:43 +02:00 |
AsyncHandle.h
|
Added an option to scrape game manuals using ScreenScraper
|
2023-05-08 17:14:52 +02:00 |
AudioManager.cpp
|
Fixed an issue where defining the same sound file for multiple navigation sounds would log an error to es_log.txt on theme change.
|
2023-01-05 11:17:34 +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 a 'stationary' property to all secondary elements to set them as stationary during slide transitions
|
2023-08-06 23:51:53 +02:00 |
GuiComponent.h
|
Removed all horizontal text scrolling code from ComponentList (TextComponent is now used instead for this)
|
2023-08-08 19:18:16 +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
|
Improved font rendering quality and always enabled linear texture interpolation for both minification and magnification
|
2023-09-27 20:36:54 +02:00 |
HelpStyle.h
|
Completely removed support for legacy EmulationStation theme sets
|
2023-07-30 18:17:27 +02:00 |
HttpReq.cpp
|
(Windows) Fixed an MSVC compiler warning
|
2023-08-01 17:49:08 +02:00 |
HttpReq.h
|
Added a download percentage indicator to the application updater together with some other minor improvements
|
2023-08-01 17:36:15 +02:00 |
ImageIO.cpp
|
Changed the renderer pixel format from RGBA to BGRA.
|
2022-10-28 00:08:41 +02: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
|
Improved resilience to buggy controller drivers which could previously crash the application
|
2023-10-07 14:03:17 +02:00 |
InputManager.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
Log.cpp
|
(Windows) Fixed an issue where the log output time stamp was missing in es_log.txt when built using MinGW
|
2023-06-28 22:21:42 +02:00 |
Log.h
|
Added a comment to the Log file headers that the class is thread safe.
|
2023-02-18 20:32:36 +01:00 |
MameNames.cpp
|
(Windows) Changed many logging entries to use backslashes instead of forward slashes as directory separators.
|
2022-07-01 16:39:18 +02:00 |
MameNames.h
|
Added a menu option to retain extra MAME name information for unscraped game names.
|
2023-02-14 17:28:43 +01:00 |
Scripting.cpp
|
Added explicit sorting of the custom event scripts.
|
2022-09-07 20:01:04 +02:00 |
Scripting.h
|
Added explicit sorting of the custom event scripts.
|
2022-09-07 20:01:04 +02:00 |
Settings.cpp
|
Added a 'Debug mode' option to the Other settings menu
|
2023-10-02 19:59:13 +02:00 |
Settings.h
|
Added an application updater that checks for new releases on startup.
|
2023-02-18 12:42:19 +01:00 |
Sound.cpp
|
Changed the concept of 'theme set' to simply 'theme' everywhere in the code
|
2023-08-14 22:40:32 +02:00 |
Sound.h
|
Added checks for nonexistent navigation sounds in the theme configuration with fallback to the default sounds.
|
2022-12-22 17:15:15 +01:00 |
ThemeData.cpp
|
Added 'rotation' and 'rotationOrigin' properties to the video element
|
2023-09-30 12:12:32 +02:00 |
ThemeData.h
|
Changed the concept of 'theme set' to simply 'theme' everywhere in the code
|
2023-08-14 22:40:32 +02:00 |
Window.cpp
|
Controller input is now blocked during ROM directory rescans to avoid crashes
|
2023-09-20 20:46:51 +02:00 |
Window.h
|
Controller input is now blocked during ROM directory rescans to avoid crashes
|
2023-09-20 20:46:51 +02:00 |