mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
all* the git changes
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
[*]
|
[*]
|
||||||
insert_final_newline = true
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
#end_of_line = lf
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.txt]
|
[*.py]
|
||||||
insert_final_newline = false
|
indent_style = space
|
||||||
|
|||||||
49
.gitattributes
vendored
49
.gitattributes
vendored
@@ -1,9 +1,42 @@
|
|||||||
# merger hooks, run tools/hooks/install.bat or install.sh to set up
|
|
||||||
*.dmm merge=dmm
|
|
||||||
*.dmi merge=dmi
|
|
||||||
|
|
||||||
# force changelog merging to use union
|
|
||||||
html/changelog.html merge=union
|
|
||||||
|
|
||||||
# force all files to be LF
|
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
## Enforce text mode and LF line breaks
|
||||||
|
## porter note: not yet LFing dm.
|
||||||
|
# *.bat text eol=lf
|
||||||
|
*.css text eol=lf
|
||||||
|
# *.dm text eol=lf
|
||||||
|
# *.dme text eol=lf
|
||||||
|
# *.dmf text eol=lf
|
||||||
|
*.htm text eol=lf
|
||||||
|
*.html text eol=lf
|
||||||
|
*.js text eol=lf
|
||||||
|
*.json text eol=lf
|
||||||
|
*.jsx text eol=lf
|
||||||
|
# *.md text eol=lf
|
||||||
|
*.py text eol=lf
|
||||||
|
*.scss text eol=lf
|
||||||
|
# *.sh text eol=lf
|
||||||
|
# *.sql text eol=lf
|
||||||
|
*.svg text eol=lf
|
||||||
|
*.ts text eol=lf
|
||||||
|
*.tsx text eol=lf
|
||||||
|
# *.txt text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
|
||||||
|
## Enforce binary mode
|
||||||
|
*.bmp binary
|
||||||
|
*.dll binary
|
||||||
|
*.dmb binary
|
||||||
|
*.exe binary
|
||||||
|
*.gif binary
|
||||||
|
*.jpg binary
|
||||||
|
*.png binary
|
||||||
|
*.so binary
|
||||||
|
|
||||||
|
## Merger hooks, run tools/hooks/install.bat or install.sh to set up
|
||||||
|
*.dmm text eol=lf merge=dmm
|
||||||
|
*.dmi binary merge=dmi
|
||||||
|
|
||||||
|
## Force changelog merging to use union
|
||||||
|
html/changelog.html text eol=lf merge=union
|
||||||
|
|||||||
36
.github/workflows/autobuild_tgui.yml
vendored
36
.github/workflows/autobuild_tgui.yml
vendored
@@ -1,36 +0,0 @@
|
|||||||
name: Autobuild TGUI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'master'
|
|
||||||
paths:
|
|
||||||
- 'tgui/**.js'
|
|
||||||
- 'tgui/**.scss'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Rebuild TGUI
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
fetch-depth: 25
|
|
||||||
- name: Setup Node
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: '>=12.13'
|
|
||||||
- name: Build TGUI
|
|
||||||
run: bin/tgui --ci
|
|
||||||
working-directory: ./tgui
|
|
||||||
- name: Commit Artifacts
|
|
||||||
run: |
|
|
||||||
git config --local user.email "action@github.com"
|
|
||||||
git config --local user.name "TGUI"
|
|
||||||
git pull origin master
|
|
||||||
git commit -m "Automatic TGUI Rebuild [ci skip]" -a || true
|
|
||||||
- name: Push Artifacts
|
|
||||||
uses: ad-m/github-push-action@master
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_MASTER_KEY }}
|
|
||||||
12
.github/workflows/round_id_linker.yml
vendored
Normal file
12
.github/workflows/round_id_linker.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: "Round ID Linker"
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
link_rounds:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: Cidatel-Station-13/round_linker@master #notice: fork the round linkies from tg!!
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
27
.gitignore
vendored
27
.gitignore
vendored
@@ -198,13 +198,36 @@ Temporary Items
|
|||||||
!/.vscode/extensions.json
|
!/.vscode/extensions.json
|
||||||
tools/MapAtmosFixer/MapAtmosFixer/obj/*
|
tools/MapAtmosFixer/MapAtmosFixer/obj/*
|
||||||
tools/MapAtmosFixer/MapAtmosFixer/bin/*
|
tools/MapAtmosFixer/MapAtmosFixer/bin/*
|
||||||
|
tools/CreditsTool/bin/*
|
||||||
|
tools/CreditsTool/obj/*
|
||||||
|
|
||||||
#GitHub Atom
|
#GitHub Atom
|
||||||
.atom-build.json
|
.atom-build.json
|
||||||
|
|
||||||
#Jukebox audio files
|
#KDevelop and Kate
|
||||||
/config/jukebox_music/**/*
|
*.kdev4*
|
||||||
|
*.kate-swp
|
||||||
|
|
||||||
#extra map stuff
|
#extra map stuff
|
||||||
/_maps/**/backup/
|
/_maps/**/backup/
|
||||||
/_maps/templates.dm
|
/_maps/templates.dm
|
||||||
|
|
||||||
|
#dmdoc default folder
|
||||||
|
/dmdoc
|
||||||
|
|
||||||
|
# Ignore custom music and title screens (amend as appropriate)
|
||||||
|
/config/jukebox_music/sounds/*
|
||||||
|
!/config/jukebox_music/sounds/exclude
|
||||||
|
/config/title_music/sounds/*
|
||||||
|
!/config/title_music/sounds/exclude
|
||||||
|
/config/title_screens/images/*
|
||||||
|
!/config/title_screens/images/exclude
|
||||||
|
|
||||||
|
#Linux docker
|
||||||
|
tools/LinuxOneShot/SetupProgram/obj/*
|
||||||
|
tools/LinuxOneShot/SetupProgram/bin/*
|
||||||
|
tools/LinuxOneShot/SetupProgram/.vs
|
||||||
|
tools/LinuxOneShot/Database
|
||||||
|
tools/LinuxOneShot/TGS_Config
|
||||||
|
tools/LinuxOneShot/TGS_Instances
|
||||||
|
tools/LinuxOneShot/TGS_Logs
|
||||||
|
|||||||
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
rules:
|
||||||
|
- if: $CI_MERGE_REQUEST_IID || $CI_COMMIT_REF_NAME == "master"
|
||||||
|
changes:
|
||||||
|
- tgui/**/*.js
|
||||||
|
- tgui/**/*.scss
|
||||||
|
when: always
|
||||||
|
image: node:lts
|
||||||
|
script:
|
||||||
|
- tgui/bin/tgui --ci
|
||||||
0
.gitmodules
vendored
0
.gitmodules
vendored
Reference in New Issue
Block a user