Commit Graph

135 Commits

Author SHA1 Message Date
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
skymike03 1c923086cf refactor(draw_popup): improve message wrapping and layout for countdown display 2025-09-03 18:59:18 +02:00
skymike03 51255fd813 update readme 2025-09-03 18:45:31 +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 638af5a70f update readme 2025-08-29 15:46:40 +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 42476b9675 Refactor log messages in RGSX Retrobat script to English for consistency 2025-08-29 12:14:09 +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 0439bad4f9 ajout lien readme francais 2025-08-21 13:37:07 +02:00
skymike03 8ddd1ef77a add english readme by default 2025-08-21 13:35:54 +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
RGS 65cdfcfe9f Merge pull request #7 from Sylvain-Kraisin/feat-download-path
add symlink option to download on other place
2025-08-20 16:05:25 +02:00
RGS e8d62dc6da Add support / help link readme 2025-08-14 09:21:00 +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
skymike03 fb63861c7d default language english 2025-08-09 23:54:16 +02:00
skymike03 b38c5a0fdf Corriger bug installation python 2025-08-09 23:49:53 +02:00
RGS b789c0fc16 Merge pull request #2 from RetroGameSets/copilot/fix-e9e65136-d50e-478d-9bd1-60b2870d728f
Fix MAIN_SCRIPT path in RGSX Retrobat.bat to use correct roms/ports location
2025-08-09 00:52:30 +02:00
copilot-swe-agent[bot] 57bc1bb8d0 Fix RGSX Retrobat.bat script to use correct path for MAIN_SCRIPT
Co-authored-by: RetroGameSets <102905084+RetroGameSets@users.noreply.github.com>
2025-08-08 22:47:58 +00:00
copilot-swe-agent[bot] 8da8bb9cda Initial plan 2025-08-08 22:42:43 +00:00
skymike03 bc21acaeab correction des chemins de dossier retrobat 2025-08-08 00:34:46 +02:00
skymike03 daf5c598fb v1.9.8.4 correction controles bis 2025-08-08 00:31:22 +02:00
skymike03 2728db0f80 v1.9.8.3 test correction controls 2025-08-07 23:52:33 +02:00
skymike03 ffa0aa3303 test correction bug controles 2025-08-07 23:21:33 +02:00
skymike03 1adf9c862a Merge branch 'main' of https://github.com/RetroGameSets/RGSX 2025-08-07 22:32:06 +02:00
skymike03 b83a4cdb9b ignore vsocde folder 2025-08-07 22:30:54 +02:00
RGS 6b20744d85 Merge pull request #1 from RetroGameSets/copilot/fix-352b800e-412b-4a7c-bb6d-3de7f60d6e65
Clean up codebase: remove useless code, fix bugs, and improve code quality
2025-08-07 21:21:44 +02:00
copilot-swe-agent[bot] 26bdad97d5 Improve code formatting: break long import lines for better readability
Co-authored-by: RetroGameSets <102905084+RetroGameSets@users.noreply.github.com>
2025-08-04 12:32:04 +00:00
copilot-swe-agent[bot] 9f55fa5417 Clean up code: remove duplicates, unused variables, and improve error handling
Co-authored-by: RetroGameSets <102905084+RetroGameSets@users.noreply.github.com>
2025-08-04 12:25:21 +00:00