From dfaae1ac1f6e8b88c935d1c64808ea92375c3a39 Mon Sep 17 00:00:00 2001
From: "Mikou27 (nene27)" <49500798+Mikou27@users.noreply.github.com>
Date: Mon, 26 Sep 2022 14:13:23 +0200
Subject: [PATCH] Delete master directory
---
master/NucleusCoopTool/Forms/MainForm.cs | 3401 -----------------
master/NucleusGaming/IO/Logging/LogManager.cs | 243 --
2 files changed, 3644 deletions(-)
delete mode 100644 master/NucleusCoopTool/Forms/MainForm.cs
delete mode 100644 master/NucleusGaming/IO/Logging/LogManager.cs
diff --git a/master/NucleusCoopTool/Forms/MainForm.cs b/master/NucleusCoopTool/Forms/MainForm.cs
deleted file mode 100644
index c42081f4..00000000
--- a/master/NucleusCoopTool/Forms/MainForm.cs
+++ /dev/null
@@ -1,3401 +0,0 @@
-using Newtonsoft.Json;
-using Newtonsoft.Json.Linq;
-using Nucleus.Coop.Forms;
-using Nucleus.Gaming;
-using Nucleus.Gaming.Coop;
-using Nucleus.Gaming.Coop.ProtoInput;
-using Nucleus.Gaming.Generic.Step;
-using Nucleus.Gaming.Windows;
-using Nucleus.Gaming.Windows.Interop;
-using System;
-using System.Collections.Generic;
-using System.Diagnostics;
-using System.Drawing;
-using System.IO;
-using System.Reflection;
-using System.Runtime.InteropServices;
-using System.Threading;
-using System.Windows.Forms;
-using WindowScrape.Constants;
-using System.Media;
-using System.Net.NetworkInformation;
-using Nucleus.Gaming.Coop.Generic;
-using System.Linq;
-using Microsoft.Win32;
-using System.Drawing.Text;
-using System.ComponentModel;
-using System.Drawing.Imaging;
-using System.Security.Principal;
-
-namespace Nucleus.Coop
-{
- ///
- /// Central UI class to the Nucleus Coop application
- ///
- public partial class MainForm : BaseForm, IDynamicSized
- {
- private readonly IniFile ini = new IniFile(Path.Combine(Directory.GetCurrentDirectory(), "Settings.ini"));
- private IniFile iconsIni;
- public string version = "v" + Globals.Version;
- protected string faq_link = "https://www.splitscreen.me/docs/faq";
- protected string api = "https://hub.splitscreen.me/api/v1/";
- private string NucleusEnvironmentRoot = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
- private string DocumentsRoot = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
- public string ChoosenTheme;
- public string themePath;
- public string customFont;
- private string currentGameSetup;
- public IniFile theme;
- public Form splashscreen = new Splashscreen();
- public Form backgroundForm;
- private Settings settingsForm = null;
- private ContentManager content;
- private IGameHandler handler;
- private GameManager gameManager;
- private Dictionary controls;
- private SearchDisksForm searchDisksForm = null;
- private GameControl currentControl;
- private UserGameInfo currentGameInfo;
- private GenericGameInfo currentGame;
- public HubShowcase hubShowcase;
- private GameProfile currentProfile;
- private AssetsScraper getAssets;
- private List stepsList;
- private UserInputControl currentStep;
- public PositionsControl positionsControl;
- private PlayerOptionsControl optionsControl;
- private JSUserInputControl jsControl;
- private Handler hubHandler = null;
- private ScriptDownloader scriptDownloader;
- private DownloadPrompt downloadPrompt;
- private SoundPlayer splayer;
- private int KillProcess_HotkeyID = 1;
- private int TopMost_HotkeyID = 2;
- private int StopSession_HotkeyID = 3;
- private int SetFocus_HotkeyID = 4;
- private int currentStepIndex;
- public int blurValue;
- private List profilePaths = new List();
- private List ctrls = new List();
- private List