This repository was archived by the owner on May 22, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 456
Update essential files #4
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,70 +1,10 @@ | ||
| # This list auto requests reviews from the specified org members | ||
| # when a PR that modifies the file in question is opened | ||
| # This list is alphabetized by User -> Filename KEEP IT THAT WAY | ||
| # In the event that multiple org members are to be informed of changes | ||
| # to the same file or dir, add them to the end under Multiple Owners | ||
|
|
||
| # ChangelingRain | ||
|
|
||
| /code/__DEFINES/clockcult.dm @ChangelingRain | ||
| /code/datums/antagonists/datum_clockcult.dm @ChangelingRain | ||
| /code/game/gamemodes/blob/ @ChangelingRain | ||
| /code/game/gamemodes/clock_cult/ @ChangelingRain | ||
| /code/game/gamemodes/miniantags/revenant/ @ChangelingRain | ||
| /code/game/objects/effects/temporary_visuals/ @ChangelingRain | ||
| /code/modules/reagents/chemistry/reagents/blob_reagents.dm @ChangelingRain | ||
|
|
||
| # Cyberboss | ||
|
|
||
| /code/__DATASTRUCTURES/globals.dm @Cyberboss | ||
| /code/__DEFINES/components.dm @Cyberboss | ||
| /code/__DEFINES/server_tools.config.dm @Cyberboss | ||
| /code/__DEFINES/server_tools.dm @Cyberboss | ||
| /code/controllers/subsystem/atoms.dm @Cyberboss | ||
| /code/controllers/subsystem/mapping.dm @Cyberboss | ||
| /code/controllers/globals.dm @Cyberboss | ||
| /code/datums/helper_datums/getrev.dm @Cyberboss | ||
| /code/datums/components/ @Cyberboss | ||
| /code/datums/map_config.dm @Cyberboss | ||
| /code/datums/forced_movement.dm @Cyberboss | ||
| /code/datums/holocall.dm @Cyberboss | ||
| /code/modules/admin/verbs/adminhelp.dm @Cyberboss | ||
| /code/modules/admin/verbs/adminpm.dm @Cyberboss | ||
| /code/modules/server_tools/ @Cyberboss | ||
| /code/modules/mapping/ @Cyberboss | ||
|
|
||
| # duncathan | ||
|
|
||
| /code/__DEFINES/atmospherics.dm @duncathan | ||
| /code/modules/atmospherics/ @duncathan | ||
|
|
||
| # Jordie0608 | ||
|
|
||
| /SQL/ @Jordie0608 | ||
| /code/controllers/subsystem/dbcore.dm @Jordie0608 | ||
| /tools/SQLAlertEmail/ @Jordie0608 | ||
|
|
||
| # MrStonedOne | ||
|
|
||
| /code/__DEFINES/MC.dm @MrStonedOne | ||
| /code/__DEFINES/tick.dm @MrStonedOne | ||
| /code/controllers/admin.dm @MrStonedOne | ||
| /code/controllers/master.dm @MrStonedOne | ||
| /code/controllers/failsafe.dm @MrStonedOne | ||
| /code/controllers/subsystem.dm @MrStonedOne | ||
| /code/controllers/subsystem/timer.dm @MrStonedOne | ||
|
|
||
| # ninjanomnom | ||
|
|
||
| /code/controllers/subsystem/shuttle.dm @ninjanomnom | ||
| /code/modules/shuttle/ @ninjanomnom | ||
|
|
||
| # ShizCalev | ||
|
|
||
| /_maps/ @ShizCalev | ||
| /sound/ @ShizCalev | ||
|
|
||
| # Multiple Owners | ||
|
|
||
| /code/controllers/subsystem/air.dm @duncathan @MrStonedOne | ||
| /icons/ @ShizCalev @WJohn | ||
| # This list auto requests reviews from the specified org members | ||
| # when a PR that modifies the file in question is opened | ||
| # This list is alphabetized by User -> Filename KEEP IT THAT WAY | ||
| # In the event that multiple org members are to be informed of changes | ||
| # to the same file or dir, add them to the end under Multiple Owners | ||
|
|
||
| # Example | ||
|
|
||
| #/code/world.dm @GithubNameHere | ||
| #/maps/ @GithubNameHere | ||
This file contains hidden or 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 hidden or 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 hidden or 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,22 +1,27 @@ | ||
| [Changelogs]: # (Your PR should contain a detailed changelog of notable changes, titled and categorized appropriately. This includes, new features, sprites, sounds, balance changes, admin tools, map edits, removals, big refactors, config changes, hosting changes and important fixes. An example changelog has been provided below for you to edit. If you need additional help, read https://github.com/tgstation/tgstation/wiki/Changelogs) | ||
| ### Intent of your Pull Request | ||
|
|
||
| :cl: optional name here | ||
| add: Added new things | ||
| add: Added more things | ||
| del: Removed old things | ||
| tweak: tweaked a few things | ||
| balance: rebalanced something | ||
| fix: fixed a few things | ||
| soundadd: added a new sound thingy | ||
| sounddel: removed an old sound thingy | ||
| imageadd: added some icons and images | ||
| imagedel: deleted some icons and images | ||
| spellcheck: fixed a few typos | ||
| code: changed some code | ||
| refactor: refactored some code | ||
| config: changed some config setting | ||
| admin: messed with admin stuff | ||
| server: something server ops should know | ||
| /:cl: | ||
| Tell what the purpose of your PR is. | ||
| Mention if you tested your changes. If you changed a map, make sure you used the mapmerge tool. | ||
|
|
||
| Mention if your PR is related to an issue. | ||
| You can type "Fixes issue #6" and issue 6 will be automatically closed when your pull request is merged. This is much easier for everyone. | ||
|
|
||
| Edit the changelog at the bottom for changes that are noticeable by the players. Remove it if this isn't the case. | ||
| If you add a name after the ':cl', that name will be used in the changelog. Leave it empty to use your GitHub name. | ||
| Include [admin] in the title if it's something admin related. | ||
|
|
||
| [why]: # (Please add a short description [two lines down] of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding.) | ||
| #### Changelog | ||
|
|
||
| :cl: | ||
| rscadd: Added new things | ||
| rscdel: Removed old things | ||
| bugfix: fixed a few things | ||
| wip: This is work in progress | ||
| tweak: tweaked a few things | ||
| soundadd: added a new sound thingy | ||
| sounddel: removed an old sound thingy | ||
| imageadd: added some icons and images | ||
| imagedel: deleted some icons and images | ||
| spellcheck: fixed a few typos | ||
| experimental: This is experimental | ||
| /:cl: |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keep the top bit saying how it works, and add one of us to a config file or something so we still have it?