2466bc5448
Move most of the custom server settings to be per-account
...
This makes it way easier to switch between retail and alternative (other
than Sapphire) servers.
2025-03-17 19:14:20 -04:00
79bd032322
Use KConfig's own class instead of "proxying" it in Profile
...
This will make it trivial to add more profile settings in the future.
2025-03-17 18:44:36 -04:00
da3084266c
Use KConfig's own class instead of "proxying" it in Account
...
This will make it trivial to add more account settings in the future.
2025-03-17 18:27:17 -04:00
799b718818
Use KConfig's own class instead of "proxying" it with LauncherSettings
...
This will make it trivial to add more settings in the future.
2025-03-17 18:03:10 -04:00
4214b769df
Add support for specifying a custom lobby/GM server
2025-03-08 13:51:26 -05:00
e3709a4dd1
Actually return to the main page if a login error occurs in auto-login
2025-02-01 09:58:38 -05:00
1343558506
Fix typo in the update channels
2024-11-09 14:45:00 -05:00
e4da951cf9
Refactor out the two patch user agents
2024-11-09 14:33:52 -05:00
253fd5f10f
Refactor out the platform, boot, game update channels
2024-11-09 14:30:10 -05:00
1f54ea2e8d
Fix ordering of patch events in registerSession
2024-11-09 14:17:36 -05:00
edffbd13dc
Make some functions const & static
2024-08-22 21:06:14 -04:00
0ff1dbd4e5
Bump libphysis, and check for disk space before updating the game
...
This fixes a really easy situation to run into, updating the game
without the space required. Now it should warn you before continuing
into a terrible situation.
2024-08-22 20:59:04 -04:00
0775a463e8
Port to Physis' patchlist parsing, remove our own
...
Also start checking the available space before downloading patches to
avoid really bad situations. This will be expanded in the future.
2024-08-22 20:42:35 -04:00
a30b26fa3a
Meh, throw out XIVAPI and fetch avatars from the Lodestone directly
...
XIVAPI was kind of unnecessary here, and on top of that it's barely
working nowadays. We can grab the image URL directly from the Lodestone,
cutting out the middleman.
2024-06-29 20:46:08 -04:00
d51ba16e5c
Error out when the boot patching server returns 404
...
Found this while testing out Kawari, apparently we didn't check this
until now.
2024-06-29 15:15:20 -04:00
fe5fa786d7
Allow updating even if the worlds are closed
...
This allows updating in expansion maintenance periods. Also adds more
documentation in squareenixlogin.cpp::login.
2024-06-26 23:43:41 -04:00
d9b44e230c
Remove "Unknown error" from login gate message
...
The network error should only be printed in the case where there's a
real error, otherwise it adds nothing but confusion.
2024-06-26 16:15:37 -04:00
f70682f8a8
Fix compatibility with Kawari again
2024-05-11 13:24:25 -04:00
c8a81af967
Only add hashes for files that exist
...
This allows older 32-bit clients to work again, without additional
configuration.
2024-03-23 12:54:00 -04:00
d1c0a89cda
Keep updating the boot component until there is no patches left
2024-03-23 11:28:11 -04:00
516c0926a6
Fix logging in now that 32-bit support disappeared
...
In the March 2024 the 32-bit client was removed, so we need to modify
some of the boot targets that no longer exist. The DirectX 9 client is
gone too, but that will be dealt with in a later commit.
2024-03-19 18:27:03 -04:00
99575d2406
Remove shadowed variable
2023-12-17 13:46:15 -05:00
b8f3cb0430
Check login gate status too
2023-12-17 13:24:08 -05:00
df041144c5
Move setupSsl to Utility namespace
2023-12-17 13:05:37 -05:00
6e33379f4f
Misc code cleanup, remove duplicate code, improve if checks
2023-12-17 12:01:28 -05:00
9156dd9c45
Include mocs, which reduces mocs_compilation
2023-12-17 11:12:13 -05:00
a319839611
Fix ECM minimum version, update libphysis and fix compilation
2023-12-17 10:09:01 -05:00
81bd81e1b6
Improve patching experience further
...
Now there is more visible and consistent information such as the number
of patches and how far you're into the patching process. It's harder to
close or quit the window while patching to prevent errors, and
installing patches no longer freezes the window.
And fixes an issue where the boot component would never properly update.
2023-10-11 17:45:02 -04:00
b091a4db8c
Blegh, rename loginOauth function to loginOAuth
2023-10-11 14:15:49 -04:00
f99964b2bb
Overhaul all the login classes, make the code way clearer
...
The old pre-async login system (especially SE's) was this weird mess
and it wasn't clear what data was flowing where, etc. Now it's a flat
function with comments and a bit better logging.
2023-10-11 14:13:42 -04:00