From 0eb9bb0ce0a91681e477671544843df34c92f057 Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 22:23:11 +0100
Subject: [PATCH 01/12] Create CNAME
---
CNAME | 1 +
1 file changed, 1 insertion(+)
create mode 100644 CNAME
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..54e8d0c
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+vpm.vrsl.dev
\ No newline at end of file
From 5ea0330f84b7f2436576994b83ad8582c3504900 Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 22:23:28 +0100
Subject: [PATCH 02/12] Delete CNAME
---
CNAME | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 CNAME
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 54e8d0c..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-vpm.vrsl.dev
\ No newline at end of file
From 3eab8ab6e64698bacbd6ce1570de65ceea18ae35 Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 22:24:51 +0100
Subject: [PATCH 03/12] Create static.yml
---
.github/workflows/static.yml | 43 ++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 .github/workflows/static.yml
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
new file mode 100644
index 0000000..2bd90b5
--- /dev/null
+++ b/.github/workflows/static.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches: ["main"]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
+jobs:
+ # Single deploy job since we're just deploying
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+ - name: Setup Pages
+ uses: actions/configure-pages@v3
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
+ with:
+ # Upload entire repository
+ path: '.'
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v2
From d673e0cdee642e5bd6a6ac3169d726ef0d309dee Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:14:05 +0100
Subject: [PATCH 04/12] Create index.json
---
VPM/index.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 VPM/index.json
diff --git a/VPM/index.json b/VPM/index.json
new file mode 100644
index 0000000..e566c47
--- /dev/null
+++ b/VPM/index.json
@@ -0,0 +1,56 @@
+{
+ "name":"VR Stage Lighting VPM",
+ "author":"AcChosen",
+ "url":"https://vpm.vrsl.dev/index.json",
+ "id":"dev.vrsl.vpm",
+ "packages":{
+ "com.acchosen.vr-stage-lighting":{
+ "versions":{
+ "2.4.0":{
+ "name":"com.acchosen.vr-stage-lighting",
+ "displayName":"VR Stage Lighting",
+ "version":"2.4.0",
+ "description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
+ "gitDependencies":{
+ },
+ "vpmDependencies":{
+ "com.llealloo.audiolink": "0.3.1"
+ },
+ "hideInEditor":false,
+ "zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
+ "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip",
+ "legacyFolders":{
+ "Assets\\VR-Stage-Lighting": ""
+ },
+ "legacyFiles":{
+ },
+ "dependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ }
+ },
+ "2.2.1":{
+ "name":"com.acchosen.vr-stage-lighting",
+ "displayName": "VR Stage Lighting",
+ "version": "2.4.0",
+ "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
+ "gitDependencies": {
+ },
+ "vpmDependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ },
+ "hideInEditor":false,
+ "zipSHA256": "359A6D750327D669B38A00FC75C9EEB076EBEAB0C523413D0590F9E39A1FFFB1",
+ "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.2.0/com.acchosen.vr-stage-lighting.zip",
+ "legacyFolders": {
+ "Assets\\VR-Stage-Lighting": ""
+ },
+ "legacyFiles":{
+ },
+ "dependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ }
+ }
+ }
+ }
+ }
+}
From f4063bff4c924310ede5899ac9b179918b5c938a Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:18:56 +0100
Subject: [PATCH 05/12] Create index.json
---
docs/index.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 docs/index.json
diff --git a/docs/index.json b/docs/index.json
new file mode 100644
index 0000000..e566c47
--- /dev/null
+++ b/docs/index.json
@@ -0,0 +1,56 @@
+{
+ "name":"VR Stage Lighting VPM",
+ "author":"AcChosen",
+ "url":"https://vpm.vrsl.dev/index.json",
+ "id":"dev.vrsl.vpm",
+ "packages":{
+ "com.acchosen.vr-stage-lighting":{
+ "versions":{
+ "2.4.0":{
+ "name":"com.acchosen.vr-stage-lighting",
+ "displayName":"VR Stage Lighting",
+ "version":"2.4.0",
+ "description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
+ "gitDependencies":{
+ },
+ "vpmDependencies":{
+ "com.llealloo.audiolink": "0.3.1"
+ },
+ "hideInEditor":false,
+ "zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
+ "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip",
+ "legacyFolders":{
+ "Assets\\VR-Stage-Lighting": ""
+ },
+ "legacyFiles":{
+ },
+ "dependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ }
+ },
+ "2.2.1":{
+ "name":"com.acchosen.vr-stage-lighting",
+ "displayName": "VR Stage Lighting",
+ "version": "2.4.0",
+ "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
+ "gitDependencies": {
+ },
+ "vpmDependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ },
+ "hideInEditor":false,
+ "zipSHA256": "359A6D750327D669B38A00FC75C9EEB076EBEAB0C523413D0590F9E39A1FFFB1",
+ "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.2.0/com.acchosen.vr-stage-lighting.zip",
+ "legacyFolders": {
+ "Assets\\VR-Stage-Lighting": ""
+ },
+ "legacyFiles":{
+ },
+ "dependencies": {
+ "com.llealloo.audiolink": "0.3.1"
+ }
+ }
+ }
+ }
+ }
+}
From dc90bd7b1276f8d64680b3ca626891d705fa8dc1 Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:20:10 +0100
Subject: [PATCH 06/12] Delete VPM directory
---
VPM/index.json | 56 --------------------------------------------------
1 file changed, 56 deletions(-)
delete mode 100644 VPM/index.json
diff --git a/VPM/index.json b/VPM/index.json
deleted file mode 100644
index e566c47..0000000
--- a/VPM/index.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name":"VR Stage Lighting VPM",
- "author":"AcChosen",
- "url":"https://vpm.vrsl.dev/index.json",
- "id":"dev.vrsl.vpm",
- "packages":{
- "com.acchosen.vr-stage-lighting":{
- "versions":{
- "2.4.0":{
- "name":"com.acchosen.vr-stage-lighting",
- "displayName":"VR Stage Lighting",
- "version":"2.4.0",
- "description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
- "gitDependencies":{
- },
- "vpmDependencies":{
- "com.llealloo.audiolink": "0.3.1"
- },
- "hideInEditor":false,
- "zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
- "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip",
- "legacyFolders":{
- "Assets\\VR-Stage-Lighting": ""
- },
- "legacyFiles":{
- },
- "dependencies": {
- "com.llealloo.audiolink": "0.3.1"
- }
- },
- "2.2.1":{
- "name":"com.acchosen.vr-stage-lighting",
- "displayName": "VR Stage Lighting",
- "version": "2.4.0",
- "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
- "gitDependencies": {
- },
- "vpmDependencies": {
- "com.llealloo.audiolink": "0.3.1"
- },
- "hideInEditor":false,
- "zipSHA256": "359A6D750327D669B38A00FC75C9EEB076EBEAB0C523413D0590F9E39A1FFFB1",
- "url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.2.0/com.acchosen.vr-stage-lighting.zip",
- "legacyFolders": {
- "Assets\\VR-Stage-Lighting": ""
- },
- "legacyFiles":{
- },
- "dependencies": {
- "com.llealloo.audiolink": "0.3.1"
- }
- }
- }
- }
- }
-}
From 8902436e05433e19ee37ec4d6fe481eb17c64801 Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:27:37 +0100
Subject: [PATCH 07/12] Create index.html
---
docs/index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 docs/index.html
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..f7fb868
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,10 @@
+
+
+ vpm.vrsl.dev
+
+
+
+
VR Stage Lighting VPM Repository
+
+
+
From 31024ab47876214a5f6eac8e161be3aefe49351c Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:36:26 +0100
Subject: [PATCH 08/12] Update index.json
---
docs/index.json | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/docs/index.json b/docs/index.json
index e566c47..b30fcd2 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -3,35 +3,35 @@
"author":"AcChosen",
"url":"https://vpm.vrsl.dev/index.json",
"id":"dev.vrsl.vpm",
- "packages":{
- "com.acchosen.vr-stage-lighting":{
- "versions":{
- "2.4.0":{
+ "packages": {
+ "com.acchosen.vr-stage-lighting": {
+ "versions": {
+ "2.4.0": {
"name":"com.acchosen.vr-stage-lighting",
"displayName":"VR Stage Lighting",
"version":"2.4.0",
"description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
- "gitDependencies":{
+ "gitDependencies": {
},
- "vpmDependencies":{
+ "vpmDependencies": {
"com.llealloo.audiolink": "0.3.1"
},
"hideInEditor":false,
"zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
"url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip",
- "legacyFolders":{
+ "legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
},
- "legacyFiles":{
+ "legacyFiles": {
},
"dependencies": {
"com.llealloo.audiolink": "0.3.1"
}
- },
- "2.2.1":{
+ },
+ "2.2.1": {
"name":"com.acchosen.vr-stage-lighting",
"displayName": "VR Stage Lighting",
- "version": "2.4.0",
+ "version": "2.2.1",
"description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"gitDependencies": {
},
From 32bb3effc95d059300cd8463718fa46c2d7b1fda Mon Sep 17 00:00:00 2001
From: towneh
Date: Tue, 4 Jul 2023 23:54:50 +0100
Subject: [PATCH 09/12] Update index.json
---
docs/index.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.json b/docs/index.json
index b30fcd2..0726cd2 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -14,7 +14,7 @@
"gitDependencies": {
},
"vpmDependencies": {
- "com.llealloo.audiolink": "0.3.1"
+ "com.llealloo.audiolink": "0.3.2"
},
"hideInEditor":false,
"zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
From 30985b4122a3ea2149f3ea50e016f8900006902a Mon Sep 17 00:00:00 2001
From: towneh
Date: Wed, 5 Jul 2023 00:06:20 +0100
Subject: [PATCH 10/12] Update index.json
---
docs/index.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.json b/docs/index.json
index 0726cd2..3aafa12 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -17,7 +17,7 @@
"com.llealloo.audiolink": "0.3.2"
},
"hideInEditor":false,
- "zipSHA256":"9C976F48EFA71766C0BB22397FAF5F79845E12A85C09D943245A20B3CAB01207",
+ "zipSHA256":"FA7A57F7F1ABF43D5E082C3A4A76CA2A95FC312AA58ECA000102FD3DE2918E83",
"url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.4.0/com.acchosen.vr-stage-lighting.zip",
"legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
@@ -25,7 +25,7 @@
"legacyFiles": {
},
"dependencies": {
- "com.llealloo.audiolink": "0.3.1"
+ "com.llealloo.audiolink": "0.3.2"
}
},
"2.2.1": {
From 4098ee6155cbf93c8162c382b6c9e65c90f4e608 Mon Sep 17 00:00:00 2001
From: towneh
Date: Wed, 5 Jul 2023 00:13:31 +0100
Subject: [PATCH 11/12] Update index.json
---
docs/index.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.json b/docs/index.json
index 3aafa12..569aa2e 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -39,7 +39,7 @@
"com.llealloo.audiolink": "0.3.1"
},
"hideInEditor":false,
- "zipSHA256": "359A6D750327D669B38A00FC75C9EEB076EBEAB0C523413D0590F9E39A1FFFB1",
+ "zipSHA256": "94A95B6BD084B0751DFB73CAEE997058CC2D5FAAEA73E49996852944F8F46239",
"url":"https://github.com/AcChosen/VR-Stage-Lighting/releases/download/v2.2.0/com.acchosen.vr-stage-lighting.zip",
"legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
From 40876d73139a9b7804029ae724a5c825359a3e8f Mon Sep 17 00:00:00 2001
From: towneh
Date: Wed, 5 Jul 2023 00:23:04 +0100
Subject: [PATCH 12/12] Delete .github/workflows directory
---
.github/workflows/static.yml | 43 ------------------------------------
1 file changed, 43 deletions(-)
delete mode 100644 .github/workflows/static.yml
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
deleted file mode 100644
index 2bd90b5..0000000
--- a/.github/workflows/static.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Simple workflow for deploying static content to GitHub Pages
-name: Deploy static content to Pages
-
-on:
- # Runs on pushes targeting the default branch
- push:
- branches: ["main"]
-
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
-
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
-permissions:
- contents: read
- pages: write
- id-token: write
-
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
-concurrency:
- group: "pages"
- cancel-in-progress: false
-
-jobs:
- # Single deploy job since we're just deploying
- deploy:
- environment:
- name: github-pages
- url: ${{ steps.deployment.outputs.page_url }}
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Setup Pages
- uses: actions/configure-pages@v3
- - name: Upload artifact
- uses: actions/upload-pages-artifact@v1
- with:
- # Upload entire repository
- path: '.'
- - name: Deploy to GitHub Pages
- id: deployment
- uses: actions/deploy-pages@v2