forked from ParadiseSS13/Paradise
-
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 remote-tracking branch 'upstream/master'
- Loading branch information
Showing
1,246 changed files
with
93,532 additions
and
63,892 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
## Merger hooks, run tools/hooks/install.bat or install.sh to set up | ||
*.dmm text eol=lf merge=dmm | ||
*.dmi binary merge=dmi |
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
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,54 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "dreammaker", | ||
"dme": "paradise.dme", | ||
"problemMatcher": [ | ||
"$dreammaker" | ||
], | ||
"group": "build", | ||
"label": "dm: build - paradise.dme" | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "tgui/bin/tgui-build", | ||
"windows": { | ||
"command": ".\\tgui\\bin\\tgui-build.bat" | ||
}, | ||
"problemMatcher": [ | ||
"$tsc", | ||
"$eslint-stylish" | ||
], | ||
"group": "build", | ||
"label": "tgui: build" | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "tgui/bin/tgui-dev-server", | ||
"windows": { | ||
"command": ".\\tgui\\bin\\tgui-dev-server.bat" | ||
}, | ||
"problemMatcher": [ | ||
"$tsc", | ||
"$eslint-stylish" | ||
], | ||
"group": "build", | ||
"label": "tgui: run dev server" | ||
} | ||
, | ||
{ | ||
"type": "shell", | ||
"command": "tgui/bin/tgui-formatting", | ||
"windows": { | ||
"command": ".\\tgui\\bin\\tgui-formatting.bat" | ||
}, | ||
"problemMatcher": [ | ||
"$tsc", | ||
"$eslint-stylish" | ||
], | ||
"group": "build", | ||
"label": "tgui: run prettier formatting" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.