ES-DE/es-app/src
2022-06-06 22:44:48 +02:00
..
guis Changed the sorting in the Alternative emulators interface to use short system names instead of full system names. 2022-06-03 18:32:37 +02:00
scrapers Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
views Added system view support for the 'rating' text metadata type. 2022-06-06 22:44:48 +02:00
CollectionSystemsManager.cpp Some code cleanup. 2022-04-09 16:32:47 +02:00
CollectionSystemsManager.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
EmulationStation.h Changed the version from 1.3.0-alpha to 2.0.0-alpha 2022-02-20 20:00:51 +01:00
FileData.cpp Fixed two issues were thumbnails and game images were not displayed for the Detailed and Video view styles respectively. 2022-06-03 19:56:30 +02:00
FileData.h Fixed two issues were thumbnails and game images were not displayed for the Detailed and Video view styles respectively. 2022-06-03 19:56:30 +02:00
FileFilterIndex.cpp Moved UIModeController.cpp from the es-app/views directory to es-app 2022-01-17 21:53:23 +01:00
FileFilterIndex.h Made it possible to filter the 'Controller badge' metadata field. 2021-10-24 13:05:44 +02:00
FileSorts.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
FileSorts.h Manual merges to align with master branch. 2021-09-27 21:27:07 +02:00
GamelistFileParser.cpp Fixed a very rare bug where games and folders could get mixed up during gamelist.xml parsing. 2022-05-21 14:25:44 +02:00
GamelistFileParser.h Renamed GamelistFileParse to GamelistFileParser and moved it to its own namespace. 2022-01-15 14:12:56 +01:00
main.cpp Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
MediaViewer.cpp Shader flags are now sent as bit masks instead of via discreet values. 2022-03-14 22:30:24 +01:00
MediaViewer.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
MetaData.cpp Renamed 'launch file' to 'folder link'. 2022-04-12 18:35:57 +02:00
MetaData.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
MiximageGenerator.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
MiximageGenerator.h General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
PlatformId.cpp Added scraper support for the platforms arcadia (Emerson Arcadia 2001) and crvision (VTech CreatiVision). 2022-05-19 17:32:12 +02:00
PlatformId.h Added scraper support for the platforms arcadia (Emerson Arcadia 2001) and crvision (VTech CreatiVision). 2022-05-19 17:32:12 +02:00
Screensaver.cpp Fixed an issue where the screensaver would include all games when in Kid UI mode. 2022-05-16 19:59:34 +02:00
Screensaver.h Removed the last remnants of the PowerSaver. 2022-05-18 21:08:55 +02:00
SystemData.cpp Added support for placing a noload.txt file in the root of a system/ROM directory to keep it from getting loaded. 2022-06-05 11:52:33 +02:00
SystemData.h Added experimental support for folder flattening. 2022-05-18 19:47:51 +02:00
UIModeController.cpp Moved UIModeController.cpp from the es-app/views directory to es-app 2022-01-17 21:53:23 +01:00
UIModeController.h Updated the include guards for UIModeController. 2022-01-17 21:59:00 +01:00
VolumeControl.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
VolumeControl.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00