Commit graph

69 commits

Author SHA1 Message Date
XargonWan acf31654d5 FRAMEWORK: renamed GUI into CONFIGURATOR_GUI 2025-02-20 11:14:58 +09:00
XargonWan a37ae0ceeb ZENITY: removed gdk scaling 2025-02-20 09:31:00 +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
XargonWan acd5380410 FRAMEWORK: making the framework aware if we are using zenity 2025-02-18 11:11:50 +09:00
XargonWan 6b7aa7b651 GAME_COMPRESSOR: checkpoint 2025-02-13 16:35:42 +09:00
XargonWan ac7655f01e STEAM_SYNC: fix formatting in sync progress message for Steam integration 2025-02-10 16:21:09 +09:00
XargonWan eb93c84cb4 RESET_COMPONENTS: various fixes and enhancements, now can facotry reset 2025-02-10 16:14:49 +09:00
XargonWan bd1f4d6817 FRAMEWORK: finalized support for adding RetroDECK to Steam with offline assets 2025-02-10 15:31:42 +09:00
XargonWan 2e906b60a3 FINIT: add RetroDECK to Steam (untested) 2025-02-09 16:19:03 +09:00
XargonWan 1a5db3ffa6 FRAMEWORK, CONFIGURATOR, CLI: refactored Open Component and Reset Component 2025-02-07 15:35:08 +09:00
XargonWan b02ee70e5c OPEN_COMPONENT: fixed for Ponzu 2025-02-07 11:24:55 +09:00
XargonWan 44b243e7cd OPEN: spelling 2025-02-07 09:57:55 +09:00
XargonWan 296caa939d FRAMEWORK: added "--open" to open a component found in features.json + help fix 2025-02-07 09:48:05 +09:00
XargonWan a192f54e2a PORTMASTER: added the possibility to hide it from ES-DE 2025-02-05 11:11:45 +09:00
XargonWan 9e5eece8f1 RETROARCH: restored a line in post_update instead of retroarch_updater 2025-02-05 10:03:00 +09:00
XargonWan 47c03b040c RETROARCH: fixed a bug where the cores were not updated 2025-02-05 09:35:47 +09:00
XargonWan 87ab7d8046 STEAM_SYNC: hidden the cancel button as it was not functional 2025-01-31 14:23:27 +09:00
XargonWan e94c495431 RetroDECK v0.9.0b (cooker merge + fixes) 2025-01-31 09:30:57 +09:00
XargonWan 8f1d74282b VERSION_HISTORY: fixed format and function to show them all 2025-01-30 15:51:39 +09:00
XargonWan b08e9cf73a QUIT_RETRODECK: edded exit command 2025-01-29 15:23:26 +09:00
XargonWan ea4b88a9b8 STEAM_SYNC: a restart of RetroDECK is not needed now 2025-01-29 11:26:15 +09:00
XargonWan ed136a983c CHANGELOG: fixed dialog 2025-01-28 14:23:15 +09:00
XargonWan 275bc17e02 STEAM_SYNC: improved loading message 2025-01-21 09:47:01 +09:00
XargonWan 33e44568ac FINIT: fixed quit button 2025-01-20 14:31:25 +09:00
XargonWan b145d81e1e FRAMEWORK: lockfile issue reverted 2025-01-20 14:09:11 +09:00
XargonWan cd9a98a87b FRAMEWORK: fixed post-install messages and log file conditionals 2025-01-20 12:13:33 +09:00
XargonWan cb42c2a81e FINIT: colorization 2025-01-17 15:25:52 +09:00
XargonWan 86a4bff80a FINIT: added message to guide users on ROMs and BIOS file locations after setup completion 2025-01-17 10:07:11 +09:00
XargonWan 7265e7078c FINIT: fixed the initial setup option not showing 2025-01-10 10:46:12 +09:00
XargonWan 74fec2e9fa LOGGER: fixed blank newlines 2024-11-28 15:01:21 +09:00
XargonWan a9c2145230 FRAMEWORK: getting user info at startup 2024-11-28 13:54:23 +09:00
XargonWan fc9c5549c6
feat/steam-rom-manager ()
* SRM: adding Steam ROM Manager

* SRM: adding electron base

* Fixed SRM

Fixed launching script of SRM

* Updated for srm

* Standard config for srm

* Update with srm in place of boilr

* Update with srm in place of boilr

* Added steam-sync option

* PREPARE_COMPONENTS: removing spaces from steam rom manager

* SRM: adding it ot reset cli, boilr cleanup

* SRM: boilr cleanup [skip ci]

* Update and fixed script

* Modified steam sync works

* Update configurator.sh

* STEAM_SYNC: fixing gameslist location

* SRM: fixed path, whoops

* Added file for resetting the configuration

* Modified with external reset function

* Modified with external reset function

* Added msgbox during fav sync

* STEAM_SYNC: fixed some texts

* Modified if for remove everything if no favorite games

* Fixed removing the games when no favs

* STEAM_ROM_MANAGER: added to features.json

* STEAM_ROM_MANAGER: casing names descriptions

* Fixed some error

* Moved away the creation of .sync folder

* Uploaded standard exception

* Added reset userExceptions

* Revert missing entrypoint

* STEAM_SYNC_SH: checkpoint, addToSteam is working

* STEAM_SYNC_SH: fixed bad launcher filename generation

* STEAM_SYNC_SH: fixed game names, unified in a single function, code cleanup

* STEAM_SYNC_SH: removed deprecated commands [skip ci]

* STEAM_SYNC_SH: fixed launcher with correct command [skip ci]

* STEAM_SYNC_SH: added prepare_component [skip ci]

* STEAM_SYNC_SH: code cleanup [skip ci]

* STEAM_SYNC_SH: moved it on retrodeck quit instead of retrodeck start [skip ci]

* STEAM_SYNC_SH: updated userConfigurations.json [skip ci]

* STEAM_SYNC_SH: code cleanup

* Triggering build

* STEAM_SYNC: globalized steamsync_folder variable

* STEAM_SYNC: standardized script name

* STEAM_SYNC: fixing array

* STEAM_SYNC: fixing array -part2

* POST_UPDATE: enhanced for steam_rom_manager

* STEAM_SYNC: this variable is not correct here

* STEAM_SYNC: fixing configuration

* STEAM_SYNC: adding more sanitized games cases

* STEAM_SYNC: fix framwork was shutting down before steam_sync

* MANIFEST: fixed SRM wrapper to accept args

* STEAM_SYNC: fixing SRM preparation

* STEAM_SYNC: using run_game to build the launchers

* STEAM_SYNC: added system to run_game be sure

* STEAM_SYNC_SH: removed unused config file

* FEATURES: indentation fix

* PREPARE_COMPONENT: comments

* STEAM_SYNC_SH: general optimization and bugfixes

* STEAM_SYNC_SH: migrated launcher to the new run_game

* FEATURES: rebased from cooker

* FEATURES: fmt [skip ci]

* STEAM_SYNC: using new start command + cleanup

* STEAM_SYNC: migrated launches to .desktop files

* STEAM_SYNC: reverted .desktop files

* STEAM_SYNC: romed -s from launcher

* STEAM_SYNC: comments for calling quit function [skip ci]

* Create file only if does not exists + fixed syntax

* Added full shortcut clean

* Fixed check if file exists

* Added remove no fav game

* Fixed comment error and +x chmod

---------

Co-authored-by: Lx32 <loxenfabula@gmail.com>
2024-10-28 02:01:44 +01:00
XargonWan 90803ec134 RELEASE_SELECTOR: fixed PR not poresent + enhanced release labeling 2024-09-15 20:18:33 +09:00
XargonWan 6b92f8c187 RUN_GAME: moved into its own file + code cleanup + es_variables outsourced [skip ci] 2024-09-12 08:25:07 +09:00
XargonWan ad10c9d535 RUN_GAME: checkpoint but BROKEN 2024-09-12 00:56:20 +09:00
XargonWan 51485497ae RUN_GAME: code prettyfication 2024-09-11 13:55:04 +09:00
XargonWan e80c30a1d9 RUN_GAME: if the emulator is only one just skip the zenity and run it 2024-09-11 10:20:28 +09:00
XargonWan 6496e1f051 RUN_GAME: fixed %INJECT% placeholder in both of the cases 2024-09-11 10:18:03 +09:00
XargonWan d0644c82e6 RUN_GAME: working but looping - fix 2024-09-10 22:22:30 +09:00
XargonWan 38806dabc1 RUN_GAME: working but looping 2024-09-10 22:13:26 +09:00
XargonWan c4a80119af RUN_GAME: adding %INJECT% logic 2024-09-10 21:36:28 +09:00
XargonWan 21984292c0 RUN_GAME: hiding full commands in zenity list 2024-09-10 20:41:54 +09:00
XargonWan e2ef2e8823 RUN_GAME: now it's scraping the commands from es_systems and es_find_rules 2024-09-10 18:41:40 +09:00
XargonWan 302feef631 RUN_GAME: emulator and system can now be passed as optional arguments 2024-09-08 22:43:06 +09:00
XargonWan 04ebb5c5d6 RUN_GAME: various fixes, time up 2024-09-08 16:30:23 +09:00
XargonWan 0cafedbe70 RUN_GAME: fixed retroarch 2024-09-08 14:36:06 +09:00
XargonWan b2a59be611 RUN_GAME: added retroarch cores 2024-09-08 13:52:05 +09:00
XargonWan 2818362e30 RUN_GAME: system name prettyfied 2024-09-08 13:36:16 +09:00