forked from Epix-Incorporated/Adonis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Epix-Incorporated:master' into master
- Loading branch information
Showing
169 changed files
with
7,113 additions
and
6,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "MainModule", | ||
"tree": { | ||
"$path": "../MainModule/Server/Dependencies/__URGENT_MESSAGES.luau" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "Adonis_Rojo", | ||
"tree": { | ||
"$className": "Folder", | ||
"MainModule": { | ||
"$path": "../MainModule" | ||
}, | ||
"Adonis_Loader": { | ||
"$className": "Model", | ||
"$path": "../Loader" | ||
} | ||
} | ||
} | ||
"name": "Adonis_Rojo", | ||
"emitLegacyScripts": true, | ||
"tree": { | ||
"$className": "Folder", | ||
"MainModule": { | ||
"$path": "../MainModule" | ||
}, | ||
"Adonis_Loader": { | ||
"$className": "Model", | ||
"$path": "../Loader" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Adonis_Loader", | ||
"emitLegacyScripts": true, | ||
"tree": { | ||
"$className": "Model", | ||
"$path": "../Loader" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "MainModule", | ||
"emitLegacyScripts": true, | ||
"tree": { | ||
"$path": "../MainModule" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Close invalid issues | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
close-issue: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
||
- name: Close issue | ||
if: github.event.label.name == '❌ invalid' && !(contains(github.event.issue.body, 'F3X/Building Tools')) | ||
run: gh issue close --comment "This issue has been closed as invalid. Please look at our [contribution guide](https://github.com/Epix-Incorporated/Adonis/blob/master/CONTRIBUTING.md)" --reason "not planned" "1" | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Close BTools issue | ||
if: github.event.label.name == '❌ invalid' && (contains(github.event.issue.body, 'F3X/Building Tools')) | ||
run: gh issue close --comment "We use F3X for our building tools system. Please [make an issue ticket](https://github.com/F3XTeam/RBX-Building-Tools/issues/new) on the F3X Team BTools repository." --reason "not planned" "1" | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
10 changes: 5 additions & 5 deletions
10
.github/workflows/labeling.yml → .github/workflows/labeler.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Issue labeling | ||
name: "Issue Labeler" | ||
on: | ||
issues: | ||
types: [opened, edited] | ||
|
||
permissions: | ||
issues: write | ||
contents: read | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
jobs: | ||
autotriage: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: github/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,9 @@ jobs: | |
- name: Set DebugMode off | ||
run: sed -i "s/DebugMode = true/DebugMode = false/g" Loader/Loader/Loader.server.luau | ||
|
||
- name: Set NightlyMode off | ||
run: sed -i "s/NightlyMode = true/NightlyMode = false/g" Loader/Loader/Loader.server.luau | ||
|
||
- name: Build Standalone | ||
run: rojo build -o ${{ steps.naming.outputs.output_name }}.rbxm .github/build.project.json | ||
|
||
|
@@ -64,11 +67,14 @@ jobs: | |
path: ${{ steps.naming.outputs.output_name }}.rbxm | ||
|
||
- name: Build Loader | ||
run: rojo build -o loader.rbxm .github/loader.deploy.project.json | ||
run: rojo build -o Adonis_Loader.rbxm .github/loader.deploy.project.json | ||
|
||
- name: Build MainModule | ||
run: rojo build -o module.rbxm .github/module.deploy.project.json | ||
|
||
run: rojo build -o Adonis_MainModule.rbxm .github/module.deploy.project.json | ||
|
||
- name: Build Alerts Module | ||
run: rojo build -o Adonis_AlertsModule.rbxm .github/alerts.deploy.project.json | ||
|
||
- name: Send Standalone Release to Discord channel | ||
uses: tsickert/[email protected] | ||
with: | ||
|
@@ -81,7 +87,7 @@ jobs: | |
url: "${{ secrets.PUBURL2 }}/?assetId=${{ secrets.LOADER_ID }}" | ||
method: "POST" | ||
contentType: "multipart/form-data" | ||
files: '{ "file": "loader.rbxm" }' | ||
files: '{ "file": "Adonis_Loader.rbxm" }' | ||
customHeaders: '{ "upload-secret": "${{ secrets.PUBURL2_SECRET }}" }' | ||
timeout: 10000 | ||
|
||
|
@@ -91,6 +97,16 @@ jobs: | |
url: "${{ secrets.PUBURL2 }}/?assetId=${{ secrets.MODULE_ID }}" | ||
method: "POST" | ||
contentType: "multipart/form-data" | ||
files: '{ "file": "module.rbxm" }' | ||
files: '{ "file": "Adonis_MainModule.rbxm" }' | ||
customHeaders: '{ "upload-secret": "${{ secrets.PUBURL2_SECRET }}" }' | ||
timeout: 10000 | ||
|
||
- name: Publish Alerts Module | ||
uses: fjogeleit/[email protected] | ||
with: | ||
url: "${{ secrets.PUBURL2 }}/?assetId=${{ secrets.ALERTS_MODULE_ID }}" | ||
method: "POST" | ||
contentType: "multipart/form-data" | ||
files: '{ "file": "Adonis_AlertsModule.rbxm" }' | ||
customHeaders: '{ "upload-secret": "${{ secrets.PUBURL2_SECRET }}" }' | ||
timeout: 10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--[[ | ||
If you wish to create a custom theme for your Adonis GUIs, place it in this folder. | ||
You can find instructions about how to do this at our wiki: | ||
https://github.com/Epix-Incorporated/Adonis/wiki/Guide:-Creating-a-theme | ||
--]] | ||
return function() end |
Oops, something went wrong.