Commit graph

4078 commits

Author SHA1 Message Date
Leon Styhre ea053d7f6c Documentation update. 2022-04-24 13:39:02 +02:00
Leon Styhre 2cc892f931 (Linux) Updated the Flatpak manifest file. 2022-04-24 13:38:33 +02:00
Leon Styhre bfe9502827 Updated the description in the Linux AppData file. 2022-04-24 13:13:58 +02:00
Leon Styhre 7b9b3d2fc5 (Unix) added the application icon to share/icons/hicolor/scalable/apps 2022-04-24 13:05:55 +02:00
Leon Styhre 228a80f8fb (Unix) Renamed the icon emulationstation.svg to org.es_de.emulationstation-de.svg 2022-04-24 12:28:53 +02:00
Leon Styhre 5d4bc10856 (slate-DE) Changed the carousel font color for one of the theme variants. 2022-04-24 11:24:46 +02:00
Leon Styhre 19339b92ac (Unix) The RetroArch core path search order now matches the emulator binary search order. 2022-04-24 11:23:31 +02:00
Leon Styhre 5d1e9cce7d Added a sandbox breakout on game launch if running as Flatpak. 2022-04-24 11:19:42 +02:00
Leon Styhre a98ba7a42d A check is now done on game launch that emulator binaries are actually files or symlinks. 2022-04-24 11:17:51 +02:00
Leon Styhre aa8b5f1f2e Added a CMake flag for building as Flatpak. 2022-04-24 11:14:52 +02:00
Leon Styhre 8319dd50b8 Documentation update. 2022-04-22 21:41:42 +02:00
Leon Styhre da4462c5a6 Made it possible to directly launch files inside directories that are interpreted as files. 2022-04-22 21:01:58 +02:00
Leon Styhre c2a1d2e914 Documentation update. 2022-04-21 23:04:45 +02:00
Leon Styhre a45bd7a495 (Unix) Added support for using the manually downloaded emulators Redream and Ryujinx. 2022-04-21 23:00:45 +02:00
Leon Styhre 6ef74bc305 Added the .ps3 extension for the ps3 system and .svm extension for the scummvm system.
Also removed the .7z and .zip extensions for the scummvm system.
2022-04-21 21:10:26 +02:00
Leon Styhre 440e089847 Fixed some graphical glitches in NinePatchComponent and ButtonComponent. 2022-04-21 20:29:17 +02:00
Leon Styhre dbfab96e03 Added rudimentary on-demand texture loading to CarouselComponent. 2022-04-20 23:00:53 +02:00
Leon Styhre defbbfd13f Removed the setting 'Preload gamelists on startup'. 2022-04-20 22:39:27 +02:00
Leon Styhre 06f6840038 Carousel textures in the gamelist view now load dynamically. 2022-04-19 21:42:29 +02:00
Leon Styhre 7872f35d1b Fixed some compile errors when using old GCC versions. 2022-04-19 20:00:10 +02:00
Leon Styhre a28216028e Updated a comment in the CMake configuration. 2022-04-19 17:48:43 +02:00
Leon Styhre 73a4f0e7e9 Updated update_version_string.sh for the recent CMake configuration changes. 2022-04-19 17:32:10 +02:00
Leon Styhre 8cda342ec3 Small update to the man page. 2022-04-19 17:31:07 +02:00
Leon Styhre cad06bd841 Changed the RPi preprocessor name from _RPI_ to RASPBERRY_PI. 2022-04-19 17:29:29 +02:00
Leon Styhre 954f1aa4f8 Added the build date to to main menu for alpha and dev builds. 2022-04-19 17:27:04 +02:00
Leon Styhre 277a729a2d Cleaned up the CMake configuration. 2022-04-19 17:24:54 +02:00
Leon Styhre 5861455f1f Documentation update. 2022-04-18 21:49:55 +02:00
Leon Styhre 3352c0239b (slate-DE) Updated with carousel reflections. 2022-04-18 21:46:55 +02:00
Leon Styhre 1798b96cf8 Added reflections support to CarouselComponent. 2022-04-18 21:37:58 +02:00
Leon Styhre 79c61b2d8a Fixed a text artifact issue caused by a missing rounding in TextComponent.
Also forced vertical center alignment if the text field is smaller than the font height.
2022-04-18 13:47:22 +02:00
Leon Styhre 63e7b58ec0 Fixed a renderer heisenbug that caused multiple single-pixel alignment issues. 2022-04-18 10:17:05 +02:00
Leon Styhre c4e787427e (slate-DE) Added variant for testing new carousel functionality. 2022-04-17 13:10:03 +02:00
Leon Styhre fafca5c194 Added carousel theme support for setting the opacity for unfocused entries. 2022-04-17 13:08:28 +02:00
Leon Styhre 468d2b3635 Added a green debug mode rectangle for CarouselComponent.
Also changed the debug mode rectangle from blue to green for TextListComponent.
2022-04-17 11:08:08 +02:00
Leon Styhre a112fc035f Changed the variable names in CarouselComponent to use 'item' instead of 'logo'. 2022-04-17 10:40:18 +02:00
Leon Styhre 01c2d7ff17 Adjusted some theme log warnings in BadgeComponent. 2022-04-16 22:12:24 +02:00
Leon Styhre 8ef07ea0d4 (slate-DE) Updated for the latest changes in the new theme engine. 2022-04-16 22:09:35 +02:00
Leon Styhre f463766497 Generalized the carousel property names and added support for setting media types for gamelist carousels. 2022-04-16 21:54:58 +02:00
Leon Styhre b5ffd4a2c4 Documentation update. 2022-04-16 12:00:27 +02:00
Leon Styhre b0b73f4819 (slate-DE) Made the xbox console graphics slightly darker. 2022-04-16 11:44:42 +02:00
Leon Styhre a2fe5d06e0 (slate-DE) Updated the colors for the n3ds system. 2022-04-16 10:57:13 +02:00
Leon Styhre ea069af11b Added the .rom file extension to the atari800 system. 2022-04-16 10:37:47 +02:00
Leon Styhre 097ef3f2ec (slate-DE) Added a missing folder badge configuration entry. 2022-04-16 00:26:09 +02:00
Leon Styhre eea338df5a Documentation update. 2022-04-15 21:29:09 +02:00
Leon Styhre a149124252 Fixed an issue where two BadgeComponent default values were not always set. 2022-04-15 21:26:07 +02:00
Leon Styhre 5c7c62b16a (slate-DE) Updated for the latest theme engine functionality. 2022-04-15 21:22:02 +02:00
Leon Styhre 7daf69092f Added theme support for controlling the TextListComponent collection indicators. 2022-04-15 21:20:43 +02:00
Leon Styhre 03e457516a Fixed an issue where the StringUtil::replace function did not remove repeating occurances. 2022-04-15 20:33:53 +02:00
Leon Styhre 2001a9f639 Added a collection badge to be shown when editing custom collections.
Also changed the default badge lines value from 2 to 3.
2022-04-15 19:27:38 +02:00
Leon Styhre aa4258a31a Removed the 'Use plain ASCII for special gamelist characters' menu option. 2022-04-15 17:13:51 +02:00