Commit 4bc16d1
File tree
5 files changed
+40
-43
lines changed- lib
- src/XIVLauncher.Core
- Components/MainPage
- Configuration
5 files changed
+40
-43
lines changedSubmodule FFXIVQuickLauncher updated 84 files
- .github/workflows/ci-workflow.yml+54-63
- .github/workflows/delete-artifacts.yml-19
- release.ps1+7-3
- src/.editorconfig+7-8
- src/Directory.Build.props+4
- src/XIVLauncher.Common.Tests/PatchAcquisitionTests.cs+1-1
- src/XIVLauncher.Common.Tests/XIVLauncher.Common.Tests.csproj+9-4
- src/XIVLauncher.Common.Unix/UnixDalamudRunner.cs+3-4
- src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj+4-2
- src/XIVLauncher.Common.Windows/NativeAclFix.cs+17-5
- src/XIVLauncher.Common.Windows/ShellLink.cs+36
- src/XIVLauncher.Common.Windows/WindowsDalamudCompatibilityCheck.cs+16-2
- src/XIVLauncher.Common.Windows/WindowsDalamudRunner.cs+11-1
- src/XIVLauncher.Common.Windows/WindowsGameRunner.cs+2-8
- src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj+5-3
- src/XIVLauncher.Common/Dalamud/DalamudBranchMeta.cs+63
- src/XIVLauncher.Common/Dalamud/DalamudLauncher.cs+9-34
- src/XIVLauncher.Common/Dalamud/DalamudSettings.cs-34
- src/XIVLauncher.Common/Dalamud/DalamudUpdater.cs+67-25
- src/XIVLauncher.Common/Dalamud/DalamudVersionInfo.cs+4-2
- src/XIVLauncher.Common/Encryption/ArgumentBuilder.cs+43-14
- src/XIVLauncher.Common/Game/Exceptions/GameExitedException.cs+1-7
- src/XIVLauncher.Common/Game/Patch/Acquisition/Aria/AriaHttpPatchAcquisition.cs+39-29
- src/XIVLauncher.Common/Game/Patch/Acquisition/Aria/Attributes/AriaOption.cs+4-1
- src/XIVLauncher.Common/Game/Patch/Acquisition/NetDownloaderPatchAcquisition.cs-92
- src/XIVLauncher.Common/Game/Patch/PatchInstaller.cs+10-12
- src/XIVLauncher.Common/Game/Patch/PatchManager.cs+62-23
- src/XIVLauncher.Common/Game/Patch/PatchVerifier.cs+36-28
- src/XIVLauncher.Common/Patching/Rpc/IpcHelpers.cs+36-5
- src/XIVLauncher.Common/Repository.cs-24
- src/XIVLauncher.Common/Util/ApiHelpers.cs-33
- src/XIVLauncher.Common/Util/MathHelpers.cs+41
- src/XIVLauncher.Common/Util/PlatformHelpers.cs+46-1
- src/XIVLauncher.Common/XIVLauncher.Common.csproj+14-13
- src/XIVLauncher.PatchInstaller/Commands/IndexCreateIntegrityCommand.cs+2-2
- src/XIVLauncher.PatchInstaller/Commands/InstallCommand.cs+1-1
- src/XIVLauncher.PatchInstaller/Commands/RpcCommand.cs+1-2
- src/XIVLauncher.PatchInstaller/XIVLauncher.PatchInstaller.csproj+19-16
- src/XIVLauncher.sln+7-4
- src/XIVLauncher.sln.DotSettings+12
- src/XIVLauncher/Accounts/XivAccount.cs+2-47
- src/XIVLauncher/App.xaml+5-3
- src/XIVLauncher/App.xaml.cs+28-35
- src/XIVLauncher/Program.cs+80
- src/XIVLauncher/Resources/CHANGELOG.txt+15-2
- src/XIVLauncher/Settings/ILauncherSettingsV3.cs+5-1
- src/XIVLauncher/Support/SupportLinks.cs+4-4
- src/XIVLauncher/Updates.cs+59-81
- src/XIVLauncher/Windows/AccountSwitcher.xaml.cs+13-13
- src/XIVLauncher/Windows/AdvancedSettingsWindow.xaml+20-2
- src/XIVLauncher/Windows/AdvancedSettingsWindow.xaml.cs+15
- src/XIVLauncher/Windows/BetaKeyDialog.xaml+25
- src/XIVLauncher/Windows/BetaKeyDialog.xaml.cs+27
- src/XIVLauncher/Windows/ChangelogWindow.xaml+70-45
- src/XIVLauncher/Windows/ChangelogWindow.xaml.cs+108-41
- src/XIVLauncher/Windows/CustomMessageBox.xaml+2-2
- src/XIVLauncher/Windows/CustomMessageBox.xaml.cs+6-2
- src/XIVLauncher/Windows/DalamudBranchSwitcherWindow.xaml+64
- src/XIVLauncher/Windows/DalamudBranchSwitcherWindow.xaml.cs+70
- src/XIVLauncher/Windows/DalamudLoadingOverlay.xaml.cs+2-2
- src/XIVLauncher/Windows/FirstTimeSetupWindow.xaml.cs-9
- src/XIVLauncher/Windows/GameRepairProgressWindow.xaml+29-29
- src/XIVLauncher/Windows/GameRepairProgressWindow.xaml.cs+4-4
- src/XIVLauncher/Windows/GenericAddonSetupWindow.xaml+1-1
- src/XIVLauncher/Windows/MainWindow.xaml+3-3
- src/XIVLauncher/Windows/MainWindow.xaml.cs+13-4
- src/XIVLauncher/Windows/OtpInputDialog.xaml+2-1
- src/XIVLauncher/Windows/OtpInputDialog.xaml.cs+5-4
- src/XIVLauncher/Windows/PatchDownloadDialog.xaml+47-1
- src/XIVLauncher/Windows/PatchDownloadDialog.xaml.cs+78-10
- src/XIVLauncher/Windows/SettingsControl.xaml+58-46
- src/XIVLauncher/Windows/SettingsControl.xaml.cs+50-23
- src/XIVLauncher/Windows/ViewModel/AdvancedSettingsViewModel.cs+23
- src/XIVLauncher/Windows/ViewModel/DalamudBranchSwitcherViewModel.cs+58
- src/XIVLauncher/Windows/ViewModel/FirstTimeSetupViewModel.cs+1-1
- src/XIVLauncher/Windows/ViewModel/MainWindowViewModel.cs+10-10
- src/XIVLauncher/Windows/ViewModel/PatchDownloadDialogViewModel.cs+7-3
- src/XIVLauncher/Windows/ViewModel/SettingsControlViewModel.cs+18-43
- src/XIVLauncher/XIVLauncher.csproj+35-38
- src/XIVLauncher/Xaml/Components/FileEntry.xaml.cs+12-26
- src/XIVLauncher/Xaml/Components/FolderEntry.xaml.cs+14-16
- src/XIVLauncher/Xaml/Components/MaterialDesignOverrides.xaml+6-3
- src/XIVLauncher/Xaml/SpeedSpinBox.xaml+36
- src/XIVLauncher/Xaml/SpeedSpinBox.xaml.cs+81
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
534 | 535 | | |
535 | 536 | | |
536 | 537 | | |
537 | | - | |
| 538 | + | |
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
| |||
658 | 659 | | |
659 | 660 | | |
660 | 661 | | |
661 | | - | |
| 662 | + | |
662 | 663 | | |
663 | 664 | | |
664 | 665 | | |
| |||
672 | 673 | | |
673 | 674 | | |
674 | 675 | | |
675 | | - | |
| 676 | + | |
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
| |||
896 | 897 | | |
897 | 898 | | |
898 | 899 | | |
899 | | - | |
| 900 | + | |
900 | 901 | | |
901 | 902 | | |
902 | 903 | | |
| |||
932 | 933 | | |
933 | 934 | | |
934 | 935 | | |
935 | | - | |
936 | | - | |
| 936 | + | |
| 937 | + | |
937 | 938 | | |
938 | 939 | | |
939 | 940 | | |
| |||
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
966 | | - | |
| 967 | + | |
967 | 968 | | |
968 | 969 | | |
969 | 970 | | |
970 | 971 | | |
971 | 972 | | |
972 | | - | |
| 973 | + | |
973 | 974 | | |
974 | 975 | | |
975 | 976 | | |
976 | 977 | | |
977 | 978 | | |
978 | | - | |
| 979 | + | |
979 | 980 | | |
980 | 981 | | |
981 | 982 | | |
| |||
1045 | 1046 | | |
1046 | 1047 | | |
1047 | 1048 | | |
1048 | | - | |
| 1049 | + | |
1049 | 1050 | | |
1050 | 1051 | | |
1051 | 1052 | | |
1052 | 1053 | | |
1053 | 1054 | | |
1054 | | - | |
| 1055 | + | |
1055 | 1056 | | |
1056 | 1057 | | |
1057 | 1058 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
254 | | - | |
| 253 | + | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| |||
317 | 316 | | |
318 | 317 | | |
319 | 318 | | |
320 | | - | |
321 | 319 | | |
322 | | - | |
323 | 320 | | |
324 | 321 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
| 322 | + | |
331 | 323 | | |
332 | 324 | | |
333 | 325 | | |
| |||
418 | 410 | | |
419 | 411 | | |
420 | 412 | | |
421 | | - | |
| 413 | + | |
422 | 414 | | |
423 | 415 | | |
424 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
111 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
173 | | - | |
| 177 | + | |
0 commit comments