Commit graph

4201 commits

Author SHA1 Message Date
Leon Styhre 3f2ddb5adc (Unix) Small change to the man page. 2022-06-16 20:15:03 +02:00
Leon Styhre bded2bf31f Added a ScreenScraper option to fallback to additional regions to allow scraping of country-specific games and unofficial releases. 2022-06-16 19:56:41 +02:00
Leon Styhre 18cd5efb7d Documentation update. 2022-06-13 19:23:58 +02:00
Leon Styhre 20d631c891 Changed the ps3 system to use shortcuts by default and created an alternative emulator entry for the old directory approach. 2022-06-13 19:04:00 +02:00
Leon Styhre 67d1f5b60c Setup two emulator entries for the desktop system, 'Suspend ES-DE' and 'Keep ES-DE running'. 2022-06-13 18:53:38 +02:00
Leon Styhre 4f12ebfc9f Documentation update. 2022-06-12 16:48:52 +02:00
Leon Styhre 4eae72621a Added TheGamesDB support for the oric and ti99 platforms. 2022-06-12 15:41:48 +02:00
Leon Styhre b982ec627a Added ScreenScraper support for the ti99 platform. 2022-06-12 15:40:05 +02:00
Leon Styhre f27de7f860 Added an es_log.txt entry if running in portable mode. 2022-06-12 10:34:17 +02:00
Leon Styhre 9af37ededc Documentation update. 2022-06-11 21:43:18 +02:00
Leon Styhre e36b679d5e (modern-DE) Added support for the PICO-8 (pico8) game system. 2022-06-11 21:09:59 +02:00
Leon Styhre ac1d302f1f (slate-DE) Added support for the PICO-8 (pico8) game system. 2022-06-11 21:09:14 +02:00
Leon Styhre f68b06a72b Added support for the PICO-8 (pico8) game system. 2022-06-11 21:07:46 +02:00
Leon Styhre 65c04bdadb Changed the comment (name) for the pico8 platform. 2022-06-11 19:48:40 +02:00
Leon Styhre 6b24533c0d (Windows) Added support for creating a portable installation in the root of a device, such as E: or F: 2022-06-11 18:59:40 +02:00
Leon Styhre c9eb9022db A dummy theme set is now created if no theme sets were found on startup. 2022-06-11 18:35:44 +02:00
Leon Styhre 40bf018aaa Changed theme loading into a populateThemeSets function and created a separate getter function.
Also removed a deprecated theme check in the game directory.
2022-06-11 18:34:53 +02:00
Leon Styhre 0ef6a22248 Removed the 'Enable menu scroll indicators' menu option. 2022-06-10 19:54:29 +02:00
Leon Styhre 63e936ba09 (slate-DE) Changed some hex color codes from lowercase to uppercase. 2022-06-10 19:31:39 +02:00
Leon Styhre c8cc7b7947 Fixed an issue where a virtual keyboard key repeat would sometimes continue to run when it shouldn't. 2022-06-10 19:30:21 +02:00
Leon Styhre cfc9d54068 Improved the behavior and consistency for the virtual keyboard when using non-standard keyboard mappings. 2022-06-10 19:28:01 +02:00
Leon Styhre de747a932d Documentation update. 2022-06-09 20:03:59 +02:00
Leon Styhre 7ca32a9fff (modern-DE) Added support for the Sega Model 2 and 3 (model2 and model3) game systems. 2022-06-09 17:23:02 +02:00
Leon Styhre cdea1a3a98 (slate-DE) Added support for the Sega Model 2 and 3 (model2 and model3) game systems. 2022-06-09 17:22:12 +02:00
Leon Styhre 731320cc9d Added support for the Sega Model 2 and 3 (model2 and model3) game systems on Windows. 2022-06-09 17:19:16 +02:00
Leon Styhre d217a3315a Changed the SDL video initialization function from SDL_Init to SDL_InitSubSystem 2022-06-09 17:16:43 +02:00
Leon Styhre 63bf26fcab Added a ThreadSanitizer suppressions file. 2022-06-09 17:15:13 +02:00
Leon Styhre 8b614068ae Documentation update. 2022-06-08 18:01:17 +02:00
Leon Styhre c2eba54158 (modern-DE) Added support for the Capcom Play System (cps) system. 2022-06-08 17:49:25 +02:00
Leon Styhre c83b8239ad (slate-DE) Added support for the Capcom Play System (cps) system. 2022-06-08 17:48:26 +02:00
Leon Styhre 325c7d4f7c Added support for the Capcom Play System (cps) game system. 2022-06-08 17:44:06 +02:00
Leon Styhre d96828f454 Suppressed MSVC compiler warnings C4251 caused by rlottie DLL interface exports. 2022-06-07 17:55:26 +02:00
Leon Styhre 9480f125bb Added support for the physicalmedia image type to the image, video and carousel elements. 2022-06-07 17:32:42 +02:00
Leon Styhre b9c480505a (Windows) Added copyright information to the .exe file. 2022-06-07 17:27:01 +02:00
Leon Styhre 76384d1d34 Added system view support for the 'rating' text metadata type. 2022-06-06 22:44:48 +02:00
Leon Styhre 2e3ac5bf0e Fixed an issue where using a text rating without a rating element in the gamelist view would crash the application. 2022-06-06 22:28:24 +02:00
Leon Styhre ed0837824e Documentation update. 2022-06-05 13:05:01 +02:00
Leon Styhre 0008e44294 Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
Leon Styhre 57f3cb7614 Added the clang-format option AllowShortEnumsOnASingleLine and set it to false. 2022-06-05 12:31:41 +02:00
Leon Styhre c216f3804a Removed the RetroPie ES bug replication from TextListComponent for non-legacy theme sets. 2022-06-05 12:17:15 +02:00
Leon Styhre eb3fb3d953 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
Leon Styhre aded840483 Documentation update. 2022-06-04 17:54:09 +02:00
Leon Styhre 0345fd8fa7 Fixed an issue where entering folders using the gamelist carousel could lead to a crash. 2022-06-04 17:44:00 +02:00
Leon Styhre d508a123d2 Fixed a few logoText issues for legacy themes. 2022-06-04 17:31:51 +02:00
Leon Styhre 3ecb821c00 Added size restrictions to the 'size' and 'maxSize' theme properties for the image and video elements. 2022-06-04 17:25:36 +02:00
Leon Styhre 2ac706e0c5 Fixed an issue where large pixelated fonts sometimes displayed too many textlist rows. 2022-06-03 23:24:34 +02:00
Leon Styhre e832288de3 Documentation update. 2022-06-03 21:39:53 +02:00
Leon Styhre eb2a5363f3 (slate-DE) Updated for the latest changes in the new theme engine. 2022-06-03 20:57:34 +02:00
Leon Styhre 269e2e8202 Added a wheelHorizontalAlignment property for aligning the carousel within the overall element area. 2022-06-03 20:53:15 +02:00
Leon Styhre 94a8ef8791 Fixed two issues were thumbnails and game images were not displayed for the Detailed and Video view styles respectively.
Also removed support for the thumbnail game media type and fixed an issue where the logo and logotext were displayed at the same time in the gamelist view.
2022-06-03 19:56:30 +02:00