Commit d7db113
authored
New Version (#27)
* update subs
* update sub
* increase git timeout
* update to new libs
* prettier logging
* draft new make all apps compile
* draft localization verify
* add localization verification
* add file type validation for localization verification
* add step to localize unsupported speech files during build
* fix deploy1 parent 48d6626 commit d7db113
42 files changed
Lines changed: 738 additions & 362 deletions
File tree
- .github/workflows
- src
- DevLauncher.Tests
- DevLauncher
- Options
- Pipelines
- Actions
- Steps
- Properties
- Services
- Update
- MegCompile
- RawDevTools
- Localization
- Services
- Steps
- Build
- Meg
- Config
- Releasing
- TextCompile
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
Submodule ModdingToolBase updated 61 files
- Directory.Build.props+1-1
- ModdingToolBase.sln-145
- ModdingToolBase.slnx+29
- src/AnakinApps/ApplicationBase.CommandLine/ConsoleUtilities.cs+212-30
- src/AnakinApps/ApplicationBase.CommandLine/HorizontalConsoleFrame.cs+297
- src/AnakinApps/ApplicationBase.CommandLine/Update/Options/ApplicationUpdateOptions.cs+4
- src/AnakinApps/ApplicationBase.Shared/ApplicationBranchUtilities.cs+3-3
- src/AnakinApps/ApplicationBase.WPF/ApplicationBase.WPF.csproj+2-2
- src/AnakinApps/ApplicationBase/ApplicationBase.csproj+9-9
- src/AnakinApps/ApplicationBase/Environment/UpdatableApplicationEnvironment.cs-2
- src/AnakinApps/ApplicationBase/SelfUpdateableAppLifecycle.cs+59-22
- src/AnakinApps/ApplicationBase/Update/ApplicationBranchManager.cs+1-1
- src/AnakinApps/ApplicationBase/Update/ApplicationUpdater.cs+6-6
- src/AnakinApps/ApplicationBase/Update/SelfUpdateRestartHandler.cs+14-10
- src/AnakinApps/ApplicationBase/Utilities/CosturaResourceExtractor.cs+1-1
- src/AnakinApps/ApplicationBase/Utilities/UnobservedTaskExceptionHandler.cs+2-2
- src/AnakinApps/ApplicationManifestCreator/ApplicationManifestCreator.csproj+7-7
- src/AnakinApps/ApplicationManifestCreator/ManifestCreator.cs+2-2
- src/AnakinApps/ApplicationManifestCreator/Program.cs+1-1
- src/AnakinApps/ApplicationManifestCreator/Properties/launchSettings.json+1-1
- src/AnakinApps/FtpUploader/FtpUploadOptions.cs+15-1
- src/AnakinApps/FtpUploader/FtpUploader.csproj+8-8
- src/AnakinApps/FtpUploader/LocalUploader.cs+57
- src/AnakinApps/FtpUploader/Program.cs+16-5
- src/AnakinApps/FtpUploader/Properties/launchSettings.json+6-2
- src/AnakinApps/FtpUploader/SftpUploader.cs+76
- src/AnakinApps/FtpUploader/Uploader.cs+31-77
- src/CommonUtilities/CommonUtilities.WPF.ApplicationFramework/CommonUtilities.WPF.ApplicationFramework.csproj+5-5
- src/CommonUtilities/CommonUtilities.WPF.Controls/CommonUtilities.WPF.Controls.csproj+4-4
- src/CommonUtilities/CommonUtilities.WPF.Core/CommonUtilities.WPF.Core.csproj+7-7
- src/CommonUtilities/CommonUtilities.WPF.Core/DPI/DisplayHelper.cs+1-1
- src/CommonUtilities/CommonUtilities.WPF.Core/DPI/DisplayInfo.cs+3-3
- src/CommonUtilities/CommonUtilities.WPF.Core/DPI/DpiHelper.cs+3-3
- src/CommonUtilities/CommonUtilities.WPF.Imaging/CommonUtilities.WPF.Imaging.csproj+2-2
- src/CommonUtilities/CommonUtilities.Windows/CommonUtilities.Windows.csproj+1-1
- src/Updater/AppUpdaterFramework.Manifest/AppUpdaterFramework.Manifest.csproj+2-2
- src/Updater/AppUpdaterFramework.WPF/AppUpdaterFramework.WPF.csproj+3-3
- src/Updater/AppUpdaterFramework/AppUpdaterFramework.csproj+6-6
- src/Updater/AppUpdaterFramework/Configuration/UpdateConfiguration.cs+10-4
- src/Updater/AppUpdaterFramework/Handlers/Interaction/DefaultLockedFileInteractionHandler.cs+2-2
- src/Updater/AppUpdaterFramework/Handlers/LockedFileHandler.cs+3-3
- src/Updater/AppUpdaterFramework/Installer/FileInstaller.cs+6-6
- src/Updater/AppUpdaterFramework/Installer/InstallerBase.cs+4-4
- src/Updater/AppUpdaterFramework/Manifest/IManifestValidatorProvider.cs+8
- src/Updater/AppUpdaterFramework/Manifest/ManifestFileDownloader.cs+7-4
- src/Updater/AppUpdaterFramework/Product/BranchManagerBase.cs+1-1
- src/Updater/AppUpdaterFramework/Storage/DownloadRepositoryFactory.cs+3-2
- src/Updater/AppUpdaterFramework/Updater/Internal/ApplicationUpdater.cs+5-7
- src/Updater/AppUpdaterFramework/Updater/Internal/UpdateCleanPipeline.cs+4-4
- src/Updater/AppUpdaterFramework/Updater/Internal/UpdatePipeline.cs+36-28
- src/Updater/AppUpdaterFramework/Updater/Tasks/DownloadStep.cs+20-17
- src/Updater/AppUpdaterFramework/Updater/Tasks/InstallStep.cs+14-10
- src/Updater/Directory.Build.props+1-1
- src/Updater/ExternalUpdater.App/ExternalUpdater.App.csproj+7-7
- src/Updater/ExternalUpdater.App/Program.cs+2-2
- src/Updater/ExternalUpdater.App/Tools/UpdateTool.cs+1-1
- src/Updater/ExternalUpdater.App/Utilities/ExternalUpdater.cs+8-7
- src/Updater/ExternalUpdater.App/Utilities/ProcessTools.cs+6-4
- src/Updater/ExternalUpdater.Core/ExternalUpdater.Core.csproj+4-4
- src/Updater/ExternalUpdater.Core/Services/ExternalUpdaterLauncher.cs+1-1
- src/Updater/version.json+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
| |||
163 | 157 | | |
164 | 158 | | |
165 | 159 | | |
166 | | - | |
167 | 160 | | |
168 | 161 | | |
169 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | | - | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments