Commit Graph

69 Commits

Author SHA1 Message Date
skymike03 c49c03c1e0 v2.2.0.7 - feat: enhance unsupported systems display and update extraction handling for Xbox 2025-09-10 22:20:38 +02:00
skymike03 3ee7fc8b3f v2.2.0.6 - feat: implement download cancellation (real cancel) and cancel all downloads when exit feature and improve exit confirmation messages 2025-09-10 21:08:46 +02:00
skymike03 8d1f57d13e V2.2.0.5 - Implement support for unknown file extensions in system , ability to deactivate warning (Introduced new settings in rgsx_settings.py for this)
- If file is ZIP and extension supported download and extract without error
- Updated various parts of the codebase to check for this setting before blocking downloads.
- Added Italian translation
2025-09-10 18:39:27 +02:00
skymike03 44bf0eda24 Add CLI support and headless mode for RGSX
- Introduced a command-line interface (CLI) for RGSX, allowing users to list platforms, games, and download ROMs without a graphical interface.
- Added a new README_CLI.md file detailing CLI usage, commands, and examples.
2025-09-10 17:17:34 +02:00
skymike03 626359095e fix: update controller mappings and improve loading screen handling 2025-09-09 18:13:51 +02:00
skymike03 be51aa0cea v2.2.0.3 - fix virtual keyboard now showing when controller is plugged in or handheld like steamdeck 2025-09-09 17:33:55 +02:00
skymike03 6684993f72 v2.0.0.1 - fix x-box name controler 2025-09-09 16:08:55 +02:00
skymike03 c20c254b14 fix load configuration keyboard bug 2025-09-09 15:51:37 +02:00
skymike03 2fd0bba3ab bug in loading control keyboard default if no controller plugged 2025-09-09 15:41:22 +02:00
skymike03 9c7462623c v2.2.0.0 - enhance controller configuration loading, and add support for multiple controller presets by default to avoid configuration and problems 2025-09-09 15:14:09 +02:00
skymike03 4fbab11306 v2.1.0.2 - refactor language menu event handling and prioritize custom labels in control display 2025-09-09 14:10:08 +02:00
skymike03 76bf8ca1cd v2.1.0.1 -
- correct BIOS download folder and extraction
- Implement old unused file deletion at startup
- Silence ALSA warnings and filter stderr for better logging
2025-09-09 13:13:06 +02:00
skymike03 17f56bc9e9 v2.1.0.0
- Retrobat: automatic `gamelist.xml` update on launch to immediately show scraped images/videos in ES.
- System images loading prioritizes explicit `platform_image` from systems JSON.
- Auto-detect supported extensions by parsing `es_systems.cfg`; generate and cache automatically `/saves/ports/rgsx/rom_extensions.json`.
- Auto-hide unsupported platforms at start if roms folders not exist / not match `es_systems.cfg`) with a toggle to re enable in the Display menu.
- Automatic restart after update configuration (beta)
- New Display option to change systems grid layout (3x3, 3x4, 4x3, 4x4).
- Pause menu reorganized
- Translations updated.
- Minor display fixes and spacing polish.
2025-09-09 04:20:10 +02:00
skymike03 384e706758 v2.0.0.1 - resolve problem creating 1FichierAPI.txt file or read it. add logs 2025-09-06 00:11:15 +02:00
skymike03 c5e1755ddc correct bug in main 2025-09-05 23:07:41 +02:00
skymike03 101729cdca little update folder read json 2025-09-05 09:58:59 +02:00
skymike03 6e89e66c6b fix bug display after filter needs restart 2025-09-05 02:13:58 +02:00
skymike03 5bde7b8157 change download link 2025-09-05 02:12:00 +02:00
skymike03 fbba6e22d9 add translations 2025-09-05 01:53:28 +02:00
skymike03 34e722c80a Merge branch 'main' of https://github.com/RetroGameSets/RGSX 2025-09-05 01:49:11 +02:00
skymike03 62d9bba85d v2.0.0.0 - important update to game list structure and reading . you can now add a json and it will be automatically added to gamelist. Added menu to filter systems showing in main screen. Add size showing if available on game list view.
add custom game list source (advanced users only
2025-09-05 01:49:06 +02:00
RGS 36b4683ae1 Add pt Lang trad 2025-09-03 23:15:23 +02:00
skymike03 1c923086cf refactor(draw_popup): improve message wrapping and layout for countdown display 2025-09-03 18:59:18 +02:00
skymike03 2e9785e4e1 v1.9.9.4 - implement custom source mode (test) 2025-09-03 18:38:15 +02:00
skymike03 4ade358e1c v1.9.9.3 - add BIOS folder handling for "00 BIOS" platform in download functions 2025-08-29 18:03:01 +02:00
skymike03 3c268bdd04 v1.9.9.3 - add BIOS folder handling for "00 BIOS" platform in download functions 2025-08-29 17:33:38 +02:00
skymike03 37aeb0e7b7 v.1.9.9.2 - update some paths for sources etc, logs, translate, fix some display bugs 2025-08-29 15:53:00 +02:00
skymike03 6ff3f146ef remove es_input_parser.py as it is no longer needed 2025-08-29 15:45:54 +02:00
skymike03 88bb3b5841 correct error in source path 2025-08-29 13:22:13 +02:00
skymike03 2ec803218d update some trads 2025-08-29 13:05:57 +02:00
skymike03 2c2bb379d2 correct display popup bug 2025-08-29 13:00:30 +02:00
skymike03 a7b383546a update loading steps 2025-08-29 12:57:43 +02:00
skymike03 1bf2bf53fb update translation 2025-08-29 12:39:42 +02:00
skymike03 8e91b32d26 Reorganize folder paths in config.py 2025-08-29 12:35:48 +02:00
skymike03 16d130ac25 Update language files: improve loading messages across German, English, Spanish, and French translations. 2025-08-28 22:27:52 +02:00
skymike03 fe19341d9a v1.9.9.1 - Add multi-select download feature and update UI elements
- Implemented multi-select functionality for batch downloads in the game list.
- Updated UI to reflect selected games with visual indicators.
- Removed download result popup, redirecting to history after downloads.
- Enhanced language files to include multi-select actions in controls.
2025-08-28 22:06:52 +02:00
skymike03 333967462d Enhance network connectivity tests with comprehensive checks for ping, DNS resolution, and HTTP connection; update validation button text in multiple languages to "OK". 2025-08-21 22:57:52 +02:00
skymike03 412a0da20e correct error in config 2025-08-21 14:33:50 +02:00
skymike03 a7ed4259db v1.9.9.0 migrate all settings (music, accessibility, language, symlink, ...) to one file : /saves/ports/rgsx/rgsx_settings.json 2025-08-21 13:44:06 +02:00
skymike03 f19edc9e1e Unify configuration files into rgsx_settings.json and implement migration logic 2025-08-21 13:27:46 +02:00
skymike03 f1bd6ff3e5 v.1.9.9.9 correct bug update 2025-08-20 17:02:39 +02:00
skymike03 f55cb1f899 correction bug update 2025-08-20 16:43:11 +02:00
skymike03 a2ce5e59b3 v1.9.8.8 add left/right binded to page up/down in game list 2025-08-20 16:27:46 +02:00
skymike03 8152140461 v1.9.8.8 - Add symlink feature 2025-08-20 16:09:14 +02:00
Sylvain Kraisin 09aa2fd4ee Update controls.py 2025-08-13 13:53:07 +02:00
Sylvain Kraisin 3a9345bd86 fix order 2025-08-13 13:40:57 +02:00
Sylvain Kraisin 9b2dcb2b82 symlink feature 2025-08-13 13:27:37 +02:00
skymike03 0ade44babd v1.9.8.7
- Move accessibility settings loading and saving on accessibility.py

- Updated controls to replace old "progress" status button with "clear_history"

- Refactored control mappings and descriptions to align with the new naming conventions.

- Updated language files

- Improved the controls help menu layout for better readability and organization.
2025-08-12 00:44:16 +02:00
skymike03 ce3a3d3c05 v1.9.8.6 - default language automatic on batocera on first start , and add some missing translations on loading menu and controls mapping 2025-08-11 19:16:36 +02:00
skymike03 ea8132851b v1.9.8.5 Refactor controls mapping to use dynamic translations and update language files for improved localization + fix xbox conversionafter extraction 2025-08-10 01:38:01 +02:00