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

291 commits

Author SHA1 Message Date
b51977e9d9 Fix the game not launching properly 2022-02-25 22:25:39 -05:00
7a08eb549f Move dalamud version out of profile settings 2022-02-25 22:25:21 -05:00
92fce532b3 Fill out more default settings when creating a profile through the UI
Now wine prefix, version, and game paths are set correctly in the UI
just like at start-up.
2022-02-25 20:37:38 -05:00
be92d48a23 Use default constructed profile settings
Now we just default construct a profile settings object, and load
the default settings just from that instead of duplicating everything.
2022-02-25 20:32:08 -05:00
453054fc49 Move encrypted argument methods into their own header 2022-02-25 20:29:21 -05:00
3c1781f3dc Move headers into their own folder 2022-02-25 20:26:12 -05:00
34e3464411 Launch Dalamud injector natively on Windows
This also prevents tools like winecfg or system info unnecessarily
running in gamescope, if enabled.
2022-02-25 20:20:52 -05:00
b01f96005f Update NET runtime automatically
Now we can setup Dalamud out of the box, without XIVQuickLauncher
installation!
2022-02-25 20:06:29 -05:00
31c3499bcb Point Dalamud to our data directory
This changes the location for assets, config, and plugins.
2022-02-25 18:19:03 -05:00
511763e33f Add Dalamud asset updating support
Note: Our Dalamud injection DOES not use this yet.
2022-02-25 18:08:57 -05:00
c081f92d39 Rename some profile login options
Removes the weird "?" at the end of a bunch of options
2022-02-25 17:10:35 -05:00
74512719ae Replace old screenshot 2022-02-24 09:40:47 -05:00
3ccd6d3b4d Don't load/save credentials from the system keychain in debug builds
This prevents a really annoying workflow on macOS, wherein the system
prompts you each time you rebuild the program.

Closes #9
2022-02-24 09:38:41 -05:00
c3b331cf7e Do not set the organization name anymore
This prevents the data directory being created under my username,
which is really weird.
2022-02-24 09:36:35 -05:00
d7398ce0fd Reorganize menu bar
Now it makes way more logical sense, there's a real "Settings" menu now.
Wine settings is relocated there, and now there's an easy way to open
the game directory in the "Tools" menu.
2022-02-24 09:28:11 -05:00
5e1fc20276 Add option to close automatically when game is launched 2022-02-24 09:10:00 -05:00
d10525a24f Add tab widget to settings dialog 2022-02-24 08:48:14 -05:00
f1f405171b Change the help text of the other options too 2022-02-24 08:44:35 -05:00
bd0f520b49 Rename ESync option to make it clearer
This also enables FSync, and Futex2 if available on your system.
2022-02-24 08:41:37 -05:00
7b96e422df Only enable the gamescope config button if it's actually enabled 2022-02-24 08:35:31 -05:00
5b8fde48ee Properly save gamescope settings when changed 2022-02-24 08:27:25 -05:00
73ef1c87e2 Move a lot of buttons in profile settings into a nice horizontal layout 2022-02-24 08:25:46 -05:00
ba5de2a3cf Use QLineEdit instead of QLabel for displaying paths 2022-02-24 08:19:48 -05:00
02301e5b0d Query installed dalamud version at startup
This also shows the dalamud version in your settings
2022-02-23 21:28:56 -05:00
efc3767134 Put dalamud options into their own group box 2022-02-23 21:22:56 -05:00
6d37590356 Remove wine info help text 2022-02-23 21:20:29 -05:00
f270cfe1ec Add a configuration menu for gamescope 2022-02-23 21:18:53 -05:00
7435bba6e8 Move the walls of wine help text to tooltips instead 2022-02-23 20:48:39 -05:00
15329670af Fix CI build 2022-02-23 19:08:36 -05:00
2e7f7c5c20 Make Dalamud version check more robust 2022-02-23 19:07:03 -05:00
2e399ecff0 Add .clang-format 2022-02-23 19:00:22 -05:00
e8893cf26e Rename to Astra 2022-02-23 19:00:17 -05:00
ada56f7212 Only launch Dalamud once and if a pid is found 2022-02-23 17:14:10 -05:00
8055a791d7 Fix embarassing typo 2022-01-30 17:08:47 -05:00
a29da3628f Use steam when logging into a Square Enix account 2022-01-30 17:05:47 -05:00
6ff0b2be5a When using Steam, push it on game args and environment 2022-01-30 16:57:44 -05:00
84f341ec78 Add non-functional (for now) Steam option 2022-01-30 16:51:49 -05:00
6cabd89be0 Enable encrypted arguments by default 2022-01-27 11:17:45 -05:00
9e9cfc7153 Remove unneccesary stub in watchdog 2022-01-27 11:14:00 -05:00
0242a77e5e Cleaning up my argument mess 2022-01-27 11:12:23 -05:00
a88f7305d0 Fix unencrypted game args not working when Dalamud is enabled 2022-01-27 11:02:57 -05:00
02beef81ce Update Dalamud automatically 2022-01-27 10:46:22 -05:00
5afca07f1e Make Watchdog an optional feature 2022-01-27 09:25:23 -05:00
redstrate
fbc2a29b67 If the network is unavailable, keep trying to check for maintenance 2022-01-11 00:16:22 -05:00
redstrate
d891a87d41 Actually send expansion versions for hash checking 2022-01-11 00:12:27 -05:00
redstrate
43eeecac97 Ignore OCR errors in Watchdog 2022-01-11 00:08:16 -05:00
redstrate
348c2148dd
Merge pull request #15 from pepper-jelly/main
Archlinux CI, helps #5
2021-12-19 02:46:22 +00:00
pepper-jelly
d43d25997c archlinux CI 2021-12-18 06:52:47 +03:00
redstrate
2a352e67dd Fix login queue message not correctly showing number of spots moved 2021-12-07 20:30:36 -05:00
redstrate
63faea21cb Add Watchdog
Helps you get through the queue with instant access to your place,
as well as giving you notifications on lobby errors and what else.

At the moment, only supported under X11 and Linux but will grow in
the future assuming the queues are still terrible.
2021-12-06 21:15:31 -05:00