forked from tgstation/tgstation
-
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 branch 'larentoun-official-update'
- Loading branch information
Showing
300 changed files
with
9,517 additions
and
53 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
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,4 @@ | ||
## Text-to-speech | ||
#TTS_TOKEN_SILERO mytoken | ||
#TTS_ENABLED | ||
#TTS_CACHE |
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,4 @@ | ||
/datum/modpack/defines220 | ||
name = "Дефайны220" | ||
desc = "Добавляет дефайны, которые нам нужны" | ||
author = "larentoun" |
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,10 @@ | ||
#include "_defines220.dm" | ||
|
||
#include "code/defines/keybindings.dm" | ||
#include "code/defines/spans.dm" | ||
#include "code/signals_mob/signals_mob_ai.dm" | ||
#include "code/signals_mob/signals_mob_carbon.dm" | ||
#include "code/signals_mob/signals_mob_living.dm" | ||
#include "code/signals_mob/signals_mob_main.dm" | ||
#include "code/signals_mob/signals_mob_silicon.dm" | ||
#include "code/signals_mob/signals_mob_simple.dm" |
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,4 @@ | ||
#define COMSIG_KB_MOB_PIXEL_SHIFT_DOWN "keybinding_mob_pixel_shift_down" | ||
#define COMSIG_KB_MOB_PIXEL_SHIFT_UP "keybinding_mob_pixel_shift_up" | ||
#define COMSIG_KB_CLIENT_LOOC_DOWN "keybinding_client_looc_down" | ||
#define COMSIG_KB_CLIENT_WHISPER_DOWN "keybinding_client_whisper_down" |
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 @@ | ||
#define span_maptext(str) ("<span class='maptext'>" + str + "</span>") |
1 change: 1 addition & 0 deletions
1
modular_bandastation/_defines220/code/signals_mob/signals_mob_ai.dm
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 @@ | ||
// Signals for /mob/living/silicon/ai |
1 change: 1 addition & 0 deletions
1
modular_bandastation/_defines220/code/signals_mob/signals_mob_carbon.dm
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 @@ | ||
// Signals for /mob/living/carbon |
9 changes: 9 additions & 0 deletions
9
modular_bandastation/_defines220/code/signals_mob/signals_mob_living.dm
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,9 @@ | ||
// Signals for /mob/living | ||
|
||
//from base of living/set_pull_offset(): (mob/living/pull_target, grab_state) | ||
#define COMSIG_LIVING_SET_PULL_OFFSET "living_set_pull_offset" | ||
//from base of living/reset_pull_offsets(): (mob/living/pull_target, override) | ||
#define COMSIG_LIVING_RESET_PULL_OFFSETS "living_reset_pull_offsets" | ||
//from base of living/CanAllowThrough(): (atom/movable/mover, border_dir) | ||
#define COMSIG_LIVING_CAN_ALLOW_THROUGH "living_can_allow_through" | ||
#define COMPONENT_LIVING_PASSABLE (1<<0) |
1 change: 1 addition & 0 deletions
1
modular_bandastation/_defines220/code/signals_mob/signals_mob_main.dm
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 @@ | ||
// Signals for /mob |
1 change: 1 addition & 0 deletions
1
modular_bandastation/_defines220/code/signals_mob/signals_mob_silicon.dm
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 @@ | ||
// Signals for /mob/living/silicon |
1 change: 1 addition & 0 deletions
1
modular_bandastation/_defines220/code/signals_mob/signals_mob_simple.dm
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 @@ | ||
// Signals for /mob/living/simple_animal |
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,4 @@ | ||
/datum/modpack/defines220 | ||
name = "Хелперы220" | ||
desc = "Добавляет хелперы, которые нам нужны" | ||
author = "larentoun" |
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 @@ | ||
#include "_helpers220.dm" |
Oops, something went wrong.