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
redstrate
b7e22b428c
Add help menu
2021-12-03 17:19:58 -05:00
redstrate
02bc4efa0a
Fix gate status logic
2021-12-03 16:34:32 -05:00
redstrate
147eaad852
Use non-64 ffxivboot
...
* Helps prevent FFXIV thinking it's a macOS-licensed game under Linux
2021-12-02 22:26:08 -05:00
redstrate
4d0ccedbb4
Add boot version info to settings
2021-12-02 15:04:28 -05:00
redstrate
34eb4b4f3c
Load expansion versions on launch, and show versions in settings
2021-12-02 15:02:59 -05:00
redstrate
9668c0c30e
Add button to use official launcher in certain cases
2021-12-02 14:41:08 -05:00
redstrate
f4f3bfb07c
Prevent logging in when maintenance is in progress
2021-12-02 14:17:33 -05:00