diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index f36c27185..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Build Dalamud -on: [push] - -jobs: - build: - name: Build on Windows - runs-on: windows-2019 - steps: - - uses: actions/checkout@v1 - - name: Initialize Submodules - run: git submodule update --init --recursive - - name: Setup Nuget - uses: nuget/setup-nuget@v1 - with: - nuget-version: 'latest' - - name: Restore Nuget Packages - run: nuget restore Dalamud.sln - - name: Define VERSION - run: | - $env:COMMIT = $env:GITHUB_SHA.Substring(0, 7) - $env:REPO_NAME = $env:GITHUB_REPOSITORY -replace '.*/' - $env:BRANCH = $env:GITHUB_REF -replace '.*/' - - ($env:REPO_NAME) >> VERSION - ($env:BRANCH) >> VERSION - ($env:COMMIT) >> VERSION - - name: Build DotNet4 - run: | - cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\" - .\MSBuild.exe $Env:GITHUB_WORKSPACE\Dalamud.sln /t:Build /p:Configuration=Release /p:DefineConstants=XL_NOAUTOUPDATE - - name: Upload artifact - uses: actions/upload-artifact@master - with: - name: dalamud-artifact - path: bin\ diff --git a/.gitmodules b/.gitmodules index 2262f5c70..51fca4b24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "lib/ImGuiScene"] - path = lib/ImGuiScene - url = https://github.com/ff-meli/ImGuiScene -[submodule "lib/Discord.Net"] - path = lib/Discord.Net - url = https://github.com/goaaats/Discord.Net.git [submodule "lib/CoreHook"] path = lib/CoreHook url = https://github.com/unknownv2/CoreHook.git diff --git a/Resources/EasyHook32.dll b/Resources/EasyHook32.dll deleted file mode 100644 index 135609b46..000000000 Binary files a/Resources/EasyHook32.dll and /dev/null differ diff --git a/Resources/EasyHook32Svc.exe b/Resources/EasyHook32Svc.exe deleted file mode 100644 index 0d470eca4..000000000 Binary files a/Resources/EasyHook32Svc.exe and /dev/null differ diff --git a/Resources/EasyHook64.dll b/Resources/EasyHook64.dll deleted file mode 100644 index 4fb1331aa..000000000 Binary files a/Resources/EasyHook64.dll and /dev/null differ diff --git a/Resources/EasyHook64Svc.exe b/Resources/EasyHook64Svc.exe deleted file mode 100644 index 770663386..000000000 Binary files a/Resources/EasyHook64Svc.exe and /dev/null differ diff --git a/Resources/EasyLoad32.dll b/Resources/EasyLoad32.dll deleted file mode 100644 index 5b30daaa7..000000000 Binary files a/Resources/EasyLoad32.dll and /dev/null differ diff --git a/Resources/EasyLoad64.dll b/Resources/EasyLoad64.dll deleted file mode 100644 index 1696334ff..000000000 Binary files a/Resources/EasyLoad64.dll and /dev/null differ diff --git a/filterConfig.yml b/filterConfig.yml deleted file mode 100644 index 9fe66b175..000000000 --- a/filterConfig.yml +++ /dev/null @@ -1,13 +0,0 @@ -apiRules: -- exclude: - uidRegex: ^Dalamud\.Discord -- exclude: - uidRegex: ^Dalamud\.Hooking -- exclude: - uidRegex: ^Dalamud\.FFNotify -- exclude: - uidRegex: ^Dalamud\.Plugin\.PluginManager$ -- exclude: - uidRegex: AddressResolver$ -- exclude: - uidRegex: ^Dalamud$ \ No newline at end of file diff --git a/index.md b/index.md deleted file mode 100644 index c37d0ff00..000000000 --- a/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Dalamud plugin API documentation -Refer to the [API documentation](api/index.md) to see information about creating plugins and accessing Dalamud objects. \ No newline at end of file diff --git a/lib/CoreHook b/lib/CoreHook deleted file mode 160000 index 0c2cd8a64..000000000 --- a/lib/CoreHook +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0c2cd8a641924e8d8b03cfa9f4682fc0ac1bcb59 diff --git a/lib/Discord.Net b/lib/Discord.Net deleted file mode 160000 index 819a325ce..000000000 --- a/lib/Discord.Net +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 819a325cec923e4a817ab2f08be5c7bbe0d775d0 diff --git a/lib/ImGuiScene b/lib/ImGuiScene deleted file mode 160000 index cd24a6108..000000000 --- a/lib/ImGuiScene +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cd24a6108c05e52b0dde80e85ff1f9fa812f631b