Commit Graph

5234 Commits

Author SHA1 Message Date
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
Redmoogle
25b2a832e3 Gulag is nolonger a safe turf (#10357)
* A

* fix
2020-11-09 19:37:24 +00:00
Jamie D
e77799e608 Fixes bodycam runtime and genetics passtable issue (#10335) 2020-11-05 20:57:18 +00:00
Jamie D
b80a77572d Fixes Runechat runtimes and Adds Singing And fixes lots of other runtimes (#10325)
* E

* More runtimes

* Fucking i(n)dent I swear
2020-11-05 20:25:37 +00:00
Wayward Horizons
e113a305c3 Overhauls the space bartender ruin (#10272)
* Space bar stuff

* Quick ruin flavor text change

* New flavor text, minor map changes

* Wej suggested changes

* Wej suggested changes 2

* review fixes 3

* one more

* Wej/headmapper (Ktl?) suggested changes

* last touchups

Co-authored-by: wejengin2 <>
Co-authored-by: wejengin2 <patpol4@protonmail.com>
2020-11-05 11:04:50 +01:00
boodaliboo
e46f06789a more reasonable genetics nerf (#10310)
* Update hulk.dm

* Update sight.dm

* Update space_adaptation.dm

* Update telekinesis.dm

* Update code/datums/mutations/hulk.dm

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>

* Update code/datums/mutations/sight.dm

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-11-04 18:59:10 +00:00
Jamie D
98508e8302 Runechat 1.1 - TG Edition (#10318)
* RUNECHAT UPDATES

* Fixes hologram speech hopefully.

* Update ai.dm
2020-11-04 18:28:54 +00:00
Mqiib
e928754efd Comments out deoxyribostupid symptom (#10313)
* Commented out

* Deleted instead
2020-11-04 18:18:46 +00:00
Marmio64
590ccc1126 chitinspear (#10277)
call it a spear or naginata, whatever
2020-11-01 19:35:58 +00:00
Nichlas Pihl
6e66e64e38 Corporations II: Adds corporate discounts to the traitor uplink (#10197)
* Adds corporate discounts to the traitor uplink

* Actually adds the manufacturing
2020-11-01 19:13:57 +00:00
AdamElTablawy
a00875e4da themrl (#10268) 2020-11-01 18:37:04 +00:00
Theos
0d2ab1789f stitches together some tg code to make swarmers able to eat stuff I think (#10287)
* Update atoms.dm

* add return composition bit

* yeah this'll probably work

* ok

* Update swarmer_act.dm
2020-11-01 18:28:33 +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
Jamie D
0dd6fae119 [Port] Explosions Subsystem Test 1 (#10202)
* Explosions Subsystem Test 1

* Fucking linter

* Fucking TG Are Dents

* SCREW OFF LINTER
2020-10-28 17:54:13 +00:00
Jamie D
10c9af0d77 Material datums - Moogle Helped - Check #10169 for more info (#10176)
* Hmm

* work please

* Fixes

* Ack

* REEE

* EEEE

* e

* e

* e

* STAND FIX

* Update code/game/machinery/autolathe.dm

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

* Update code/game/machinery/autolathe.dm

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

Co-authored-by: Nichlas Pihl <nichlas00100@gmail.com>
2020-10-28 17:53:59 +00:00
Theos
eb405184bc add pathfinder gear craftable from fauna bits, should provide ashproofind and decent armor (#10063) 2020-10-27 09:49:18 +00:00
Theos
ff05965daf add nonlethal to boxing (#10187) 2020-10-27 09:40:29 +00:00
Jamie D
fb8eeb5a1f Tgui 4.0 - IN PROGRESS (#10116)
* Night 1

* Bit more

* MORE

* JS AND SHIT

* MORE

* IT COMPILES MOSTLY

* More and prepare for tgchat

* Woah there captain, TGUI 4.1 first.

* Shoo

* Copyshites

* Hmm

* Hmm

* Fixxxxx

* Fucking Apcs

* Fuck off autoupdate

* Rename DropDown.js to Dropdown.js

* Vending

* Few Fixes

* More Fixes

* Stand HO

* fixes sleepers without breaking anything else I think

* Oops

* Fixerinos

* Oopsie

* BUNDLE

Co-authored-by: Theos <theubernyan@gmail.com>
2020-10-25 18:34:06 +00:00
Marmio64
f35fa13b40 Ashwalker shaman stuff (#10113)
* shamanstuff

adds headdress and Tribalordrazine

the reagent name is pretty stupid but eh

* changes a word

* adds capmix also, increases temperature needed to make the stuff

capmix is makeshift charcoal. Had to increase temperature needed to make the stuff since i realized burnt ash increases temp of the bowl.

* wrong word again

i keep fucking saying solution instead of mixture, it is obviously a mixture not a solution.

* how the fuck did this word get messed up again

i made it ssay solution again instead of mixture despite fixing it earlier, i don't know how this happened though.

* tribal tricord doesn't heal toxin dmg no more

* spelling fix from theos
2020-10-24 23:22:20 -04:00
Jamie D
3528baf703 Update machinery_sounds.dm (#10146) 2020-10-24 22:18:42 +01:00
Theos
b3a75a3e9a various cqc buffs (#10138) 2020-10-24 12:27:20 +01:00
Theos
3dd74ab735 ADDS THE GRILL (#10079)
Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-10-24 12:10:09 +01:00
Theos
5d14dc15b8 dying with the rod of asclepius now transfers your mind to the snake (#10096) 2020-10-24 12:03:14 +01:00
Theos
8b470178c7 halves the slowdown of the necropolis seed virus (#10095) 2020-10-24 12:02:41 +01:00
Theos
624f42c7c7 removes the negative effects from necropolis seed being cured (#10094)
* removes the negative effects from necropolis seed being cured

* don't forget the slowdown
2020-10-24 12:02:24 +01:00
Marmio64
4c03e03bee sleepy virus (#10090)
should work, i tested it
2020-10-24 11:59:58 +01:00
Theos
538795c6a0 Removes the makeshift laser rifle's requirement for makeshift weapons book because it's garbage (#10077)
* fuck that

* makeshift laser craftable by anyone
2020-10-24 11:50:11 +01:00
Theos
fcdcbf3d0f Makes the "strength" mutation decrease the speed reduction of buckling someone to yourself to 0.15 from 0.35 (#10072)
* yeah this should work probably

* Update riding.dm

* update description of strength mutation to reflect change
2020-10-24 11:47:59 +01:00
wejengin2
4f56ec72fb rads (#10061) 2020-10-24 11:41:29 +01:00
boodaliboo
914018aaaf Revert "Gives us a bit of memory wiggle room" (#10109)
* Revert "Gives us a bit of memory wiggle room (#8853)"

This reverts commit 4da4735218.

* Update space.dm
2020-10-22 22:47:15 +01:00
boodaliboo
70c434e657 (port) Removes an unneeded piece of virology RNG (#9990)
* Update advance.dm

* Update code/datums/diseases/advance/advance.dm

* Weird

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-10-18 22:25:10 +01:00
Redmoogle
79d2033eee buff (#10024) 2020-10-18 21:35:35 +01:00
UselessTheremin
7a20aae071 a cute small space ruin (#9914)
* i made a cute lil nest, come and stay!

* fixed the map things, it can now generate n stuff

i am a shitcoder

* added mqiib suggestion and gps

* minor map improvements, fleshes out the map a bit.

* added airlock cyclelink

* added bathroom light lul

* did wej's requested changes, made the lore better

* made the turf template also area template

* made asteroid bigger and untinted windows

* marmio's changes, renamed bathroom door, posters

* fixes lore paper, adds garden, makes o2 tank air tank, adds potted plant

* wej's changes

* weird file removal and minor final changes

Co-authored-by: wejengin2 <patpol4@protonmail.com>
2020-10-17 13:32:45 +01:00
Redmoogle
b4ddb72c3f [PORT] Baystation Instruments! (but only kinda baystation because I rewrote it nearly from the ground up) (#9894)
* uhhhh

* Fixes missing piano

* Fixes

* fixes the boogaloo

* Spacepods dont exist, shoo

* Fixes legacy instruments

* Revert "Fixes legacy instruments"

This reverts commit 753b0874d6.

* fix accordions

* Removes tone for sanity

* Eat Shit piano conflicts

Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
2020-10-17 13:32:05 +01:00
Nichlas Pihl
74b7c5221a Corporations I: Traitors, revheads, IAA, now get paid by their alternative employer as well (#9954)
* adds corporations

* IAA

* spans

* buff donk co abit

* is_employee
2020-10-17 13:26:45 +01:00
Redmoogle
87ddc76e52 Changes to ghost orbit menu (#9938)
* a

* ports

Co-authored-by: Emmanuel S <mrdoomboyo@gmail.com>
2020-10-17 12:52:18 +01:00
Redmoogle
a200e8af1a Silenence MGamer (#9816) 2020-10-17 12:21:51 +01:00
Moja10
2a41f2844c removes xray (#9975) 2020-10-16 13:50:47 +01:00
Mqiib
b6220b89b6 Why is this needed (#9919) 2020-10-11 13:56:45 -04:00
Wayward Horizons
50d5e404f2 White ship randomization + minor renaming (#9878)
* Renames white ships to be neutral

* ahhhhh
2020-10-09 13:16:26 +01:00
boodaliboo
d05d9c8f37 Update touch.dm (#9777) 2020-10-08 11:49:11 +01:00
ynot01
a1b93a3219 Sleeping Carp Rebalance (#9607)
* Sleeping Carp rebalance

* fix
2020-10-08 11:02:46 +01:00
Theos
c985bea6a1 Reworks CQC to have less stuns and adds it to the traitor uplink (#9394)
* Update cqc.dm

* Update cqc.dm

* hate variable names

* check_block returns the martial art used to block

* handle_block using martial arts, begin allowing nonlethal martial arts

* add handle_counter to spec_attacked_by

* add handle_counter to classic baton

* add handle_counter to stunbaton

* delete obsolete check_martial_counter proc

* add nonlethal var and handle_counter base proc to martial arts

* Update cqc.dm

* Update species.dm

* local fixes

* move several things to make them work better and fix pacifism handling

* remove cqc uplink lock

* f

* help

* Update martial.dm

* Update cqc.dm

* Update cqc.dm

* Update cqc.dm

* Update martial.dm

* help i still dont know what to do with pressure

* Update code/datums/martial/cqc.dm

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

* Update species.dm

* makes grabbedby actually return stuff

* makes cqc grab only stun on successful grabs and makes CQC pressure disable limbs

* leg sweep knockdown halved

* Update cqc.dm

* Update cqc.dm

* update description

* actually update description and makes restrain not jank as hell

* add attack animations to basically everything and changes the slam attack's sound to actually play on time

* adds a mute to the kick attack

* increases slam damage from 10 to 20 and increases the slam knockdown from 60 to 80 deciseconds so it's unique from harm intent while prone

* updates slam info it's actually 15 stamina damage up from 10 20 paralyze up from 10 or 15 or whatever and 80 knockdown up from 60

Co-authored-by: alexkar598 <25136265+alexkar598@users.noreply.github.com>
2020-10-06 09:35:58 +01:00
Katie
22d6086469 snappop shuttle desc (#9872) 2020-10-03 21:30:42 +01:00
Jamie D
e4ac31a953 Update radiation_storm.dm (#9838) 2020-10-02 21:12:12 +02:00
jcatjmeow
0e81cf64c6 removes dab (#9733)
* removes dab

* Update code/__HELPERS/matrices.dm

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-10-02 20:02:35 +01:00
Theos
fe72e76df3 Revert "makes mind transferring move perks to the new body (#9779)" (#9786)
This reverts commit 2714242b70.
2020-09-24 16:04:37 -04:00
Theos
2714242b70 makes mind transferring move perks to the new body (#9779)
* makes transfer_to move perks to the new body

* Update mind.dm

* Update mind.dm

* Update mind.dm
2020-09-24 20:15:40 +01:00