From 1f7f0945c514a6a529bf53054c029d90137a2ce3 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Sun, 3 May 2026 21:30:07 +0200 Subject: [PATCH] build: rename repository folder ChatTwo to HellionChat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repository folder, csproj, solution and all CI/build paths now use the consolidated HellionChat name. - ChatTwo/ → HellionChat/ (git mv preserves history with --follow) - ChatTwo.csproj → HellionChat.csproj - ChatTwo.sln → HellionChat.sln; obsolete Tests project entry removed (private/untracked sandbox) - AssemblyInfo.cs InternalsVisibleTo for ChatTwo.Tests removed (file emptied; can be repopulated when actual tests land) - repo.json and yaml image URLs updated (ChatTwo/images/ → HellionChat/images/) - .github/workflows/{build,codeql,release}.yml csproj paths - .github/dependabot.yml directory path Functional behavior unchanged. --- .github/dependabot.yml | 2 +- .github/workflows/build.yml | 6 +++--- .github/workflows/codeql.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- ChatTwo/Properties/AssemblyInfo.cs | 1 - ChatTwo.sln => HellionChat.sln | 8 +------- {ChatTwo => HellionChat}/AutoTellTabsService.cs | 0 {ChatTwo => HellionChat}/ChatTwoConflictDetector.cs | 0 {ChatTwo => HellionChat}/Chunk.cs | 0 {ChatTwo => HellionChat}/Code/ChatCode.cs | 0 {ChatTwo => HellionChat}/Code/ChatSource.cs | 0 {ChatTwo => HellionChat}/Code/ChatSourceExt.cs | 0 {ChatTwo => HellionChat}/Code/ChatType.cs | 0 {ChatTwo => HellionChat}/Code/ChatTypeExt.cs | 0 {ChatTwo => HellionChat}/Code/InputChannel.cs | 0 {ChatTwo => HellionChat}/Code/InputChannelExt.cs | 0 {ChatTwo => HellionChat}/Commands.cs | 0 {ChatTwo => HellionChat}/Configuration.cs | 0 {ChatTwo => HellionChat}/EmoteCache.cs | 0 {ChatTwo => HellionChat}/Export/MessageExporter.cs | 0 {ChatTwo => HellionChat}/FontManager.cs | 0 {ChatTwo => HellionChat}/GameFunctions/Chat.cs | 0 {ChatTwo => HellionChat}/GameFunctions/ChatBox.cs | 0 {ChatTwo => HellionChat}/GameFunctions/Context.cs | 0 .../GameFunctions/GameFunctions.cs | 0 .../GameFunctions/KeybindManager.cs | 0 {ChatTwo => HellionChat}/GameFunctions/Party.cs | 0 .../GameFunctions/Types/ChannelSwitchInfo.cs | 0 .../GameFunctions/Types/ChatActivatedArgs.cs | 0 .../GameFunctions/Types/Keybind.cs | 0 .../GameFunctions/Types/ModifierFlag.cs | 0 .../GameFunctions/Types/RotateMode.cs | 0 .../GameFunctions/Types/TellHistoryInfo.cs | 0 .../GameFunctions/Types/TellReason.cs | 0 .../GameFunctions/Types/TellTarget.cs | 0 .../HellionChat.csproj | 0 {ChatTwo => HellionChat}/HellionChat.yaml | 6 +++--- {ChatTwo => HellionChat}/InputHistoryService.cs | 0 {ChatTwo => HellionChat}/Ipc/ExtraChat.cs | 0 {ChatTwo => HellionChat}/Ipc/TypingIpc.cs | 0 {ChatTwo => HellionChat}/IpcManager.cs | 0 {ChatTwo => HellionChat}/Message.cs | 0 {ChatTwo => HellionChat}/MessageManager.cs | 0 {ChatTwo => HellionChat}/MessageStore.cs | 0 {ChatTwo => HellionChat}/PayloadHandler.cs | 0 {ChatTwo => HellionChat}/Plugin.cs | 0 {ChatTwo => HellionChat}/Privacy/PrivacyDefaults.cs | 0 HellionChat/Properties/AssemblyInfo.cs | 0 .../Resources/ChatColourPresets.cs | 0 .../Resources/HellionFont-OFL.txt | 0 {ChatTwo => HellionChat}/Resources/HellionFont.ttf | Bin .../Resources/HellionStrings.Designer.cs | 0 .../Resources/HellionStrings.de.resx | 0 .../Resources/HellionStrings.resx | 0 .../Resources/Language.Designer.cs | 0 {ChatTwo => HellionChat}/Resources/Language.ca.resx | 0 {ChatTwo => HellionChat}/Resources/Language.de.resx | 0 {ChatTwo => HellionChat}/Resources/Language.es.resx | 0 {ChatTwo => HellionChat}/Resources/Language.fr.resx | 0 {ChatTwo => HellionChat}/Resources/Language.it.resx | 0 {ChatTwo => HellionChat}/Resources/Language.ja.resx | 0 {ChatTwo => HellionChat}/Resources/Language.ko.resx | 0 {ChatTwo => HellionChat}/Resources/Language.nl.resx | 0 .../Resources/Language.pt-BR.resx | 0 {ChatTwo => HellionChat}/Resources/Language.resx | 0 {ChatTwo => HellionChat}/Resources/Language.ro.resx | 0 {ChatTwo => HellionChat}/Resources/Language.ru.resx | 0 {ChatTwo => HellionChat}/Resources/Language.sv.resx | 0 .../Resources/Language.zh-Hans.resx | 0 .../Resources/Language.zh-Hant.resx | 0 {ChatTwo => HellionChat}/Sheets.cs | 0 {ChatTwo => HellionChat}/Ui/AutoCompleteInfo.cs | 0 {ChatTwo => HellionChat}/Ui/ChatInputBar.cs | 0 {ChatTwo => HellionChat}/Ui/ChatLogWindow.cs | 0 {ChatTwo => HellionChat}/Ui/CommandHelpWindow.cs | 0 {ChatTwo => HellionChat}/Ui/DbViewer.cs | 0 {ChatTwo => HellionChat}/Ui/Debugger.cs | 0 {ChatTwo => HellionChat}/Ui/FirstRunWizard.cs | 0 {ChatTwo => HellionChat}/Ui/HellionStyle.cs | 0 {ChatTwo => HellionChat}/Ui/InputPreview.cs | 0 {ChatTwo => HellionChat}/Ui/Popout.cs | 0 {ChatTwo => HellionChat}/Ui/SeStringDebugger.cs | 0 {ChatTwo => HellionChat}/Ui/Settings.cs | 0 .../Ui/SettingsTabs/Appearance.cs | 0 {ChatTwo => HellionChat}/Ui/SettingsTabs/Chat.cs | 0 .../Ui/SettingsTabs/Database.cs | 0 {ChatTwo => HellionChat}/Ui/SettingsTabs/General.cs | 0 .../Ui/SettingsTabs/ISettingsTab.cs | 0 .../Ui/SettingsTabs/Information.cs | 0 {ChatTwo => HellionChat}/Ui/SettingsTabs/Privacy.cs | 0 {ChatTwo => HellionChat}/Ui/SettingsTabs/Tabs.cs | 0 {ChatTwo => HellionChat}/Ui/SettingsTabs/Window.cs | 0 {ChatTwo => HellionChat}/Util/AutoTranslate.cs | 0 {ChatTwo => HellionChat}/Util/ChunkUtil.cs | 0 {ChatTwo => HellionChat}/Util/ColourUtil.cs | 0 {ChatTwo => HellionChat}/Util/DatePicker.cs | 0 {ChatTwo => HellionChat}/Util/ExtraPayload.cs | 0 .../Util/GlobalParametersCache.cs | 0 {ChatTwo => HellionChat}/Util/IconUtil.cs | 0 {ChatTwo => HellionChat}/Util/ImGuiUtil.cs | 0 {ChatTwo => HellionChat}/Util/Lender.cs | 0 {ChatTwo => HellionChat}/Util/MathUtil.cs | 0 {ChatTwo => HellionChat}/Util/MemoryUtil.cs | 0 {ChatTwo => HellionChat}/Util/Payloads.cs | 0 {ChatTwo => HellionChat}/Util/SearchSelector.cs | 0 {ChatTwo => HellionChat}/Util/StringUtil.cs | 0 {ChatTwo => HellionChat}/Util/TabsUtil.cs | 0 {ChatTwo => HellionChat}/Util/Tokenizer.cs | 0 {ChatTwo => HellionChat}/Util/WrapperUtil.cs | 0 {ChatTwo => HellionChat}/images/chatWindow.png | Bin {ChatTwo => HellionChat}/images/icon.png | Bin .../images/withSimpleTweaks.png | Bin {ChatTwo => HellionChat}/packages.lock.json | 0 repo.json | 6 +++--- 114 files changed, 18 insertions(+), 25 deletions(-) delete mode 100644 ChatTwo/Properties/AssemblyInfo.cs rename ChatTwo.sln => HellionChat.sln (51%) rename {ChatTwo => HellionChat}/AutoTellTabsService.cs (100%) rename {ChatTwo => HellionChat}/ChatTwoConflictDetector.cs (100%) rename {ChatTwo => HellionChat}/Chunk.cs (100%) rename {ChatTwo => HellionChat}/Code/ChatCode.cs (100%) rename {ChatTwo => HellionChat}/Code/ChatSource.cs (100%) rename {ChatTwo => HellionChat}/Code/ChatSourceExt.cs (100%) rename {ChatTwo => HellionChat}/Code/ChatType.cs (100%) rename {ChatTwo => HellionChat}/Code/ChatTypeExt.cs (100%) rename {ChatTwo => HellionChat}/Code/InputChannel.cs (100%) rename {ChatTwo => HellionChat}/Code/InputChannelExt.cs (100%) rename {ChatTwo => HellionChat}/Commands.cs (100%) rename {ChatTwo => HellionChat}/Configuration.cs (100%) rename {ChatTwo => HellionChat}/EmoteCache.cs (100%) rename {ChatTwo => HellionChat}/Export/MessageExporter.cs (100%) rename {ChatTwo => HellionChat}/FontManager.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Chat.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/ChatBox.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Context.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/GameFunctions.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/KeybindManager.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Party.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/ChannelSwitchInfo.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/ChatActivatedArgs.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/Keybind.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/ModifierFlag.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/RotateMode.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/TellHistoryInfo.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/TellReason.cs (100%) rename {ChatTwo => HellionChat}/GameFunctions/Types/TellTarget.cs (100%) rename ChatTwo/ChatTwo.csproj => HellionChat/HellionChat.csproj (100%) rename {ChatTwo => HellionChat}/HellionChat.yaml (97%) rename {ChatTwo => HellionChat}/InputHistoryService.cs (100%) rename {ChatTwo => HellionChat}/Ipc/ExtraChat.cs (100%) rename {ChatTwo => HellionChat}/Ipc/TypingIpc.cs (100%) rename {ChatTwo => HellionChat}/IpcManager.cs (100%) rename {ChatTwo => HellionChat}/Message.cs (100%) rename {ChatTwo => HellionChat}/MessageManager.cs (100%) rename {ChatTwo => HellionChat}/MessageStore.cs (100%) rename {ChatTwo => HellionChat}/PayloadHandler.cs (100%) rename {ChatTwo => HellionChat}/Plugin.cs (100%) rename {ChatTwo => HellionChat}/Privacy/PrivacyDefaults.cs (100%) create mode 100644 HellionChat/Properties/AssemblyInfo.cs rename {ChatTwo => HellionChat}/Resources/ChatColourPresets.cs (100%) rename {ChatTwo => HellionChat}/Resources/HellionFont-OFL.txt (100%) rename {ChatTwo => HellionChat}/Resources/HellionFont.ttf (100%) rename {ChatTwo => HellionChat}/Resources/HellionStrings.Designer.cs (100%) rename {ChatTwo => HellionChat}/Resources/HellionStrings.de.resx (100%) rename {ChatTwo => HellionChat}/Resources/HellionStrings.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.Designer.cs (100%) rename {ChatTwo => HellionChat}/Resources/Language.ca.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.de.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.es.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.fr.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.it.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.ja.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.ko.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.nl.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.pt-BR.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.ro.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.ru.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.sv.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.zh-Hans.resx (100%) rename {ChatTwo => HellionChat}/Resources/Language.zh-Hant.resx (100%) rename {ChatTwo => HellionChat}/Sheets.cs (100%) rename {ChatTwo => HellionChat}/Ui/AutoCompleteInfo.cs (100%) rename {ChatTwo => HellionChat}/Ui/ChatInputBar.cs (100%) rename {ChatTwo => HellionChat}/Ui/ChatLogWindow.cs (100%) rename {ChatTwo => HellionChat}/Ui/CommandHelpWindow.cs (100%) rename {ChatTwo => HellionChat}/Ui/DbViewer.cs (100%) rename {ChatTwo => HellionChat}/Ui/Debugger.cs (100%) rename {ChatTwo => HellionChat}/Ui/FirstRunWizard.cs (100%) rename {ChatTwo => HellionChat}/Ui/HellionStyle.cs (100%) rename {ChatTwo => HellionChat}/Ui/InputPreview.cs (100%) rename {ChatTwo => HellionChat}/Ui/Popout.cs (100%) rename {ChatTwo => HellionChat}/Ui/SeStringDebugger.cs (100%) rename {ChatTwo => HellionChat}/Ui/Settings.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Appearance.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Chat.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Database.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/General.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/ISettingsTab.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Information.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Privacy.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Tabs.cs (100%) rename {ChatTwo => HellionChat}/Ui/SettingsTabs/Window.cs (100%) rename {ChatTwo => HellionChat}/Util/AutoTranslate.cs (100%) rename {ChatTwo => HellionChat}/Util/ChunkUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/ColourUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/DatePicker.cs (100%) rename {ChatTwo => HellionChat}/Util/ExtraPayload.cs (100%) rename {ChatTwo => HellionChat}/Util/GlobalParametersCache.cs (100%) rename {ChatTwo => HellionChat}/Util/IconUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/ImGuiUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/Lender.cs (100%) rename {ChatTwo => HellionChat}/Util/MathUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/MemoryUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/Payloads.cs (100%) rename {ChatTwo => HellionChat}/Util/SearchSelector.cs (100%) rename {ChatTwo => HellionChat}/Util/StringUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/TabsUtil.cs (100%) rename {ChatTwo => HellionChat}/Util/Tokenizer.cs (100%) rename {ChatTwo => HellionChat}/Util/WrapperUtil.cs (100%) rename {ChatTwo => HellionChat}/images/chatWindow.png (100%) rename {ChatTwo => HellionChat}/images/icon.png (100%) rename {ChatTwo => HellionChat}/images/withSimpleTweaks.png (100%) rename {ChatTwo => HellionChat}/packages.lock.json (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fdc316..ef49340 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: # noise down while still catching transitive security advisories within # a few days of disclosure. - package-ecosystem: nuget - directory: /ChatTwo + directory: /HellionChat schedule: interval: weekly day: monday diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af16057..c579df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,15 +42,15 @@ jobs: Expand-Archive -Force -Path dalamud.zip -DestinationPath $hooks - name: Restore - run: dotnet restore ChatTwo/ChatTwo.csproj + run: dotnet restore HellionChat/HellionChat.csproj - name: Build (Release) - run: dotnet build ChatTwo/ChatTwo.csproj --configuration Release --no-restore + run: dotnet build HellionChat/HellionChat.csproj --configuration Release --no-restore - name: Upload build output uses: actions/upload-artifact@v7 with: name: HellionChat-build-${{ github.run_number }} - path: ChatTwo/bin/Release/**/HellionChat/** + path: HellionChat/bin/Release/**/HellionChat/** if-no-files-found: warn retention-days: 14 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c05a8e2..228d646 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,10 +62,10 @@ jobs: queries: security-extended - name: Restore - run: dotnet restore ChatTwo/ChatTwo.csproj + run: dotnet restore HellionChat/HellionChat.csproj - name: Build (Release) - run: dotnet build ChatTwo/ChatTwo.csproj --configuration Release --no-restore + run: dotnet build HellionChat/HellionChat.csproj --configuration Release --no-restore - name: Perform CodeQL analysis uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e1cf33..e8dd56d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ name: Release # - the tag name (filtered by on.tags = v*, validated again at runtime # against ^v\d+\.\d+\.\d+$ before being used in any string) # All other values are either repo-controlled (paths under -# ChatTwo/bin/Release derived from Get-ChildItem) or pinned URLs to +# HellionChat/bin/Release derived from Get-ChildItem) or pinned URLs to # goatcorp / GitHub. Nothing from a webhook event payload (issue/PR # titles, commit messages, etc.) flows into a run-step. @@ -60,16 +60,16 @@ jobs: Expand-Archive -Force -Path dalamud.zip -DestinationPath $hooks - name: Build (Release) - run: dotnet build ChatTwo/ChatTwo.csproj --configuration Release + run: dotnet build HellionChat/HellionChat.csproj --configuration Release - name: Locate latest.zip id: locate shell: pwsh run: | - $zip = Get-ChildItem -Path ChatTwo\bin\Release -Recurse -Filter latest.zip | Select-Object -First 1 + $zip = Get-ChildItem -Path HellionChat\bin\Release -Recurse -Filter latest.zip | Select-Object -First 1 if (-not $zip) { - throw "latest.zip not found under ChatTwo\bin\Release" + throw "latest.zip not found under HellionChat\bin\Release" } Write-Host "Found: $($zip.FullName)" "path=$($zip.FullName)" | Out-File -FilePath $env:GITHUB_OUTPUT -Append @@ -100,7 +100,7 @@ jobs: } $version = $tag.Substring(1) - $yamlPath = "ChatTwo/HellionChat.yaml" + $yamlPath = "HellionChat/HellionChat.yaml" $raw = Get-Content -Path $yamlPath -Raw $marker = "changelog: |-" diff --git a/ChatTwo/Properties/AssemblyInfo.cs b/ChatTwo/Properties/AssemblyInfo.cs deleted file mode 100644 index 123e4be..0000000 --- a/ChatTwo/Properties/AssemblyInfo.cs +++ /dev/null @@ -1 +0,0 @@ -[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ChatTwo.Tests")] diff --git a/ChatTwo.sln b/HellionChat.sln similarity index 51% rename from ChatTwo.sln rename to HellionChat.sln index 3f09dbc..fa2740a 100755 --- a/ChatTwo.sln +++ b/HellionChat.sln @@ -1,8 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatTwo", "ChatTwo\ChatTwo.csproj", "{739F75E6-B65F-41EF-9D90-F7BC519E4875}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatTwo.Tests", "ChatTwo.Tests\ChatTwo.Tests.csproj", "{A9FE423A-240C-4EDA-ACC6-21474B562128}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HellionChat", "HellionChat\HellionChat.csproj", "{739F75E6-B65F-41EF-9D90-F7BC519E4875}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -14,9 +12,5 @@ Global {739F75E6-B65F-41EF-9D90-F7BC519E4875}.Debug|Any CPU.Build.0 = Debug|Any CPU {739F75E6-B65F-41EF-9D90-F7BC519E4875}.Release|Any CPU.ActiveCfg = Release|Any CPU {739F75E6-B65F-41EF-9D90-F7BC519E4875}.Release|Any CPU.Build.0 = Release|Any CPU - {A9FE423A-240C-4EDA-ACC6-21474B562128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A9FE423A-240C-4EDA-ACC6-21474B562128}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A9FE423A-240C-4EDA-ACC6-21474B562128}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A9FE423A-240C-4EDA-ACC6-21474B562128}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/ChatTwo/AutoTellTabsService.cs b/HellionChat/AutoTellTabsService.cs similarity index 100% rename from ChatTwo/AutoTellTabsService.cs rename to HellionChat/AutoTellTabsService.cs diff --git a/ChatTwo/ChatTwoConflictDetector.cs b/HellionChat/ChatTwoConflictDetector.cs similarity index 100% rename from ChatTwo/ChatTwoConflictDetector.cs rename to HellionChat/ChatTwoConflictDetector.cs diff --git a/ChatTwo/Chunk.cs b/HellionChat/Chunk.cs similarity index 100% rename from ChatTwo/Chunk.cs rename to HellionChat/Chunk.cs diff --git a/ChatTwo/Code/ChatCode.cs b/HellionChat/Code/ChatCode.cs similarity index 100% rename from ChatTwo/Code/ChatCode.cs rename to HellionChat/Code/ChatCode.cs diff --git a/ChatTwo/Code/ChatSource.cs b/HellionChat/Code/ChatSource.cs similarity index 100% rename from ChatTwo/Code/ChatSource.cs rename to HellionChat/Code/ChatSource.cs diff --git a/ChatTwo/Code/ChatSourceExt.cs b/HellionChat/Code/ChatSourceExt.cs similarity index 100% rename from ChatTwo/Code/ChatSourceExt.cs rename to HellionChat/Code/ChatSourceExt.cs diff --git a/ChatTwo/Code/ChatType.cs b/HellionChat/Code/ChatType.cs similarity index 100% rename from ChatTwo/Code/ChatType.cs rename to HellionChat/Code/ChatType.cs diff --git a/ChatTwo/Code/ChatTypeExt.cs b/HellionChat/Code/ChatTypeExt.cs similarity index 100% rename from ChatTwo/Code/ChatTypeExt.cs rename to HellionChat/Code/ChatTypeExt.cs diff --git a/ChatTwo/Code/InputChannel.cs b/HellionChat/Code/InputChannel.cs similarity index 100% rename from ChatTwo/Code/InputChannel.cs rename to HellionChat/Code/InputChannel.cs diff --git a/ChatTwo/Code/InputChannelExt.cs b/HellionChat/Code/InputChannelExt.cs similarity index 100% rename from ChatTwo/Code/InputChannelExt.cs rename to HellionChat/Code/InputChannelExt.cs diff --git a/ChatTwo/Commands.cs b/HellionChat/Commands.cs similarity index 100% rename from ChatTwo/Commands.cs rename to HellionChat/Commands.cs diff --git a/ChatTwo/Configuration.cs b/HellionChat/Configuration.cs similarity index 100% rename from ChatTwo/Configuration.cs rename to HellionChat/Configuration.cs diff --git a/ChatTwo/EmoteCache.cs b/HellionChat/EmoteCache.cs similarity index 100% rename from ChatTwo/EmoteCache.cs rename to HellionChat/EmoteCache.cs diff --git a/ChatTwo/Export/MessageExporter.cs b/HellionChat/Export/MessageExporter.cs similarity index 100% rename from ChatTwo/Export/MessageExporter.cs rename to HellionChat/Export/MessageExporter.cs diff --git a/ChatTwo/FontManager.cs b/HellionChat/FontManager.cs similarity index 100% rename from ChatTwo/FontManager.cs rename to HellionChat/FontManager.cs diff --git a/ChatTwo/GameFunctions/Chat.cs b/HellionChat/GameFunctions/Chat.cs similarity index 100% rename from ChatTwo/GameFunctions/Chat.cs rename to HellionChat/GameFunctions/Chat.cs diff --git a/ChatTwo/GameFunctions/ChatBox.cs b/HellionChat/GameFunctions/ChatBox.cs similarity index 100% rename from ChatTwo/GameFunctions/ChatBox.cs rename to HellionChat/GameFunctions/ChatBox.cs diff --git a/ChatTwo/GameFunctions/Context.cs b/HellionChat/GameFunctions/Context.cs similarity index 100% rename from ChatTwo/GameFunctions/Context.cs rename to HellionChat/GameFunctions/Context.cs diff --git a/ChatTwo/GameFunctions/GameFunctions.cs b/HellionChat/GameFunctions/GameFunctions.cs similarity index 100% rename from ChatTwo/GameFunctions/GameFunctions.cs rename to HellionChat/GameFunctions/GameFunctions.cs diff --git a/ChatTwo/GameFunctions/KeybindManager.cs b/HellionChat/GameFunctions/KeybindManager.cs similarity index 100% rename from ChatTwo/GameFunctions/KeybindManager.cs rename to HellionChat/GameFunctions/KeybindManager.cs diff --git a/ChatTwo/GameFunctions/Party.cs b/HellionChat/GameFunctions/Party.cs similarity index 100% rename from ChatTwo/GameFunctions/Party.cs rename to HellionChat/GameFunctions/Party.cs diff --git a/ChatTwo/GameFunctions/Types/ChannelSwitchInfo.cs b/HellionChat/GameFunctions/Types/ChannelSwitchInfo.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/ChannelSwitchInfo.cs rename to HellionChat/GameFunctions/Types/ChannelSwitchInfo.cs diff --git a/ChatTwo/GameFunctions/Types/ChatActivatedArgs.cs b/HellionChat/GameFunctions/Types/ChatActivatedArgs.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/ChatActivatedArgs.cs rename to HellionChat/GameFunctions/Types/ChatActivatedArgs.cs diff --git a/ChatTwo/GameFunctions/Types/Keybind.cs b/HellionChat/GameFunctions/Types/Keybind.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/Keybind.cs rename to HellionChat/GameFunctions/Types/Keybind.cs diff --git a/ChatTwo/GameFunctions/Types/ModifierFlag.cs b/HellionChat/GameFunctions/Types/ModifierFlag.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/ModifierFlag.cs rename to HellionChat/GameFunctions/Types/ModifierFlag.cs diff --git a/ChatTwo/GameFunctions/Types/RotateMode.cs b/HellionChat/GameFunctions/Types/RotateMode.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/RotateMode.cs rename to HellionChat/GameFunctions/Types/RotateMode.cs diff --git a/ChatTwo/GameFunctions/Types/TellHistoryInfo.cs b/HellionChat/GameFunctions/Types/TellHistoryInfo.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/TellHistoryInfo.cs rename to HellionChat/GameFunctions/Types/TellHistoryInfo.cs diff --git a/ChatTwo/GameFunctions/Types/TellReason.cs b/HellionChat/GameFunctions/Types/TellReason.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/TellReason.cs rename to HellionChat/GameFunctions/Types/TellReason.cs diff --git a/ChatTwo/GameFunctions/Types/TellTarget.cs b/HellionChat/GameFunctions/Types/TellTarget.cs similarity index 100% rename from ChatTwo/GameFunctions/Types/TellTarget.cs rename to HellionChat/GameFunctions/Types/TellTarget.cs diff --git a/ChatTwo/ChatTwo.csproj b/HellionChat/HellionChat.csproj similarity index 100% rename from ChatTwo/ChatTwo.csproj rename to HellionChat/HellionChat.csproj diff --git a/ChatTwo/HellionChat.yaml b/HellionChat/HellionChat.yaml similarity index 97% rename from ChatTwo/HellionChat.yaml rename to HellionChat/HellionChat.yaml index b321c00..9b9a605 100755 --- a/ChatTwo/HellionChat.yaml +++ b/HellionChat/HellionChat.yaml @@ -38,10 +38,10 @@ description: |- other Hellion Online Media plugins/tools. repo_url: https://github.com/JonKazama-Hellion/HellionChat accepts_feedback: true -icon_url: https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/icon.png +icon_url: https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/icon.png image_urls: - - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/chatWindow.png - - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/withSimpleTweaks.png + - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/chatWindow.png + - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/withSimpleTweaks.png tags: - Social - UI diff --git a/ChatTwo/InputHistoryService.cs b/HellionChat/InputHistoryService.cs similarity index 100% rename from ChatTwo/InputHistoryService.cs rename to HellionChat/InputHistoryService.cs diff --git a/ChatTwo/Ipc/ExtraChat.cs b/HellionChat/Ipc/ExtraChat.cs similarity index 100% rename from ChatTwo/Ipc/ExtraChat.cs rename to HellionChat/Ipc/ExtraChat.cs diff --git a/ChatTwo/Ipc/TypingIpc.cs b/HellionChat/Ipc/TypingIpc.cs similarity index 100% rename from ChatTwo/Ipc/TypingIpc.cs rename to HellionChat/Ipc/TypingIpc.cs diff --git a/ChatTwo/IpcManager.cs b/HellionChat/IpcManager.cs similarity index 100% rename from ChatTwo/IpcManager.cs rename to HellionChat/IpcManager.cs diff --git a/ChatTwo/Message.cs b/HellionChat/Message.cs similarity index 100% rename from ChatTwo/Message.cs rename to HellionChat/Message.cs diff --git a/ChatTwo/MessageManager.cs b/HellionChat/MessageManager.cs similarity index 100% rename from ChatTwo/MessageManager.cs rename to HellionChat/MessageManager.cs diff --git a/ChatTwo/MessageStore.cs b/HellionChat/MessageStore.cs similarity index 100% rename from ChatTwo/MessageStore.cs rename to HellionChat/MessageStore.cs diff --git a/ChatTwo/PayloadHandler.cs b/HellionChat/PayloadHandler.cs similarity index 100% rename from ChatTwo/PayloadHandler.cs rename to HellionChat/PayloadHandler.cs diff --git a/ChatTwo/Plugin.cs b/HellionChat/Plugin.cs similarity index 100% rename from ChatTwo/Plugin.cs rename to HellionChat/Plugin.cs diff --git a/ChatTwo/Privacy/PrivacyDefaults.cs b/HellionChat/Privacy/PrivacyDefaults.cs similarity index 100% rename from ChatTwo/Privacy/PrivacyDefaults.cs rename to HellionChat/Privacy/PrivacyDefaults.cs diff --git a/HellionChat/Properties/AssemblyInfo.cs b/HellionChat/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..e69de29 diff --git a/ChatTwo/Resources/ChatColourPresets.cs b/HellionChat/Resources/ChatColourPresets.cs similarity index 100% rename from ChatTwo/Resources/ChatColourPresets.cs rename to HellionChat/Resources/ChatColourPresets.cs diff --git a/ChatTwo/Resources/HellionFont-OFL.txt b/HellionChat/Resources/HellionFont-OFL.txt similarity index 100% rename from ChatTwo/Resources/HellionFont-OFL.txt rename to HellionChat/Resources/HellionFont-OFL.txt diff --git a/ChatTwo/Resources/HellionFont.ttf b/HellionChat/Resources/HellionFont.ttf similarity index 100% rename from ChatTwo/Resources/HellionFont.ttf rename to HellionChat/Resources/HellionFont.ttf diff --git a/ChatTwo/Resources/HellionStrings.Designer.cs b/HellionChat/Resources/HellionStrings.Designer.cs similarity index 100% rename from ChatTwo/Resources/HellionStrings.Designer.cs rename to HellionChat/Resources/HellionStrings.Designer.cs diff --git a/ChatTwo/Resources/HellionStrings.de.resx b/HellionChat/Resources/HellionStrings.de.resx similarity index 100% rename from ChatTwo/Resources/HellionStrings.de.resx rename to HellionChat/Resources/HellionStrings.de.resx diff --git a/ChatTwo/Resources/HellionStrings.resx b/HellionChat/Resources/HellionStrings.resx similarity index 100% rename from ChatTwo/Resources/HellionStrings.resx rename to HellionChat/Resources/HellionStrings.resx diff --git a/ChatTwo/Resources/Language.Designer.cs b/HellionChat/Resources/Language.Designer.cs similarity index 100% rename from ChatTwo/Resources/Language.Designer.cs rename to HellionChat/Resources/Language.Designer.cs diff --git a/ChatTwo/Resources/Language.ca.resx b/HellionChat/Resources/Language.ca.resx similarity index 100% rename from ChatTwo/Resources/Language.ca.resx rename to HellionChat/Resources/Language.ca.resx diff --git a/ChatTwo/Resources/Language.de.resx b/HellionChat/Resources/Language.de.resx similarity index 100% rename from ChatTwo/Resources/Language.de.resx rename to HellionChat/Resources/Language.de.resx diff --git a/ChatTwo/Resources/Language.es.resx b/HellionChat/Resources/Language.es.resx similarity index 100% rename from ChatTwo/Resources/Language.es.resx rename to HellionChat/Resources/Language.es.resx diff --git a/ChatTwo/Resources/Language.fr.resx b/HellionChat/Resources/Language.fr.resx similarity index 100% rename from ChatTwo/Resources/Language.fr.resx rename to HellionChat/Resources/Language.fr.resx diff --git a/ChatTwo/Resources/Language.it.resx b/HellionChat/Resources/Language.it.resx similarity index 100% rename from ChatTwo/Resources/Language.it.resx rename to HellionChat/Resources/Language.it.resx diff --git a/ChatTwo/Resources/Language.ja.resx b/HellionChat/Resources/Language.ja.resx similarity index 100% rename from ChatTwo/Resources/Language.ja.resx rename to HellionChat/Resources/Language.ja.resx diff --git a/ChatTwo/Resources/Language.ko.resx b/HellionChat/Resources/Language.ko.resx similarity index 100% rename from ChatTwo/Resources/Language.ko.resx rename to HellionChat/Resources/Language.ko.resx diff --git a/ChatTwo/Resources/Language.nl.resx b/HellionChat/Resources/Language.nl.resx similarity index 100% rename from ChatTwo/Resources/Language.nl.resx rename to HellionChat/Resources/Language.nl.resx diff --git a/ChatTwo/Resources/Language.pt-BR.resx b/HellionChat/Resources/Language.pt-BR.resx similarity index 100% rename from ChatTwo/Resources/Language.pt-BR.resx rename to HellionChat/Resources/Language.pt-BR.resx diff --git a/ChatTwo/Resources/Language.resx b/HellionChat/Resources/Language.resx similarity index 100% rename from ChatTwo/Resources/Language.resx rename to HellionChat/Resources/Language.resx diff --git a/ChatTwo/Resources/Language.ro.resx b/HellionChat/Resources/Language.ro.resx similarity index 100% rename from ChatTwo/Resources/Language.ro.resx rename to HellionChat/Resources/Language.ro.resx diff --git a/ChatTwo/Resources/Language.ru.resx b/HellionChat/Resources/Language.ru.resx similarity index 100% rename from ChatTwo/Resources/Language.ru.resx rename to HellionChat/Resources/Language.ru.resx diff --git a/ChatTwo/Resources/Language.sv.resx b/HellionChat/Resources/Language.sv.resx similarity index 100% rename from ChatTwo/Resources/Language.sv.resx rename to HellionChat/Resources/Language.sv.resx diff --git a/ChatTwo/Resources/Language.zh-Hans.resx b/HellionChat/Resources/Language.zh-Hans.resx similarity index 100% rename from ChatTwo/Resources/Language.zh-Hans.resx rename to HellionChat/Resources/Language.zh-Hans.resx diff --git a/ChatTwo/Resources/Language.zh-Hant.resx b/HellionChat/Resources/Language.zh-Hant.resx similarity index 100% rename from ChatTwo/Resources/Language.zh-Hant.resx rename to HellionChat/Resources/Language.zh-Hant.resx diff --git a/ChatTwo/Sheets.cs b/HellionChat/Sheets.cs similarity index 100% rename from ChatTwo/Sheets.cs rename to HellionChat/Sheets.cs diff --git a/ChatTwo/Ui/AutoCompleteInfo.cs b/HellionChat/Ui/AutoCompleteInfo.cs similarity index 100% rename from ChatTwo/Ui/AutoCompleteInfo.cs rename to HellionChat/Ui/AutoCompleteInfo.cs diff --git a/ChatTwo/Ui/ChatInputBar.cs b/HellionChat/Ui/ChatInputBar.cs similarity index 100% rename from ChatTwo/Ui/ChatInputBar.cs rename to HellionChat/Ui/ChatInputBar.cs diff --git a/ChatTwo/Ui/ChatLogWindow.cs b/HellionChat/Ui/ChatLogWindow.cs similarity index 100% rename from ChatTwo/Ui/ChatLogWindow.cs rename to HellionChat/Ui/ChatLogWindow.cs diff --git a/ChatTwo/Ui/CommandHelpWindow.cs b/HellionChat/Ui/CommandHelpWindow.cs similarity index 100% rename from ChatTwo/Ui/CommandHelpWindow.cs rename to HellionChat/Ui/CommandHelpWindow.cs diff --git a/ChatTwo/Ui/DbViewer.cs b/HellionChat/Ui/DbViewer.cs similarity index 100% rename from ChatTwo/Ui/DbViewer.cs rename to HellionChat/Ui/DbViewer.cs diff --git a/ChatTwo/Ui/Debugger.cs b/HellionChat/Ui/Debugger.cs similarity index 100% rename from ChatTwo/Ui/Debugger.cs rename to HellionChat/Ui/Debugger.cs diff --git a/ChatTwo/Ui/FirstRunWizard.cs b/HellionChat/Ui/FirstRunWizard.cs similarity index 100% rename from ChatTwo/Ui/FirstRunWizard.cs rename to HellionChat/Ui/FirstRunWizard.cs diff --git a/ChatTwo/Ui/HellionStyle.cs b/HellionChat/Ui/HellionStyle.cs similarity index 100% rename from ChatTwo/Ui/HellionStyle.cs rename to HellionChat/Ui/HellionStyle.cs diff --git a/ChatTwo/Ui/InputPreview.cs b/HellionChat/Ui/InputPreview.cs similarity index 100% rename from ChatTwo/Ui/InputPreview.cs rename to HellionChat/Ui/InputPreview.cs diff --git a/ChatTwo/Ui/Popout.cs b/HellionChat/Ui/Popout.cs similarity index 100% rename from ChatTwo/Ui/Popout.cs rename to HellionChat/Ui/Popout.cs diff --git a/ChatTwo/Ui/SeStringDebugger.cs b/HellionChat/Ui/SeStringDebugger.cs similarity index 100% rename from ChatTwo/Ui/SeStringDebugger.cs rename to HellionChat/Ui/SeStringDebugger.cs diff --git a/ChatTwo/Ui/Settings.cs b/HellionChat/Ui/Settings.cs similarity index 100% rename from ChatTwo/Ui/Settings.cs rename to HellionChat/Ui/Settings.cs diff --git a/ChatTwo/Ui/SettingsTabs/Appearance.cs b/HellionChat/Ui/SettingsTabs/Appearance.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Appearance.cs rename to HellionChat/Ui/SettingsTabs/Appearance.cs diff --git a/ChatTwo/Ui/SettingsTabs/Chat.cs b/HellionChat/Ui/SettingsTabs/Chat.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Chat.cs rename to HellionChat/Ui/SettingsTabs/Chat.cs diff --git a/ChatTwo/Ui/SettingsTabs/Database.cs b/HellionChat/Ui/SettingsTabs/Database.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Database.cs rename to HellionChat/Ui/SettingsTabs/Database.cs diff --git a/ChatTwo/Ui/SettingsTabs/General.cs b/HellionChat/Ui/SettingsTabs/General.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/General.cs rename to HellionChat/Ui/SettingsTabs/General.cs diff --git a/ChatTwo/Ui/SettingsTabs/ISettingsTab.cs b/HellionChat/Ui/SettingsTabs/ISettingsTab.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/ISettingsTab.cs rename to HellionChat/Ui/SettingsTabs/ISettingsTab.cs diff --git a/ChatTwo/Ui/SettingsTabs/Information.cs b/HellionChat/Ui/SettingsTabs/Information.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Information.cs rename to HellionChat/Ui/SettingsTabs/Information.cs diff --git a/ChatTwo/Ui/SettingsTabs/Privacy.cs b/HellionChat/Ui/SettingsTabs/Privacy.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Privacy.cs rename to HellionChat/Ui/SettingsTabs/Privacy.cs diff --git a/ChatTwo/Ui/SettingsTabs/Tabs.cs b/HellionChat/Ui/SettingsTabs/Tabs.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Tabs.cs rename to HellionChat/Ui/SettingsTabs/Tabs.cs diff --git a/ChatTwo/Ui/SettingsTabs/Window.cs b/HellionChat/Ui/SettingsTabs/Window.cs similarity index 100% rename from ChatTwo/Ui/SettingsTabs/Window.cs rename to HellionChat/Ui/SettingsTabs/Window.cs diff --git a/ChatTwo/Util/AutoTranslate.cs b/HellionChat/Util/AutoTranslate.cs similarity index 100% rename from ChatTwo/Util/AutoTranslate.cs rename to HellionChat/Util/AutoTranslate.cs diff --git a/ChatTwo/Util/ChunkUtil.cs b/HellionChat/Util/ChunkUtil.cs similarity index 100% rename from ChatTwo/Util/ChunkUtil.cs rename to HellionChat/Util/ChunkUtil.cs diff --git a/ChatTwo/Util/ColourUtil.cs b/HellionChat/Util/ColourUtil.cs similarity index 100% rename from ChatTwo/Util/ColourUtil.cs rename to HellionChat/Util/ColourUtil.cs diff --git a/ChatTwo/Util/DatePicker.cs b/HellionChat/Util/DatePicker.cs similarity index 100% rename from ChatTwo/Util/DatePicker.cs rename to HellionChat/Util/DatePicker.cs diff --git a/ChatTwo/Util/ExtraPayload.cs b/HellionChat/Util/ExtraPayload.cs similarity index 100% rename from ChatTwo/Util/ExtraPayload.cs rename to HellionChat/Util/ExtraPayload.cs diff --git a/ChatTwo/Util/GlobalParametersCache.cs b/HellionChat/Util/GlobalParametersCache.cs similarity index 100% rename from ChatTwo/Util/GlobalParametersCache.cs rename to HellionChat/Util/GlobalParametersCache.cs diff --git a/ChatTwo/Util/IconUtil.cs b/HellionChat/Util/IconUtil.cs similarity index 100% rename from ChatTwo/Util/IconUtil.cs rename to HellionChat/Util/IconUtil.cs diff --git a/ChatTwo/Util/ImGuiUtil.cs b/HellionChat/Util/ImGuiUtil.cs similarity index 100% rename from ChatTwo/Util/ImGuiUtil.cs rename to HellionChat/Util/ImGuiUtil.cs diff --git a/ChatTwo/Util/Lender.cs b/HellionChat/Util/Lender.cs similarity index 100% rename from ChatTwo/Util/Lender.cs rename to HellionChat/Util/Lender.cs diff --git a/ChatTwo/Util/MathUtil.cs b/HellionChat/Util/MathUtil.cs similarity index 100% rename from ChatTwo/Util/MathUtil.cs rename to HellionChat/Util/MathUtil.cs diff --git a/ChatTwo/Util/MemoryUtil.cs b/HellionChat/Util/MemoryUtil.cs similarity index 100% rename from ChatTwo/Util/MemoryUtil.cs rename to HellionChat/Util/MemoryUtil.cs diff --git a/ChatTwo/Util/Payloads.cs b/HellionChat/Util/Payloads.cs similarity index 100% rename from ChatTwo/Util/Payloads.cs rename to HellionChat/Util/Payloads.cs diff --git a/ChatTwo/Util/SearchSelector.cs b/HellionChat/Util/SearchSelector.cs similarity index 100% rename from ChatTwo/Util/SearchSelector.cs rename to HellionChat/Util/SearchSelector.cs diff --git a/ChatTwo/Util/StringUtil.cs b/HellionChat/Util/StringUtil.cs similarity index 100% rename from ChatTwo/Util/StringUtil.cs rename to HellionChat/Util/StringUtil.cs diff --git a/ChatTwo/Util/TabsUtil.cs b/HellionChat/Util/TabsUtil.cs similarity index 100% rename from ChatTwo/Util/TabsUtil.cs rename to HellionChat/Util/TabsUtil.cs diff --git a/ChatTwo/Util/Tokenizer.cs b/HellionChat/Util/Tokenizer.cs similarity index 100% rename from ChatTwo/Util/Tokenizer.cs rename to HellionChat/Util/Tokenizer.cs diff --git a/ChatTwo/Util/WrapperUtil.cs b/HellionChat/Util/WrapperUtil.cs similarity index 100% rename from ChatTwo/Util/WrapperUtil.cs rename to HellionChat/Util/WrapperUtil.cs diff --git a/ChatTwo/images/chatWindow.png b/HellionChat/images/chatWindow.png similarity index 100% rename from ChatTwo/images/chatWindow.png rename to HellionChat/images/chatWindow.png diff --git a/ChatTwo/images/icon.png b/HellionChat/images/icon.png similarity index 100% rename from ChatTwo/images/icon.png rename to HellionChat/images/icon.png diff --git a/ChatTwo/images/withSimpleTweaks.png b/HellionChat/images/withSimpleTweaks.png similarity index 100% rename from ChatTwo/images/withSimpleTweaks.png rename to HellionChat/images/withSimpleTweaks.png diff --git a/ChatTwo/packages.lock.json b/HellionChat/packages.lock.json similarity index 100% rename from ChatTwo/packages.lock.json rename to HellionChat/packages.lock.json diff --git a/repo.json b/repo.json index 1781645..88010c4 100644 --- a/repo.json +++ b/repo.json @@ -26,10 +26,10 @@ "DownloadLinkUpdate": "https://github.com/JonKazama-Hellion/HellionChat/releases/download/v0.6.1/latest.zip", "DownloadLinkTesting": "https://github.com/JonKazama-Hellion/HellionChat/releases/download/v0.6.1/latest.zip", "TestingAssemblyVersion": "0.6.1.0", - "IconUrl": "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/icon.png", + "IconUrl": "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/icon.png", "ImageUrls": [ - "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/chatWindow.png", - "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/ChatTwo/images/withSimpleTweaks.png" + "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/chatWindow.png", + "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/withSimpleTweaks.png" ], "DownloadCount": 0, "IsHide": false,