Skip to content

Commit

Permalink
Refactored Thunderstre Mod loading system
Browse files Browse the repository at this point in the history
fixed download list and dependecy broke.
  • Loading branch information
BigSpice committed Jan 26, 2024
1 parent 5e24da7 commit 4176bec
Show file tree
Hide file tree
Showing 19 changed files with 90 additions and 78 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions VTOL_2.0.0/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ public partial class MainWindow : Window
// The enum flag for DwmSetWindowAttribute's second parameter, which tells the function what attribute to set.
// Copied from dwmapi.h

public class L_INFO
{
string name;
string url;

}
public class GENERAL_MOD
{
public string Name { get; set; }
Expand Down
151 changes: 73 additions & 78 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions VTOL_2.0.0/Resources/Languages/Language.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions VTOL_2.0.0/Resources/Languages/Language.resx
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,7 @@
<data name="TheModInformationFileCannotBeAccessedOrFound" xml:space="preserve">
<value>The Mod Information File Cannot Be accessed or Found!</value>
</data>
<data name="DownloadWithTheSameURLIsWasAlreadyInProgressOrQueued" xml:space="preserve">
<value>Download with the same URL is was already in progress or queued.</value>
</data>
</root>

0 comments on commit 4176bec

Please sign in to comment.