]>
git.smokeofanarchy.ru Git - space-station-14.git/log
slarticodefast [Wed, 25 Jun 2025 13:38:57 +0000 (15:38 +0200)]
Fix PowerCellDrawComponent draw rate (#38562)
* fix power cell draw rate
* comment
Nemanja [Wed, 25 Jun 2025 13:13:03 +0000 (09:13 -0400)]
HandsSystem Refactor (#38438)
* checkpoint
* pt 2
* pt... i forgot
* pt 4
* patch
* More test fixes
* optimization!!!
* the REAL hand system
* fix RetractableItemActionSystem.cs oversight
* the review
* test
* remove test usage of body prototype
* Update Content.IntegrationTests/Tests/Interaction/InteractionTest.cs
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
* hellcode
* hellcode 2
* Minor cleanup
* test
* Chasing the last of the bugs
* changes
---------
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
Myra [Wed, 25 Jun 2025 11:56:47 +0000 (13:56 +0200)]
Properly evaluate publish condition for master branch (#38556)
Red [Wed, 25 Jun 2025 11:41:35 +0000 (14:41 +0300)]
New status effect system (#37238)
* spectra
* documentation
* added into liquid anomaly
* Update TemporaryStealthComponent.cs
* Update TemporaryStealthComponent.cs
* integrated
* new system
* mark old status effect system as obsolete
* ForcedSleeping new status effect
* work with reagents
* networking???
* Revert "integrated"
This reverts commit
bca02b82bae18ae131af593d7eb86e6de2745157 .
* Revert "Update TemporaryStealthComponent.cs"
This reverts commit
4a5be8c4b704a0d1ff9544b2e245d8b2701ec580 .
* Revert "Update TemporaryStealthComponent.cs"
This reverts commit
a4875bcb41347638854bd723d96a51c3e6d38034 .
* Revert "added into liquid anomaly"
This reverts commit
df5086b14bb35f1467158a36807c0f2163a16d99 .
* Revert "documentation"
This reverts commit
3629b9466758cbdfa4dd5e67ece122fa2f181138 .
* Revert "spectra"
This reverts commit
2d03d88c16d16ad6831c19a7921b84600daeb284 .
* drowsiness status effect remove
* reagents work
* polish, remove test changes
* first Fildrance review part
* Update misc.yml
* more fildrance review
* final part
* fix trailing spaces
* sleeping status effect
* drowsiness status effect
* Create ModifyStatusEffect.cs
* some tweak
* Yay!!! Manual networking
* minor nitpick
* oopsie
* refactor: xml-docs, notnullwhen attributes, whitespaces
* fildrance and emo review
* refactor: simplify check in SharedStatusEffectsSystem by using pattern matching, TryEffectsWithComp now returns set of Entity<T, StatusEffectComponent>
---------
Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
lzk [Wed, 25 Jun 2025 10:37:09 +0000 (12:37 +0200)]
update xeno techmaint floor name (#38555)
Update tiles.yml
qwerltaz [Wed, 25 Jun 2025 09:54:57 +0000 (11:54 +0200)]
allow combat mode toggling when unable to interact (#38573)
allow combat mode toggling when cuffed or crit
Kyle Tyo [Wed, 25 Jun 2025 02:28:13 +0000 (22:28 -0400)]
Electrocute command cleanup and localization (#38563)
* hey look I knocked out a todo :shockedface:
* Update Resources/Locale/en-US/electrocution/electrocute-command.ftl
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
beesterman [Wed, 25 Jun 2025 02:22:28 +0000 (21:22 -0500)]
Lobby Audio from static to CVar (#38375)
* Changed LobbyMusiccollection over to a Cvar and edited ContentAudioSystem.cs to use Cvar Values
* Addedd Ability to modify the lobbyMusiccollection from the command line
* Fixed changing lobby music while in the round
* Deleted uneeded duplicate line
* Removed additional duplicate lobbyplaylist line
* Alphabatized imports and refactored to use Subs.CVar
* Added error checking and default behaviour to CVar sub.
* Refactored to use TryIndex and Allowed for a empty soundcollection when a sound collection is not found. Edited Cvar comment to reflect changes.
* Made _lobbyMusicCollection nullable and addedd handling for null case where used. Also Changed LobbyMusicCollection Cvar over to audio rather than ambience.
* Update Content.Server/Audio/ContentAudioSystem.cs
---------
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
PJBot [Wed, 25 Jun 2025 01:47:24 +0000 (01:47 +0000)]
Automatic changelog update
Dragonjspider [Wed, 25 Jun 2025 01:46:17 +0000 (20:46 -0500)]
Fix cutter machine having free techmaint floor tiles (#38557)
Fix BaseMaintTileRecipe
Changed BaseTileRecipe to BaseMaintTileRecipe
lzk [Tue, 24 Jun 2025 22:10:29 +0000 (00:10 +0200)]
cleanup air_alarm.yml and fire_alarm.yml (#38559)
* Update air_alarm.yml
* that too
* Update air_alarm.yml
PJBot [Tue, 24 Jun 2025 22:00:05 +0000 (22:00 +0000)]
Automatic changelog update
John [Tue, 24 Jun 2025 21:58:58 +0000 (17:58 -0400)]
Bulldog desc fix (#38558)
Co-authored-by: Vasilis The Pikachu <vasilis@pikachu.systems>
lzk [Tue, 24 Jun 2025 21:55:10 +0000 (23:55 +0200)]
remove suffix from ChameleonControllerImplanter (#38554)
* Update implanters.yml
* Update Resources/Prototypes/Entities/Objects/Misc/implanters.yml
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
PJBot [Tue, 24 Jun 2025 20:48:36 +0000 (20:48 +0000)]
Automatic changelog update
Pieter-Jan Briers [Tue, 24 Jun 2025 20:47:29 +0000 (22:47 +0200)]
Fix displacement map rendering in UI (#38042)
Fix displacement map rendering
918709cb4742d02e9822a651cf8e74727ba997de changed the way humans work to completely remove the stencil mask thing for clothing cutouts, in favor of displacement maps. Except it didn't actually remove the stencil parameters from the shader prototype, so this caused the shader to render incorrectly in SpriteView instances.
I introduced a new DisplacedDraw shader that doesn't have the stencil in use, as removing the old one would probably be a more annoying breaking change.
Fixes #37629
Perry Fraser [Tue, 24 Jun 2025 20:39:18 +0000 (16:39 -0400)]
fix: correct wall AO having weird sharp edges (macOS only?) (#38552)
PJBot [Tue, 24 Jun 2025 15:36:46 +0000 (15:36 +0000)]
Automatic changelog update
Kittygyat [Tue, 24 Jun 2025 15:35:39 +0000 (16:35 +0100)]
Added a handheld station map to the cyborg thruster module (#38541)
* Added a station map to the borg thruster module
* Removed HandheldStationMapBorg & replaced it with HandheldStationMapUnpowered
lzk [Tue, 24 Jun 2025 15:13:48 +0000 (17:13 +0200)]
Update cmd-adminwho-desc (#38539)
Update admin-who-command.ftl
PJBot [Tue, 24 Jun 2025 13:05:24 +0000 (13:05 +0000)]
Automatic changelog update
BramvanZijp [Tue, 24 Jun 2025 13:04:15 +0000 (15:04 +0200)]
Re-Add Stamina Damage Resistances to Nukie & ERT Suits after the Test Merge. (#38526)
* Add stamina damage resists to the bloodred suits.
* Apply suggestions from code review
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Kyle Tyo [Tue, 24 Jun 2025 11:06:20 +0000 (07:06 -0400)]
Crew manifest command cleanup and LEC (#38544)
commit
metalgearsloth [Tue, 24 Jun 2025 10:48:29 +0000 (20:48 +1000)]
Fix IsSpace call (#38548)
Kyle Tyo [Tue, 24 Jun 2025 10:46:35 +0000 (06:46 -0400)]
Add uplink command minor revision and cleanup (#38532)
* commit
* Update AddUplinkCommand.cs
IProduceWidgets [Tue, 24 Jun 2025 10:29:05 +0000 (06:29 -0400)]
update oasis (#37770)
Pieter-Jan Briers [Tue, 24 Jun 2025 08:25:49 +0000 (10:25 +0200)]
Update submodule to 263.0.0 (#38524)
PJBot [Tue, 24 Jun 2025 07:57:24 +0000 (07:57 +0000)]
Automatic changelog update
metalgearsloth [Tue, 24 Jun 2025 07:56:14 +0000 (17:56 +1000)]
Add wall-based ambient occlusion (#38276)
* Add wall ambient occlusion
* wawawewa
* Work
* cvars
* Comment to make slart happy
Kyle Tyo [Mon, 23 Jun 2025 21:25:35 +0000 (17:25 -0400)]
Revisions and cleanup to dock and shuttle commands. (#38533)
commit
Tayrtahn [Mon, 23 Jun 2025 20:41:41 +0000 (16:41 -0400)]
Remove excess `SingularityLevelChangedEvent` subscriptions (#38536)
* Remove excess SingularityLevelChangedEvent subscriptions
* RadiationSourceComponent too
* Cleanup commented out code
PJBot [Mon, 23 Jun 2025 11:34:04 +0000 (11:34 +0000)]
Automatic changelog update
slarticodefast [Mon, 23 Jun 2025 11:32:56 +0000 (13:32 +0200)]
Predict Flashes (#37640)
Co-authored-by: ScarKy0 <scarky0@onet.eu>
Tayrtahn [Mon, 23 Jun 2025 05:22:21 +0000 (01:22 -0400)]
Content fix for `LocalizedCommands` `Loc` change (#38133)
* Content fix for LocalizedCommands Loc change
* Switch to LocalizationManager
Hannah Giovanna Dawson [Mon, 23 Jun 2025 01:14:57 +0000 (02:14 +0100)]
Emotional Support Scurret locstrings (#38518)
Missed during the atomization of the Wa Wa PR.
Kyle Tyo [Mon, 23 Jun 2025 00:40:55 +0000 (20:40 -0400)]
Command resolves. (#38519)
* banlist-command
* open-admin-notes-command
* stealthmin-command
* set-alert-level-command
* remove unused usings
* whitelist commands
PJBot [Sun, 22 Jun 2025 19:39:29 +0000 (19:39 +0000)]
Automatic changelog update
Cojoke [Sun, 22 Jun 2025 19:38:22 +0000 (14:38 -0500)]
Staff of Healing for Pacifists (#38509)
Skybailey-dev [Sun, 22 Jun 2025 19:37:25 +0000 (12:37 -0700)]
MINOR SPELLING ERROR!!1!!1! (#38510)
Spelling fix in the code of conduct
Comunity ->Community
PJBot [Sun, 22 Jun 2025 19:29:28 +0000 (19:29 +0000)]
Automatic changelog update
beck-thompson [Sun, 22 Jun 2025 19:28:21 +0000 (12:28 -0700)]
Allow admins to export round logs to CSV files (#38206)
PJBot [Sun, 22 Jun 2025 16:52:09 +0000 (16:52 +0000)]
Automatic changelog update
keronshb [Sun, 22 Jun 2025 16:50:59 +0000 (12:50 -0400)]
Readds the Hypereutactic Blade for traitors, adds Hypereutatic blade for Nukies (#37182)
* adds hypereutactic back into the uplinks
* Disables hum
* Adds the Hypereutatic Blade for Nukies
* Actually makes the sound so quiet no one can hear it
* Apply suggestions from code review
* Update Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Moomoobeef [Sun, 22 Jun 2025 10:47:56 +0000 (03:47 -0700)]
Fixed dirt tiles having identical names (#38500)
* added prefix to planet dirt/grass
* prefixes don't work, just doing renaming instead.
github-actions[bot] [Sun, 22 Jun 2025 00:37:44 +0000 (20:37 -0400)]
Update Credits (#38493)
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
ScarKy0 [Sun, 22 Jun 2025 00:24:12 +0000 (02:24 +0200)]
Retractable items get removed by handcuffs (#38441)
* init
* oops
* happens
* review
* fix
Tayrtahn [Sat, 21 Jun 2025 22:25:20 +0000 (18:25 -0400)]
Treat duplicate dependency warnings as errors (#38480)
* Treat duplicate dependency warnings as errors
* GitHub workflows
* commas
* Maybe we just don't use these?
* I think we can get rid of these?
PJBot [Sat, 21 Jun 2025 22:24:46 +0000 (22:24 +0000)]
Automatic changelog update
Perry Fraser [Sat, 21 Jun 2025 22:23:39 +0000 (18:23 -0400)]
fix: mops with liquid can hit people again (#38486)
PJBot [Sat, 21 Jun 2025 22:21:41 +0000 (22:21 +0000)]
Automatic changelog update
qrwas [Sat, 21 Jun 2025 22:20:34 +0000 (01:20 +0300)]
Fix styles for group button in loadout menu (#38488)
* Fix styles color for group button in loadout menu
* Show selected item count in loadout group UI
Updated the loadout group container to display the number of selected items in a group. Added a new localization string to support this feature in the UI.
* Resolve required changes
ScarKy0 [Sat, 21 Jun 2025 17:59:37 +0000 (19:59 +0200)]
Generic Numeric Alerts (#38370)
PJBot [Sat, 21 Jun 2025 17:55:18 +0000 (17:55 +0000)]
Automatic changelog update
beck-thompson [Sat, 21 Jun 2025 17:54:11 +0000 (10:54 -0700)]
Make role ban pannel pretty (#37952)
* Make role ban pannel pretty
* Removed unused depencency
* refactor: wider panel (no jumping due to scroll in english lang) minor readability improvements
---------
Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
PJBot [Sat, 21 Jun 2025 16:35:18 +0000 (16:35 +0000)]
Automatic changelog update
SlamBamActionman [Sat, 21 Jun 2025 16:34:11 +0000 (18:34 +0200)]
Allow Maintainers to use customvote command (#38385)
Changed from Moderator perm to Round perm
TemporalOroboros [Sat, 21 Jun 2025 15:23:19 +0000 (08:23 -0700)]
Kills TurfHelpers (#37939)
* Create TurfSystem equivalent for and obsolete TurfHelpers.GetTileRef
* Fix EntitySystem uses of TurfHelpers.GetTileRef
* Fix EntitySystem uses of TurfHelpers.TryGetTileRef
* Fix construction condition uses of TurfHelpers.GetTileRef
* Fix last use of TurfHelpers.IsBlockedTurf
* Create TurfSystem equivalent to and obsolete TurfHelpers.GetContentTileDefinition
* Fix uses of TurfHelpers.GetContentTileDefinition(TileRef)
* Fix uses of TurfHelpers.GetContentTileDefinition(Tile)
* Create TurfSystem equivalent to and obsolete TurfHelpers.IsSpace
* Fix EntitySystem uses of TurfHelpers.IsSpace(Tile)
* Fix EntitySystem uses of TurfHelpers.IsSpace(TileRef)
* Fix remaining uses of TurfHelpers.IsSpace
* Fix uses of TurfHelpers.GetEntitiesInTile
* Delete TurfHelpers.cs
* Add GetEntitiesInTile lookup methods
* Convert some GetEntitiesInTile methods to LookupSystem extension methods
* Use new GetEntitiesInTile methods
* Recycle spiderweb hashset
* Recycle floor tile hashset
PJBot [Sat, 21 Jun 2025 14:53:43 +0000 (14:53 +0000)]
Automatic changelog update
Prole [Sat, 21 Jun 2025 14:52:36 +0000 (07:52 -0700)]
Flask Visual Overhaul & YML Organizing (#38032)
* Adding Back Baseline V1 Changes
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Readability Change
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* icon_open implementation, tidy up & attributions (fix lith/shiny flask ugly af open sprites)
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* good enough
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* No mo closed spills
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Inhands & Attributions Part 1
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Inhands & Attributions Part 2
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Flask Sounds & Attributions
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Cap flask inhands change
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Lith flask Inhand Changes
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
* Spacing
* Fix?
* Man...
* Attributions Back in...
* Im loosing it..
* REAL!
* :/
* Again...
* again :/
* Plz???
---------
Signed-off-by: Prole <172158352+Prole0@users.noreply.github.com>
slarticodefast [Sat, 21 Jun 2025 13:40:56 +0000 (15:40 +0200)]
Fix debug asserts when unequipping items (#38274)
PJBot [Sat, 21 Jun 2025 13:12:24 +0000 (13:12 +0000)]
Automatic changelog update
slarticodefast [Sat, 21 Jun 2025 13:11:17 +0000 (15:11 +0200)]
Fix wallmount interaction (#38111)
Pieter-Jan Briers [Sat, 21 Jun 2025 10:37:08 +0000 (12:37 +0200)]
Fix compile (#38477)
PJBot [Sat, 21 Jun 2025 09:42:11 +0000 (09:42 +0000)]
Automatic changelog update
Whatstone [Sat, 21 Jun 2025 09:41:04 +0000 (05:41 -0400)]
SignalSwitchSystem: Check button is locked before toggling (#38474)
Check button is locked before toggling
Just-a-Unity-Dev [Sat, 21 Jun 2025 09:19:57 +0000 (17:19 +0800)]
add some documentation for visiting entity (#38475)
* add some documentation for visiting entity
to prevent someone from spending 5 minutes diving into the codebase
* reviews
Co-authored-by: LaCumbiaDelCoronavirus <90893484+LaCumbiaDelCoronavirus@users.noreply.github.com>
---------
Co-authored-by: LaCumbiaDelCoronavirus <90893484+LaCumbiaDelCoronavirus@users.noreply.github.com>
lzk [Sat, 21 Jun 2025 09:19:27 +0000 (11:19 +0200)]
allow to publish news without ui (#35262)
* allow to publish news without ui
* the hell was that
* apply
* apply review
* sure
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* okay
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Perry Fraser [Sat, 21 Jun 2025 09:06:49 +0000 (05:06 -0400)]
Make gas tank UI a bit more network-happy (#38184)
* fix: network gas tank output pressure
* fix: don't overwrite gas tank output pressure during editing
PJBot [Sat, 21 Jun 2025 06:33:37 +0000 (06:33 +0000)]
Automatic changelog update
Tayrtahn [Sat, 21 Jun 2025 06:32:30 +0000 (02:32 -0400)]
Make... sloths... speak... slowly... (#38142)
* Add SlowAccent
* Apply SlowAccent to sloths
* xmldocs
Tayrtahn [Sat, 21 Jun 2025 01:31:32 +0000 (21:31 -0400)]
Add interaction test for retractable arm blade (#38452)
* Add interaction test for retractable arm blade
* Update for HandsSystem refactor
* Revert "Update for HandsSystem refactor"
This reverts commit
e01bb9a7e318dd916240d57b30f48af9594bff1f .
* Combine WaitAssertion blocks
PJBot [Sat, 21 Jun 2025 01:14:32 +0000 (01:14 +0000)]
Automatic changelog update
crazybrain23 [Sat, 21 Jun 2025 01:13:25 +0000 (02:13 +0100)]
Fix styling for Admin Menu lists (#38261)
* remove styleclass from playertab 'button' lines
* cvar, fix button-style header alignment
* Fix requested changes
And also the extra cvar things I was meant to remove in the upstream merge
* Tiny tweaks
---------
Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
Myra [Sat, 21 Jun 2025 00:32:31 +0000 (02:32 +0200)]
Fail if we attempt to run publish on master (#38431)
* Fail if we attempt to run publish on master
BREAKING: FORKS REMOVE THIS
* Update publish.yml
PJBot [Fri, 20 Jun 2025 23:40:16 +0000 (23:40 +0000)]
Automatic changelog update
Hannah Giovanna Dawson [Fri, 20 Jun 2025 23:39:08 +0000 (00:39 +0100)]
Scurrets (#38218)
* Scurrets.
* Add missing equipment YAML
* Fix count of NamesFirstScurret
* Resolve PR comments, wa.
Also add like a bunch more wa replacements
* ed
* Update Resources/Textures/Mobs/Animals/scurret/displacement.rsi/meta.json
* :rivflabbergasted:
* Fixed spacings in scurret_last.ftl
* Fix mangled endings of some last names
* wawa
* the scug has a spear for self defence
Ps3Moira [Fri, 20 Jun 2025 22:50:35 +0000 (15:50 -0700)]
Remove Icon Smoothing for Airlocks, Doors, and Plastic Flaps, and Shutters from Walls (#38456)
* Nuke Icon Smoothing
* Update highsec.yml
* Update plastic_flaps.yml
Perry Fraser [Fri, 20 Jun 2025 22:48:54 +0000 (18:48 -0400)]
fix: set correct layer visibility for power cell sprites (#38458)
* fix: set correct layer visibility for power cell sprites
* fix: use a default charge level for power cell sprites' appearance data
Tayrtahn [Fri, 20 Jun 2025 22:43:53 +0000 (18:43 -0400)]
Cleanup duplicate dependency in `AdminVerbSystem.Smites` (#38473)
Cleanup duplicate dependency in AdminVerbSystem.Smites
PJBot [Fri, 20 Jun 2025 22:42:20 +0000 (22:42 +0000)]
Automatic changelog update
Qerd [Fri, 20 Jun 2025 22:41:11 +0000 (15:41 -0700)]
Chameleon Controller Implants can be deimplanted (#38439)
Tayrtahn [Fri, 20 Jun 2025 22:11:12 +0000 (18:11 -0400)]
Forbid string literals for `SharedActionsSystem` methods (#38472)
Forbid string literals for SharedActionsSystem methods
Pieter-Jan Briers [Fri, 20 Jun 2025 19:23:04 +0000 (21:23 +0200)]
Update patrons (#38470)
Perry Fraser [Fri, 20 Jun 2025 07:18:19 +0000 (03:18 -0400)]
fix: trim five minutes of silence from bottle_clunk_2 (#38463)
Tayrtahn [Fri, 20 Jun 2025 00:02:46 +0000 (20:02 -0400)]
Remove redundant IoC Resolve in `EmptyOrWindowValidInTile` (#38446)
Remove redundant IoC Resolve in EmptyOrWindowValidInTile
PJBot [Thu, 19 Jun 2025 22:43:29 +0000 (22:43 +0000)]
Automatic changelog update
Kyle Tyo [Thu, 19 Jun 2025 22:42:21 +0000 (18:42 -0400)]
Fix the tail wagging action being blocked by cuffs. (#38454)
Update types.yml
PJBot [Thu, 19 Jun 2025 19:50:18 +0000 (19:50 +0000)]
Automatic changelog update
Sparlight [Thu, 19 Jun 2025 19:49:09 +0000 (13:49 -0600)]
Adds dog-shaped sprite variants for the most common hardsuits (#36875)
Co-authored-by: dandy <203235481+casiliuscestus@users.noreply.github.com>
Co-authored-by: Raccoononi <70777222+raccoononi@users.noreply.github.com>
Co-authored-by: Scrubdelub <196583332+scrubdelub@users.noreply.github.com>
Co-authored-by: Tiniest Shark <176858593+TiniestShark@users.noreply.github.com>
beck-thompson [Thu, 19 Jun 2025 18:49:56 +0000 (11:49 -0700)]
Revert "Add stamina damage resists to the bloodred raid/hard-suits (and ERT hardsuits). [TEST MERGE]" (#38447)
Revert "Add stamina damage resists to the bloodred raid/hard-suits (and ERT h…"
This reverts commit
8c6b28885371c154c1e1810e20078e0c9d7e6106 .
PJBot [Thu, 19 Jun 2025 15:07:20 +0000 (15:07 +0000)]
Automatic changelog update
ScarKy0 [Thu, 19 Jun 2025 15:06:11 +0000 (17:06 +0200)]
Give APCs wirepanels (#38443)
init
Velcroboy [Thu, 19 Jun 2025 06:55:57 +0000 (01:55 -0500)]
Add advertised reagents to puddles (#38432)
Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
PJBot [Thu, 19 Jun 2025 04:07:26 +0000 (04:07 +0000)]
Automatic changelog update
SlamBamActionman [Thu, 19 Jun 2025 04:06:17 +0000 (06:06 +0200)]
Exo - Minor balance changes and fixes (#38435)
PJBot [Thu, 19 Jun 2025 01:07:33 +0000 (01:07 +0000)]
Automatic changelog update
deathride58 [Thu, 19 Jun 2025 01:06:26 +0000 (21:06 -0400)]
Playtime Reminders - Raising awareness of addiction by highlighting excessive playtime (#36483)
* grass touch protocol - Rebases to latest master to fix conflicts
* aight local tests are passing lets see if our golf works
* It is 5 am and our ass COMPLETELY overcomplicated this lmaooo
* Addresses feedback - Clarifies comments, swaps internal var names for grasstouchless and selfdestructive, makes the third tier a little less demanding, and fixes 1 hours
* Addresses review - conflict fix
* This too
* Axes playtime exclusion for ghosts
* Use switch expression
code style nit
* Refactor/cleanup
Use IGameTiming.RealTime to track time instead of DateTime. Use nullable instead of magic values.
Expose the current day value through a property that is always up to date, instead of making the API to read the CVar that updates at inconsistent times. This also makes it trivial to debug with VV.
Other minor cleanup like using string interp, code style fixes, comments, etc.
---------
Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
Kyle Tyo [Thu, 19 Jun 2025 00:03:28 +0000 (20:03 -0400)]
Command resolves and LEC conversions batch 4 (#38382)
* reeeecolllaaaaaaaa
* gonna convert these to public while I'm here for consistency sake
* requested changes.
Kyle Tyo [Wed, 18 Jun 2025 23:50:10 +0000 (19:50 -0400)]
Relocate SetOutfit method to ServerClothingSystem and LEC setoutfit command. (#38391)
* that'll do
* requested changes.
* missed this.
PJBot [Wed, 18 Jun 2025 21:15:09 +0000 (21:15 +0000)]
Automatic changelog update