- Feb 16, 2024
-
-
Timothee Besset authored
add a mechanism for async operations to report status updates. useful for RGP traces which can be slow to produce and download
- Feb 15, 2024
-
-
Timothee Besset authored
future proof the proton version check when remote debugging is enabled. fixes Proton 8 being skipped
-
Timothee Besset authored
auto-save title settings before doing auto-upload triggers, make this consistent with manual uploads
-
- Dec 29, 2023
-
-
Timothee Besset authored
-
- Dec 28, 2023
-
-
Timothee Besset authored
do not use a known_hosts file at all in the remote shell code paths. we were already not doing strict host key checking anyway, this reduces warning spam. plus cleanup unused/inadequate live_ssh_command.
-
- Nov 28, 2023
-
-
Timothee Besset authored
Decks that are not in developer mode do not advertise over mDNS - mention this when no devices are visible.
-
Timothee Besset authored
-
- Nov 08, 2023
-
-
Timothee Besset authored
add support for taking screenshots using the xprop interface to gamescope, expose additional screenshot mode settings. enabled based on gamescope version detection, force with --screenshot-force-xprop
-
Timothee Besset authored
- Nov 06, 2023
-
-
- Nov 03, 2023
-
-
Timothee Besset authored
rename locate_external_tool -> locate_cygwin_tool for clarity. we are specifically looking for the cygwin version of these (on windows at least).
-
Timothee Besset authored
fix the new cygwin tools lookup, we don't want to pickup non-cygwin rsync.exe or ssh.exe that may happen to be in the path
-
- Nov 02, 2023
-
-
Timothee Besset authored
-
- Sep 06, 2023
-
-
Timothee Besset authored
- Sep 01, 2023
-
-
Timothee Besset authored
-
Timothee Besset authored
query the ServiceListener singleton for cached mDNS service info in resolve_machine, instead of allocating a context and querying each time. possible fix for some rarely observed issues with inconsistent or incomplete mDNS info
-
Timothee Besset authored
- Aug 31, 2023
-
-
Add support for custom windows terminals, pass --with-conemu=<path to conemu> or --with-cmder=<path to cmder>. Setting is persistent, set to empty string to reset.
-
support capturing output of child processes and routing through the status window. will make situations similar to the previous fix easier to diagnose
-
- Aug 30, 2023
-
-
Timothee Besset authored
-
- Aug 22, 2023
-
- Jul 31, 2023
-
-
Timothee Besset authored
raise the timeout when checking for open ports from 1 second to 4. some networks (bad wifis) are slow enough to require this. fixes cases where the kit is either not visible or gets stuck requiring registration. this may slow down other operations, added --check-port-timeout to tweak
-
- Jul 13, 2023
-
- Jul 12, 2023
-
-
Timothee Besset authored
-
- Jul 06, 2023
-
-
Timothee Besset authored
-
Waiting 0.1s before starting the copy over SSH isn't enough because the trace might not be completely written on disk and this can copy corrupted captures. To fix this, wait for completion by checking the RGP capture size over SSH. This is simple and should be robust enough. An alternative solution would be inotify but inotifywait isn't installed on Deck. Closes: #3
-
Timothee Besset authored
- Jun 13, 2023
-
-
Timothee Besset authored
-
silence a spurious warning from the OpenGL module about numpy not being installed (we do not use numpy)
-
Timothee Besset authored
- May 24, 2023
-
-
Timothee Besset authored
-
- May 09, 2023
-
-
Timothee Besset authored