Commit graph

575 commits

Author SHA1 Message Date
icenine451 c7ff340b82 Update quit_retrodeck for new steam_sync 2025-03-25 11:43:59 -04:00
icenine451 94c066511e Update steam_sync to new SRM manifest utilization 2025-03-25 11:03:10 -04:00
icenine451 ebb36f0b49 Add SRM log definition to global 2025-03-25 11:02:30 -04:00
icenine451 04be8628df Remove redundant call of populate_steamuser_srm which is already called within get_steam_user 2025-03-25 11:00:35 -04:00
icenine451 a121cffecb Update SRM-related global definitions 2025-03-25 09:44:51 -04:00
icenine451 72efc37248 Move sanitize() function to other_functions.sh 2025-03-25 09:39:06 -04:00
icenine451 5da28562d4 Consolidate steam_sync.sh sourcing 2025-03-25 08:54:14 -04:00
icenine451 080030ec7a Static logs_folder definition no longer needed 2025-03-24 15:07:25 -04:00
icenine451 bc4ca01312 Static backups folder definition no longer needed 2025-03-24 15:06:30 -04:00
icenine451 8575af8d42 Update multi-file CLI compression for new compress_game post-compression cleanup argument 2025-03-20 15:41:07 -04:00
icenine451 c768a5c623 Add clarification if post-compression cleanup response was not valid 2025-03-20 15:38:55 -04:00
icenine451 a432b48121 Update single-file CLI compression for new compress_game post-cleanup argument 2025-03-20 15:37:48 -04:00
icenine451 cf750aa58d Improve find_compatible_games logic and spelling 2025-03-20 15:33:45 -04:00
icenine451 b637ddd721 Update compress_game to accept post-compression-cleanup argument directly 2025-03-20 15:33:01 -04:00
icenine451 d423ed7fe7 During compression checks, only look for files in folders that exist 2025-03-19 14:21:09 -04:00
icenine451 aa14947eba Fix instances where realpath and basename would not properly handle arguments that contained spaces 2025-03-19 11:41:36 -04:00
icenine451 a7f9c5b94c Fix Configurator move folder menu flow 2025-03-19 11:28:36 -04:00
icenine451 1620a5441e Stop Pico-8 folder from being recreated after a roms folder move if it has already been removed (such as by empty folder cleanup) 2025-03-19 11:25:54 -04:00
icenine451 328b3982cf Fix empty rom folder cleanup handling of paths with spaces 2025-03-19 11:12:33 -04:00
icenine451 ebe8aeee6b Add optional userdata backup to post_update process 2025-03-19 09:36:28 -04:00
icenine451 57ffddec18 New userdata backup function, supports full and partial backups from CLI or Configurator 2025-03-19 09:10:47 -04:00
icenine451 ee34451ed6 Add GUI final feedback to path repair process 2025-03-13 15:07:03 -04:00
icenine451 953d682151 Fix some incorrect/missing Configurator menu navigation 2025-03-13 15:05:00 -04:00
icenine451 fea3a3e3c2 Add repair_paths function to fix paths that cannot be found without needing a full reset 2025-03-13 14:53:05 -04:00
icenine451 67a77e9932 Fix incorrect ordering of prepare_component call after finding lost rdhome location 2025-03-09 15:33:13 -04:00
icenine451 bebb84469f Revove unneeded variable declaration in global.sh 2025-03-09 15:32:37 -04:00
icenine451 e7f4416f36 Handle a broken symlink for internal logging folder 2025-03-09 15:31:40 -04:00
icenine451 2792451151 Reverse order of retrodeck.cfg update operations in update_rd_conf, as new path information was being lost 2025-03-08 09:51:25 -05:00
icenine451 9aa4671baa Remove redundant cheats_folder var definition, as it is now in retrodeck.cfg
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled
2025-03-05 11:12:26 -05:00
icenine451 b30926bb7f Create newly added folders found in retrodeck.cfg when updating file. 2025-03-05 10:51:36 -05:00
icenine451 ba70b3c40e Fix line indent for readability 2025-03-05 10:50:57 -05:00
icenine451 baadbebb99 Update post_update to handle new check_version_is_older_than arguments
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions
2025-03-04 13:16:05 -05:00
icenine451 185be1ef5a Update check_version_is_older_than to accomodate arguments for any two versions. 2025-03-04 13:15:40 -05:00
icenine451 af8e79d809 Restore configurator_check_multifile_game_structure() function, but in configurator_functions.sh
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled
2025-02-27 11:00:51 -05:00
XargonWan b0d3e68ff5 MAME: shaders fixed
Some checks failed
Build RetroDECK / Build_RetroDECK (push) Has been cancelled
Build RetroDECK / GitHub-publish (push) Has been cancelled
Build RetroDECK / Automated_Tests (push) Has been cancelled
2025-02-26 15:03:10 +09:00
XargonWan 828b1c050d CLI: added OS info and moved --show-config out of the silent log zone
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions
2025-02-21 11:35:14 +09:00
XargonWan c8bbaf7967 FIX: correct variable references for rdhome in migration and post-update scripts [skip ci] 2025-02-21 10:22:27 +09:00
XargonWan b2fed9023c CLI: enhance preset configuration with case-insensitive options and improved help message
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions
2025-02-20 14:35:52 +09:00
XargonWan acf31654d5 FRAMEWORK: renamed GUI into CONFIGURATOR_GUI
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions
2025-02-20 11:14:58 +09:00
XargonWan c1bb13ceb7 LOGGER: fixed colorization 2025-02-20 11:13:15 +09:00
XargonWan 00a8552788 CLI: don't show logs on informational messages 2025-02-20 10:27:26 +09:00
XargonWan a37ae0ceeb ZENITY: removed gdk scaling 2025-02-20 09:31:00 +09:00
XargonWan 98c9c4706c PRIMEHACK: fixed an issue where wii folder was not mapped as roms path in GTK GUI
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
Build RetroDECK / Automated_Tests (push) Blocked by required conditions
2025-02-19 15:35:23 +09:00
XargonWan 0b87a24019 Merge branch 'cooker' of https://github.com/RetroDECK/RetroDECK into cooker 2025-02-19 14:34:49 +09:00
XargonWan 22cc13f323 POST_UPDATED: fixed SRM not adding the launcher profile 2025-02-19 14:10:18 +09:00
XargonWan 41c0b73e12 Revert "POST_UPDATED: fixed SRM not adding the launcher profile"
This reverts commit 02ed2371e4.
2025-02-19 14:09:56 +09:00
XargonWan 02ed2371e4 POST_UPDATED: fixed SRM not adding the launcher profile 2025-02-19 14:08:27 +09:00
XargonWan 8f6bacc7e1 ZENITY: enlarged text 2025-02-19 13:11:08 +09:00
XargonWan f5c4a31a46 STEAM_SYNC: text edited 2025-02-19 10:38:18 +09:00
XargonWan 246001b1f0 RD_ZENITY: fixed an issue hwere the status was not correctly passed in some cases 2025-02-18 11:57:11 +09:00