Commit Graph

187 Commits

Author SHA1 Message Date
skymike03
acd0ce337e correct language bug on forein languages 2025-10-02 18:58:24 +02:00
skymike03
0183916667 v2.2.2.8 don't extract psvita zip 2025-10-01 22:37:59 +02:00
skymike03
997de8bf36 gitignore update 2025-10-01 22:14:04 +02:00
retrogamesets
22a36df654 add dragonrise arcade joystick 2025-10-01 19:31:18 +02:00
retrogamesets
ac4c34089e v2.2.2.7 bis
- Removed unnecessary debug logging
- Simplified the extraction process in utils.py
- Enhanced extraction functions to handle special cases for Xbox and PS3 platforms more effectively.
- Improve the update of game list XML for retrobat
2025-09-21 23:33:04 +02:00
retrogamesets
b395ea7e0c add controllers 2025-09-21 18:17:42 +02:00
retrogamesets
f521ddfb54 v2.2.2.7
- Add checks for existing files before download and update status messages in multiple languages
2025-09-21 17:47:32 +02:00
retrogamesets
9aa494a5d0 v2.2.2.6
- updated controls mapping and reading simplified
- update translations
- move some files to reorganize folders
- add some icons to controls
2025-09-21 15:25:52 +02:00
retrogamesets
9861afb9fb v2.2.2.5
- fix error messages in history
2025-09-17 12:40:56 +02:00
retrogamesets
fa394ecc15 v2.2.2.4
- correct ps3 extracting/folder_rename bug
- added support for Anbernic RG35XX
- added support for local custom source of games (games.zip) in /saves/ports/rgsx folder when choose "custom source" on rgsx games settings.
2025-09-16 22:08:46 +02:00
retrogamesets
7b6d839654 Refactor controller detection logic to improve specificity and ensure proper handling of multiple controller types 2025-09-16 00:27:34 +02:00
retrogamesets
158be30667 Add support for Anbernic RG35XX controller and local custom sources ZIP handling 2025-09-16 00:23:48 +02:00
retrogamesets
d5bc56be64 translation fix 2025-09-15 22:22:10 +02:00
skymike03
3c982c18d5 v2.2.2.3
- update translations for controllers_remap
2025-09-14 22:08:20 +02:00
skymike03
71dffe1521 update gitignore 2025-09-13 16:13:20 +02:00
RGS
d99db89ba3 Fix formatting of French instructions link in README 2025-09-12 22:10:12 +02:00
RGS
d723d531ef Add French instructions link to README 2025-09-12 22:09:51 +02:00
skymike03
b62ba61caa update readme 2025-09-12 22:08:25 +02:00
skymike03
e685c16b2d update readme 2025-09-12 22:04:26 +02:00
skymike03
c6ae45aecd - corrected: ports/RGSX/config.py
- add automatic create of api keys .txt files in saves folder
2025-09-12 17:13:05 +02:00
skymike03
45f5d8bf7b v2.2.2.2
- add new instructions on menus to describe each function
- upgrade controller_debug.pygame file to create a controller support
- update command-line interface to be more effiscient and readable
2025-09-12 17:00:51 +02:00
skymike03
3c36dd2e02 v2.2.2.1
- add toggle for hiding premium systems needing an api key
- add new font for better accessibility
2025-09-12 03:41:59 +02:00
skymike03
7a7651e582 v2.2.2.0
- NEW feature :  real-debrid API available
- implement new API process for 1fichier : use 1fichier api 1st, if not found use alldebrid, if not found use realdebrid
- graphical menu to see if api keys are found in the saves folder
- correct some minor graphics bug
- delete old code useless for loading source from old file
- update translations
- fix update downgrading is not possible anymore for testing/dev purpose only
2025-09-12 03:00:41 +02:00
skymike03
7fc5204135 v2.2.1.0
- reorganization of all pause menu
- add xbox elite controller support, correct bug for xbox 360 controller showing "Select" for History rather than "Y"
- cleanup languages files
- improve API key handling for 1fichier and AllDebrid and logging
- update and simplify config variables and delete unused functions
- virtual keyboard for filter games now showing evreytime you have controller plugged, even on computer, steamdeck, handheld.
2025-09-12 00:46:45 +02:00
skymike03
9e128574be - Updated application version to 2.2.0.8.
- Refactored menu states from "redownload_game_cache" to "reload_games_data".
- Added Xbox Elite controller configuration file.
2025-09-11 21:05:59 +02:00
skymike03
a24391a028 add controller_debugger to launch in pygame system to create debug file support for controller 2025-09-11 15:37:55 +02:00
skymike03
74ef8b4bdf v2.2.0.8 - test feat: add AllDebrid API support as fallback for 1Fichier downloads and update documentation 2025-09-11 02:41:43 +02:00
skymike03
ea565f7c46 v2.2.0.7 - update batocera gamelist after download automatically (thanks to focalabroc for command, adapted) 2025-09-11 01:28:27 +02:00
skymike03
3d8a2fac26 edit README files to indicate that all changelog
information is on the Discord server
2025-09-10 22:22:10 +02:00
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
9bcc91cead update readme 2025-09-09 04:23:52 +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
3f0179eb1d v2.0.0.0 - update readme changelog 2025-09-05 02:03:20 +02:00
skymike03
fbba6e22d9 add translations 2025-09-05 01:53:28 +02:00