From 3b3ccaf581811a5c150ce6e4a8819dc3d79a1f70 Mon Sep 17 00:00:00 2001 From: Dixie J Date: Mon, 7 Mar 2022 00:46:50 +0800 Subject: [PATCH] MINOR v3.1.4 (Rewrite Attempt+Features) - Reverted rending - Added offset for community profiles. - First Processor.cs rewrite attempt. Stuff might be buggy but deal with it for now as I am looking for better ways of implementing stuff. --- ValorantCC/SubWindow/ProfilesWindow.xaml | 4 ++ ValorantCC/SubWindow/ProfilesWindow.xaml.cs | 53 +++++++++++++- ValorantCC/ValorantCC.csproj | 4 +- ValorantCC/src/API.cs | 10 +-- ValorantCC/src/Auth.cs | 21 ++---- ValorantCC/src/Binder.cs | 61 +++++++++-------- ValorantCC/src/Crosshair/CrosshairMain.cs | 63 +++++++++++++++++ ValorantCC/src/Crosshair_Parser.cs | 22 ++---- ValorantCC/src/Modifier.cs | 41 ----------- ValorantCC/src/Processor.cs | 76 +++++++++------------ 10 files changed, 203 insertions(+), 152 deletions(-) create mode 100644 ValorantCC/src/Crosshair/CrosshairMain.cs delete mode 100644 ValorantCC/src/Modifier.cs diff --git a/ValorantCC/SubWindow/ProfilesWindow.xaml b/ValorantCC/SubWindow/ProfilesWindow.xaml index c15976a..66d4e69 100644 --- a/ValorantCC/SubWindow/ProfilesWindow.xaml +++ b/ValorantCC/SubWindow/ProfilesWindow.xaml @@ -26,6 +26,10 @@