From cdf12853c6da70ed15a2b3fe8cb327f05ca0bbc7 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Dec 2023 23:21:06 +0100 Subject: [PATCH] maint: rebrand --- .github/workflows/build.yml | 18 +++++----- README.md | 6 ++-- data/launcher/main.html | 4 +-- data/ui_scripts/frontend_menus/__init__.lua | 2 +- data/ui_scripts/stats/__init__.lua | 8 ++--- premake5.lua | 4 +-- src/client/component/arxan.cpp | 2 +- src/client/component/auth.cpp | 4 +-- src/client/component/bots.cpp | 2 +- src/client/component/branding.cpp | 6 ++-- src/client/component/client_patches.cpp | 35 +++---------------- src/client/component/console.cpp | 4 +-- src/client/component/dvars.cpp | 2 +- src/client/component/exception.cpp | 12 +++---- src/client/component/game_settings.cpp | 2 +- src/client/component/profile_infos.cpp | 4 +-- src/client/component/script.cpp | 8 ++--- src/client/component/server_list.cpp | 2 +- src/client/component/splash.cpp | 2 +- src/client/component/steam_proxy.cpp | 2 +- src/client/component/ui_scripting.cpp | 6 ++-- .../game/demonware/services/bdStorage.cpp | 2 +- src/client/game/game.cpp | 2 +- src/client/launcher/launcher.cpp | 2 +- src/client/loader/tls.cpp | 2 +- src/client/main.cpp | 4 +-- src/client/resource.rc | 10 +++--- src/client/steam/interfaces/user.cpp | 2 +- src/client/updater/file_updater.cpp | 6 ++-- src/client/updater/updater_ui.cpp | 2 +- src/common/exception/minidump.cpp | 2 +- src/common/utils/properties.cpp | 10 ++---- 32 files changed, 74 insertions(+), 105 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 057250d3..cad0733d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: uses: ammaraskar/msvc-problem-matcher@master - name: Build ${{matrix.configuration}} - run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/boiii.sln + run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/t7x.sln - name: Upload ${{matrix.configuration}} symbols if: matrix.configuration == 'Release' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') @@ -50,7 +50,7 @@ jobs: with: name: ${{matrix.configuration}} Symbols path: | - build/bin/x64/${{matrix.configuration}}/boiii.pdb + build/bin/x64/${{matrix.configuration}}/t7x.pdb - name: Upload ${{matrix.configuration}} binary if: matrix.configuration == 'Release' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') @@ -58,7 +58,7 @@ jobs: with: name: ${{matrix.configuration}} Binary path: | - build/bin/x64/${{matrix.configuration}}/boiii.exe + build/bin/x64/${{matrix.configuration}}/t7x.exe - name: Upload ${{matrix.configuration}} data artifacts if: matrix.configuration == 'Release' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') @@ -98,19 +98,19 @@ jobs: run: ssh-keyscan -H ${{ secrets.BOIII_MASTER_SSH_ADDRESS }} >> ~/.ssh/known_hosts - name: Remove old data files - run: ssh ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }} rm -rf ${{ env.BOIII_MASTER_PATH }}/boiii/data/* + run: ssh ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }} rm -rf ${{ env.BOIII_MASTER_PATH }}/t7x/data/* - - name: Upload BOIII binary - run: rsync -avz boiii.exe ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }}:${{ env.BOIII_MASTER_PATH }}/boiii/ + - name: Upload T7x binary + run: rsync -avz t7x.exe ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }}:${{ env.BOIII_MASTER_PATH }}/t7x/ - name: Upload data files - run: rsync -avz ./data/ ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }}:${{ env.BOIII_MASTER_PATH }}/boiii/data/ + run: rsync -avz ./data/ ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }}:${{ env.BOIII_MASTER_PATH }}/t7x/data/ - name: Publish changes run: ssh ${{ secrets.BOIII_MASTER_SSH_USER }}@${{ secrets.BOIII_MASTER_SSH_ADDRESS }} ${{ secrets.BOIII_MASTER_SSH_CHANGE_PUBLISH_COMMAND }} - name: Prepare cleanup - run: echo "" > boiii.exe + run: echo "" > t7x.exe - name: Cleanup uses: actions/upload-artifact@v3.1.3 @@ -118,4 +118,4 @@ jobs: name: Release Binary retention-days: 1 path: | - boiii.exe + t7x.exe diff --git a/README.md b/README.md index d484f971..d58e755d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# What is BOIII ☄️ +# What is T7x ☄️ -BOIII is a game modification for Call of Duty: Black Ops 3. -The Steam version of Black Ops 3 is required to be owned and installed for BOIII to work. You can get it from here. +T7x is a game modification for Call of Duty: Black Ops 3. +The Steam version of Black Ops 3 is required to be owned and installed for T7x to work. You can get it from here. ## Writeups & Articles diff --git a/data/launcher/main.html b/data/launcher/main.html index 912123cb..cbe85e03 100644 --- a/data/launcher/main.html +++ b/data/launcher/main.html @@ -3,7 +3,7 @@ - BOIII + T7x