Commit graph

588 commits

Author SHA1 Message Date
XargonWan 10c4f28e9e GODOT: log message prettyfication 2024-11-29 10:40:42 +09:00
MonkeyX 9b6a496bf5
Godot logging (#972)
* Fix features.json, add srm launcher

* Logging

* Set correct logging levels
2024-11-28 20:16:44 +00:00
MonkeyX 7e20a9d3f5
Fix features.json, add srm launcher (#971) 2024-11-27 19:31:31 +00:00
monkeyx-net 4188f40dfd Fix for missing emulator properties 2024-11-27 12:59:38 +00:00
monkeyx-net b2743d05df local 2024-11-27 11:30:28 +00:00
monkeyx-net 3cd803da5f Set low processor mode 2024-11-26 15:49:40 +00:00
monkeyx-net 4bfb3455db Fix issue witrh json lint file 2024-11-26 14:54:15 +00:00
monkeyx-net 2fde5a1ab6 Prune data_handler class 2024-11-26 12:58:42 +00:00
monkeyx-net 80dc71a19d Merge latest feat/godot to cooker 2024-11-25 15:08:13 +00:00
monkeyx-net eb7d845868 Merge latest cooker to my local cooker branch 2024-11-25 15:06:26 +00:00
monkeyx-net 8914bd4bbe Bob replaces build_preset_config with make_preset_changes 2024-11-24 17:51:33 +00:00
monkeyx-net fc8681fe5a Bob has to go! 2024-11-24 16:36:51 +00:00
monkeyx-net 0ffdd4a932 Bob tests make_preset_changes function for borders only 2024-11-21 08:34:45 +00:00
monkeyx-net 6d8b77b150 push/pr test 2024-11-11 15:16:13 +00:00
XargonWan 3dc6b18833
Feat/godot (#962)
Some checks failed
Build cooker / Building_RetroDECK (push) Has been cancelled
* Table top mode

* Button Colour and tables columns

* Bob does regex

* Bob does regex2

* Updates from feedback

* Stuff

* Ensure funnction array being passed correctly

* Array to String needed afterall

* Cooker Test

* Test build

* Fixed Bios display issue

* Fixed dialogue logging

* Full Screen is back

* gGent Orange BIOS

* GDScript Logger POC

* Try to create log folder

* GDScript Logger POC (#956)

* GDScript Logger POC

* Try to create log folder

* Ensure all_systems array is empty every time build_preset_list_options() is run
- This prevents all_systems array from having multiple copies of all systems when run multiple times in the same session, which would cause make_preset_changes() to run build_preset_config() multiple times.

* logs2.0

* Parked up for the night

* Don't truncate the log file

* Timestamp, fix append

* Time for a break

* restore godot logger, default is still bash

* Added real milliseconds to log timestamp (thanks, monkeyx), typing fixes

* Time for a break

* Update godot.yml

* Update godot.yml

* Update godot.yml

* Update godot.yml

* Update godot.yml

* Update godot.yml

* Update godot.yml

* Translations with POT!

* Comment to test PR (#960)

Co-authored-by: Rekku <rekku@retrodeck.net>

---------

Co-authored-by: Rekku <rekku@retrodeck.net>
Co-authored-by: WallK <wallykrasiy@gmail.com>
Co-authored-by: MonkeyX <tim@monkeyx.net>
Co-authored-by: icenine451 <benjamin.r.shelton@protonmail.com>
2024-10-28 02:02:17 +01:00
XargonWan fc9c5549c6
feat/steam-rom-manager (#860)
* 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
Rekku 699238ffc1 Comment to test PR 2024-10-22 15:36:31 +01:00
Rekku ccbff606a1 Translations with POT! 2024-10-22 09:55:23 +01:00
Rekku f338293365 Merge branch 'feat/godot' of https://github.com/monkeyx-net/RetroDECK_UK into feat/godot
modified:   tools/configurator/scripts/class_functions.gd
2024-10-22 09:27:43 +01:00
Rekku 3d0c1a2a1f Time for a break 2024-10-22 09:13:03 +01:00
WallK e13bf4b5f3 Added real milliseconds to log timestamp (thanks, monkeyx), typing fixes 2024-10-22 08:34:53 +03:00
WallK bba70ed690 restore godot logger, default is still bash 2024-10-18 11:37:02 +03:00
Rekku ebd061d26b Time for a break 2024-10-17 12:36:04 +01:00
Rekku ffc194b5ed Parked up for the night 2024-10-16 15:13:10 +01:00
Rekku 1472b383b0 logs2.0 2024-10-15 17:22:09 +01:00
MonkeyX 7d45ac8a1a
Merge branch 'RetroDECK:feat/godot' into feat/godot 2024-10-15 14:36:19 +01:00
WallK c8c5e2ba41
GDScript Logger POC (#956)
* GDScript Logger POC

* Try to create log folder
2024-10-15 14:35:11 +01:00
Rekku b2af40d687 gGent Orange BIOS 2024-10-12 16:06:03 +01:00
Rekku e6d1e7e20c Full Screen is back 2024-10-09 14:11:57 +01:00
Rekku 58df7d309c Fixed dialogue logging 2024-10-09 13:30:33 +01:00
Rekku 951f49f665 Fixed Bios display issue 2024-10-09 12:00:24 +01:00
MonkeyX 7ca8468fcc
Cooker (#951)
* Table top mode

* Button Colour and tables columns

* Bob does regex

* Bob does regex2

* Updates from feedback

* Stuff

* Ensure funnction array being passed correctly

* Array to String needed afterall

* Cooker Test

---------

Co-authored-by: Rekku <rekku@retrodeck.net>
2024-10-02 13:13:27 +01:00
Rekku 937ebe8329 Cooker Test 2024-10-02 13:09:31 +01:00
Rekku a170edc673 Array to String needed afterall 2024-10-01 19:21:39 +01:00
Rekku 0b2ddb16ce Ensure funnction array being passed correctly 2024-10-01 18:19:48 +01:00
Rekku d86c8ad411 Stuff 2024-09-29 19:33:57 +01:00
Rekku d4504d0ce5 Updates from feedback 2024-09-29 15:10:13 +01:00
Rekku 00ed5f87ab Bob does regex2 2024-09-28 19:00:32 +01:00
Rekku 803c61d7c6 Bob does regex 2024-09-28 18:38:15 +01:00
Rekku 0b3c6da0aa Button Colour and tables columns 2024-09-28 09:43:35 +01:00
Rekku 5e001c9471 Table top mode 2024-09-26 09:11:37 +01:00
Rekku d777c782b5 One step closer 2024-09-25 21:07:25 +01:00
Rekku da4f2aaafe ICONS AHOY 2024-09-25 16:36:54 +01:00
Rekku 85764ae276 CHEEVOS AGAIN 2024-09-25 13:33:30 +01:00
Rekku f1436d64bc CHEEVOS HELL 2024-09-25 13:15:40 +01:00
Rekku 73ac44b858 Finally 2024-09-24 23:53:32 +01:00
Rekku 712f084805 Merge Part2 2024-09-24 23:46:57 +01:00
Rekku 4d3c364ae5 Rekku slides 2024-09-24 22:05:02 +01:00
Rekku c7c4bbd1b3 Pre Moving buttons! 2024-09-24 20:15:47 +01:00
Rekku 7ca5087674 Tidying up 2024-09-24 18:12:24 +01:00