Commit Graph

24559 Commits

Author SHA1 Message Date
Leon Friedrich 369e3eee99
Use entity queries in ambient sound & power receiver systems (#26410)
(cherry picked from commit 31d70db547f855d2a3d4075e4fcf54d1c87c0f06)
2024-03-27 18:35:13 +01:00
IProduceWidgets 242d6dd30e
Fix admin verb to set unspawned ballisic ammo count (#26411)
Don't crash if an invalid value is given.

(cherry picked from commit 451890b85b49e17a0019d107db4a31a48cdd3518)
2024-03-27 18:35:09 +01:00
PJBot e9030104c0
Automatic changelog update
(cherry picked from commit 3197262f344b40700de9d723c4d16c6ba49934cf)
2024-03-27 18:35:08 +01:00
IProduceWidgets 5c7bf27e9d
Accept cloth and ingots in the ammofab (#26413)
(cherry picked from commit a46e7102cfa60b72082d9ed365a3f76b3d6d7b27)
2024-03-27 18:35:07 +01:00
Pieter-Jan Briers 1d5a14409a
Update close-master-pr.yml (#26416)
Fix name of "Close PRs on master" workflow

(cherry picked from commit a30fb1fffa107bac79668866fdbf7fb7c6d3f8e0)
2024-03-27 18:34:35 +01:00
Wrexbe (Josh) 5085286dd0
Fixed some icon rsi warnings (#26414)
Fixed some icon warnings

Co-authored-by: wrexbe <wrexbe@protonmail.com>
(cherry picked from commit 5562bcebcb114892616383a95f5d5a8884c09bbb)
2024-03-27 18:34:34 +01:00
SlamBamActionman 6d75b2403d
Immovable Rod visual variations (#25932)
* Adds variations to immovable rod

* slash oopsie

* Changed prototypes from being hardcoded to being defined in the rules component

* Changed from 10% chance to 5%

* Changes based on feedback

* Fix nullable error

* Moved randomized logic to .yaml. Probabilities of alternate rods add up to 5%.

(cherry picked from commit 8f652eaa7560a47a750173d716426dcd1ad7c01b)
2024-03-27 18:34:32 +01:00
PJBot 2e2eef3e52
Automatic changelog update
(cherry picked from commit a8b714af3fa28d418a647ce297faa38fd85e00e3)
2024-03-27 18:33:57 +01:00
SoulFN b988a022bb
Gives borg industrial welder (#26332)
Update borg_modules.yml

Changes basic welder in borg tool module to industrial welder

(cherry picked from commit 1dff97901d5c4ea3f23cf29a9e6f1c2edebdbc27)
2024-03-27 18:33:55 +01:00
PJBot 1cd78e56ba
Automatic changelog update
(cherry picked from commit a9b64331c8fb1c6274befc7dd8517b4619aa9f33)
2024-03-27 18:33:52 +01:00
ChaseFlorom c14070c986
Removed Cannabis from thief objectives (#26412)
* Removed Cannabis from thief objectives

* Removed the steal group and from cannabis prototypes

(cherry picked from commit b44015bd554eb97a2d4762d7b585c71e43865571)
2024-03-27 18:33:50 +01:00
Wrexbe (Josh) 0bb151f0d5
Store keybind priority (#26356)
* Fix saving keybind priority

* Change movestoreditem keybind priority to prevent bug

---------

Co-authored-by: wrexbe <wrexbe@protonmail.com>
(cherry picked from commit f7a1ffd0aab25d70ac185753d596469fc1e87480)
2024-03-27 18:33:45 +01:00
keronshb 9cc30d2b00
Fixes store purchase events and adds support to raise a directed event (#26389)
* fixes store event check

* raise directed product event

(cherry picked from commit 4dced51f0d8d008714a14675b48c8fa2b7fa0ace)
2024-03-27 18:33:42 +01:00
Pieter-Jan Briers 19c440fea2
Adds "untriaged" labeler workflow (#26392)
All new opened issues automatically get marked as "untriaged", so a maintainer can go through them properly.

(cherry picked from commit 0303e9cb36902007354e9a5ed9fbc147c9ebe70f)
2024-03-27 18:33:33 +01:00
PJBot d367752874
Automatic changelog update
(cherry picked from commit eff4d37e62486fdd8802862cf34d8214bb2ffcab)
2024-03-27 18:33:19 +01:00
DoutorWhite ee8bd80cb8
Fix Medical Hud death icon animation and Changes critical icon (#26391)
Fix Dead Icon animation and changes Critical Icon

(cherry picked from commit 018832707cf1c1b5a8f99fe1a2c7ac5d3538e1fb)
2024-03-27 18:33:16 +01:00
PJBot d51d91e2e8
Automatic changelog update
(cherry picked from commit 03bb9da9aa041bdd1cc047227e3a72ebb76f51e2)
2024-03-27 18:33:13 +01:00
Leon Friedrich 7ecc968f8c
Run `fixgridatmos` for cargo & emergency shuttle (#26382)
Fix cargo & emergency shuttle

(cherry picked from commit ec761114eacdeed6e68f9c94dddfdbec8a6e26be)
2024-03-27 18:32:40 +01:00
PJBot 2e0ea30f7d
Automatic changelog update
(cherry picked from commit 8f33db1e6cfa658bce2fb63c82b22e62d1b123bf)
2024-03-27 18:32:05 +01:00
nikthechampiongr 1a1e423a44
Add stealthmins (#26263)
* Add stealthmin command.

* Update Content.Server/Administration/Commands/AdminWhoCommand.cs

As suggested by CE.

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>

* Add admin notifications for admins toggling stealthmin.

* Localize stealthmin command

---------

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>

(cherry picked from commit dca0c6694bce56fcf962feab2b59ad4a849f4533)
2024-03-27 18:32:01 +01:00
metalgearsloth 5381cbdc46
Update submodule to 215.2.0 (#26388)
(cherry picked from commit 3731cc3c50e544345121ea4e7a15f48a3154b10d)
2024-03-27 18:29:02 +01:00
KISS 9241d51be0
Landmine stepoff (#22962)
* make landmine work on stepping off

* update methods naming

* made both step modes possible

* updated stepoff event raise to not interfere with game physics internals

* added comments

* figuring out how audiosystem works

* added beep sound effect, updated how stepoff trigger works to make it more consistent

* updated source in attributions.yml

* made stepoff working every time

* introduced suggested changes

* updated janitor's WetSignMine to have audio

* made cleaner events and bashing my head at OnEndCollide event raise

* inverted conditional where applicable

* review

---------

Co-authored-by: Yurii Kis <yurii.kis@smartteksas.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit 54dd273f660d6d8d523d0771bb8d8437373b082e)
2024-03-27 18:28:59 +01:00
PJBot 42e86cb0ec
Automatic changelog update
(cherry picked from commit f96cf360e9cc036e58fd8b1582385922346f323d)
2024-03-27 18:28:56 +01:00
Baptr0b0t ddfceefa2b
Give cap door remote his access (#26378)
Give cap doorremote his access

(cherry picked from commit ea818ea1b6d910fb1b86ee06648fc0da5a100a27)
2024-03-27 18:28:54 +01:00
PJBot 52fde8f3a8
Automatic changelog update
(cherry picked from commit 0467aeb0a78aab7ab1dec370a44c0190f149f20f)
2024-03-27 18:28:53 +01:00
DrSmugleaf ad0888a0fd
Hide empty marking categories in the markings picker (#26377)
Hide empty marking categories

(cherry picked from commit 4790ccba19c1f63f21a2aa57fe4525587c119d9c)
2024-03-27 18:28:50 +01:00
Pieter-Jan Briers fa250d23ed
Add Prometheus stats for admin count (#26284)
* Add Prometheus stats for admin count

Fixes #20828

Reports time series for admin count. Counts are separated by state (active, AFK, or deadminned) and admin rank.

* Use static constructor instead of static readonly for the metric

Docs recommend this due to inconsistent execution of C# static constructors.

* Remove static usage, use IoC IMeterFactory.

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit a1817a12dbb385275f4273c1abf48fac0a989ddd)
2024-03-27 18:28:49 +01:00
Wrexbe (Josh) 2ff4c6576e
Maybe fix rsi truncheon error (#26374)
Co-authored-by: wrexbe <wrexbe@protonmail.com>
(cherry picked from commit cb97abb2defe5f333443997ccb82365e01ba1b6f)
2024-03-27 18:28:46 +01:00
Emisse 2c493a1fd0
Haunted dungeon template (#23768)
* haunted dungeon

* Initial work

Still needs prefab gen work to make it interesting.

* ime a worm

* weh

* Work

* Slight tweaks

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit 952b7f4c4e8e957c0c3765f7b20f2745c9297e27)
2024-03-27 18:28:44 +01:00
metalgearsloth a5903fb418
Update submodule to 215.1.0 (#26376)
pitch

(cherry picked from commit 2cc8db30075e24f40fa73e0a64daaa8058a52875)
2024-03-27 18:28:34 +01:00
metalgearsloth ffb74765c5
Fix playglobalsound autocompletion (#26167)
(cherry picked from commit 65960facf522627c939a35a65b025ec49ffa5c52)
2024-03-27 18:28:32 +01:00
DEATHB4DEFEAT 758540ffc9
Admin New Player Notification Sound (#24327)
play a sound to active admins when a new player joins

(cherry picked from commit b9db06ebb1af41f2809f6c31dc4990b6a729d041)
2024-03-27 18:28:29 +01:00
metalgearsloth 341f2a177a
Update submodule to 215.0.0 (#26375)
(cherry picked from commit 5ba5815a966248592c6b912f3a2eafc56b23376c)
2024-03-27 18:28:19 +01:00
Vasilis b2896a40c1
Configuration argument for content packaging (#25569)
* Configuration argument for content packaging

Needed this for something so here we are. I think someone mentioned they wanted this? Welp its here now

* Add client, tiny fixes

(cherry picked from commit 9e7b196ffbaa8c0a772d5d7544e51deaa2fe5a26)
2024-03-27 18:28:15 +01:00
PJBot 7c0995ca74
Automatic changelog update
(cherry picked from commit d7705860e9ca69b8fc484a24bd25d242d96a1147)
2024-03-27 18:28:11 +01:00
nikthechampiongr 73f39c9767
Restrict door remotes to only being able to manipulate doors relevant to their type (#26371)
Restrict door remotes to only being able to manipulate doors relevant to
their type.

(cherry picked from commit 93e3aed26e30375058aa44482236410ff31484f0)
2024-03-27 18:28:06 +01:00
Null c966843448
Purge CRLF 2024-03-27 17:24:14 +00:00
Null 668488e74b
Merge branch 'master' of https://github.com/DeltaV-Station/Delta-v into 2024/03/23-merge-master 2024-03-27 17:22:41 +00:00
DeltaV-Bot bd1b106606 Automatic changelog update 2024-03-27 16:57:30 +00:00
rosieposie 680c0d457f
Submarine Patch - RE-TEG Edition (#988)
* initial commit

* Update submarine.yml

* cable & lights fixes

* add spawns

* Update submarine.yml

* emergency lights & cameras

* fix training ammo

also added basketballs around & posters in engi

---------

Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
2024-03-27 16:57:09 +00:00
Velcroboy 3dea418e7e
Separates DV-added airlocks into DV files (#1002)
Separate airlocks

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
2024-03-27 16:44:21 +00:00
Velcroboy f304804365
Undo warp-strings (#1013)
* Bandaid warp point strings

* thing

---------

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
2024-03-27 11:40:16 -05:00
Null ca30042501
Merge pull request #1012
Enforce CRLF removal early
2024-03-27 13:24:00 +01:00
Null 0cdd16bc4d
Convert to Unix 2024-03-27 11:05:48 +00:00
Null 78c1e11bef
Add CLRF workflow 2024-03-27 11:05:32 +00:00
DeltaV-Bot eab78769f4 Automatic changelog update 2024-03-27 08:05:11 +00:00
Null 01abedece3
Remove whitelist from Periapsis 2024-03-27 08:04:08 +00:00
Adrian16199 cccd4cfb04
A quick fix to shoukou (#990)
Basicly just does small fixes that were told to me.
Warden's wall monitor is now located on the table because previously it was on a wall that wasnt even accesable
Salvage was readjusted due to no shuttle and given conveyors to help moving the cargo inside
Prisoner wall lockers now contain jumpsuit and jumpskirt for any new prisoners
2024-03-25 13:02:26 -05:00
DeltaV-Bot 28a742ff6d Automatic changelog update 2024-03-25 16:21:39 +00:00
UnicornOnLSD 97487b69c7
fixed tortuga cryo (#1003)
fixed cryo pump, won't kill patients
2024-03-25 11:21:20 -05:00