Commit Graph

36638 Commits

Author SHA1 Message Date
Hyper B fb9e7f401c Fix nonsensical RegEx for name restriction (#34375)
* Fixed nonsense RegEx

"-" character is a range, caused an error.
No need for "," to repeat so much, it's not a separator.
"\\" - just why?

* Further optimized RegEx structure

Added:
"@" delimiter for consistency
"/" to escape "-" for good and to avoid further problems
2025-01-28 04:31:22 +00:00
Alpha-Two bb7f072dca Replace ERT Medic's Advanced Medkits with 2 Combat Medkits (#34380)
Replaced Adv kits with 2 combat kits
2025-01-28 04:31:22 +00:00
Alpaccalypse d9444ebe9a Added missing details from worn capes to head of department beadsheets (#34396)
* Added key and missing details from worn cape to HOP bedsheet

* Corrected canvas size for sprite

* Subtle tweak to shading to reduce color blurring at pillow edge

* Matched Hue and tone to cape

* Tweak chekered pattern marks for gold trim

* Removed accidental palette inclusion

* Clearer wording and corrected attribution name.

* Tweaked shading on key image to fit in better with bed aesthetics

* Added CE cape icon to bedsheet

* Added cape image to HOP bedsheet. Made gold trim better match cape visuals

* RD cape icon added. Colour tweaked to better match cape.

* Updates json

* Tweaks to gold trim shading to match bed aesthetics

* Added better shading for HOP sheet side. Halved file size.

* Optimised HOS RD and CE sheet sprites

* Corrected sprite title in attribution
2025-01-28 04:31:22 +00:00
Alpha-Two 97a70a7a73 Fixed Thief starting gear failing on specific bag inventories. (#34430)
Fixed it yayyy
2025-01-28 04:31:22 +00:00
PJBot 7b33ad6eb1 Automatic changelog update 2025-01-28 04:31:22 +00:00
Palladinium f93e6513f3 Add Discord webhook on watchlist connection (#33483) 2025-01-28 04:31:22 +00:00
PJBot 76e5f25571 Automatic changelog update 2025-01-28 04:31:22 +00:00
themias 6494b5d786 Fix muzzle accent (#34419) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 539a31354a Minor client packaging changes (#33787) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 1dc9cc6d2e STAThread client content start (#34212) 2025-01-28 04:31:22 +00:00
PJBot 4732c4f72f Automatic changelog update 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 6f6888d339 Persist deadmin to database, add admin suspension system (#34048) 2025-01-28 04:31:22 +00:00
Pieter-Jan Briers 7979aef7e7 Disable meta-atlas for big rare RSIs (#33643) 2025-01-28 04:31:21 +00:00
Pieter-Jan Briers 5659c343f4 Fix bad Rider analysis error in AccessOverriderWindow.xaml.cs (#34213) 2025-01-28 04:31:21 +00:00
Julian Giebel d9d2393f7b Adds omnisexual pin (#34439)
* Make important change (#7)

This is to help julian test his bot

* Omnibus

* Remove random test file from testing a gh bot

* Add pin to vendor, spawners and loadout

---------

Co-authored-by: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
2025-01-28 04:31:21 +00:00
PJBot 9c0c746248 Automatic changelog update 2025-01-28 04:31:21 +00:00
Killerqu00 f670e51f50 craftable pet carrier (#34431)
* craftable pet carrier

* epic integration test fail

* Update Resources/Prototypes/Recipes/Crafting/improvised.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Crafting/Graphs/storage/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Resources/Prototypes/Entities/Objects/Misc/pet_carrier.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* extra tab begone

* epic linter fail

* how did linter not see this???

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-01-28 04:31:21 +00:00
Myra e429220bcd Fix IPIntel causing frequent errors with the cleanup job. (#34428)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
2025-01-28 04:31:21 +00:00
PJBot 9db3f61f2c Automatic changelog update 2025-01-28 04:31:21 +00:00
deltanedas 916c0fff69 use upstream pride-o-mat now 2025-01-28 04:31:17 +00:00
Samantha Yule Fireheart 1d194b1b1a
Update domain name and remove dead links (#2810)
* Update domain name and remove dead links

* Fix markdown in FTL
2025-01-28 04:20:52 +00:00
Southbridge 142e141faf Porting Pride-O-Mat to Upstream (#34412)
* Pride-O-Mat (#1322)

* Added Pride-O-Mat

* Yep

* Updated license to the correct one

* Added more lines, reconfigured settings a bit, also added cloaks to inventory, set coder socks to emag inventory

* Removed bunny ears, fixed typo

* Made requested changes 

Webedit lmao

---------

Co-authored-by: Dorragon <101672978+Dorragon@users.noreply.github.com>
2025-01-28 03:22:23 +00:00
PJBot 8a900323d1 Automatic changelog update 2025-01-28 03:21:20 +00:00
Coolsurf6 2db7ffef9a Fixed Jazz Instrument for Electric Guitars (#33363)
* fixed jazz midi program byte

* swapped around jazz and clean in instrumentList
2025-01-28 03:21:20 +00:00
zHonys c1239b7f75 Fixed doors being blocked with mousetraps, and other Collidable items (#34045)
* Changed SharedDoorSystem.GetColliding() to allow non-LowImpassible mask entities to stay in the door while it closes

* Update Content.Shared/Doors/Systems/SharedDoorSystem.cs

Clarifies comment of how the mask is used

Co-authored-by: Centronias <charlie.t.santos@gmail.com>

---------

Co-authored-by: Centronias <charlie.t.santos@gmail.com>
2025-01-28 03:21:20 +00:00
JustinWinningham 21c4e093e5 Anomaly dragging exploit fix and QOL changes (#34280)
* Wood wall is now built from barricade congraph and on top of a barricade instead of using rods

* APE dragging exploit fix
2025-01-28 03:21:14 +00:00
hyperDelegate 5fc5b86aa3 Raise syndicate kobold reinforcement HP crit threshold from 75 to 100 to match monkey. (#34409)
kobold ops have 100 health
2025-01-28 03:20:51 +00:00
PJBot 5feb46918a Automatic changelog update 2025-01-28 03:20:27 +00:00
Deerstop 14b51b1f44 Manual Valves Resprite (#34378)
* resprited manual valves to be colourblind friendly

* Update Resources/Textures/Structures/Piping/Atmospherics/pump.rsi/meta.json

Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>

---------

Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
2025-01-28 03:19:55 +00:00
Southbridge 1f919dcbad Insuls Spawner (#34407)
* Added insuls spawner, time to test

* adjusted whitespace since that was causing issues

* Update Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-01-28 03:19:50 +00:00
frobnic8 8cfa89883f Darkened Service job interface icons for better contrast (#34270)
* Darkened Service job interface icons for better contrast

* Fixed Botanist job interface icon dark handle hole

* Change to new, darker, service color in all resource yml files

* Revert Map file service color changes

* Use new darker service color on id cards

* Revert Service color change in mapping_actions.yml

* Revert salvage difficulties service color

* Redo service ID and job colors to match advanced palette

* Revert all service color yml file changes

* Switch icons to use existing service pallete colors from advanced pallete

* Update meta.json for darkened service icons

---------

Co-authored-by: Erskin Cherry <frobnic8@gmail.com>
2025-01-28 03:19:44 +00:00
PJBot b375d5aec6 Automatic changelog update 2025-01-28 03:19:06 +00:00
Myra c97e784a08 Add IPIntel API support. (#33339)
Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
2025-01-28 03:18:23 +00:00
PJBot d3a1ca7b3a Automatic changelog update 2025-01-28 03:16:04 +00:00
Floxington f99e14ea49 #33571 Bomb defusal lockers always should have tools (#34394) 2025-01-28 03:15:59 +00:00
Errant b985ea946b HOTFIX Tweaked air alarm default settings for nitrogen breathing crew (#34198)
air alarm default settings modified for anaerobic crew
2025-01-28 03:15:30 +00:00
Tayrtahn c363b6132d Fix force-feeding Loc strings not using target's gender (#34276) 2025-01-28 03:15:23 +00:00
Delta-V bot bc66b635df Automatic changelog update 2025-01-27 19:28:36 +01:00
Stop-Signs 44af566e91
Nuke Firelocks (#2804)
* Nuke

* Revert "Nuke"

This reverts commit a4f3ae476d.

* FUCK

* meow
2025-01-27 15:28:17 -03:00
Delta-V bot f937e70b54 Automatic changelog update 2025-01-27 19:20:45 +01:00
ElusiveCoin 568ebddaf1
Chitinid Minor issue fix - (Scavanger time!) (#2808)
Chocolate,tea,and raw meat are back on the menu

Fixes issue where they could not eat chocolate tea or raw meat, (they are scavangers damnit)
2025-01-27 15:20:26 -03:00
rosieposie 3088c7dbc8
Port N14 Decor (#2760)
* Nuclear Station 14 Ports (#47)

* Nuclear Station 14 Ports (#3)

* Nuclear Station 14 Ports

Combines all PR's from old Repo into one.

* lightbulb

* yeah

* fix 1

* rsi fixes

* fix 5 trillion

* It's a fine day

* People open windows

* They leave their houses

* Just for a short while

* They walk by the grass

* And they look at the grass

* They look at the sky

---------

Co-authored-by: Icepick <122653407+Icepicked@users.noreply.github.com>

* lots of fixes, cuts

* Update meta.json

* i understand now

* oops

* bedroll sucks

* parentma

* get fixture'd

* annoyed me

* Update floors.yml

* Update floors.yml

* no graph

* remove more controversial things

* fix congraphs

* safe fix

* Update meta.json

* misc fixes

* more fixes

* billions must fix

---------

Co-authored-by: Aiden <aiden@djkraz.com>
Co-authored-by: Icepick <122653407+Icepicked@users.noreply.github.com>
2025-01-27 05:40:10 +00:00
Delta-V bot 327325a848 Automatic changelog update 2025-01-27 06:39:21 +01:00
Tad "Taddy" Johnson f2481def7c
halve crawlspeed (#2807) 2025-01-27 05:39:02 +00:00
Bellwether a832256b66 Updates Freedom Lawset, changes internal flag to FreedomLaws from NoLaws 2025-01-26 16:02:23 -08:00
Bellwether e4adc17004
Merge branch 'DeltaV-Station:master' into additional-laws 2025-01-26 15:38:47 -08:00
Delta-V bot 1a6e04f798 Automatic changelog update 2025-01-26 22:33:47 +01:00
Smugman 23ba438006
Merge pull request #2789 from Smugman/ClothingOps2
Adding JustAnOrange's Cybersun Clothing options (Plus Loadout Changes for Recruiter and Synthesis)
2025-01-26 18:33:28 -03:00
github-actions[bot] 47749d9802
Update Credits (#2802)
Co-authored-by: DeltaV-Bot <github@delta-v.org>
2025-01-26 07:35:59 +00:00
Spielern 999caddb07 changes for integration test 2025-01-26 00:31:59 -05:00