Commit graph

98 commits

Author SHA1 Message Date
icenine451 0186ded2b9 Compression tool upgrades 2023-03-29 15:51:27 -04:00
icenine451 db6d28d64f Online update checks and internal updater 2023-03-27 15:52:58 -04:00
icenine451 b577c3275b Add basic online version check 2023-03-26 15:08:00 -04:00
icenine451 8f8d9c2bb6 Multiple fixes/additions
- Enabled using variable names directly in patches
- Updated multi-user mode to latest code
  THIS FEATURE IS STILL IN TESTING
- Changed semi-hard-coded paths to source from $rd_conf instead
2023-03-24 11:24:28 -04:00
icenine451 bfd7e83c6b Merge remote-tracking branch 'upstream/cooker-0.6.3b' into cooker-0.7.0b-icenine451 2023-03-24 08:47:24 -04:00
icenine451 a34c38ab2b - Fixed file browser not handling spaces
- Fixed missing return to menu after file compression
- Fixed compression target validation not handling
   uppercase file extensions properly
2023-03-23 15:59:06 -04:00
icenine451 8d35c97ade Merge remote-tracking branch 'upstream/cooker-0.6.3b' into cooker-0.7.0b-icenine451 2023-03-23 14:19:18 -04:00
icenine451 51b03094b5 Add reset confirmations to Configurator,
Change location of some menu items.
2023-03-23 12:38:19 -04:00
icenine451 1025f1f98c PICO-8 saves symlink was backwards 2023-03-22 16:43:10 -04:00
icenine451 2cac775b7c Fixed bug in dir_prep that made recursive symlinks 2023-03-22 16:40:37 -04:00
icenine451 f9d29fc6fc Removed unneeded /var/config/retrodeck/tools dir 2023-03-22 14:42:06 -04:00
icenine451 5ab04cdeeb - Removed "reset tools" options
as those are now in RO space
- Fixed recursive symlink possibility for pico-8 setup
- Fixed BIOS check tool variable name
- Fixed tools gamelist dest file name
2023-03-22 12:41:26 -04:00
icenine451 bee35c1458 Fix issue found where sed doesn't like ~ 2023-03-21 16:00:30 -04:00
icenine451 9a88203aa0 Update Xemu init function. 2023-03-21 11:09:08 -04:00
icenine451 725f2f412c Fixed incorrect folder removal in Xemu init 2023-03-21 11:00:44 -04:00
icenine451 052f291881 Merge branch 'cooker-0.6.3b-icenine451' into cooker-0.7.0b-icenine451 2023-03-21 08:57:41 -04:00
XargonWan 2f78891eb0 CITRA: config redone (missing controls and hotkeys) [skip ci] 2023-03-20 21:48:47 +00:00
icenine451 c35cd00ba4 Add additional CLI input validation 2023-03-20 09:23:04 -04:00
icenine451 501889e954 Multi-user support for saves/states ONLY,
no multi-user config support yet
2023-03-17 16:39:51 -04:00
icenine451 009e3d556b Add Yuzu to Mods dir and remove trailing slashes 2023-03-17 10:26:31 -04:00
icenine451 b4f358bc15 Add Citra to mods/texture pack dir inits 2023-03-17 10:01:07 -04:00
icenine451 29e6f8eb6d Fix bug in patch engine for settings with names
that contain the names of other settings
ie. "setting=value" and "other_setting=value"
2023-03-16 16:12:04 -04:00
icenine451 1290966409 Rework desktop mode warning logic 2023-03-16 11:50:39 -04:00
icenine451 9a64723096 - Found duplicate function, causing desktop-mode
check to fail on first run after update
- Removed unneeded "source" commands for rd_conf
2023-03-16 11:45:20 -04:00
icenine451 377ec61d23 Expose ES-DE gamelists to user folder 2023-03-16 11:38:01 -04:00
icenine451 52778011ec Merge branch 'cooker-0.6.3b-icenine451' into cooker-0.7.0b-icenine451 2023-03-16 11:28:53 -04:00
icenine451 33b6065445 Merge branch 'cooker-0.6.3b-icenine451' of https://github.com/icenine451/RetroDECK into cooker-0.6.3b-icenine451 2023-03-16 11:14:28 -04:00
icenine451 78bfa1e5aa - Fix PICO-8 symlink location
- Seperate Dolphin/Primehack save states
- Fix post-update variable checks for new values
2023-03-16 11:14:25 -04:00
icenine451 a31b7b006e Remove errant comment line 2023-03-16 08:51:38 -04:00
icenine451 47a754662a dir_prep doesn't translate ~ correctly apparently 2023-03-15 20:01:53 -04:00
icenine451 e55bb2f9b9 New rd_cpnf variables not loaded
correctly after update
2023-03-15 19:58:02 -04:00
icenine451 f5c6a70c9c - Add compressed file cleanup
- Add multi-file compression
- Fix compression handling for files with spaces in them
2023-03-15 17:21:19 -04:00
icenine451 585a2c7d71 - Add compressed file cleanup
- Add multi-file compression
- Fix compression handling for files with spaces in them
2023-03-15 17:19:04 -04:00
icenine451 7287898482 Actually fix the chd candidate validation 2023-03-14 14:09:31 -04:00
icenine451 5c3e6767c4 Fix CHD candidate validation 2023-03-14 14:05:10 -04:00
icenine451 edb26b262a Fix bug in chd validation, it would fail to validate
.iso or .gdi files.
2023-03-14 13:51:05 -04:00
icenine451 3524feb5a2 Merge branch 'cooker-0.6.2b-icenine451' into cooker-0.7.0b-icenine451 2023-03-14 11:26:05 -04:00
icenine451 9819448153 PICO-8 fixes. 2023-03-14 10:33:24 -04:00
icenine451 a7c0203d4a Add function to resolve preset conflicts 2023-03-13 15:33:15 -04:00
icenine451 9ca9f037db Merge branch 'cooker-0.6.2b-icenine451' into cooker-0.7.0b-icenine451 2023-03-13 11:43:56 -04:00
icenine451 b0df2e8dda Rework power user and desktop mode warnings 2023-03-13 10:09:01 -04:00
icenine451 317e9f4e80 Add network connectivity checks
where applicable
2023-03-12 14:21:30 -04:00
icenine451 f2adc9515d Move save migration to functions.sh
no need for an extra file.
2023-03-12 13:41:57 -04:00
icenine451 ae82768621 Add Primehack defaults and option
in patch engine
2023-03-11 11:15:16 -05:00
icenine451 76f8dec0a7 Add initial mod/texture pack support 2023-03-10 16:54:07 -05:00
icenine451 e92abb1c4f Finally fix the ES splashscreens being in RW space
not RO.
2023-03-10 14:22:19 -05:00
icenine451 4e045eab2f Merge branch 'cooker-0.6.2b-icenine451' into cooker-0.7.0b-icenine451 2023-03-09 16:31:05 -05:00
icenine451 51d8a343eb Easter eggs updates and fixes to manifest 2023-03-09 15:58:13 -05:00
icenine451 d1c6ad5284 Fix version variable missing value after updating
retrodeck.cfg
2023-03-09 11:11:38 -05:00
icenine451 f452faa2bf Fix version variable missing value after updating
retrodeck.cfg
2023-03-09 11:08:57 -05:00