Commit Graph

7496 Commits

Author SHA1 Message Date
dontbetank
d57f9b6a48 Librarian QoL (#12958) 2022-12-21 06:53:10 -08:00
PJBot
6365fbec7c Automatic changelog update 2022-12-21 09:52:52 -05:00
Rane
8613d40aa1 Scale other needed metabolism reagents (#12005)
Closes https://github.com/space-wizards/space-station-14/issues/7434
2022-12-21 06:51:49 -08:00
PJBot
571802f75d Automatic changelog update 2022-12-21 09:51:15 -05:00
Errant
cd5d18f0cd Glass airlock construction prototype (#13089)
Fixes https://github.com/space-wizards/space-station-14/issues/7773
2022-12-21 06:50:11 -08:00
PJBot
5276143d99 Automatic changelog update 2022-12-21 09:49:41 -05:00
ChilbroBaggins
786f55e789 Adds Chefvend (#12934)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2022-12-21 06:49:39 -08:00
lapatison
c31fd730de New animal, Pig (#12725) 2022-12-21 06:48:35 -08:00
Checkraze
aeb90af3c4 tree swap (#13124) 2022-12-20 21:17:30 -06:00
PJBot
61f441e614 Automatic changelog update 2022-12-20 18:55:59 -05:00
PJBot
b13ce4b397 Automatic changelog update 2022-12-20 17:41:01 -05:00
Nemanja
050e157005 Technology Disks (#13077)
* clean up a bunch of R&D code

* don't store components

* brug

* speedrun some sloth review

* technology disks

* expand functionality, begin work on printer

* disk printer ui

* file

* fix the rebase

* disk console is finito

* Update DiskConsoleSystem.cs
2022-12-20 16:39:57 -06:00
PJBot
88ed188b42 Automatic changelog update 2022-12-20 17:35:37 -05:00
Moony
0a45782532 Christmas trees now grant gifts. (#13118)
* Christmas trees now grant gifts.

* docs

* add holiday requirements, fix sound.

* doc

* remove redundant stuff

* rename GiftPackin to RandomGift.

* a word

* Update Content.Server/Holiday/Christmas/LimitedItemGiverSystem.cs

Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
2022-12-20 16:34:34 -06:00
PJBot
f560245ca2 Automatic changelog update 2022-12-20 17:25:54 -05:00
metalgearsloth
b1b3f765fa Fix the remaining invalid RSIs (#13113) 2022-12-20 11:49:18 -06:00
metalgearsloth
bc49409a93 Add command to list someone's bans (#12927)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2022-12-20 11:40:13 +01:00
metalgearsloth
8d66511515 Delete hydroponics bags (#13106) 2022-12-20 09:38:07 +01:00
metalgearsloth
798a880a82 Fix some more rsis (#13107) 2022-12-20 09:37:34 +01:00
metalgearsloth
945101e5e4 Fix a bunch of invalid rsi files (#13104) 2022-12-20 09:36:59 +01:00
Pieter-Jan Briers
14f8b4e6d5 Use new validate-rsis for workflow (#12997)
* Use new validate-rsis for workflow

* A

* Add python deps

* --ignore-installed

* Make it only work on RSI changes again.

* Fix a bunch of RSIs.
2022-12-20 06:31:17 +01:00
Chief-Engineer
2499b4e2bd Add osay command (#13057)
* add osay command

* replace obsolete method

* inherit LocalizedCommands instead of IConsoleCommand

* streamline

* make OSay class public to match other commands

* re-scope namespace to file
2022-12-19 22:14:43 -06:00
PJBot
6efef1ced4 Automatic changelog update 2022-12-19 23:13:13 -05:00
Chief-Engineer
12b10a8f25 Add escalation and atmos books (#13064)
* add escalation books and atmos book

* add atmos waste book

* add atmos books

* suggested rewording to BookAtmosVentsMore
2022-12-19 22:11:35 -06:00
Nemanja
168bad2ef2 multi-handed item component (#12523)
* multi-handed item component

* pretty fucking obvious missed portion of this

* holy shit was i on crack wtf was that code

* DEWIT RIGHT
2022-12-19 22:07:23 -06:00
PJBot
0b72e1d404 Automatic changelog update 2022-12-19 23:06:18 -05:00
Timothy Teakettle
c046666578 adds the ability to "mix" solutions (reactions caused by using an item on a solution holder) (#13015)
* everything for mixing aside from yaml changes

* add recipe and canmix to bottles and the holy mixer tag to the bible

* fixes as a result of testing

* remove unused usings

* remove emptylines that are not required

Co-authored-by: 0x6273 <0x40@keemail.me>

* more empty line removal!

Co-authored-by: 0x6273 <0x40@keemail.me>

* add single space between if statement and condition

Co-authored-by: 0x6273 <0x40@keemail.me>

* fixes indentation on TryGetMixableSolution

* raise new AfterMixingEvent after attempting to mix a solution

* before mixing event and attempt get mixable solution event

* update reaction tests to be a beaker that can be mixed, and then pass a mixer component in to simulate mixing

* make two more beaker types mixable, add attribute for mixing feedback

* bible mix message

* mixing feedback on success

* updates test to use SpawnEntity over new as per feedback

Co-authored-by: 0x6273 <0x40@keemail.me>
2022-12-19 22:05:02 -06:00
PJBot
a497167e45 Automatic changelog update 2022-12-19 23:03:05 -05:00
Checkraze
4d35bf002c Party Crate (#12794)
* party time

* inflation
2022-12-19 22:02:02 -06:00
Vordenburg
815caa2296 Fix Bloodstream typo. (#12923) 2022-12-19 21:56:10 -06:00
PJBot
865932ff7a Automatic changelog update 2022-12-19 22:55:51 -05:00
Chief-Engineer
fdb1181298 Add ability to prevent ghosting (#12906)
* add ability to prevent ghosting to MindComponent.cs

* make minds preserve properties in certain transfer scenarios

* Revert "make minds preserve properties in certain transfer scenarios"

This reverts commit 333cae0db0faf4ef81767b93332271d944c90a0e.

* move PreventGhosting to the actual mind
2022-12-19 21:55:45 -06:00
eoineoineoin
f08b1be48c Add label to lathe UI (and friends) to show when no materials are loaded (#12893)
Also, don't list materials which have previously been loaded and
completely consumed.

Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
2022-12-19 21:54:42 -06:00
Nemanja
3b48051e33 Node Scanner (#12889)
* node scanners + new tech

* Sue me for making my shit copyright free
2022-12-19 21:53:54 -06:00
Alex Evgrashin
6293c6f359 Uplink catalog localization (#12931)
* Add loc support

* New icons and translated weapon

* Explosives

* Finished ammo

* Utils

* Fixes

* Implants and bundles

* Removed sink from surplus

* Tools

* Start working on armor

* Finished armor

* Misc

* Finished uplink
2022-12-19 21:52:59 -06:00
ChilbroBaggins
d3e2d3ce3c Makes condiments useful (#12945)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2022-12-19 21:49:03 -06:00
PJBot
2e68927d6e Automatic changelog update 2022-12-19 22:48:44 -05:00
PJBot
9a7654791a Automatic changelog update 2022-12-19 22:45:36 -05:00
Nemanja
b54b5cba19 hamster fixes + entitystorage tweaks (#12987)
* hamster fixes + entitystorage tweaks

* make this datafield work

* make this shit work better
2022-12-19 21:45:03 -06:00
Morb
6835ab0a04 Fax stamps (#13010)
* Change captain fax suffix

* Add stamps transmit

* Remove proto dependency

* Add centcom fax address for nuke codes

* Remove centcom address resolve

* Remove centcom id
2022-12-19 21:44:15 -06:00
PJBot
04896d59bf Automatic changelog update 2022-12-19 22:43:45 -05:00
PJBot
c815adcc08 Automatic changelog update 2022-12-19 22:41:44 -05:00
Checkraze
652f4a17c3 Kettle 1.5 (#13046)
* parallax

* nebula seam fix

* map ubdate
2022-12-19 21:40:33 -06:00
PJBot
48e973f27c Automatic changelog update 2022-12-19 22:39:06 -05:00
Chief-Engineer
5ece9bd9e8 Modify admin chat (#13050)
* split admin chat into new channel

* add ability to play audio when a chat message is received and add audio to admin chat

* give client control of AdminChat sound and volume + suppress sound for senders
2022-12-19 21:39:01 -06:00
Nemanja
8b347dd70f RCD + research unlock test (#13062) 2022-12-19 21:37:40 -06:00
Nemanja
077ebb06ae research disk debug stuff (#13063)
* research disk tweaks

* save a single blessed line of yaml
2022-12-19 21:36:08 -06:00
PJBot
39b8b61bc6 Automatic changelog update 2022-12-19 22:35:06 -05:00
Nemanja
4faf819bc4 write a test to ensure all computers are constructible (#13096) 2022-12-19 21:34:26 -06:00
rolfero
7259acfb18 Examine Groups (#12400)
* new version

* testy2

* working version

* new GroupExamineSystem

* restructure

* restructure again

* update icon

* adding group examine to prototypes

* change examine group title to a localized string

Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
2022-12-19 20:53:36 -06:00