BWTCK
9ca6353dcd
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
2025-03-26 00:06:04 +01:00
Tayrtahn
7270988961
Cleanup BiomeSystem.Commands ( #36084 )
...
* _mapManager.GetMapEntityId -> _mapSystem.GetMapOrInvalid
* _mapManager.MapExists -> _mapSystem.MapExists
* Unused using
2025-03-25 23:30:06 +01:00
Tayrtahn
1364bfd422
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
2025-03-25 23:16:48 +01:00
Tayrtahn
8dfa2e8f95
Cleanup PathfindingSystem ( #36083 )
...
* EntityCoordinates.GetMapUid -> SharedTransformSystem.GetMap
* EntityCoordinates.GetGridUid -> SharedTransformSystem.GetGrid
* EntityCoordinates.ToMapPos -> SharedTransformSystem.ToMapCoordinates().Position
* Formatting why not
2025-03-25 21:51:11 +01:00
PJBot
1732579c22
Automatic changelog update
2025-03-25 20:16:30 +00:00
Errant
c82d531a8f
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 >
2025-03-25 21:15:22 +01:00
TheProNoob678
098e594161
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
2025-03-25 21:14:34 +01:00
PJBot
9148c21b2b
Automatic changelog update
2025-03-25 18:42:03 +00:00
ScarKy0
c3d0b93ddf
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 >
2025-03-25 19:40:54 +01:00
Pieter-Jan Briers
981eb42979
Enable parallel Pow3r solver on Vulture ( #36079 )
...
See if it still causes issues.
2025-03-25 18:53:19 +01:00
Pieter-Jan Briers
ecf590f223
Remove unused PowerConsumer from grilles ( #36077 )
...
This caused tons of completely wasted processing in the power system. Incredible.
2025-03-25 18:47:49 +01:00
Pieter-Jan Briers
290bffceec
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.
2025-03-25 10:02:39 -07:00
PJBot
9243d65e6f
Automatic changelog update
2025-03-25 16:05:08 +00:00
Errant
72141abf8a
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 >
2025-03-25 17:03:59 +01:00
āda
1b74de6dbb
Fix Wizard/Librarian PDA flashlight visual ( #36064 )
...
the other light
2025-03-25 02:21:59 +01:00
Tayrtahn
0096dedb18
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
2025-03-25 01:16:13 +01:00
āda
2bc3561868
Fix misplaced pixel on Wizard/Librarian PDA ( #36060 )
...
* nudge that pixel
* new base
* whoops, leftovers
2025-03-25 01:11:04 +01:00
PJBot
99e62b4a49
Automatic changelog update
2025-03-24 23:56:24 +00:00
slarticodefast
9502ca0d23
Fix thermal regulation this time for real ( #36062 )
2025-03-24 16:55:16 -07:00
Partmedia
37c88debb5
Fix comment ( #36054 )
2025-03-24 20:47:48 +01:00
Tayrtahn
ae07c5d841
Allow NukeOps test to function with multiple RuleGrids ( #36049 )
2025-03-24 19:59:13 +01:00
Tayrtahn
67b76d81e5
Fix SpeakOnTrigger not working for messages starting with '.' ( #36053 )
2025-03-24 11:19:29 -07:00
PJBot
c9f567956a
Automatic changelog update
2025-03-24 16:37:57 +00:00
Emisse
b1af9ac89e
Relic improvements ( #35507 )
2025-03-24 10:36:44 -06:00
metalgearsloth
4f23016c72
Fix TrayScannerUser ( #35959 )
...
* Fix TrayScannerUser
* Ignore
* Update Content.Shared/SubFloor/TrayScannerUserComponent.cs
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
2025-03-24 16:35:22 +01:00
Vortebo
4530749f1d
lol im dum
2025-03-23 20:05:55 -05:00
Tayrtahn
7c9e344cd2
Fix changelog entries with brackets crashing the client ( #36033 )
2025-03-24 00:46:34 +01:00
Vortebo
3e36b2c1f7
more touchups
2025-03-23 18:19:14 -05:00
Vortebo
4f1b8ea65d
small touchups
2025-03-23 17:53:04 -05:00
Vortebo
b566eef796
pickup truck and beds
2025-03-23 16:56:30 -05:00
Killerqu00
fbf0679650
Fix admin changelog hard-crash ( #36029 )
...
fix changelog
2025-03-23 21:37:58 +01:00
ScarKy0
c8f5b480cb
Package loot tables part 2: Engineering ( #36026 )
...
* MAIL!!!!
* changes
2025-03-23 19:46:58 +01:00
Vortebo
35a619b1d5
aaaa the atmosphere the atmosphere
2025-03-23 13:10:11 -05:00
Myra
f4c5253f9c
Increase IPIntel bad rating score & Enable warnings ( #36021 )
...
Admin requested change
2025-03-23 17:42:00 +01:00
ScarKy0
9e1a150829
Package loot tables part 1: Medical ( #35895 )
...
* :3
* oops
* moved file, comments
2025-03-23 14:53:02 +01:00
Myra
57e3f0494e
Upgrade GitHub actions in Workfows to node20 ( #33668 )
2025-03-23 13:54:56 +01:00
ScarKy0
1859975ae6
Chemistry bottle cleanup ( #35911 )
...
* init
* clean
* god save me
* fuck relic
* i HATE HATE HATE relic
* make it stop
* please make it stop
* CEASE
* PLEASE
* Revert "PLEASE"
This reverts commit 47d34f3c1e657adf869d84a5349f9c18fc33bfea.
* Revert "CEASE"
This reverts commit 147ab6697807b98e24b0e1ee05571a1995f3c41c.
* Revert "please make it stop"
This reverts commit f2a4f63e5f5b017f2b4ad3511e8c77700abed58b.
* Revert "make it stop"
This reverts commit b10c6344bd9e9e3f1989b29fc46a8de7829e382e.
* Revert "i HATE HATE HATE relic"
This reverts commit a05d60c0055fa003f7746be7aec2ebf4acd6e136.
* Revert "fuck relic"
This reverts commit e44f3368bc8aa5938095dc5a60e9390fbaf8aba3.
2025-03-23 13:24:55 +01:00
Tayrtahn
d4c8ddb0ac
Fix migrations not being applied to PostMapInitTest ( #35933 )
...
* Fix migrations not being applied to PostMapInitTest
* formatting
* Raise the event outside the loop so it only happens once
2025-03-23 21:07:01 +11:00
Emisse
c42d0913cb
Fix bagel engineering power ( #36018 )
2025-03-23 02:26:14 -06:00
ArtisticRoomba
3f2befca9e
fix bagel power
2025-03-23 01:04:49 -07:00
github-actions[bot]
dac6c53aa1
Update Credits ( #36015 )
...
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com >
2025-03-23 01:42:14 +01:00
PJBot
b5f142b568
Automatic changelog update
2025-03-23 00:22:38 +00:00
RedBookcase
64faddf77a
Fixed some unintended salvage changes. ( #36013 )
...
* Fixed some unintended salvage changes.
* Update Resources/Prototypes/Entities/Objects/Tools/handheld_mass_scanner.yml
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
---------
Co-authored-by: RedBookcase <Usualmoves@gmail.com >
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com >
2025-03-23 01:21:29 +01:00
Vortebo
7773b77a91
grilles
2025-03-22 18:31:42 -05:00
Vortebo
f2562aad06
mail teleporter
2025-03-22 17:48:55 -05:00
Vortebo
113e335ca8
Merge remote-tracking branch 'upstream/master' into relic-improvements
...
need to merge
2025-03-22 15:08:21 -05:00
Vortebo
923f147d9d
working, authentic emergency shuttle (no gamekit)
2025-03-22 12:16:57 -05:00
PJBot
17424e2eb6
Automatic changelog update
2025-03-22 14:43:27 +00:00
Boaz1111
559d22c86c
unrevivable lets you be cloned again ( #36008 )
...
weh
2025-03-22 15:42:20 +01:00
PJBot
38f3238b1d
Automatic changelog update
2025-03-22 11:42:23 +00:00