This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TG Merge 5 (thermoelectric boogaloo) (#122)
* Merge remote-tracking branch 'tg/master' # Conflicts: # README.md # _maps/map_files/BoxStation/BoxStation.dmm # _maps/map_files/Deltastation/DeltaStation2.dmm # _maps/map_files/Donutstation/Donutstation.dmm # _maps/map_files/KiloStation/KiloStation.dmm # _maps/map_files/MetaStation/MetaStation.dmm # _maps/map_files/PubbyStation/PubbyStation.dmm # code/__DEFINES/dcs/signals.dm # code/__DEFINES/jobs.dm # code/__DEFINES/misc.dm # code/__DEFINES/movespeed_modification.dm # code/__DEFINES/preferences.dm # code/_onclick/hud/_defines.dm # code/_onclick/hud/hud.dm # code/datums/components/edible.dm # code/datums/http.dm # code/datums/status_effects/buffs.dm # code/game/machinery/computer/arcade.dm # code/game/machinery/computer/card.dm # code/game/objects/items/melee/misc.dm # code/game/objects/items/stunbaton.dm # code/modules/atmospherics/machinery/pipes/mapping.dm # code/modules/client/preferences.dm # code/modules/clothing/clothing.dm # code/modules/clothing/spacesuits/miscellaneous.dm # code/modules/jobs/access.dm # code/modules/jobs/job_types/chief_medical_officer.dm # code/modules/mob/living/carbon/human/species_types/ethereal.dm # code/modules/mob/living/living_defines.dm # code/modules/mob/living/simple_animal/friendly/drone/_drone.dm # code/modules/power/lighting.dm # code/modules/power/multiz.dm # code/modules/projectiles/guns/energy/energy_gun.dm # code/modules/projectiles/guns/energy/special.dm # code/modules/reagents/chemistry/reagents/medicine_reagents.dm # code/modules/reagents/chemistry/reagents/other_reagents.dm # code/modules/reagents/reagent_containers/syringes.dm # code/modules/research/designs/misc_designs.dm # code/modules/research/techweb/all_nodes.dm # code/modules/surgery/organs/liver.dm # code/modules/uplink/uplink_items.dm # html/changelogs/.all_changelog.yml # tgui/README.md # tgui/packages/tgui/public/tgui.bundle.js # tgui/packages/tgui/routes.js * dumb workflows * Revert "Merge pull request #49563 from Fikou/clarke" This reverts commit 9d4eb58. * readme fix * movement fixes * moar fixes * more fixes and things * whoops * hopefully final fix * map updates * box power fixes(?) * more map fixes/changes * minor fixes * final changes * actual real fixes * i'm so tired
- Loading branch information
1 parent
19364f7
commit c01440a
Showing
1,049 changed files
with
112,405 additions
and
11,047 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
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,12 @@ | ||
name: "Round ID Linker" | ||
on: | ||
issues: | ||
types: [opened] | ||
|
||
jobs: | ||
link_rounds: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: tgstation/round_linker@master | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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,5 +1,5 @@ | ||
{ | ||
"eslint.workingDirectories": [ | ||
"./tgui-next" | ||
"./tgui" | ||
] | ||
} |
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
Oops, something went wrong.