Commit Graph

164 Commits

Author SHA1 Message Date
alexkar598
45f9fd1bd0 [s] Locks apiurl config (#15196) 2022-08-07 00:31:15 +00:00
Redmoogle
e4cf2139c4 Re-adds donator chat (#15077)
* Readd Donator Chat

* Fixes

* Cleanups
2022-08-05 14:16:34 +01:00
TheGamerdk
1d21a4cbef [PORT] Secret Gateways: Config loaded Away Missions + Anti-observing Z level traits (#13967)
* Secret Gateways: Config loaded Away Missions + Anti-observing Z level traits (#61719)

* Removed effect/dummy/phased_mob copypasta. Fixed squeak component triggering from abstract effects & co. (#54783)

* bonkies

* fix merge

* secret gateway update (#62003)

admins are now notified about a secret gateway load failing, also logs this
secret z levels are protected from incorporeal movement
fixes unpowered ruin areas being powered
adds a bunch of new areas for secret gateways, since var edited areas probably arent a good idea its good to have a few presets
adds cordon turfs and areas, ingame they just look like the z level border, they are completely indestructible, you cant pass them, and if you somehow do, the cordon area kills you (idea from goon but the code and sprites are mine)
adds a z level injector mapping trait, injects a z level trait into the z level its placed on, if you want to add something like ash storms or whatever to your map
adds an anti xray z level trait, you can optionally add this with the z level injector to protect your map against any xray or whatever

* yesss

* Update walks.dm

* last fixed

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2022-05-16 19:53:46 +01:00
SuperSlayer
afe86cc70e Regal rat antag (#13700)
* S

* Adds rat king spawn by event

* Fixing

* Fixing again

* FIXING

* Fixes!

* Fixes...

* Fixxxxxxxessssss

* Fixing!?

* Replaces cheesewedge by feta cheese

* Update code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm

Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>

* Moves royal cheese to snacks_cheese.dm

* Update regalrat.dm

* Some funny rat shit

* Updates regal rat sprites

Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
2022-04-25 22:57:05 +01:00
adamsong
f0a23d102d Fixed config runtime (#13710) 2022-04-15 23:53:30 +01:00
MenacingManatee
5fae00f93f Ion lawset expansion (#13249)
* merge into main

* Revert "merge into main"

This reverts commit b6aa002a82.

* Creates a second set of weights for ion laws

* Alerts the user if full lawset is changed
2022-02-22 00:22:45 +00:00
Xoxeyos
6aa0355b5c My brain hurts - Dynamic fixes, small additions to station traits to make dynamic not cry. (#13150)
* Update yogs_lobby_music.txt

* Update yogs_lobby_music.txt

* summary

* Station Trait addition because dynamic cried

* quick edit

* Update dynamic.dm

* Update dynamic_rulesets.dm

* Adds a mininum player count to darkspawn
2022-02-02 18:34:32 +00:00
adamsong
d940c3ebc7 Adds TOTP MFA for admins. (#12363)
* Adds discord based MFA for admins.

* Fixes error caused by the yogstation folder, other small errors

* Fixed SQL error, I hope

* Converts to TOTP

* Got 2FA working, as well as the backup codes

* Didn't mean to commit this

* Added QR code for scanning in the TOTP seed, removed debug statement, added reset to the permissions panel. Locked the permissions panel behind 2FA.

* Catches error messages from rust_g

* Update rust_g

* Adds 30 day expiry to sessions, also re-disables SQL and MFA in private_default

* Make persisting the session opt-in

* Adds a way for a user to clear their saved logins

* Update rust_g.dll now that the other PR was merged

* Refactor 2FA off the admin datum

* Removed extra check on the 2FA reset button

* Update database_changelog.txt
2021-10-24 15:09:57 +01:00
nmajask
791f92ffcc Ports "Ship construction through the power of science!" and others (#11901)
* Ports "Ship construction through the power of science!"

- Ports https://github.com/BeeStation/BeeStation-Hornet/pull/1398

* Ports some changes

- Ports https://github.com/BeeStation/BeeStation-Hornet/pull/1904/files# and https://github.com/BeeStation/BeeStation-Hornet/pull/1529

* Should fix some stuff

- Removed some unused files
- Fixed a change to a random file

* Should fix more stuff

- Added some more important files
- Added the icons I forgot to add

* Oh, I didn't update the dme

- Should fix this, maybe?

* Probably should add the turf icons

- Added the turf icons

* Fixes the name filter

One down, two to go
- Fixes the name filter by using isnotpetty instead of OOC_FILTER_CHECK, now if you make a shuttle with a bad name, it will message the admins.

* Fixes the tech web

- Fixes the tech web
- Adds the new icons for the RSD

* Should fix some stuff with the shuttles

Should fix most of the runtimes and issues that ive had thanks to Jamie's help. Should bring this from ""functional"" to "functional".

* I am too tired for this

why github desktop, WHY!!

* Adds spaceship navigation beacons

They kinda work.

* should fix the beacons

why do i do this the way i do

* Ports some fixes by Dennok

Ports "Custom shuttle offsets and view range depends on ship size. #2685" by Dennok and "Custom transit dir for custom shuttle #2689" by Dennok

* Admin RSD and minor tweaks

- Added the Admin RSD, which ignores the shuttle size and area limit, allowing you to turn whole chucks of the station into shuttles
- Renamed the shuttle navigation computer to the shuttle zoning designator to avoid confusion
- Tweaked the designs for the shuttle circuit board design to use the correct name for the boards
- Moved the Bluespace Navigation Gigabeacon board into shuttle machinery

* Fixes Bluespace Navigation Gigabeacon not being able to be researched

- I forgot to add Bluespace Navigation Gigabeacon to the lists of unlocks for Spacepod Construction, so I fixed that

* readded the RSD sprites

got to love merge conflicts

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2021-10-06 02:24:46 +01:00
adamsong
84af476ed5 Force roll a number of security officers based on roundstart pop (#12303) 2021-10-03 21:21:34 +01:00
adamsong
a0704b9f18 [admin] Revamp auto deadmin (#12286)
* Adds a minimum admin count to auto-deadmin, also adds a preference for auto-deadmin on critical roles

* Disables the forced deadmin, increases the threshold

* Changed config to be the minimum to auto-deadming, as its more intuitive

* Remove drone from silicon auto-deadmin

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2021-09-17 13:13:32 +01:00
alexkar598
0d1b78c0ef Dring dring, the 90s called, they want their URLs back (#12019) 2021-08-14 14:25:34 +01:00
Anvilman6
c85fa9e2ea Adds partial Command integration for Non-Humans (#11505)
* Adds partial Command integration for Non-Humans

Allows Non-Humans to enroll in Command positions, dependent on Species. Applies to both roundstart and latejoin.

* Ethereals, Polys moved from HoS to RD, CE 

Per lengthy consultation with other developers, I have decided to move Ethereals and Polysmorphs out of the HoS qualification into RD/CE respectively.
Main documentation to be adjusted accordingly, and fuller explanatory comment to be posted to thread shortly.
2021-07-09 10:43:29 +01:00
Maxim Nikitin
7013fa39d5 Voice Announcement System for AIs and Captains (#11548)
* Voice Announcement System

* Fixes shit the linter complained about

* Uses topic instead of JSON files

* fixes alex's problems

* use /dev/urandom on linux

* GenerateToken

* update the config in theory

* Allow downloading sounds via Get Server Logs
2021-07-01 11:46:27 +01:00
alexkar598
1c611b9cff Ports #59750 from TG: Adds configs to disable hard deletes (#11622)
* Adds configs to disable hard deletes

* Apply suggestions from code review

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: MrStonedOne <kyleshome@gmail.com>
Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2021-06-26 12:12:06 +01:00
TheGamerdk
4e95227477 Zombie Gamemode (#7984)
* thing

* fixed

* noi

* thing

* i hate you

* nerf

* Stuff

* Zombies!

* Thing

* Fixes evo

* Balance

* damage

* Less

* Stamina damage BAD!

* Acid less shit

* buff

* Nerfs

* RUN!

* refactor

* Cooldown

* Admin add

* span

* Forced zombify, fuck you marmio

* Rebalance

* ...

* fix

* Handcuffs bad!

* Damage

* spit

* less OP

* Classes Finished

* Fixed

* murderbone bad, mkay!

* stupid

* thing

* Fixes

* Report

* uoh

* few fixes

* fuck you alexkar

* stuff

* duck you alexkar

* small fixes

* woop

* Update hud.dmi

* pog

* awkward

* pog

* hey

* Update zombie.dm

* Update hud.dm
2020-12-31 11:24:03 +00:00
Jamie D
d60aebe2bb Revert "CLOCK AND BLOOD TORTURE 2: THE RESUMMONING (#8991)" (#10687)
This reverts commit 6ea27bb700.
2020-12-20 20:39:52 +00:00
Theos
6ea27bb700 CLOCK AND BLOOD TORTURE 2: THE RESUMMONING (#8991)
* clock cult agents added with framework for gamemode
also moved clock cult unlocks out of the clock cult team so agents can use them

* escape one survivor objective and soul extraction clock side both complete, gamemode info started, etc

* blood agents moved to DLC so clock can be tested, reorganizing, foolproofing some stuff, addition/completion/whatever of clock implant and objective, addition of basic bloodcult agent stuff in preparation for blood agent DLC, removal of debug interaction from agent slab

* no making real slabs from agent slabs

* clock gets some starting power can't believe i forgot this

* code runs off 100% all natural 0 []

* make scaling actually work

* cut recursive thing

* Update clock_mobs.dm

* bloodcult work

* bloodcult start stuff

* newline

* bloodcult objectives, cleanup, and bloodcult restrictions

* merge conflict I fixed but didn't get saved because ??

* see above

* oops all redacteds

* Update hierophant_network.dm

* Update game_options.dm

* bloodcult fixes and repositioning stuff

* clock cult gets 1000 starting power

* fix runtime

* wording

* Update traitorcult.dm

* Update traitorclock.dm

* FORGOT THIS

* Update soulextractobjectives.dm

* Update traitorcult.dm

* Update cult_structures.dm

* impant

* Update game_options.txt

* Update traitorcult.dm

* Update traitorcult.dm

* probably actually most  definitely fixes literally everything

* Update traitorcult.dm

* Update traitorcult.dm

* Update traitorcult.dm

* Update traitorcult.dm

* fuck this

* Update traitorcult.dm

* Update traitorcult.dm

* Update traitorcult.dm

* fuck

* agent scaling down to 15

* Update traitorblood.dm

* Update traitorclock.dm

* Update soulstone.dm

* Update blood_magic.dm

* Update blood_magic.dm

* genious

* Update blood_magic.dm

* Update blood_magic.dm

* Update implantobjectives.dm

* Update blood_magic.dm

* Update blood_magic.dm

* fi clock agent not fgetting slapb

* fuck

* this is a mind proc retadrd

* agent scaling pulling double duty for objectives and cult size

* Update implantobjectives.dm

* Update traitorcult.dm

* deshittening

* Update implantobjectives.dm

* Update implantobjectives.dm

* Update soulextractobjectives.dm

* Update traitorcult.dm

* Update traitorclock.dm

* Update traitorblood.dm

* Update traitorcult.dm

* mess around with clock agent team probably fix issue with objective desc

* same with blood agents

* reflect changes to make objective text work in gamemode file

* Update code/game/objects/items/robot/robot_parts.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* cant believe I forgot that

* Update code/game/gamemodes/traitor/traitorcult.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* Update objective.dm

* Update code/game/gamemodes/objective.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* Update code/modules/antagonists/clockcult/clock_items/replica_fabricator.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* Update code/game/gamemodes/traitor/traitorcult.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* Update code/game/gamemodes/traitor/traitorcult.dm

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* all of this kind of wrote itself

* I think this'll stop teams from being made without having members

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
Co-authored-by: Nichlas Pihl <nichlas00100@gmail.com>
2020-12-20 15:04:05 +00:00
Jamie D
a3cc8b984a Engine Configurable by Config (#10504) 2020-11-26 12:39:12 +00:00
alexkar598
e4d525346d Update configuration.dm (#10488) 2020-11-23 21:18:25 +00:00
Xoxeyos
b329abed13 Merges most of Dynamic Fixes II from Beestation (#10402)
* makeuncloneable addition

* Update revolution.dm

* Update revolution.dm

* Adds exrev support for dynamic

* Adds dynamic stuff need to add support for darkspawn etc

* shadowling support

* Adds vampire and wizard supports

* Adds Darkspawn Support

* Update dynamic_rulesets_midround.dm

* Update dynamic_rulesets_latejoin.dm

* Update dynamic_rulesets.dm

* Update dynamic.dm

* Update roundend.dm

* Don't clone provecateurs, don't clone revheads during dynamic.

* reroll turdis

* reroll turdis

* try and fix error 137

* Update dynamic.dm

* Update game_options.txt

* Update dynamic.dm

* adds dynamic.json

* Update game_options.dm

* Update code/game/gamemodes/dynamic/dynamic.dm

Co-authored-by: jcatjmeow <40673387+jcatjmeow@users.noreply.github.com>
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-11-19 09:28:45 +00:00
TheGamerdk
65e3fe7465 CDN Assets + TGChat + Statbrowser Restyle (#10211)
* asset cache cdn

* Fix cdn rsc (#52886)

I was converting this to use length so it didn't have to care if the list existed or not, and forgot to remove the .len. this broke cdn .rsc files because length(num) returns 0.

* Add warning about https to the external rsc config (#53367)

today in hostchat we discovered that most of the servers who tried to 
do cdn the .rsc, had unknown issues because they had used https:// 
urls. Byond can't into https.

like 5 servers had failed to get this to work because of that pitfall, 
so im gonna add a warning to the config.

* tchat

* tgchat compile

* fixes

* Merge pull request #53011 from stylemistake/tgui-chat-fix-asay

tgchat: Fix asay

* chat color

* logging

* webstorage

* compile TGUI

* actually like compiles on the DM side

* Update chat-dark.scss

* Update chat-light.scss

* Update resources.txt

* Update tgui-panel.bundle.css

* Colors

* compile

* s

* s

* Ports Gamers TGChat so we can edit it. - NOT LIVE TGCHAT BRANCH (#10226)

* asset cache cdn

* Fix cdn rsc (#52886)

I was converting this to use length so it didn't have to care if the list existed or not, and forgot to remove the .len. this broke cdn .rsc files because length(num) returns 0.

* Add warning about https to the external rsc config (#53367)

today in hostchat we discovered that most of the servers who tried to 
do cdn the .rsc, had unknown issues because they had used https:// 
urls. Byond can't into https.

like 5 servers had failed to get this to work because of that pitfall, 
so im gonna add a warning to the config.

* tchat

* tgchat compile

* fixes

* Merge pull request #53011 from stylemistake/tgui-chat-fix-asay

tgchat: Fix asay

* chat color

* logging

* webstorage

* compile TGUI

* actually like compiles on the DM side

* Update chat-dark.scss

* Update chat-light.scss

* Update resources.txt

* Update tgui-panel.bundle.css

* Colors

* compile

* s

* s

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
Co-authored-by: TheSmallBlue <ilanmori@hotmail.com>

* Fixes Replay Chat

* Update to_chat.dm

* Update chat.dm

* Update demo.dm

* yarn berry

* yarn berry compile

* Update resources.txt

* Update config/resources.txt

* Update resources.txt

* Attempt at fixing reconnect.

* Lets try fix it again

* oops

* THROW THE SINK AT IT

* ree

* Makes Travis work again thank you jamie

* Fixes snowflake images

* Update security.dm

* Updates TGChat Test Merge (#10307)

* asset cache cdn

* Fix cdn rsc (#52886)

I was converting this to use length so it didn't have to care if the list existed or not, and forgot to remove the .len. this broke cdn .rsc files because length(num) returns 0.

* Add warning about https to the external rsc config (#53367)

today in hostchat we discovered that most of the servers who tried to 
do cdn the .rsc, had unknown issues because they had used https:// 
urls. Byond can't into https.

like 5 servers had failed to get this to work because of that pitfall, 
so im gonna add a warning to the config.

* tchat

* tgchat compile

* fixes

* Merge pull request #53011 from stylemistake/tgui-chat-fix-asay

tgchat: Fix asay

* chat color

* logging

* webstorage

* compile TGUI

* actually like compiles on the DM side

* Update chat-dark.scss

* Update chat-light.scss

* Update resources.txt

* Update tgui-panel.bundle.css

* Colors

* compile

* s

* s

* Ports Gamers TGChat so we can edit it. - NOT LIVE TGCHAT BRANCH (#10226)

* asset cache cdn

* Fix cdn rsc (#52886)

I was converting this to use length so it didn't have to care if the list existed or not, and forgot to remove the .len. this broke cdn .rsc files because length(num) returns 0.

* Add warning about https to the external rsc config (#53367)

today in hostchat we discovered that most of the servers who tried to 
do cdn the .rsc, had unknown issues because they had used https:// 
urls. Byond can't into https.

like 5 servers had failed to get this to work because of that pitfall, 
so im gonna add a warning to the config.

* tchat

* tgchat compile

* fixes

* Merge pull request #53011 from stylemistake/tgui-chat-fix-asay

tgchat: Fix asay

* chat color

* logging

* webstorage

* compile TGUI

* actually like compiles on the DM side

* Update chat-dark.scss

* Update chat-light.scss

* Update resources.txt

* Update tgui-panel.bundle.css

* Colors

* compile

* s

* s

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
Co-authored-by: TheSmallBlue <ilanmori@hotmail.com>

* Fixes Replay Chat

* Update to_chat.dm

* Update chat.dm

* Update demo.dm

* yarn berry

* yarn berry compile

* Update resources.txt

* Update config/resources.txt

* Update resources.txt

* Attempt at fixing reconnect.

* Lets try fix it again

* oops

* THROW THE SINK AT IT

* ree

* Makes Travis work again thank you jamie

* Fixes snowflake images

* Update security.dm

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
Co-authored-by: TheSmallBlue <ilanmori@hotmail.com>
Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>

* Fixes

* Undo Kitchen Sink

* Fucking 7 Hours.

* status panel

* stat panel fixes

* fixes

* stat panel stuff

* Stat panel finish

* Compile, oops

* Update server_maint.dm

* Update world.dm

* Update interface.dm

* tgui compile

* Update subsystems.dm

* fix statpanel deleting whole admin tab (#54211)

fix: adminhelping no longer removes entire admin tab
fix: end of round no longer removes entire admin tab

* Update skin.dmf

* verbs?

Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
Co-authored-by: TheSmallBlue <ilanmori@hotmail.com>
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>
Co-authored-by: Couls <coul422@gmail.com>
Co-authored-by: Tad Hardesty <tad@platymuus.com>
Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com>
2020-11-10 19:10:27 +00:00
Jamie D
3d3146f8da [Admin] Adds replays to all past notes and future ones, Adds view replay button for clients (#10273)
* ReplaysAndShit

* Update interface/interface.dm

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>

* Hows this

* oopsie

* oops oops

* FAT FINGER

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
2020-11-01 18:56:48 +00:00
Mqiib
cb77de4adb Makes polysmorphs mentor only (#10242)
* Hot singles now available

* Recursive is_mentor
2020-11-01 18:50:46 +00:00
Jamie D
e9c958fb11 Revert "Revert "TG performance tweaks - oh-god-please-kill-me-edition ASYNC / SLEEP BAD / Profiler"" (#10254)
* Revert "Revert "TG performance tweaks - oh-god-please-kill-me-edition ASYNC / SLEEP BAD / Profiler (#10207)" (#10252)"

This reverts commit c936816e14.

* FIXES NO BUTTON PRESS BS
2020-10-29 22:15:01 +00:00
Jamie D
c936816e14 Revert "TG performance tweaks - oh-god-please-kill-me-edition ASYNC / SLEEP BAD / Profiler (#10207)" (#10252)
This reverts commit 38f3174826.
2020-10-29 19:54:16 +00:00
Jamie D
38f3174826 TG performance tweaks - oh-god-please-kill-me-edition ASYNC / SLEEP BAD / Profiler (#10207)
* Im sleepy

* Reee

* oopsie Linter go brrrr

* Update code/datums/components/storage/concrete/bag_of_holding.dm

Co-authored-by: Nichlas Pihl <nichlas00100@gmail.com>

* Update code/controllers/subsystem/air.dm

Co-authored-by: Nichlas Pihl <nichlas00100@gmail.com>
2020-10-29 19:28:57 +00:00
Nichlas Pihl
d39970ef44 adds Ash's thing (#9907)
* adds Ash's thing

* ashfix

* lmao
2020-10-17 12:51:20 +01:00
Theos
19ce2c32e3 Port heretics from TG (#9479)
* heretics port

* fix conflict

* Update eldritch_book.dm

* forgot UI

* make summons not permanently fuck up a rune probably doesnt ruin anything else

* think I can do this

* cleave invocation is now cool

* armsy fixes also changes study back to research since it fucks with the order of stuff

* COOL descriptions for monsters

* make rust final based by giving stun immunity

* make ash final based by giving stun immunity

* somehow missed these

* fix world icon for cult robes

* flesh grasp effect actually works and ghouling is countered by mindshields

* don't need . = ..() just ..()

* probably fixes amulet

* fix amulet

* probably fix stalk

* fuck tgui

* Update eldritch_antag.dm

* make antag hud work

* ~10 seconds of silence on mansus grasp

* move antag hud stuff to the right icon file
2020-09-08 22:54:59 +01:00
ike709
59a7cff852 CentCom Galactic Ban DB (#9342)
* CentCom Galactic Ban DB

* appeases yogs
2020-08-01 18:54:21 +01:00
swissloaf
7b6897a49f Adds Gamma and Epsilon Alert Level (#9244)
* NOICE

* Sounds

* Noice

* Update security_levels.dm

* Update security_levels.dm

* Update security_levels.dm

* Update security_levels.dm

* Update security_levels.dm

* Update security_levels.dm

* Update security_levels.dm

* noice

* Update special_shadowling_abilities.dm
2020-07-18 18:36:55 -04:00
swissloaf
92f7ee2740 Removes references to Yogstation-TG in exchange for Yogstation (#8443)
We aint tg boy

Co-authored-by: fluffe9911 <dablank02@hotmail.com>
2020-05-10 20:07:20 -04:00
alexkar598
2333d64f09 Adds support for 513(and unicode), additionally drops supports for 512 in the process and updates dreamchecker(turdis) and casually fixes about 90 bugs in the codebase (#8324)
* Cherry picks the unicode part 2 PR from TG

* Things

* drop 512 support

* TAN --> tan

* Manually does the things that was in renamed files

* CLAMP --> clamp

* ismovableatom -> ismovable

* bugfixes, tg is bad

* Ports sanitize_name

* Bumps checks

* Fixes new linter errors (#48126)

About The Pull Request

This fixes the errors raised by the new feature I'm adding to the linter: SpaceManiac/SpacemanDMM#119

* Update SpacemanDMM suite to 1.2 (#48785)

* Update SpacemanDMM suite to 1.2

* Fix new lint errors

* Removes unreachable code (#48143)

About The Pull Request

As detected by SpaceManiac/SpacemanDMM#123

* casually fixes 50 bugs

* stoopid evil dreamchecker

* stoopid evil dreamchecker

* stoopid evil dreamchecker

* almost the same thing

* Makes all UIs UTF-8

* Fixes bugs

* Fixes runtimes, some related to 513, some not

* Fixes agent ids

Co-authored-by: MrPerson <spamtaffic@gmail.com>
Co-authored-by: alexkar598 <>
Co-authored-by: spookydonut <github@spooksoftware.com>
2020-05-02 00:43:42 -04:00
alexkar598
3e93e8b123 Revert "council wont give maints access to tgs so they have to merge and revert to test merge (#7979)" (#7980)
This reverts commit 4bc71186e7.
2020-03-14 19:22:50 -04:00
TheGamerdk
4bc71186e7 council wont give maints access to tgs so they have to merge and revert to test merge (#7979)
* thing

* fixed

* noi

* thing
2020-03-14 17:04:31 -04:00
Theos
03250b5b2c Port ice moon from tg (#7919)
* steal ice moon and some other assorted qol stuff

* shoe fix

* small fixes

* that is not what that is supposed t obe

* working on station ruins

* theos gives up

* fuck

* missed one

* removing airless tiles

* Wolf sinew

* fixes for map stuff
2020-03-08 03:04:06 -04:00
AsV9
1c0e0ebe67 Add config option for making everyone a donator (#7357) 2019-12-19 15:01:07 -05:00
Ashleigh Carr
b008d47d81 removes sandbox gamemode 2019-10-14 15:38:49 +01:00
Nichlas Pihl
ccbcb8ce3f No fun allowed (#6785)
* removes wizard summons

* Update new_player.dm

* Update new_player.dm
2019-10-03 15:45:49 -04:00
Mr-Space
c4693566f2 Adds a config option to disallow AI from being traitor (#6738)
* Update traitor.dm

* Update traitor.dm

* Update general.dm

* Update game_options.txt

* Update game_options.txt
2019-09-26 17:54:54 -04:00
alexkar598
fe934644ac Actually commits the line ending changes 2019-08-12 07:47:43 -04:00
Nichlas Pihl
8a0779751f [admin] NTSL Logging (#6443)
* Update server.dm

* Update world.dm

* Update logging.dm

* Update atoms.dm

* Update _logging.dm

* Update server.dm

* Update general.dm

* Update logging.dm

* Update logging.dm

* Update logging.dm

* Update config.txt

* Update config.txt
2019-07-24 08:48:38 -04:00
AsV9
b75e41ac32 Merge pull request #5695 from yogstation13/upstream-merge-44244
[MIRROR] Add map change voting
2019-06-26 15:56:14 +02:00
AsV9
b04e237955 Merge pull request #5791 from yogstation13/upstream-merge-44296
[MIRROR] Upgrades policy config + policy verb.
2019-06-25 19:25:29 +02:00
yogstation13-bot
456a9dff46 [MIRROR] Automatic deadmin-- ASSUMING DIRECT CONTROL (#4898)
Creates Yogtoggles
Fixes bug with Toggles and bits beyond the 16th
Makes PREF_MOOD actually fucking save
2019-06-19 12:18:18 -05:00
yogstation13-bot
84528299f6 Upgrades policy config + policy verb. 2019-06-10 16:50:05 +01:00
yogstation13-bot
371f49edbd Add map change voting 2019-06-04 22:53:12 +01:00
yogstation13-bot
1bea91a404 [MIRROR] Widescreen toggle support (doesn't actually enable it) (#5659)
* Update config.txt
2019-06-02 22:36:49 -05:00
fluffe9911
2bf35e6a69 Revert "Revert "[MIRROR] [Ready] The Virtual Reality Hub"" 2019-06-02 20:28:31 -04:00
fluffe9911
99aebcc8ea Revert "[MIRROR] [Ready] The Virtual Reality Hub" 2019-06-02 20:23:13 -04:00