From 2ada187ae05cb0835605da5dbd69e2a7d2360bf9 Mon Sep 17 00:00:00 2001 From: lanyizi Date: Mon, 6 Jul 2026 13:48:26 +0200 Subject: [PATCH] wip --- AIChatPanel.xaml | 149 ++++++ AIChatPanel.xaml.cs | 834 ++++++++++++++++++++++++++++++ AIProviderSettingsControl.xaml | 131 +++++ AIProviderSettingsControl.xaml.cs | 380 ++++++++++++++ EventDump.xaml | 87 +--- EventDump.xaml.cs | 198 +------ ReplayFile/RA3Commands.cs | 2 + Utils/AIAnalyze.cs | 526 +++++++++---------- Utils/AIAnalyzeUI.cs | 26 +- Utils/AiSettings.cs | 345 ++++++++++++ Utils/TimeIndexedPrefixSums.cs | 89 ++++ 11 files changed, 2216 insertions(+), 551 deletions(-) create mode 100644 AIChatPanel.xaml create mode 100644 AIChatPanel.xaml.cs create mode 100644 AIProviderSettingsControl.xaml create mode 100644 AIProviderSettingsControl.xaml.cs create mode 100644 Utils/AiSettings.cs create mode 100644 Utils/TimeIndexedPrefixSums.cs diff --git a/AIChatPanel.xaml b/AIChatPanel.xaml new file mode 100644 index 0000000..fb64541 --- /dev/null +++ b/AIChatPanel.xaml @@ -0,0 +1,149 @@ + + + + + + + + + + +