Commit graph

333 commits

Author SHA1 Message Date
monkeyx-net 58f0d2f283 On branch feat/godot-configurator
Changes to be committed:
	modified:   tools/configurator/components/popup.gd
2024-07-28 19:48:24 +01:00
monkeyx-net 5107d330ce Theme and Theme Inheritance
On branch feat/godot-configurator
 Changes to be committed:
	new file:   tools/configurator/assets/fonts/OpenDyslexic3/OpenDyslexic3-Bold.ttf
	new file:   tools/configurator/assets/fonts/OpenDyslexic3/OpenDyslexic3-Bold.ttf.import
	new file:   tools/configurator/assets/fonts/OpenDyslexic3/OpenDyslexic3-Regular.ttf
	new file:   tools/configurator/assets/fonts/OpenDyslexic3/OpenDyslexic3-Regular.ttf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Black.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Black.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Bold.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Bold.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-ExtraLight.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-ExtraLight.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Light.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Light.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Regular.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-Regular.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-SemiBold.otf
	new file:   tools/configurator/assets/fonts/akrobat/Akrobat-SemiBold.otf.import
	new file:   tools/configurator/assets/fonts/akrobat/akrobat-extrabold-webfont.ttf
	new file:   tools/configurator/assets/fonts/akrobat/akrobat-extrabold-webfont.ttf.import
	new file:   tools/configurator/assets/fonts/munro/munro-narrow.ttf
	new file:   tools/configurator/assets/fonts/munro/munro-narrow.ttf.import
	new file:   tools/configurator/assets/fonts/munro/munro-small.ttf
	new file:   tools/configurator/assets/fonts/munro/munro-small.ttf.import
	new file:   tools/configurator/assets/fonts/munro/munro.ttf
	new file:   tools/configurator/assets/fonts/munro/munro.ttf.import
	new file:   tools/configurator/assets/graphics/Rekku/Rekku-test.xcf
	new file:   tools/configurator/assets/graphics/Rekku/base.png
	new file:   tools/configurator/assets/graphics/Rekku/base.png.import
	new file:   tools/configurator/assets/graphics/Rekku/blink1.png
	new file:   tools/configurator/assets/graphics/Rekku/blink1.png.import
	new file:   tools/configurator/assets/graphics/Rekku/blink2.png
	new file:   tools/configurator/assets/graphics/Rekku/blink2.png.import
	new file:   tools/configurator/assets/graphics/Rekku/eyes-open.png
	new file:   tools/configurator/assets/graphics/Rekku/eyes-open.png.import
	new file:   tools/configurator/assets/graphics/Rekku/mouth-A.png
	new file:   tools/configurator/assets/graphics/Rekku/mouth-A.png.import
	new file:   tools/configurator/assets/graphics/Rekku/mouth-O.png
	new file:   tools/configurator/assets/graphics/Rekku/mouth-O.png.import
	new file:   tools/configurator/assets/graphics/Rekku/mouth-base.png
	new file:   tools/configurator/assets/graphics/Rekku/mouth-base.png.import
	new file:   tools/configurator/assets/graphics/Rekku/rekku-blink-down.png
	new file:   tools/configurator/assets/graphics/Rekku/rekku-blink-down.png.import
	new file:   tools/configurator/assets/graphics/Rekku/rekku-blink-up.png
	new file:   tools/configurator/assets/graphics/Rekku/rekku-blink-up.png.import
	new file:   tools/configurator/assets/graphics/Rekku/rekku-idle.png
	new file:   tools/configurator/assets/graphics/Rekku/rekku-idle.png.import
	new file:   tools/configurator/assets/graphics/Rekku/rekku-speak1.png
	new file:   tools/configurator/assets/graphics/Rekku/rekku-speak1.png.import
	new file:   tools/configurator/assets/graphics/Rekku/rekku-speak2.png
	new file:   tools/configurator/assets/graphics/Rekku/rekku-speak2.png.import
	new file:   tools/configurator/assets/graphics/retrodeck.png
	new file:   tools/configurator/assets/graphics/retrodeck.png.import
	new file:   tools/configurator/assets/themes/accesible_theme.tres
	new file:   tools/configurator/assets/themes/default_theme.tres
	new file:   tools/configurator/assets/themes/modern_theme.tres
	new file:   tools/configurator/assets/themes/retro_theme.tres
	modified:   tools/configurator/components/bios_check/bios_check.gd
	modified:   tools/configurator/main.gd
	modified:   tools/configurator/main.tscn
	modified:   tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
2024-07-28 19:44:07 +01:00
monkeyx-net b4df4b8903 On branch feat/godot-configurator
Changes to be committed:
	modified:   tools/configurator/main.gd
2024-07-28 17:06:58 +01:00
monkeyx-net 1711be4ac7 On branch feat/godot-configurator
Changes to be committed:
	modified:   tools/configurator/main.gd
2024-07-28 16:39:26 +01:00
monkeyx-net 823a51f167 On branch feat/godot-configurator
Changes to be committed:
	modified:   tools/configurator/export_presets.cfg
2024-07-28 16:23:29 +01:00
monkeyx-net 0fda432413 On branch feat/godot-configurator
Changes to be committed:
	modified:   .github/workflows/build-configurator.yml
	modified:   tools/configurator/export_presets.cfg
2024-07-28 16:16:06 +01:00
monkeyx-net d9731c2ae1 Added logging as a function.
Added github workflow to build configurator

 On branch feat/godot-configurator
 Changes to be committed:
	new file:   .github/workflows/build-configurator.yml
	new file:   tools/configurator/basic
	modified:   tools/configurator/components/bios_check/bios_check.gd
	modified:   tools/configurator/main.gd
	modified:   tools/configurator/main.tscn
	modified:   tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
	modified:   tools/configurator/scripts/class_functions.gd
2024-07-28 16:09:37 +01:00
monkeyx-net 30d87168e7 On branch feat/godot-configurator
Changes to be committed:
	new file:   configurator/scripts/class_functions.gd
	modified:   retrodeck_function_wrapper.sh
2024-07-25 13:31:32 +01:00
XargonWan caa6fbbd32 Merge branch 'cooker-0.8.2b' into feat/godot-configurator 2024-06-13 18:10:26 +09:00
XargonWan d8f026ff63 GODOT_CONFIGURATOR: reverted some mistakenly merged changes 2024-06-13 17:33:21 +09:00
icenine451 26063dec2b Add Configurator tool to rebuild any missing default ROM folders
- Also add missing return to menu after completion of empty rom folder removal tool
2024-05-30 17:17:35 -04:00
icenine451 e89755561f Add empty ROM folder tool to Configurator
https://github.com/XargonWan/RetroDECK/issues/796
2024-05-30 17:12:54 -04:00
icenine451 7fc79b49ea Extract game compression functions from Zenity for use in Godot 2024-05-30 12:17:28 -04:00
icenine451 2afcf2ead4 Move post-compression file cleanup to compress_game function to avoid repetition 2024-05-30 11:35:42 -04:00
XargonWan 323a56df99 ZENITY: improved some dialogs and added some colors 2024-05-07 09:58:31 +02:00
XargonWan 8b107c406b
Merge pull request #729 from MatthijsMarco/cooker-0.8.0b
Fixed some spelling and grammar
2024-04-22 17:27:46 +09:00
XargonWan 8d557c46ad RPCS3: added a warning for background windows duiring rpcs3 firmware download [skip ci] 2024-04-21 22:33:43 +09:00
monkeyx-net 1a268c16eb On branch feat/godot-configurator
Changes to be committed:
	modified:   tools/configurator/components/bios_check/bios_check.gd
2024-04-12 15:15:55 +01:00
monkeyx-net d19af679fb Suggestion for alt row colours 2024-04-08 22:14:58 +01:00
icenine451 9cb238a9df Update compression process logging 2024-04-08 09:34:21 -04:00
XargonWan 49a51bd178 RYUJINX: removed wrapper and symlinked the whole keys folder 2024-04-08 10:59:51 +09:00
icenine451 32ebb6e686 Add post-compression file check before original deletion
Add ROM backup disclaimer to compression auto-cleanup
2024-04-02 09:53:35 -04:00
XargonWan 1db8a6201b CONFIGURATOR: removing Steam Sync with Steam entry if developer options are not enabled 2024-03-29 08:35:09 +01:00
icenine451 26de86eed5 Re-add disappeared Rewind dialog 2024-03-27 08:53:48 -04:00
WallK f6f2e52e94
Merge branch 'feat/godot-configurator' into feat/godot-bios 2024-03-25 15:00:10 +02:00
XargonWan acfab9baa6 Merge branch 'cooker-0.8.0b' into feat/godot-configurator 2024-03-25 11:32:17 +01:00
WallK 671623dd4f Full BIOS check functionality, temp file management
Added BIOS check (both basic and expert)
Blocking godot until bios files are checked (to check if ok)
Calling function wrapper
Added conditions to check for runtime dir env var
Changed fallback dir
2024-03-25 12:22:36 +02:00
XargonWan 621d74a366 MAME-SA: removed wrapper as the inipath is managed via ES-DE now 2024-03-20 21:13:01 +01:00
XargonWan 258cdcc869 Merge branch 'cooker-0.8.0b' into feat/godot-configurator 2024-03-19 09:32:07 +01:00
XargonWan 1a0f9f499c CONFIGURATOR: fixed reset yuzu 2024-03-19 09:21:18 +01:00
XargonWan 47c240b07c CONFIGURATOR: fixed reset all emulators and components entry and GZDoom entry 2024-03-19 09:18:08 +01:00
XargonWan 3ccba14707 CONFIGURATOR: renamed controller layout entry and description 2024-03-18 13:47:14 +01:00
XargonWan 76aa88e943 CONFIGURATOR: Reset Emulator entry is renamed into Reset Emulator or Engine 2024-03-13 08:54:54 +01:00
Marco Matthijs 79bcfa1dfa Fixed some spelling and grammar 2024-03-12 20:01:47 +01:00
XargonWan 74b2c0f596 PONZU: added removal function 2024-03-09 14:37:42 +01:00
XargonWan 850103abf1 PONZU: fixing paths and variables check from retrodeck config 2024-03-09 09:32:45 +01:00
XargonWan 6aca748082 PONZU: fixed emulators path 2024-03-08 21:22:15 +01:00
XargonWan e2cd1762c8 PONZU: re-added the two emulators in various positions with ponzu checking 2024-03-08 18:21:43 +01:00
XargonWan bd286380d4 CITRA: removed 2024-03-04 21:45:58 +01:00
XargonWan 39ce6d59a6 YUZU: removed 2024-03-04 21:16:50 +01:00
XargonWan 6e571b068f RYUJINX: add wrapper for key management 2024-03-02 11:52:36 +01:00
XargonWan a7f3866e96 LOGGER: populating functions 2024-02-28 18:13:33 +01:00
XargonWan 7d2e476b4d Merge branch 'cooker-0.8.0b' into feat/logging 2024-02-28 15:24:39 +01:00
icenine451 6ea216e71c Add BIOS check expert mode 2024-02-27 16:31:25 -05:00
icenine451 3aa7f271f1 Make some Configurator lables more consistent 2024-02-27 12:34:39 -05:00
icenine451 9cb2ddd412 Add "quick resume" preset option to Configurator 2024-02-27 12:33:31 -05:00
icenine451 4110f82268 Update Configurator for per-emulator rewind 2024-02-27 10:00:27 -05:00
XargonWan 6ad8c1080e Merge branch 'cooker-0.8.0b' into feat/esde-3.0 2024-02-27 08:36:23 +01:00
XargonWan a9c912a513 Merge branch 'cooker-0.8.0b' into feat/ryujinx [skip ci] 2024-02-26 14:54:27 +01:00
XargonWan c07daf9af7 RYUJINX: fixed configurator call command [skip ci] 2024-02-26 14:25:08 +01:00