From 4eba58fd9a86891660644c80d419f4f2acc5a665 Mon Sep 17 00:00:00 2001 From: Will Bennion Date: Tue, 21 Apr 2020 11:28:10 +0100 Subject: [PATCH 01/20] Ported GamestateParameterPicker from defunct rewrite. --- .../Controls/GameStateParameterPicker.xaml | 53 +++ .../Controls/GameStateParameterPicker.xaml.cs | 309 ++++++++++++++++++ .../Project-Aurora/Project-Aurora.csproj | 9 +- .../Settings/Layers/Control_PercentLayer.xaml | 4 +- .../Layers/Control_PercentLayer.xaml.cs | 13 +- .../Utils/FrameworkElementUtils.cs | 22 +- .../Project-Aurora/Utils/GameStateUtils.cs | 63 ++-- 7 files changed, 431 insertions(+), 42 deletions(-) create mode 100644 Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml create mode 100644 Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml.cs diff --git a/Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml b/Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml new file mode 100644 index 000000000..df6fd58b3 --- /dev/null +++ b/Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +