]>
git.smokeofanarchy.ru Git - space-station-14.git/log
Milon [Sun, 30 Mar 2025 13:41:11 +0000 (15:41 +0200)]
use manual component state for BaseEmitSoundComponent (#35030)
* why
* cursed
J [Sun, 30 Mar 2025 13:16:46 +0000 (13:16 +0000)]
Anomaly warnings cleanup (#36188)
J [Sun, 30 Mar 2025 13:06:20 +0000 (13:06 +0000)]
Movement systems warning cleanup (#36161)
* Movement systems warning cleanup
* Revert unnecessary change
* Reverting variable removal and changing entity query
* Reverting VV removals
* LocalEntity does in fact exist
J [Sun, 30 Mar 2025 12:07:34 +0000 (12:07 +0000)]
Chemistry warnings cleanup (#36160)
* Chemistry warnings cleanup
* Fixing failed ITest
* Better entity instantiation
* Caching spritesystem and entity instantiation improvement
* Correcting naming conventions
* Rearranging dependency caching
J [Sun, 30 Mar 2025 12:06:43 +0000 (12:06 +0000)]
Examine warnings cleanup (#36162)
* Examine warnings cleanup
* Revert unnecessary change
* SpriteSystem naming conventions
K-Dynamic [Sun, 30 Mar 2025 12:00:43 +0000 (00:00 +1200)]
More responsive votekick system (reduce timer and successive timeout) (#36044)
* reduce votekick timer from 60 to 20 seconds
* votekick timeout from 120 to 30 seconds
* votekick timer duration from 20 seconds to 45, successive votekick timeout from 30 to 60 seconds
metalgearsloth [Sun, 30 Mar 2025 07:06:24 +0000 (18:06 +1100)]
Fix LoadGameMap running MapInit sometimes (#35241)
The map loadpath keeps it as not being mapinit but the grid one does not so this standardises them slightly.
metalgearsloth [Sun, 30 Mar 2025 05:02:45 +0000 (16:02 +1100)]
Implement field-deltas for melee (#33977)
* Implement field-deltas for melee
* Review
PJBot [Sun, 30 Mar 2025 04:07:08 +0000 (04:07 +0000)]
Automatic changelog update
metalgearsloth [Sun, 30 Mar 2025 04:06:01 +0000 (15:06 +1100)]
Better jetpack emitter (#36093)
* Better jetpack emitter
Still need particles this just tilts me whenever I see it.
* Update Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
chromiumboy [Sun, 30 Mar 2025 03:58:05 +0000 (22:58 -0500)]
Draw depth bug fix for sentry turrets (#36175)
Initial commit
github-actions[bot] [Sun, 30 Mar 2025 01:29:30 +0000 (03:29 +0200)]
Update Credits (#36172)
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
J [Sun, 30 Mar 2025 01:12:14 +0000 (01:12 +0000)]
Fix some atmos warnings (#36157)
J [Sun, 30 Mar 2025 01:11:04 +0000 (01:11 +0000)]
Remove warnings from cargo system (#36159)
* Remove warnings from cargo system
* Guard statement early exit and cleaner object instantiation
* Whitespace
* Add AnimationPlayer as a component of telepads
J [Sun, 30 Mar 2025 01:05:22 +0000 (01:05 +0000)]
Mapping warnings cleanup (#36168)
* Mapping warnings cleanup
* Redo
PJBot [Sat, 29 Mar 2025 20:10:41 +0000 (20:10 +0000)]
Automatic changelog update
Killerqu00 [Sat, 29 Mar 2025 20:09:34 +0000 (21:09 +0100)]
Shove down a person on uncuff if harm mode is on (#35193)
* stamdamage on uncuff while buckled
* pro tip
* 99 -> 100 stamdmg and don't count self-uncuffs
* review implementation
* tip update
* guidebook update
* merg
PJBot [Sat, 29 Mar 2025 17:57:06 +0000 (17:57 +0000)]
Automatic changelog update
chromiumboy [Sat, 29 Mar 2025 17:55:58 +0000 (12:55 -0500)]
Sentry turrets - Part 4: The sentry turret and its primary systems (#35123)
* Initial commit
* Removed mention of StationAiTurretComponent (for now)
* Prep for moving out of draft
* Fixing merge conflict
* Re-added new net frequencies to AI turrets
* Removed turret control content
* Removed unintended change
* Final tweaks
* Fixed incorrect file name
* Improvement to fire mode handling
* Addressed review comments
* Updated how turret wire panel auto-closing is handled
* Ranged NPCs no longer waste shots on stunned targets
* Fixed bug in tracking broken state
* Addressed review comments
* Bug fix
* Removed unnecessary event call
Tayrtahn [Sat, 29 Mar 2025 14:45:37 +0000 (10:45 -0400)]
Delete AccessReaderTest.TestTags (#36153)
UBlueberry [Sat, 29 Mar 2025 11:59:43 +0000 (07:59 -0400)]
"I'm Weh-cellent" Cap (#28573)
* copy pasted fishcap.rsi
* added the sprites
* credited myself
* added it to the hats.yml list
* meh, make the spites look nicer
* hopefully this fixes that
* yeah that makes sense
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* that too
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
---------
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
PJBot [Sat, 29 Mar 2025 09:36:27 +0000 (09:36 +0000)]
Automatic changelog update
James [Sat, 29 Mar 2025 09:35:16 +0000 (05:35 -0400)]
Death Nettle changes (#25253)
* Added ThornyComponent, ThornyImmuneComponent, and ThornySystem, as well as changed Botanists glove's to have the ThornyImmuneComponent, and for Death Nettle to have the ThornyComponent.
* Added heat damage to the player if they pickup nettle without gloves. Also displays a popup message .
* Revised OnHandPickUp method and reduced whitespace
* Touching death nettle without gloves now does damage split between heat and caustic, and does more damage.
* File-scoped namespace adherence
* Code revisions, and removal of old file.
* Removed thornyImmune key from botanist's gloves in gloves.yml for cleanup / yaml linter
* Adds new generic DamageOnPickup, still very WIP
* Starting on localization, removed _Notes.txt, adds immunity component
* Added OnPickupDamageImmune component to botanists gloves
* Removed botany specific components/system, moved to generic DamageOnPickup. Added code comments. Extra checks in component for whether to toss an item, damage an entity. Still WIP.
* changes to audio and popups
* Removes my system/component/ftl in favor of DamageOnInteract, tweaking values
* me stupid
* Death nettle will 'wilt' after 5 hits
* added interaction delay to stop spam clicking, added a 10% stun (paralyze) chance
* minor changes/cleanup
* more minor changes and cleanup
* Reduced maximum amatoxin within fly amanita spores.
* Readjusted to allow more than 5 amatoxin above 50 potency
* Remove Debug.Log statement from system
* Mark Death Nettle as major contraband.
Emisse [Sat, 29 Mar 2025 07:20:13 +0000 (01:20 -0600)]
update box (#36144)
Emisse [Sat, 29 Mar 2025 07:19:55 +0000 (01:19 -0600)]
update fland (#36141)
Emisse [Sat, 29 Mar 2025 07:19:16 +0000 (01:19 -0600)]
remove warden stamp mapped on meta (#36140)
Emisse [Sat, 29 Mar 2025 07:18:33 +0000 (01:18 -0600)]
update man-o-war shuttle (#36139)
Emisse [Sat, 29 Mar 2025 07:18:22 +0000 (01:18 -0600)]
update emergency_meta (#36138)
Emisse [Sat, 29 Mar 2025 07:18:07 +0000 (01:18 -0600)]
update emergency_courser (#36137)
Emisse [Sat, 29 Mar 2025 07:17:58 +0000 (01:17 -0600)]
convex update (#36136)
ArtisticRoomba [Sat, 29 Mar 2025 05:14:12 +0000 (22:14 -0700)]
oops
ArtisticRoomba [Sat, 29 Mar 2025 05:02:26 +0000 (22:02 -0700)]
le heisentest au chocolat
ArtisticRoomba [Sat, 29 Mar 2025 05:00:42 +0000 (22:00 -0700)]
another one
ArtisticRoomba [Sat, 29 Mar 2025 04:49:48 +0000 (21:49 -0700)]
update box
ArtisticRoomba [Sat, 29 Mar 2025 04:11:27 +0000 (21:11 -0700)]
sure
ArtisticRoomba [Sat, 29 Mar 2025 03:57:36 +0000 (20:57 -0700)]
update fland
ArtisticRoomba [Sat, 29 Mar 2025 03:39:59 +0000 (20:39 -0700)]
me waiting
ArtisticRoomba [Sat, 29 Mar 2025 03:28:09 +0000 (20:28 -0700)]
remove warden stamp mapped on meta
ArtisticRoomba [Sat, 29 Mar 2025 03:20:50 +0000 (20:20 -0700)]
update man-o-war shuttle
ArtisticRoomba [Sat, 29 Mar 2025 03:10:37 +0000 (20:10 -0700)]
update emergency_meta
ArtisticRoomba [Sat, 29 Mar 2025 03:04:09 +0000 (20:04 -0700)]
update emergency_courser
ArtisticRoomba [Sat, 29 Mar 2025 01:27:29 +0000 (18:27 -0700)]
convex update
Tayrtahn [Fri, 28 Mar 2025 15:37:34 +0000 (11:37 -0400)]
Make ContainerFillSystem print contents on failure (#36128)
* Make ContainerFill/EntityTableContainerFill print current contents when failing to spawn an entity
* List each entry on a new line; add fallback for empty
Tayrtahn [Fri, 28 Mar 2025 08:43:13 +0000 (04:43 -0400)]
Fix embedded projectile deletion not being tracked by container (#36123)
* Remove deleted projectiles from the container tracking them
* Gotta dirty the container
* Remove the container component when all embedded projectiles are gone
* Add test
* No clientside deletion of networked entities
* Move cleanup logic before deletion
Milon [Thu, 27 Mar 2025 23:42:16 +0000 (00:42 +0100)]
Fix gas pressure pump prediction (#35865)
* ACTUALLY predict gas pumps
* generic fake
*
aaaaaaaaaaaaa
Errant [Thu, 27 Mar 2025 23:34:20 +0000 (00:34 +0100)]
Unhardcode role type names and colors within localization text (#36096)
* localize role type names within localization text
* also unhardcode colors
* comment
* typo
PJBot [Thu, 27 Mar 2025 22:30:10 +0000 (22:30 +0000)]
Automatic changelog update
metalgearsloth [Thu, 27 Mar 2025 22:29:02 +0000 (09:29 +1100)]
Mob movement rewrite (#35931)
* Conveyor optimisations
- Optimise movement for moving stuff. Better flags + less resolves + slapped parallelrobustjob on it.
- Sleeping for entities getting conveyed into walls.
* Blocker version
* Finish
* Final
* Fix conveyor power mispredict
* Bagel save
* Revert "Bagel save"
This reverts commit
1b93fda81fb852d89b89b0beae0b80f8a61165f2 .
* Conveyor resave
* Fix prediction
* Mob movement rewrite
* Bandaid
* Working version
* Tentatively working
* Friction to fix cornering
* More fixes
* Revert bagel
* Revert this
* a
* Reviewed
* Funky re-save
* Fix velocity
* Table fix
* Review
* a
PJBot [Thu, 27 Mar 2025 17:44:04 +0000 (17:44 +0000)]
Automatic changelog update
lzk [Thu, 27 Mar 2025 17:42:57 +0000 (18:42 +0100)]
make admin interacts with storages silent (#35417)
* make admin interacts with storages silent
* review
* silent insert and transfer
* i love code
---------
Co-authored-by: ScarKy0 <scarky0@onet.eu>
PJBot [Thu, 27 Mar 2025 17:20:43 +0000 (17:20 +0000)]
Automatic changelog update
SlamBamActionman [Thu, 27 Mar 2025 17:19:36 +0000 (18:19 +0100)]
Add a new poster (#36104)
* Poster
* THAT tortilla...
* roombareview
Chaoticaa [Thu, 27 Mar 2025 17:11:02 +0000 (04:11 +1100)]
Updates to Hydroponic sprites (#35004)
* changes to some hydroponics plant sprites
* tomato changes
* added tomatoes and further changes
* added tomatoes and adjustments
* added tomatoes and adjustments
* added apples and meatwheat
* watermelon + adjustments
* sugarcane
* blood tomatoes & pumpkin harvest
* final changes for a while
* poppy harvest repaint
* smoller melon + holy melon stages
* final changes + attributions added to json files
* oops
* changes
* changes x2
* egg success + tree changes and additions
* bagel mistake
* lemon lime garlic fly
* grapes and stuff
* Potate
* peas and attributes
* more veg while my monitor flashbangs me repeatedly trying to find source links
* soyyyyyyy
* eggplant and berries yuuumm
* corn life
* grape disaster
* my computer is slow
* Pray
---------
Co-authored-by: Your Name <[you@example.com])>
Co-authored-by: beck-thompson <beck314159@hotmail.com>
PJBot [Thu, 27 Mar 2025 17:05:33 +0000 (17:05 +0000)]
Automatic changelog update
slarticodefast [Thu, 27 Mar 2025 17:04:25 +0000 (18:04 +0100)]
Add paradox clone to admin antag control (#36105)
* make paradox clone receive the original's objectives
* antag control verb
* rename verb
PJBot [Thu, 27 Mar 2025 06:27:21 +0000 (06:27 +0000)]
Automatic changelog update
Centronias [Thu, 27 Mar 2025 06:26:13 +0000 (23:26 -0700)]
Raw meatball cooks into cooked meatball (#36003)
meatballs can be cooked on their own
metalgearsloth [Thu, 27 Mar 2025 04:29:14 +0000 (15:29 +1100)]
Update submodule to v250.0.0 (#36108)
Errant [Wed, 26 Mar 2025 20:40:13 +0000 (21:40 +0100)]
Overlay stack sorting fix (#36103)
* round float before sorting
* weh
ScarKy0 [Wed, 26 Mar 2025 19:42:08 +0000 (20:42 +0100)]
1984 the unsafe gift from smuggler stashes (#36102)
1984
Tayrtahn [Wed, 26 Mar 2025 18:36:29 +0000 (14:36 -0400)]
Cleanup AdminVerbSystem (#36099)
* Fix 3 warnings in AdminVerbSystem.Tools
* Fix 3 warnings in AdminVerbSystem.Smites
* Use SetMapCoordinates directly
PJBot [Wed, 26 Mar 2025 16:14:09 +0000 (16:14 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 16:13:02 +0000 (17:13 +0100)]
Improve paradox clone item copying (#35993)
* even better item copying for the paradox clone
* copy paper
* fix
* blacklist implanter
* string.Empty
---------
Co-authored-by: ScarKy0 <scarky0@onet.eu>
PJBot [Wed, 26 Mar 2025 15:35:27 +0000 (15:35 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 15:34:17 +0000 (16:34 +0100)]
Fix faction icons for paradox clones (#35910)
* fix nukie icon
* add revs to cloning pod again
PJBot [Wed, 26 Mar 2025 15:31:21 +0000 (15:31 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 15:30:14 +0000 (16:30 +0100)]
Show paradox clones in deadchat (#35940)
show clones in deadchat
PJBot [Wed, 26 Mar 2025 15:21:22 +0000 (15:21 +0000)]
Automatic changelog update
Velcroboy [Wed, 26 Mar 2025 15:20:15 +0000 (10:20 -0500)]
Add smuggler stashes (#19460)
* Add smuggler stashes
* Prevent anchor/collision test fail
* Enabled = false
* Oops, missed one
* NYAH!1984
* Split/Rebalance loot pools and fix test fail
* Errg, still with the canCollide thing
* Removed notes, additional balance tweaking, removed some blank lines
* Replace generator IDs
* Adjust briefcase fill
* Node moved
* Use noSpawn
* Goldschlonger
* Adjusts fills for grid-inv
* Replace removed items
* Replace removed items part 2
* Add empty satchel to clothesmate contraband inventory
* Merge master and switch spawning to roundstart event
* Cleaned up and converted to entity spawn tables + Added funny clown satchel
* Adds comp to prevent stacking bags
* Inital cleanup
* More changes
* ff
* Some fixes but yaml needs to be organized and a few bugs remain
* Final fixes
* Cleanup
* good
* One more
* minor tweaks
* Rename
* Combine dupe fields
* address review
* review
* make linter happy
* names, contraband status
* uplink
* small bugfix
---------
Co-authored-by: Jeff <velcroboy333@hotmail.com>
Co-authored-by: beck-thompson <beck314159@hotmail.com>
Co-authored-by: Milon <milonpl.git@proton.me>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
Tayrtahn [Wed, 26 Mar 2025 14:17:28 +0000 (10:17 -0400)]
Cleanup TabletopSystem.Map (#36097)
* Add SharedMapSystem dependency
* IMapManager.MapExists -> SharedMapSystem.MapExists
* IMapManager.CreateMap & IMapManager.GetMapEntityId -> SharedMapSystem.CreateMap
* IMapManager.DeleteMap -> SharedMapSystem.DeleteMap
* Remove IMapManager dependency
Milon [Wed, 26 Mar 2025 11:45:29 +0000 (12:45 +0100)]
add predicted popups with PVS filtering (#36092)
add
Errant [Wed, 26 Mar 2025 05:42:17 +0000 (06:42 +0100)]
adminnotes command cleanup (#36086)
localize adminnotes command, autocomplete
Tayrtahn [Wed, 26 Mar 2025 02:17:46 +0000 (22:17 -0400)]
Cleanup WarpCommand (#36088)
* EntityCoordinates.GetGridUid -> SharedTransformSystem.GetGrid
* EntityCoordinates.GetMapId -> SharedTransformSystem.GetMapId
* Hey look, there's been a bug here this whole time
* TransformComponent.Coordinates.set -> SharedTransformSystem.SetCoordinates
* Now actually working!
* Formatting why not
* Remove unneeded GetComponent
BWTCK [Tue, 25 Mar 2025 23:06:04 +0000 (17:06 -0600)]
Add code comment to antifreeze reagent (#36065)
* Recolored the metamorphic glass antifreeze sprite to reflect the actual color of the chemical
* Added recolor credit in meta.json
* The antifreeze shall be blue!
* removed weird fill-5 change
Tayrtahn [Tue, 25 Mar 2025 22:30:06 +0000 (18:30 -0400)]
Cleanup BiomeSystem.Commands (#36084)
* _mapManager.GetMapEntityId -> _mapSystem.GetMapOrInvalid
* _mapManager.MapExists -> _mapSystem.MapExists
* Unused using
Tayrtahn [Tue, 25 Mar 2025 22:16:48 +0000 (18:16 -0400)]
Cleanup SpecialRespawnSystem (#36087)
* grid.TileIndicesFor -> _map.TileIndicesFor
* coords.ToMap -> _transform.ToMapCoordinates
* grid.TryGetTileRef -> _map.TryGetTileRef
* grid.GridTileToWorldPos -> _map.GridTileToWorldPos
* grid.WorldToTile -> _map.WorldToTile
* grid.GridTileToLocal -> _map.GridTileToLocal
* Formatting why not
Tayrtahn [Tue, 25 Mar 2025 20:51:11 +0000 (16:51 -0400)]
Cleanup PathfindingSystem (#36083)
* EntityCoordinates.GetMapUid -> SharedTransformSystem.GetMap
* EntityCoordinates.GetGridUid -> SharedTransformSystem.GetGrid
* EntityCoordinates.ToMapPos -> SharedTransformSystem.ToMapCoordinates().Position
* Formatting why not
PJBot [Tue, 25 Mar 2025 20:16:30 +0000 (20:16 +0000)]
Automatic changelog update
Errant [Tue, 25 Mar 2025 20:15:22 +0000 (21:15 +0100)]
Admin Overlay stacking and ghost hiding (#35622)
* ghostbuster mouse and overlay stacks
* variable adjustment
* use map coords for distance check
* vertical stack ordering, and cvars
* skreee
* fix stack merge 'sidedness' issue
* overlays no longer try to stack to overlays at the wrong coordinates
* options slider for stack merge distance
* admin option sliders for ghost fade/hide
* Update AdminOptionsTab.xaml.cs
---------
Co-authored-by: ScarKy0 <scarky0@onet.eu>
TheProNoob678 [Tue, 25 Mar 2025 20:14:34 +0000 (15:14 -0500)]
A Bunch of New Figurine Voicelines (#36039)
* Add a bunch of figurine voicelines and reduces delay
* Added footsoldier figurine voicelines
* Fixed voiceline count.
* Fixed Queen Xeno figurine formatting issues
* Fixed my terrible fucking grammar
PJBot [Tue, 25 Mar 2025 18:42:03 +0000 (18:42 +0000)]
Automatic changelog update
ScarKy0 [Tue, 25 Mar 2025 18:40:54 +0000 (19:40 +0100)]
Fix admin "Spawn here" verb (#36080)
* init
* review
* review
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Pieter-Jan Briers [Tue, 25 Mar 2025 17:53:19 +0000 (18:53 +0100)]
Enable parallel Pow3r solver on Vulture (#36079)
See if it still causes issues.
Pieter-Jan Briers [Tue, 25 Mar 2025 17:47:49 +0000 (18:47 +0100)]
Remove unused PowerConsumer from grilles (#36077)
This caused tons of completely wasted processing in the power system. Incredible.
Pieter-Jan Briers [Tue, 25 Mar 2025 17:02:39 +0000 (18:02 +0100)]
Make pow3r validation logic available on release (#36075)
I want to run this on live servers. It's behind a power_validate command, it still doesn't automatically get ran outside debug otherwise.
PJBot [Tue, 25 Mar 2025 16:05:08 +0000 (16:05 +0000)]
Automatic changelog update
Errant [Tue, 25 Mar 2025 16:03:59 +0000 (17:03 +0100)]
Admin playerlist antag presentation rework (#35538)
* refactor(src): Minor refactor of Draw in "AdminNameOverlay. And new info about playtime player
* fix(src): Add configure classic admin owerlay
* fix
* antag status indication rework
* the cvars are free, you can just take them
* update playerlist on cvar change
* more overlay options
* tweak(src): Use _antagLabelClassic and tweak style
* tweak(src): Add config display overlay for startingJob and playTime
* tweak(src): Vector2 is replaced by var
* tweak(src): return to the end of the list
* add new option checkboxes
* passing ConfigurationManager through constructor, some format changes
* made sorting values more futureproof
* comments
* labels
* no point commenting this out when the overlay stack PR will uncomment it again anyway
* sorting prototype
* localize symbols because why not
* symmetry
* Revert "localize symbols because why not"
This reverts commit
922d4030300285a45777d62fcfd9c74b25fe7a60 .
* layout and formatting stuff
* fix errant space
---------
Co-authored-by: Schrödinger <132720404+Schrodinger71@users.noreply.github.com>
āda [Tue, 25 Mar 2025 01:21:59 +0000 (20:21 -0500)]
Fix Wizard/Librarian PDA flashlight visual (#36064)
the other light
Tayrtahn [Tue, 25 Mar 2025 00:16:13 +0000 (20:16 -0400)]
Fix error when disconnecting the client while a projectile is embedded (#36048)
* Add test for disconnecting the client while a projectile is embedded
* Add check for non-terminating grid or map
* Add test that an embeddable detaches when the target is deleted.
* Remove Explicit tag from TestDisconnectWhileEmbedded
āda [Tue, 25 Mar 2025 00:11:04 +0000 (19:11 -0500)]
Fix misplaced pixel on Wizard/Librarian PDA (#36060)
* nudge that pixel
* new base
* whoops, leftovers
PJBot [Mon, 24 Mar 2025 23:56:24 +0000 (23:56 +0000)]
Automatic changelog update
slarticodefast [Mon, 24 Mar 2025 23:55:16 +0000 (00:55 +0100)]
Fix thermal regulation this time for real (#36062)
Partmedia [Mon, 24 Mar 2025 19:47:48 +0000 (10:47 -0900)]
Fix comment (#36054)
Tayrtahn [Mon, 24 Mar 2025 18:59:13 +0000 (14:59 -0400)]
Allow NukeOps test to function with multiple RuleGrids (#36049)
Tayrtahn [Mon, 24 Mar 2025 18:19:29 +0000 (14:19 -0400)]
Fix SpeakOnTrigger not working for messages starting with '.' (#36053)
PJBot [Mon, 24 Mar 2025 16:37:57 +0000 (16:37 +0000)]
Automatic changelog update
Emisse [Mon, 24 Mar 2025 16:36:44 +0000 (10:36 -0600)]
Relic improvements (#35507)
metalgearsloth [Mon, 24 Mar 2025 15:35:22 +0000 (02:35 +1100)]
Fix TrayScannerUser (#35959)
* Fix TrayScannerUser
* Ignore
* Update Content.Shared/SubFloor/TrayScannerUserComponent.cs
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Vortebo [Mon, 24 Mar 2025 01:05:55 +0000 (20:05 -0500)]
lol im dum
Tayrtahn [Sun, 23 Mar 2025 23:46:34 +0000 (19:46 -0400)]
Fix changelog entries with brackets crashing the client (#36033)