Commit graph

1553 commits

Author SHA1 Message Date
Leon Styhre 7b07ccb44d Fixed an issue where the 'Jump to..' quick selector wouldn't work correctly for multi-byte Unicode characters. 2022-05-09 20:21:39 +02:00
Leon Styhre 0758d799ba (Windows) Added an %ESCAPESPECIALS% variable that escapes some special characters. 2022-05-08 14:25:27 +02:00
Leon Styhre 3437e40d6a (macOS) Categorized the application as a game in Info.plist 2022-05-08 11:02:13 +02:00
Leon Styhre 490868088d (Windows) Fixed an issue where ROM directories could not be created in the root of a device. 2022-05-07 14:11:16 +02:00
Leon Styhre c80ba8c6fe Updated the download links and documentation for the 1.2.3 release. 2022-05-04 20:56:37 +02:00
Leon Styhre e2ffc45b8b Fixed some CMake config issues for the RPM generator. 2022-05-04 17:48:35 +02:00
Leon Styhre d35bc26dd7 Updated the Linux AppData file for the 1.2.3 release. 2022-05-04 17:09:18 +02:00
Leon Styhre f4c9586eeb Fixed multiple game launching issues. 2022-05-02 17:25:10 +02:00
Leon Styhre 98539c0702 (Windows) Updated the portable installation README.txt file. 2022-05-01 21:20:57 +02:00
Leon Styhre 93d74b840c Added a fallback to ScreenScraper's normalized video if no regular video is found. 2022-05-01 09:16:15 +02:00
Leon Styhre 6caf4d193b Added support for a %STARTDIR% es_systems.xml variable. 2022-04-30 20:43:29 +02:00
Leon Styhre b638a99704 Added the Windows portable installation README.txt to es-app/assets 2022-04-28 20:54:41 +02:00
Leon Styhre b79f6588a4 Added support for using the %ROMPATH% variable in the es_systems.xml command tag. 2022-04-28 19:40:43 +02:00
Leon Styhre 0f4b0ec7ce Changed to a newer commit for the Flatpak manifest file. 2022-04-27 19:22:42 +02:00
Leon Styhre 37aa3556d0 Changed to a newer commit for the Flatpak manifest file. 2022-04-27 18:41:00 +02:00
Leon Styhre 9a91e782fc Changed to a newer commit for the Flatpak manifest file. 2022-04-26 23:26:31 +02:00
Leon Styhre ad8816a2bd Some changes to the Flatpak manifest file. 2022-04-26 22:31:25 +02:00
Leon Styhre c63f34cdad (Linux) The 'flatpak-spawn --host' command is no longer included in the log output on game launch. 2022-04-26 21:30:36 +02:00
Leon Styhre b54a162e00 Some minor updates to the Linux Flatpak manifest. 2022-04-24 18:44:18 +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 5d1e9cce7d Added a sandbox breakout on game launch if running as Flatpak. 2022-04-24 11:19: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 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 8cda342ec3 Small update to the man page. 2022-04-19 17:31:07 +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 a112fc035f Changed the variable names in CarouselComponent to use 'item' instead of 'logo'. 2022-04-17 10:40:18 +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 7daf69092f Added theme support for controlling the TextListComponent collection indicators. 2022-04-15 21:20:43 +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
Leon Styhre 254e271392 Added theme support for controlling the TextListComponent indicators. 2022-04-15 17:06:33 +02:00
Leon Styhre fd5e618296 (macOS) Updated FFmpeg to 5.0 and SDL to 2.0.20. 2022-04-15 11:30:41 +02:00
Leon Styhre 86c67ad256 (Windows) Updated FFmpeg to 5.0 and SDL to 2.0.20. 2022-04-15 11:13:15 +02:00
Leon Styhre f801538d3e Removed an implicit directory setting from the Flatpak manifest file. 2022-04-14 10:36:42 +02:00
Leon Styhre fa0895ed72 Removed some unnecessary cleanup from the Flatpak manifest file. 2022-04-14 09:41:40 +02:00
Leon Styhre 5585dd4f46 Removed some unnecessary libraries from the Flatpak manifest file. 2022-04-14 09:27:49 +02:00
Leon Styhre c094b118e0 Updated the Linux AppData file for the 1.2.2 release. 2022-04-13 20:15:16 +02:00
Leon Styhre d78f7d5d71 Updated the FFmpeg build flags and added some license files. 2022-04-13 19:31:12 +02:00
Leon Styhre 30b02456c0 Added a folder badge including support for a folder link overlay. 2022-04-13 16:53:28 +02:00
Leon Styhre 37e2564ff7 Fixed an issue where the slideshow screensaver with a single custom image would hang the application. 2022-04-12 20:47:25 +02:00
Leon Styhre 963834afec Renamed 'launch file' to 'folder link'. 2022-04-12 18:35:57 +02:00
Leon Styhre 4d4ceae6c9 (Windows) Fixed a MinGW compiler warning. 2022-04-12 00:18:51 +02:00
Leon Styhre 45af7441e9 Added support for launching game files inside folders without having to enter the folder. 2022-04-11 23:28:18 +02:00
Leon Styhre ea2c4444b0 Added platform and scraper support for PICO-8 game engine. 2022-04-10 12:50:03 +02:00
Leon Styhre 65c940f764 Added missing scraper entries for samcoupe and zx81 for TheGamesDB and zmachine for ScreenScraper. 2022-04-10 12:37:04 +02:00