derrod
b7f4a9f45a
[cli] Show game "tip" before and after install
...
Just to be sure that users see it.
2022-06-01 09:40:51 +02:00
derrod
60a504edde
[core] Add warning if 2K Launcher is the launch executable
2022-06-01 09:40:25 +02:00
derrod
2b71b50d5c
[cli/lfs] Fix cleanup deleting in-use manifests using new naming convention
2022-05-31 13:26:17 +02:00
Mathis Dröge
823d672c2c
[lfs] Check if AppData/ProgramData paths exist ( #421 )
2022-05-29 18:17:16 +02:00
Mathis Dröge
a12238e4ef
[api] Update GraphQL hostname ( #434 )
2022-05-29 18:16:49 +02:00
derrod
2ef5401dbb
[core] Only install into Applications if all files are inside app bundle
2022-05-23 07:45:56 +02:00
derrod
1e97a4d791
[cli/core] Only check CX_BOTTLE when using CrossOver wine
...
Addresses issues pointed out in #414
2022-05-23 07:45:56 +02:00
aznd
ec91f69adc
[utils] Fix pywebview deprecation issue ( #423 )
2022-04-28 15:59:19 +02:00
derrod
3d1042e27e
[cli] Ensure delta is >= 1 before verification speed calculation
...
Fixes #412
2022-03-05 14:10:18 +01:00
derrod
d7360eef3e
[utils] Remove unnecessary JS callback
...
This seems to be no longer used or required for the webview login to work.
2022-02-02 18:36:08 +01:00
derrod
ca005f6274
README: restore accidentally deleted #
2022-02-02 17:34:27 +01:00
derrod
cffb10188a
.github use windows-2019 for building
...
This should fix the failures that started today.
2022-01-26 17:18:02 +01:00
derrod
f20ae123a3
Update README a bit more
2022-01-26 17:17:34 +01:00
derrod
0f0b430a3c
Update README to clarify python version requirement
2022-01-26 17:09:26 +01:00
derrod
7ac9ec7b5f
[cli] sync-saves: Skip unconfigured games when using --yes
2022-01-26 14:12:48 +01:00
derrod
b7ad4daeb2
Bump version
2022-01-23 13:11:05 +01:00
derrod
6ab354b20e
Update README
2022-01-23 13:10:58 +01:00
derrod
869c749908
[core] Return empty games list if assets empty
2022-01-21 17:47:54 +01:00
derrod
3793601de3
[cli] Add --migrate flag to egl-sync command
...
This will import the games into Legendary and then remove them from EGL.
Also updates info messages for --unlink.
2022-01-20 14:19:20 +01:00
derrod
858d2f98e6
[cli] Move user parameters before EGL parameters
...
Some games appear to fail parsing the command line correctly otherwise.
2022-01-18 16:11:07 +01:00
derrod
158b28eaff
[core] Add "epicsandboxid" launch parameter
...
EGL seems to have added this at some point.
Omitting it doesn't seem to break anything.
But better safe than sorry.
2022-01-18 16:10:12 +01:00
derrod
778ecacbd3
[core] Apply disable_https to manifest downloads as well
...
Since we know the hash ahead of time this is relatively low-risk.
Delta manifests don't have an associated API call that would tell us
the hash, so still use HTTPS for those unless the base url is overridden.
2022-01-18 10:25:04 +01:00
derrod
180692195f
[core] Catch FileNotFoundError when removing synced EGL manifest
2022-01-18 10:16:06 +01:00
derrod
3bc819e567
[core] Check install directory for write access
...
Fixes #395
2022-01-10 17:14:30 +01:00
derrod
742d3a3b05
[core] Verify CDN manifest hash
2022-01-10 17:00:45 +01:00
derrod
cf95da395c
[cli] Error out if no overlay installs found
2022-01-10 16:28:42 +01:00
derrod
66a30d6b2a
[cli] Log Uplay activation errors in API response
2022-01-10 14:42:01 +01:00
derrod
e6da49d0bf
Bump version
2022-01-10 00:50:50 +01:00
derrod
f21ecf1eda
[cli] Fix old command name aliases not actually working
2022-01-10 00:41:11 +01:00
derrod
f0ca8e6a9b
Update README with missing eos-overlay flags
2022-01-09 16:01:06 +01:00
derrod
a25de242d9
[cli/core/models] Add config option for pre-launch command
2022-01-09 14:21:11 +01:00
derrod
4ab0c99a0f
Bump version
2022-01-08 22:30:24 +01:00
derrod
024c03eb55
Update README (again)
2022-01-08 22:30:08 +01:00
derrod
49cc8db22f
[core] Add None check to get_game_tip()
2022-01-08 22:10:01 +01:00
derrod
c86cb40c10
Update README
2022-01-08 21:26:25 +01:00
derrod
be4c1b1cda
[cli] Re-add missing f-String prefix
2022-01-08 16:53:15 +01:00
derrod
1c6e83e9f8
[cli] Make game compatibility tip more obvious
2022-01-08 16:50:17 +01:00
derrod
a48bad9999
[cli] Show app-compatible bottles as recommended rather than default
2022-01-07 17:35:04 +01:00
derrod
710f5d07d7
[cli] Also add some additional whitespace to install command output
2022-01-07 17:24:30 +01:00
derrod
8d28945e8b
[cli/core] Optionally show link to wiki article on game install
...
This is supposed to make setup easier for games with know issues.
Perhaps in the future this can also be shown on launch.
2022-01-07 16:38:52 +01:00
derrod
ed1cbfc87e
[cli] Select default app based on app compatibility
2022-01-07 16:30:04 +01:00
derrod
f7f13ed749
[cli] Add "move" command to move existing game installations
2022-01-07 16:22:24 +01:00
derrod
ce68ae87bf
[cli] Drop unnecessary "game(s)" from command names
...
Aliases make sure that users can still use legendary as usual,
but they may be removed in the future
2022-01-07 16:22:24 +01:00
derrod
58bd76c39e
[cli/utils] Reintroduce custom parser for hidden aliases
...
I don't want to break people's muscle memory, but I also don't want
to have the help output be messier than it needs to be.
2022-01-07 14:32:36 +01:00
derrod
cf8bccc569
[core] Final adjustments to default path, separate config option for Mac
2022-01-07 13:51:25 +01:00
derrod
6c3f409c49
Update README
2022-01-05 20:20:27 +01:00
derrod
8f2d42892b
[cli/utils] Remove custom subparser (no longer required)
...
Apparently this was *never* required? I just didn't know?
Genuinely I have no idea what made me add this.
2022-01-05 19:56:01 +01:00
derrod
df1c3e6a3c
[core] Handle legacy AppData paths on Linux and Mac
2022-01-05 19:56:01 +01:00
derrod
48baba6adc
[core] Try to resolve legacy AppData paths when using CrossOver
2022-01-05 19:56:01 +01:00
derrod
557724339d
[utils] Fix case-insensitive path searcher
2022-01-05 19:56:00 +01:00