ES-DE/es-app/src
2022-01-14 23:42:52 +01:00
..
guis Removed an unused constructor parameter for GuiMetaDataEd. 2022-01-14 23:42:52 +01:00
scrapers Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
views Fixed an issue where some media files were sometimes not removed when clearing games. 2022-01-14 21:17:00 +01:00
CollectionSystemsManager.cpp Fixed an issue where custom collections could get the wrong sort order after metadata changes. 2022-01-14 17:27:42 +01:00
CollectionSystemsManager.h Moved the CollectionSystemsManager cleanup from the destructor to a deinit function. 2022-01-04 23:14:12 +01:00
EmulationStation.h Bumped the version to 1.3.0-alpha 2021-12-29 15:54:26 +01:00
FileData.cpp Renamed Platform to utils/PlatformUtil 2022-01-10 18:56:04 +01:00
FileData.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
FileFilterIndex.cpp Moved a decrement operator and an increment operator from postfix to prefix. 2021-11-17 18:00:00 +01:00
FileFilterIndex.h Made it possible to filter the 'Controller badge' metadata field. 2021-10-24 13:05:44 +02:00
FileSorts.cpp Fixed lots of code formatting issues. 2021-09-27 21:06:07 +02:00
FileSorts.h Manual merges to align with master branch. 2021-09-27 21:27:07 +02:00
Gamelist.cpp Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
Gamelist.h Added support for defining and choosing between alternative emulators. 2021-08-22 15:26:38 +02:00
main.cpp Improved the structure of main.cpp 2022-01-12 21:38:37 +01:00
MediaViewer.cpp Changed ViewController::get() to ViewController::getInstance() 2022-01-04 21:49:22 +01:00
MediaViewer.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
MetaData.cpp Fixed a time zone issue related to the Unix epoch. 2021-11-26 20:55:54 +01:00
MetaData.h Added support for controller types. 2021-10-23 19:08:32 +02:00
MiximageGenerator.cpp Removed some unnecessary time measurement constants. 2022-01-09 23:50:08 +01:00
MiximageGenerator.h Updated the file header text for MiximageGenerator. 2021-11-09 23:00:16 +01:00
PlatformId.cpp Added scraper support for displaying the returned platform if it does not match the game platform. 2022-01-03 18:37:43 +01:00
PlatformId.h Added support for the Google Android (android) system. 2021-11-03 21:19:38 +01:00
SystemData.cpp Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
SystemData.h Changed some shared_ptr return values to use values instead of references. 2022-01-04 22:36:15 +01:00
SystemScreensaver.cpp Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
SystemScreensaver.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
VolumeControl.cpp Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
VolumeControl.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00