Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> ${GITHUB_OUTPUT}

- name: Setup qpm
uses: Fernthedev/qpm-action@main
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
restore: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo VERSION="${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Setup qpm
uses: Fernthedev/qpm-action@main
uses: Fernthedev/qpm-action@v1
with:
workflow_token: ${{ secrets.GITHUB_TOKEN }}
restore: true
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ extern.cmake
# QMOD Schema
mod.json.schema

doxygen-build/
doxygen-build/
.env
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"memory_resource": "cpp",
"ranges": "cpp",
"__verbose_abort": "cpp",
"numbers": "cpp"
"numbers": "cpp",
"execution": "cpp"
},
"editor.formatOnSave": false,
"editor.trimAutoWhitespace": true,
Expand Down
2 changes: 1 addition & 1 deletion include/git_info.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define GIT_USER "HardCPP"
#define GIT_BRANCH "dev"
#define GIT_COMMIT 0x51e3151
#define GIT_COMMIT 0x2d4a383
#define GIT_MODIFIED 1
14 changes: 7 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "chatplex-sdk-bs",
"modloader": "Scotland2",
"author": "HardCPP",
"version": "6.4.1",
"version": "6.4.5",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.8_7379",
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
Expand All @@ -17,24 +17,24 @@
"downloadIfMissing": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod"
},
{
"version": "^0.18.3",
"version": "^0.18.4",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.3/CustomTypes.qmod"
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.4/CustomTypes.qmod"
},
{
"version": "^0.4.55",
"id": "bsml",
"downloadIfMissing": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/BSML.qmod"
},
{
"version": "^1.1.24",
"version": "^1.1.26",
"id": "songcore",
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.24/SongCore.qmod"
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.26/SongCore.qmod"
},
{
"version": "^4.6.4",
"version": "^4.8.0",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.8.0/paper2_scotland2.qmod"
}
],
"modFiles": [],
Expand Down
29 changes: 15 additions & 14 deletions qpm.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "ChatPlexSDK-BS",
"id": "chatplex-sdk-bs",
"version": "6.4.1",
"version": "6.4.5",
"url": "https://github.com/hardcpp/QuestChatPlexSDK-BS",
"additionalData": {
"overrideSoName": "libchatplex-sdk-bs.so",
Expand All @@ -15,28 +16,28 @@
"workspace": {
"scripts": {
"build": [
"pwsh ./build.ps1"
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./build.ps1 -clean"
"pwsh ./scripts/build.ps1 -clean"
],
"copy": [
"pwsh ./copy.ps1"
"pwsh ./scripts/copy.ps1"
],
"log": [
"pwsh ./start-logging.ps1"
"pwsh ./scripts/start-logging.ps1"
],
"qmod": [
"pwsh ./build.ps1 -clean",
"pwsh ./createqmod.ps1 -clean"
"pwsh ./scripts/build.ps1 -clean",
"pwsh ./scripts/createqmod.ps1 -clean"
],
"qmod_backup": [
"pwsh ./build.ps1 -clean",
"pwsh ./scripts/build.ps1 -clean",
"qpm qmod build",
"pwsh ./createqmod.ps1 -clean"
"pwsh ./scripts/createqmod.ps1 -clean"
]
},
"ndk": "^27.2.12479018",
"ndk": "^27.3.13750724",
"qmodIncludeDirs": [
"build",
"extern/libs"
Expand All @@ -52,12 +53,12 @@
},
{
"id": "bs-cordl",
"versionRange": "^4008.*",
"versionRange": "4008.*",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.18.3",
"versionRange": "^0.18.4",
"additionalData": {}
},
{
Expand All @@ -77,7 +78,7 @@
},
{
"id": "songcore",
"versionRange": "^1.1.24",
"versionRange": "^1.1.26",
"additionalData": {
"private": true
}
Expand All @@ -91,7 +92,7 @@
},
{
"id": "paper2_scotland2",
"versionRange": "^4.6.4",
"versionRange": "^4.8.0",
"additionalData": {}
},
{
Expand Down
Loading
Loading