1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 04:37:46 +00:00
Commit graph

14 commits

Author SHA1 Message Date
e1e67847b0 Remove now unused readVersion function 2022-09-05 16:55:49 -04:00
5a1171fca3 Remove nativelauncher support, use Dalamud injector instead
It turns out that Dalamud has it's own injector (since when??) and Astra
will now use that instead of my own solution. Thanks to marzent of the
XIV-on-Mac team, as that's how I learned this existed :-p

Not only does this remove quite a bit of code cruft, this should make
launching the game if you're using Dalamud more stable too :-)
2022-09-05 16:51:46 -04:00
f28f8c392d Add LauncherCore::autoLogin function, remove separate impls
Previously there was two separate auto-login functions, one in the cli
interface and one for the desktop interface. If I didn't stop myself,
there would probably be one in the tablet interface too!
2022-09-05 16:14:07 -04:00
ce7854626f Introduce LauncherCore::login, which removes the wierd if-else checks
For some reason the login call sites required them to handle whether or
not the profile was Sapphire or not, which is stupid.
2022-09-05 16:05:39 -04:00
bf87010aca Don't depend on specific launcher impls to handle launching watchdog 2022-09-05 15:59:00 -04:00
dc024aceb7 Include basic framework for Steam API support 2022-09-05 15:43:15 -04:00
540c8b6f80 Add relevant buttons and inputs in settings window to accept otp secret 2022-08-31 17:27:30 -04:00
d28ed71e87 Add a basic auto-login window
Soon, you'll be able to store an OTP secret with Astra :-)

Also, the cancel button is broken ATM, so you have to manually turn the
feature off in the config.
2022-08-31 17:14:54 -04:00
5a96467f14 Reformat code 2022-08-15 11:14:37 -04:00
935d5d6593 Use physis for reading game/boot versions 2022-08-09 23:18:18 -04:00
440d5670e7 Update patcher for new physis changes 2022-08-09 22:44:10 -04:00
66f65784a8 Fix more leaked memory due to QObject parents not being set 2022-07-21 21:38:26 -04:00
55aaf7c1f6 Make tablet interface functional
Right now OTP and other stuff is missing for an actual login, but it
calls!
2022-06-08 13:55:15 -04:00
51e1bd7ac4 Rearrange source directories 2022-06-08 12:45:12 -04:00
Renamed from include/launchercore.h (Browse further)