-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into objectives-backstory
- Loading branch information
Showing
3,676 changed files
with
191,705 additions
and
132,829 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Validating CODEOWNERS rules …
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 was deleted.
Oops, something went wrong.
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,72 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> _Thanks for filing a bug ticket. We appreciate your time and effort! If you need real-time support, consider joining us on Discord!_ | ||
- type: input | ||
id: byond | ||
attributes: | ||
label: BYOND Version | ||
description: What version of BYOND are you using? | ||
placeholder: "514.1589" | ||
validations: | ||
required: false | ||
- type: input | ||
id: round-date | ||
attributes: | ||
label: Round Date | ||
placeholder: "YYYY/MM/DD" | ||
validations: | ||
required: false | ||
- type: input | ||
id: round-id | ||
attributes: | ||
label: Round ID | ||
placeholder: "12345" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: testmerges | ||
attributes: | ||
label: Test merges | ||
description: A list of currently active test merges (you can get this from the Message of the Day when you connect to the server, or the `Show Server Revision` OOC verb) | ||
placeholder: | | ||
- #pr-number | ||
- #pr-number2 | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: ------ | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. Plain-text snippets preferred, but screenshots welcome. | ||
placeholder: Tell us what you saw | ||
value: "When I did [...], I noticed [...]" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: What did you expect? | ||
description: A clear and concise description of what you expect to happen | ||
placeholder: Tell us what you expected | ||
value: "I expected [...]" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Reproducible steps | ||
description: "How would we reproduce this bug? Please walk us through it step by step. Plain text is preferred, but screenshots are also welcome." | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
... |
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[New Feature]: " | ||
labels: ["Feature-Request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> _Feature requests are handled in the repository, but you could also discuss your ideas on BeeStation discord or forums here: https://forums.beestation13.com/_ | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature request | ||
description: A clear and concise description of your request. | ||
placeholder: Tell us what you want | ||
value: "I'd like it if [...]" | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -186,3 +186,7 @@ Temporary Items | |
|
||
# Common build tooling, C B T | ||
!/tools/build | ||
|
||
# byond-tracy | ||
prof.dll | ||
libprof.so |
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,12 +1,12 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "byond", | ||
"request": "launch", | ||
"name": "Launch DreamSeeker", | ||
"preLaunchTask": "Build All", | ||
"dmb": "${workspaceFolder}/${command:CurrentDMB}" | ||
} | ||
] | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "byond", | ||
"request": "launch", | ||
"name": "Launch DreamSeeker", | ||
"preLaunchTask": "Build All", | ||
"dmb": "${workspaceFolder}/${command:CurrentDMB}" | ||
} | ||
] | ||
} |
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,30 +1,48 @@ | ||
{ | ||
"eslint.nodePath": "./tgui/.yarn/sdks", | ||
"eslint.workingDirectories": [ | ||
"./tgui" | ||
], | ||
"eslint.workingDirectories": ["./tgui"], | ||
"prettier.prettierPath": "./tgui/.yarn/sdks/prettier/index.js", | ||
"typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"search.exclude": { | ||
"**/.yarn": true, | ||
"**/.pnp.*": true | ||
}, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
"source.fixAll.eslint": "explicit" | ||
}, | ||
"files.eol": "\n", | ||
"files.insertFinalNewline": true, | ||
"gitlens.advanced.blame.customArguments": ["-w"], | ||
"tgstationTestExplorer.project.resultsType": "json", | ||
"tgstationTestExplorer.project.DMEName": "beestation.dme", | ||
"tgstationTestExplorer.project.defines": ["#define UNIT_TESTS", "#define CBT"], | ||
"tgstationTestExplorer.project.defines": [ | ||
"#define UNIT_TESTS", | ||
"#define CBT" | ||
], | ||
"[javascript]": { | ||
"editor.rulers": [80] | ||
"editor.rulers": [80], | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[javascriptreact]": { | ||
"editor.rulers": [80], | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[typescript]": { | ||
"editor.rulers": [80] | ||
"editor.rulers": [80], | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[typescriptreact]": { | ||
"editor.rulers": [80], | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[scss]": { | ||
"editor.rulers": [80] | ||
"editor.rulers": [80], | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
} | ||
} |
Oops, something went wrong.