Skip to content

Commit

Permalink
Up and running after updates :)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Sep 24, 2023
1 parent 2713c22 commit b20b449
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 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 modified VTOL_2.0.0/.vs/VTOL/v17/fileList.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/Pages/Page_Mods.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<ComboBoxItem Name="Status">Status</ComboBoxItem>
</ComboBox>

<ui:TextBox x:Name="Search_Bar_Suggest_Mods" Margin="65,133,5,0" TextWrapping="NoWrap" Height="36" VerticalAlignment="Top" Text="~Search" BorderThickness="0,0,0,0" Icon="Search48" KeyDown="Search_Bar_Suggest_Mods_KeyDown" GotFocus="Search_Bar_Suggest_Mods_GotFocus" VirtualizingPanel.ScrollUnit="Pixel" LostFocus="Search_Bar_Suggest_Mods_LostFocus" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Background="{x:Null}" Grid.ColumnSpan="2" Foreground="#34FFFFFF" IconForeground="#34FFFFFF" />
<ui:TextBox x:Name="Search_Bar_Suggest_Mods" Margin="65,133,5,0" TextWrapping="NoWrap" Height="36" VerticalAlignment="Top" Text="~Search" BorderThickness="0,0,0,0" Icon="Search48" KeyDown="Search_Bar_Suggest_Mods_KeyDown" GotFocus="Search_Bar_Suggest_Mods_GotFocus" VirtualizingPanel.ScrollUnit="Pixel" LostFocus="Search_Bar_Suggest_Mods_LostFocus" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Background="{x:Null}" Grid.ColumnSpan="2" Foreground="#34FFFFFF" />

<ListBox x:Name="Mod_List_Box" Margin="65,174,5,65" ItemsSource="{Binding Final_List}" VirtualizingPanel.VirtualizationMode="Recycling" VirtualizingPanel.ScrollUnit="Pixel" Grid.ColumnSpan="2" GotFocus="Mod_List_Box_GotFocus" IsSynchronizedWithCurrentItem="True" Loaded="Mod_List_Box_Loaded" >
<!--d:ItemsSource="{d:SampleData ItemCount=50}"-->
Expand Down
4 changes: 2 additions & 2 deletions VTOL_2.0.0/Pages/Page_Mods.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ private void Search_Bar_Suggest_Mods_GotFocus(object sender, RoutedEventArgs e)


Search_Bar_Suggest_Mods.Foreground = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
//Search_Bar_Suggest_Mods.Icon = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
}

private void Search_Bar_Suggest_Mods_LostFocus(object sender, RoutedEventArgs e)
Expand All @@ -1527,7 +1527,7 @@ private void Search_Bar_Suggest_Mods_LostFocus(object sender, RoutedEventArgs e)
Search_Bar_Suggest_Mods.Text = "~Search";
}
Search_Bar_Suggest_Mods.Foreground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
// Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
}

IEnumerable<Card_> Keep_List_State(bool Searching, bool reverse = false)
Expand Down
2 changes: 1 addition & 1 deletion VTOL_2.0.0/Pages/Page_Thunderstore.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</Storyboard>
</Page.Resources>
<Grid Focusable="True" OverridesDefaultStyle="True" ClipToBounds="True" Unloaded="Grid_Unloaded" GotFocus="Grid_GotFocus" UseLayoutRounding="True" Loaded="Grid_Loaded">
<ui:TextBox x:Name="Search_Bar_Suggest_Mods" TextWrapping="NoWrap" Height="36" BorderThickness="0,0,0,0" Icon="Search48" GotFocus="Search_Bar_Suggest_Mods_GotFocus" LostFocus="Search_Bar_Suggest_Mods_LostFocus" Background="{x:Null}" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Padding="0,8,0,7" Margin="48,135,547,0" VerticalAlignment="Top" KeyUp="Search_Bar_Suggest_Mods_KeyUp" Foreground="#34FFFFFF" IconForeground="#34FFFFFF" PlaceholderText="Search" />
<ui:TextBox x:Name="Search_Bar_Suggest_Mods" TextWrapping="NoWrap" Height="36" BorderThickness="0,0,0,0" Icon="Search48" GotFocus="Search_Bar_Suggest_Mods_GotFocus" LostFocus="Search_Bar_Suggest_Mods_LostFocus" Background="{x:Null}" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Padding="0,8,0,7" Margin="48,135,547,0" VerticalAlignment="Top" KeyUp="Search_Bar_Suggest_Mods_KeyUp" Foreground="#34FFFFFF" PlaceholderText="Search" />
<ComboBox x:Name="Sort" Margin="0,136,320,0" Background="{x:Null}" BorderThickness="0,0,0,1" Height="36" VerticalAlignment="Top" BorderBrush="#82FFFFFF" SelectedIndex="-1" SelectionChanged="Sort_SelectionChanged" Padding="10,9,10,4.3" VerticalContentAlignment="Bottom" MinHeight="0" ScrollViewer.VerticalScrollBarVisibility="Auto" IsTextSearchEnabled="False" LostFocus="Sort_LostFocus" Width="224" UseLayoutRounding="True" Grid.IsSharedSizeScope="True" HorizontalAlignment="Right" MinWidth="225">
<ComboBoxItem Name="Name">Name</ComboBoxItem>
<ComboBoxItem Name="Rating">Rating</ComboBoxItem>
Expand Down
6 changes: 3 additions & 3 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ private void Search_Bar_Suggest_Mods_GotFocus(object sender, RoutedEventArgs e)

Sort.SelectedIndex = -1;
Search_Bar_Suggest_Mods.Foreground = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
// Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#FFFFFFFF");
search_a_flag = false;
});
}
Expand All @@ -1124,7 +1124,7 @@ private void Search_Bar_Suggest_Mods_LostFocus(object sender, RoutedEventArgs e)
Search_Bar_Suggest_Mods.IsReadOnly = true;
search_a_flag = true;
Search_Bar_Suggest_Mods.Foreground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
// Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
});
}
async Task clear_box()
Expand Down Expand Up @@ -5178,7 +5178,7 @@ private void Search_Filters_SelectionChanged(object sender, SelectionChangedEven
Search_Bar_Suggest_Mods.IsReadOnly = true;
search_a_flag = true;
Search_Bar_Suggest_Mods.Foreground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
// Search_Bar_Suggest_Mods.IconForeground = (SolidColorBrush)new BrushConverter().ConvertFrom("#34FFFFFF");
});
Current_Mod_Filter_Tags = String.Join(",", comboBox.SelectedItems.Cast<String>()).Split(',').ToList();
}
Expand Down
20 changes: 10 additions & 10 deletions VTOL_2.0.0/Pages/Page_Tools.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ContentPresenter Grid.Column="2"/>

<!-- Download Button -->
<Button Content="Download" Grid.Column="3" HorizontalAlignment="Right" Margin="6,0" Visibility="{Binding IsDownloadButtonVisible, Converter={StaticResource BooleanToVisibilityConverter}}"/>
<!-- <Button Content="Download" Grid.Column="3" HorizontalAlignment="Right" Margin="6,0" Visibility="{Binding IsDownloadButtonVisible, Converter={StaticResource BooleanToVisibilityConverter}}"/> -->
</Grid>
</HierarchicalDataTemplate>
</Page.Resources>
Expand Down Expand Up @@ -482,7 +482,7 @@

<ui:Button ToolTip="{x:Static properties:Language.Page_Tools_WebPage_}" x:Name="LEGION_INSTALL_PAGE" Margin="447,0,0,0" VerticalAlignment="Top" Background="#CC3E3E3E" BorderBrush="{x:Null}" Height="24" Icon="BookInformation24" Padding="0,0,0,0" Width="24" ClickMode="Press" Click="LEGION_INSTALL_PAGE_Click"></ui:Button>

<ui:Button x:Name="LEGION_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="LEGION_INSTALL_FOLDER_Click">
<ui:Button x:Name="LEGION_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="LEGION_INSTALL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -506,7 +506,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/harmony.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="HARMONY_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="HARMONY_INSTALL_FOLDER_Click">
<ui:Button x:Name="HARMONY_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="HARMONY_INSTALL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -530,7 +530,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/Crowbar.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="CROWBAR_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="CROWBAR_INSTALL_FOLDER_Click">
<ui:Button x:Name="CROWBAR_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="CROWBAR_INSTALL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand Down Expand Up @@ -566,7 +566,7 @@
</Border>
<ui:Button ToolTip="Advanced" x:Name="Advanced_Repak" Margin="447,23,0,0" VerticalAlignment="Top" Background="#CC3E3E3E" BorderBrush="{x:Null}" Height="24" Icon="Settings28" Padding="0,0,0,0" Width="24" ClickMode="Press" Click="Advanced_Repak_Click"></ui:Button>

<ui:Button x:Name="REPAK_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="REPAK_INSTALL_FOLDER_Click">
<ui:Button x:Name="REPAK_INSTALL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="REPAK_INSTALL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -590,7 +590,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/VTF_EDIT.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="VTF_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White">
<ui:Button x:Name="VTF_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" >
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -614,7 +614,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/Titanfall_2_Vpk_Tool_.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="VPK_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="VPK_TOOL_FOLDER_Click">
<ui:Button x:Name="VPK_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="VPK_TOOL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -639,7 +639,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/MDL_SHIT_Banner.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="MDL_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="MDL_TOOL_FOLDER_Click">
<ui:Button x:Name="MDL_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="MDL_TOOL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -664,7 +664,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/better_frog.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="ESMT_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="ESMT_TOOL_FOLDER_Click">
<ui:Button x:Name="ESMT_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="ESMT_TOOL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand All @@ -689,7 +689,7 @@
<ImageBrush Stretch="UniformToFill" ImageSource="/Resources/Resource_Static/Advocate_banner.png" TileMode="None"/>
</Border.Background>
</Border>
<ui:Button x:Name="ADV_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" IconForeground="White" Click="ADV_TOOL_FOLDER_Click">
<ui:Button x:Name="ADV_TOOL_FOLDER" VerticalAlignment="Top" Icon="Open24" HorizontalAlignment="Stretch" Background="#FFAF7800" Margin="312,161,10,0" Content="{x:Static properties:Language.Page_Tools_OpenFolder}" Foreground="White" BorderBrush="#029C9C9C" OverridesDefaultStyle="False" ClickMode="Press" Appearance="Primary" IconFilled="True" Click="ADV_TOOL_FOLDER_Click">
<ui:Button.MouseOverBackground>
<SolidColorBrush Color="#FF795300" Opacity="0.9"/>
</ui:Button.MouseOverBackground>
Expand Down
Loading

0 comments on commit b20b449

Please sign in to comment.