derrod
013792f7b9
[cli/core/utils] Add experimental automatic bottle setup
...
Not sure if this will make it into the release yet, but
it doesn't seem like a bad idea. And it should work even
if the user has never run CrossOver.
It's quite a lot of work to package a bottle this way
(read: not including personal data, and without broken symlinks)
2021-12-30 17:21:56 +01:00
derrod
8512a9a7a1
[utils] Also only allow two empty invalid inputs
2021-12-30 17:11:52 +01:00
derrod
af08f5d11b
[cli] Fix overlay install error message (no resume)
2021-12-30 16:25:02 +01:00
derrod
dfaccba2cb
[cli] Fix crossover subcommand name
2021-12-30 15:36:03 +01:00
derrod
fc66f9f372
[downloader/mp] Also kill workers on interrupt if they don't exit themselves
2021-12-30 14:34:02 +01:00
derrod
2474c43b7b
[cli] Move crossover setup to its own command
2021-12-30 14:16:19 +01:00
derrod
300110e2bc
[cli] Add CrossOver support to Origin launch
2021-12-30 14:03:50 +01:00
derrod
b8e5dac0d6
[cli] Fix wrong argument being set during import
...
Fixes #391
2021-12-30 12:49:07 +01:00
derrod
3cba1c8510
[cli] Sort commands alphabetically
2021-12-30 12:42:05 +01:00
derrod
03ef95923d
[api/cli/core] Make API timeout configurable
2021-12-30 12:03:43 +01:00
derrod
dd099c0afd
[core] Change overlay install path
2021-12-30 11:52:23 +01:00
derrod
99c97032b4
[api] Fix GQL API requests
...
These need to use a different User-Agent for some reason.
2021-12-29 21:14:59 +01:00
derrod
2adc0b1a3e
[core] Avoid unnecessary disk writes when assets didn't change
2021-12-29 20:29:07 +01:00
derrod
6fb6bb14a4
Update README
2021-12-29 13:21:34 +01:00
derrod
0d491aed90
[cli] Improve CrossOver option help text
2021-12-29 13:21:34 +01:00
derrod
a0da79bc2c
[cli] Add support for launching with CrossOver on macOS
2021-12-29 13:21:34 +01:00
derrod
f0f4b545f5
[utils] Add get_int_choice helper
2021-12-29 13:21:34 +01:00
derrod
3d877185b0
[core] Add support for launching via CrossOver
2021-12-29 13:21:34 +01:00
derrod
b5a2fba896
[utils] Add helpers for CrossOver on macOS
2021-12-29 13:21:34 +01:00
derrod
33b89f5e9a
[cli] Suggest "info" command to check for platform support
...
rather than having the user search through a potentially very long
games list...
2021-12-29 13:21:34 +01:00
Wok
75f2da576b
[api] Fix wrong attribute name ( #388 )
2021-12-29 13:21:34 +01:00
derrod
d2a6f16060
[cli] Fix log level for launch message
2021-12-29 11:56:16 +01:00
derrod
0e4ab85b2f
[core] Do not attempt to load overlay info on non-Windows systems
2021-12-29 11:32:11 +01:00
derrod
bc1c27b8d2
[core] Ignore path parameter if overlay is already installed
2021-12-28 19:21:33 +01:00
derrod
e5ba44ecfa
[cli] Show both current and new version in Overlay update notice
2021-12-28 18:17:13 +01:00
derrod
b5120fa99d
[lfs] Cache overlay info in memory to avoid unnecessary reads
2021-12-28 18:14:59 +01:00
derrod
4a743dc1ca
[cli] Fix overlay install path check on install
2021-12-28 17:51:35 +01:00
derrod
c7030c480e
[lfs] Fix log message
2021-12-28 17:48:55 +01:00
derrod
cb69d7c9d7
[utils] Add more debug logging
2021-12-28 17:48:45 +01:00
derrod
8d71df0cc4
[cli/core/lfs] Add update check for installed overlay
2021-12-28 17:48:24 +01:00
derrod
efaf25b9d9
[cli/core/lfs] Add EOS overlay management command/backend
...
- Supports installing and updating the overlay
- Supports enabling/disabling the overlay
- Can find existing EGL overlay for enabling/disabling
- Should work!
2021-12-28 17:47:48 +01:00
derrod
21d62dcd76
[downloader/mp] Fix status message formatting for odd cache usage
2021-12-28 17:39:10 +01:00
derrod
b6cb31df8b
[cli/models/utils] Move strtobool into legendary utils
...
Fixes deprecation warning on Python 3.10+
2021-12-28 17:37:26 +01:00
derrod
1fd8acdee4
[cli] Use argparse choices instead of manual check
2021-12-28 14:21:11 +01:00
derrod
599e4766b2
[cli] Fix some formatting
2021-12-28 14:03:26 +01:00
derrod
e60c3f7aa7
[utils] Add EOS Overlay utilities
...
- Registry adding/removal code
- Dummy Game()s for downloading
2021-12-28 13:55:10 +01:00
derrod
a4c1f0e670
[utils] Add Windows registry helpers
2021-12-28 13:53:59 +01:00
derrod
d941b9d61e
[api] Fix API URL and add some comments clarifying argument names
2021-12-28 11:12:54 +01:00
derrod
6b91c5779b
[cli] Add get-token flag to get bearer token rather than exchange code
2021-12-28 10:57:22 +01:00
derrod
fbb4acbc88
[core] Add option to force refresh token instead of session resumption
2021-12-28 10:57:22 +01:00
derrod
ed0ac1e0b2
[api] Add currently unused artifact APIs found in EOS Windows service
2021-12-28 10:57:22 +01:00
derrod
3c831da310
[api] Add support for anonymous EOS sessions
...
These can be used to download the launcher and overlay/service updates
without actually having to authenticate an account.
2021-12-28 10:11:26 +01:00
derrod
335619ff79
[cli] Do not override platform in "info" command
...
Also improve missing asset error.
2021-12-28 10:09:08 +01:00
derrod
363ac15faa
[cli] Error out if no asset exists for specified platform
2021-12-28 10:04:37 +01:00
derrod
d61946d15d
[lfs] Explicitly set UTF-8 encoding for EGL files
...
Should fix #383
2021-12-23 07:22:41 +01:00
derrod
352d3d2d0d
[cli] Hide -c/--config-file option
...
Using it can cause a bunch of problems, and I don't want to
encourage its use, so deprecate/hide it for now, then remove
it once I have a better solution.
2021-12-22 08:28:23 +01:00
derrod
0e72950382
[cli] Add -H/--full-help and only show command list by default
...
The full help has gotten too long, just print the commands by default.
2021-12-22 08:24:23 +01:00
derrod
11850228a8
Bump version
2021-12-22 00:05:48 +01:00
derrod
8c087fc90e
[cli] Add external activation to "info"
2021-12-21 23:59:00 +01:00
derrod
508c6a3a58
[cli] Add "get-token" debug command
2021-12-21 23:58:40 +01:00