The end of an era

This commit is contained in:
AffectedArc07
2021-10-30 10:47:25 +01:00
parent 2d3e44511e
commit 62aabe7401
3 changed files with 10 additions and 12 deletions
+9 -10
View File
@@ -5,20 +5,19 @@
### AffectedArc07
# Actual Code
/code/controllers/subsystem/instancing.dm @AffectedArc07
/code/controllers/subsystem/mapping.dm @AffectedArc07
/code/controllers/subsystem/ticker.dm @AffectedArc07
/tgui/ @AffectedArc07
#/code/controllers/subsystem/instancing.dm @AffectedArc07
#/code/controllers/subsystem/mapping.dm @AffectedArc07
#/code/controllers/subsystem/ticker.dm @AffectedArc07
#/tgui/ @AffectedArc07
# CI + Tooling
/.github/workflows/ @AffectedArc07
/code/modules/unit_tests/ @AffectedArc07
/tools/ci/ @AffectedArc07
#/.github/workflows/ @AffectedArc07
#/code/modules/unit_tests/ @AffectedArc07
#/tools/ci/ @AffectedArc07
# Executables that need to be security-cleared
dreamchecker.exe @AffectedArc07
rust_g.dll @AffectedArc07
#dreamchecker.exe @AffectedArc07
#rust_g.dll @AffectedArc07
### Fox-McCloud
+1 -1
View File
@@ -671,7 +671,7 @@ responsible for properly tagging new pull requests and issues, moderating commen
pull requests/issues, and merging/closing pull requests.
### Maintainer List
* [AffectedArc07](https://github.com/AffectedArc07)
* [Ansari](https://github.com/variableundefined)
* [Crazy Lemon](https://github.com/Crazylemon64)
* [Fox P McCloud](https://github.com/Fox-McCloud)
-1
View File
@@ -4,4 +4,3 @@ This folder contains all the script and tools required for GitHub actions. If yo
- `nanomap-renderer` - A linux application to render NanoMap images of the ingame maps automatically. Based off of SpacemanDMM (Modified source [here](https://github.com/AffectedArc07/ParaSpacemanDMM), original source [here](https://github.com/Spacemaniac/SpacemanDMM))
- `nanomap-renderer-invoker.sh` - A script which invokes the render tool and clones the maps to the correct directory
- `doc-generator` - A linux application to generate documentation of game code automatically. Based off of SpacemanDMM (Modified source [here](https://github.com/AffectedArc07/ParaSpacemanDMM), original source [here](https://github.com/Spacemaniac/SpacemanDMM))