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

175 commits

Author SHA1 Message Date
a9c6bda52a Add "use one-time password" option that can hide the field
This is useful for users who choose to not use OTP, and the layout
is improved so the field is automatically hidden for Sapphire servers,
which don't support OTP.

The register button is also hidden automatically for Square Enix
accounts, instead of simply disabling the button.
2022-04-10 17:43:05 -04:00
9ed269c697 Add options for hiding news list or banners 2022-04-10 16:58:29 -04:00
56710be2ff On startup, expand and properly resize news items 2022-04-10 16:17:14 -04:00
0564fce8f2 Make all version strings in profile settings selectable by mouse 2022-04-10 16:12:47 -04:00
e4df844c44 Fix icons on configure menu items 2022-04-09 17:57:03 -04:00
17b5130eb7 Fix up formatting on game license combo box 2022-04-09 17:54:51 -04:00
a2bb741c72 Fix "Configure Wine" menu item not working if game is not installed
Now there is a dedicated way to launch an external tool, that does not
wrap in gamescope (if enabled) and not in the game's working directory.
2022-04-09 17:53:43 -04:00
d7e3694835 Early exit on viewing help or version options on command line 2022-04-09 17:44:00 -04:00
457c185de7 Rewrite "no game found" message 2022-04-09 17:38:32 -04:00
f3b02c420e Add wine version to profile settings 2022-04-09 17:33:37 -04:00
6462895033 If wine is not installed, disable login 2022-04-09 17:30:19 -04:00
7b2a0ca1c2 Check for wine version
This isn't displayed in the settings UI yet.
2022-04-09 17:28:24 -04:00
b095b343fe Properly set parent of about qt window 2022-04-09 17:05:12 -04:00
46506f0a43 Enable HighDPI scaling and HighDPI pixmaps 2022-04-09 17:02:25 -04:00
9210400e33 Properly set parent of install game window
Now it won't magically disappear and confuse people who don't see it
popped up under the main window.
2022-04-09 16:59:04 -04:00
763a524766 Make it much more clear when the game is not installed
Now the "open game directory" buttons in settings is turned off, and
buttons that could possibly result in a broken launch is now disabled
too.
2022-04-09 16:56:17 -04:00
50ad93ee8f Add native launcher update support
When updating to this new commit, you will download the 1.1.0 release
automatically since we create a new version file.

This commit also fixes a bug where in certain cases the asset updating
process could end early.

The native launcher version is also visible from the settings window!
2022-04-08 19:34:51 -04:00
dbbcb67134 Communicate to nativelauncher through IPC
This makes Dalamud launching under Wine scenarios (such as on Linux or
macOS) much more stable, as it's no longer sifting through stdout
output.

This requires nativelauncher >=v1.1.0, and the update functionality will
 come in a later commit.
2022-04-06 13:18:40 -04:00
d39aa8d5aa Rename "Enable Dalamud Injection" option to "Enable Dalamud Plugins"
This makes it sound way less scary.
2022-03-28 15:56:50 -04:00
85bf9f0c98 Replace "?" help buttons with tooltips 2022-03-28 15:54:47 -04:00
212f073c33 Remove botched json-fixing Dalamud asset update code
The JSON seems to be fixed now, later on I will be implementing a better
"asset update" failed mechanism to handle edge cases like these.
2022-03-28 10:33:00 -04:00
3b8f66be66
Merge pull request #20 from mariakeating/fix_args
Fixes unencrypted arguments passed to the game executable.
2022-03-28 10:25:55 -04:00
Maria Keating
fa6d74006f Add winePath setting load on startup.
Currently, winePath isn't loaded from the .ini file, resulting in an empty field and
the custom path being cleared from the .ini file on startup.
2022-03-28 22:06:01 +08:00
Maria Keating
5b7e4d17e0 Fixes unencrypted arguments passed to the game executable.
Currently, the launcher dumps gameArgs without spaces, resulting in a buggy launch.
2022-03-28 20:24:24 +08:00
5d0e8936ee Improved Windows support
Now works out of the box on Windows MSVC,
prevents settings crash because of nonexistent Wine options,
and also further improves use-cases where you might not
have all the libraries required to build.
2022-03-27 21:08:27 -04:00
6dd7f600d9 Show a nice download prompt when updating boot 2022-03-17 11:41:02 -04:00
06c9658e94 Add boot update support
Now with the related changes in libxiv, Astra is now capable of updating
the boot folder on it's own! The actual user-visible flow however is a
WIP. This also includes changes to properly load version files from a
freshly installed game, and report expansion levels correctly.
2022-03-17 01:03:08 -04:00
2bb7b90bec Add game installation support
Now Astra can bootstrap a new FFXIV it can't find an existing one. It
doesn't even run the installer, but instead extracts the files from the
installer on the fly using unshield. libxiv is now included to handle
this task.
2022-03-16 18:39:13 -04:00
a87e6ea271 When using a mac license, use the proper mac client user agents 2022-03-16 15:03:35 -04:00
65d46aa5c9 Display the actual login error message when a login failure occurs
Apparently Square Enix provides a human-readable error message, so now
we give that out in the message box instead of a generic
"password is incorrect" message we did before.
2022-03-16 14:51:16 -04:00
0dd708096f When out of subscription or need a license, point to Mog Station
Pointing to the official launcher makes no sense because you can't
even do it within there anyway.
2022-03-16 14:40:55 -04:00
8408a2b154 Improve login process
More progress on support Steam service accounts, make it clear whether
or not you have a expired subscription/terms not accepted. Also add
"Free Trial" as a license type.
2022-03-16 14:33:04 -04:00
c460f2d956 Fill out url field on official Square Enix lobbies
This actually does nothing functionally, since the game fills out the
 lobby URL for you on launch - but it does make the settings look a bit
nicer.
2022-03-16 10:03:51 -04:00
fb65e7e6e9 Add a dedicated game license profile setting
This replaces the old "Is Steam Account" option, and condensing
it into one that can handle Windows/macOS licenses too.
2022-03-16 10:03:51 -04:00
94a740a1d3 Fix mysterious crash on Windows 2022-03-14 19:04:53 +00:00
1aa1d10d07 Add version label to about window
This is hardcoded for now
2022-03-14 13:19:50 -04:00
8e86ed8e8d Stop update progress dialog from appearing randomly
This also removes the extraneous boolean required for this.
2022-03-14 13:19:36 -04:00
e708eda1e8 Remove some old debug info when updating assets
The process seems to work fine now, no need to print these
2022-03-13 20:50:13 -04:00
a6502fe9d5 Support cancelling and resuming asset updating 2022-03-13 20:48:43 -04:00
d939d26280 Overhauled asset updating process (again)
Now the code is much cleaner, should be less error prone. And best of
all, the process is now user-visible in a nice progress box.
2022-03-13 20:44:57 -04:00
065580583d When done updating Dalamud asset/core, reflect immediately in settings 2022-03-13 20:07:09 -04:00
585c549050 Add an option to opt out of Dalamud's mb collection 2022-03-13 19:58:58 -04:00
703f66a8d6 Only fetch the news once 2022-03-13 19:49:28 -04:00
b4587ea71b Add index file parser 2022-03-10 10:11:31 -05:00
01214464cb Fill out headline URLs when they are mysteriously missing 2022-03-10 10:05:10 -05:00
48b7e8a5a8 Add a news list and a basic banner view to the main window 2022-03-10 10:03:17 -05:00
44869aa5de Add a headline parser 2022-03-10 09:19:52 -05:00
1c71d69a84 Add a fiin parser
Don't know what this file format is actually used for, but it was fun
to reverse engineer, and I don't think anyone has done it for this
format yet!
2022-03-09 09:25:01 -05:00
0b3f438819 Add a dedicated "Configure Profiles" menu item 2022-03-09 08:08:03 -05:00
1acd3e5a8f Put the add and delete profile buttons in reasonable places 2022-03-09 08:05:41 -05:00