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

618 commits

Author SHA1 Message Date
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
redstrate
80306d65fb Add autologin and default-profile options 2021-11-23 16:02:02 -05:00
redstrate
eaacd3303a Add nogui option 2021-11-23 15:37:02 -05:00
redstrate
9bd6e9c977 Separate main launcher core and launcher window, add basic command line support 2021-11-23 15:34:23 -05:00
redstrate
6d03631b66 Note in README that Dalamud is now supported 2021-11-23 14:41:30 -05:00
redstrate
779ae567b8 Only enable XL_WINEONLINUX when Wine is actually used 2021-11-23 14:39:49 -05:00
redstrate
047dbfc1b8 Add Dalamud injection support
* Also includes a basic asset downloader for Dalamud + NativeLauncher
2021-11-23 14:37:37 -05:00
redstrate
4f8d190c37 Add FAQ link to the README 2021-11-18 07:32:28 -05:00
redstrate
00b3688e24 Revert to Qt5
* Fixes theming issues for Linux desktop environments which do not have styles written for Qt6 yet.
2021-11-18 07:30:38 -05:00
redstrate
8990fad533 Make it possible to launch multiple times in succession
Fixes bug where expansion data would be read twice, thus failing the anti-tamper check.
2021-11-18 07:20:19 -05:00
redstrate
215513a27f Update README 2021-11-10 05:37:45 -05:00
redstrate
33203540ca Fix TickCount() on macOS 2021-11-10 05:26:21 -05:00
redstrate
e63e2e0768 Make built-in Wine default for macOS
* Also changes macOS to force ini format due to some plist issues
2021-11-10 05:18:59 -05:00
redstrate
6a32d73301 Reload wine path when wine version combo changes 2021-11-10 04:30:01 -05:00
redstrate
241b4b43e1 Clean up encryptGameArg() function 2021-11-09 21:32:01 -05:00
redstrate
80eeb5c0ab Add mention of encrypted game argument support in README 2021-11-09 21:30:26 -05:00
redstrate
a10b5cfce9 Properly handle both encrypted and unencrypted game arguments 2021-11-09 21:26:16 -05:00