From a929ec1418693575a092bf6510624fd4562180e4 Mon Sep 17 00:00:00 2001 From: Rembound Date: Sun, 28 Aug 2016 15:16:38 +0200 Subject: [PATCH] Changes for v0.8.1 --- ArenaHelper.csproj | 8 + ArenaWindow.xaml | 4 +- AutoUpdater.cs | 106 ++++++ Debug.cs | 40 ++ Detection.cs | 456 +++++++++++++++++++++++ Plugin.cs | 900 ++++++++++----------------------------------- Update.cs | 34 +- 7 files changed, 824 insertions(+), 724 deletions(-) create mode 100644 AutoUpdater.cs create mode 100644 Debug.cs create mode 100644 Detection.cs diff --git a/ArenaHelper.csproj b/ArenaHelper.csproj index 8a99e11..ab0a419 100644 --- a/ArenaHelper.csproj +++ b/ArenaHelper.csproj @@ -36,6 +36,10 @@ ..\..\..\..\CSharp\EmguCV3.0.0.2157\bin\Emgu.Util.dll + + ..\..\..\..\..\..\Software\Games\Hearthstone Deck Tracker\HearthMirror.dll + False + ..\..\..\..\..\..\Software\Games\Hearthstone Deck Tracker\Hearthstone Deck Tracker.exe False @@ -52,6 +56,7 @@ + packages\MahApps.Metro.1.1.2.0\lib\net45\System.Windows.Interactivity.dll @@ -69,6 +74,7 @@ ArenaWindow.xaml + AdviceOverlay.xaml @@ -85,6 +91,8 @@ ValueOverlay.xaml + + diff --git a/ArenaWindow.xaml b/ArenaWindow.xaml index f887de4..27cffe2 100644 --- a/ArenaWindow.xaml +++ b/ArenaWindow.xaml @@ -72,10 +72,10 @@ - + - +