Commit Graph

35023 Commits

Author SHA1 Message Date
slarticodefast
8e9aa1dbb6 Merge stable into master (#40512) 2025-09-23 13:07:00 +02:00
Princess Cheeseballs
add531a434 [HOTFIX] Chameleon projector invisibility (#40509)
* GOGOGO

* Hotfix

* TODO

* Update Resources/Prototypes/Entities/Objects/Devices/chameleon_projector.yml

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-09-23 12:55:11 +02:00
LordCarve
a3ddba6f42 Cleanup - Use RemoveAllChildren() over DisposeAllChildren() (#39848)
* Content - change the (should-be-obsolete) DisposeAllChildren into the more robust RemoveAllChildren.

* Remove duplicate calls.

---------

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
2025-09-23 15:40:48 +12:00
B_Kirill
fd40888b0e Cleanup warnings: CS0067, CS8509, CS8073 (#39770)
* Cleanup

* Bonus

---------

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
2025-09-23 15:11:29 +12:00
B_Kirill
c1a21693fa Cleanup warnings: Use TransformSystem for anchoring (#39778)
* Cleanup

* Bonus

* I hope this helps

* Revert
2025-09-23 14:52:51 +12:00
Minerva
d79fb62d8d Fixes suprise typo in the guidebook (#40501) 2025-09-22 22:07:44 +02:00
Minerva
95d91283a3 Fixes all departamental typos (both just in comments) (#40502)
Fixes all departamental typos
2025-09-22 21:44:45 +02:00
PJBot
f5cad5f12f Automatic changelog update 2025-09-22 06:41:21 +00:00
beck-thompson
a26bafacb1 Shuttle UI now properly goes into pilot mode only when using the UI (#40491)
Shuttle UI bug fix
2025-09-21 23:40:13 -07:00
PJBot
c0b1eae162 Automatic changelog update 2025-09-22 06:23:35 +00:00
Princess Cheeseballs
c7f5545a46 Vulpkanin Admin Smite (#40360)
* Cheeborger

* Vulp smite

* validate those ProtoIds

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
2025-09-21 23:22:25 -07:00
PJBot
c70d2cfb9f Automatic changelog update 2025-09-22 02:41:04 +00:00
Samuka-C
b58bf396bc add silicon smite (#40452)
* add silicon smite

* change string to prototypes

Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>

* alphabetitize

* fix stuff scar broke

* clean

* make target have the silicon mindrole

* simple check

* defined a private readonly proto for the silicon mind role

* simple check

---------

Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
2025-09-22 04:39:56 +02:00
chromiumboy
2824334a1e Health increase for station AI cores (#40487)
* Initial commit

* Increased health further
2025-09-22 03:39:16 +02:00
ToastEnjoyer
83fe027964 Removed suspicion antags from antags.ftl (#40493) 2025-09-21 16:29:21 -07:00
Samuka-C
29e1f6cddf Fool players with status command (#40460) 2025-09-21 23:22:12 +02:00
PJBot
08c1b2c9be Automatic changelog update 2025-09-21 20:42:05 +00:00
Nyxilath
92f246058c bugfix - correcting poster damage resistances (#40489) 2025-09-21 13:40:58 -07:00
PJBot
0ac83937c9 Automatic changelog update 2025-09-21 19:29:01 +00:00
ToastEnjoyer
eabb00a1e2 Changed corpsman description (#40486) 2025-09-21 12:27:53 -07:00
PJBot
c7b239bcbb Automatic changelog update 2025-09-21 15:27:30 +00:00
Kowlin
2245235db1 Add date formatting to admin-notes-unbanned (#40484) 2025-09-21 17:26:22 +02:00
PJBot
d5face573d Automatic changelog update 2025-09-21 15:24:45 +00:00
Charlie Morley
818a715822 prevent repeat TriggerOnCollide triggers (#40428)
* prevent repeat TriggerOnCollide triggers

* review comment: remove TriggerOnCollide when out of triggers
2025-09-21 17:23:37 +02:00
āda
7678251ad5 Average min+max in MaterialArbitrageTest (#39578)
* feels too easy

* I guess this counts

* commit

* could have sworn I ran the test

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
2025-09-22 02:22:45 +12:00
Leon Friedrich
b6797afe52 Move TestPair & PoolManager to engine (#36797)
* Move TestPair & PoolManager to engine

* Add to global usings

* A

* Move ITestContextLike to engine

* Readd cvars partial class

* cleanup diff
2025-09-21 17:17:43 +12:00
PJBot
f9243dfdd7 Automatic changelog update 2025-09-21 05:17:27 +00:00
Pieter-Jan Briers
8c16b4580b Fix render target caching in overlays (#40181)
Many newer overlays use IRenderTextures that are sized to the rendered viewport. This was completely broken, because a single viewport can be rendered on multiple viewports in a single frame.

The end result of this was that in the better case, constant render targets were allocated and freed, which is  extremely inefficient. In the worse case, many of these overlays completely failed to Dispose() their render targets, leading to *extremely* swift VRAM OOMs.

This fixes all the overlays to properly cache resources per viewport. This uses new engine functionality, so it requires engine master.

This is still a pretty lousy way to do GPU resource management but, well, anything better needs a render graph, so...
2025-09-21 17:16:17 +12:00
Leon Friedrich
cc4cab5677 Fix explosion grid alignment for static grids (#40193) 2025-09-21 14:52:23 +12:00
github-actions[bot]
9893aca467 Update Credits (#40478)
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
2025-09-21 02:59:40 +02:00
2DSiggy
b85fed759a Fixing a syntax error (#40473) 2025-09-20 22:02:17 +02:00
slarticodefast
ae22c7c3d0 Fix RCD errors (#40278) 2025-09-20 12:05:57 -07:00
PJBot
85f3cc7583 Automatic changelog update 2025-09-20 19:01:30 +00:00
Absotively
a746c3cc0f Show hand labeler label text on examine (#40334) 2025-09-20 12:00:22 -07:00
PJBot
1c74e1e100 Automatic changelog update 2025-09-20 18:56:41 +00:00
Absotively
a5129c141c Don't overwrite values that are mid-edit in air alarm window (#40338) 2025-09-20 11:55:34 -07:00
PJBot
886b365099 Automatic changelog update 2025-09-20 18:39:07 +00:00
ToastEnjoyer
e6e47b599d Added AI console to amber (#40393) 2025-09-20 11:37:57 -07:00
Lordbrandon12
365d12a4e9 moves magic number from SharedMoverController to InputMoverComponent (#40411) 2025-09-20 11:35:07 -07:00
SurrealShibe
63c468d963 fixed localization text for vulp shock ear (inner) color (#40412) 2025-09-20 11:28:14 -07:00
Tiniest Shark
4796c92609 Inhand Sprites for Clear Glass (#40427) 2025-09-20 11:25:01 -07:00
Minerva
5b255d13c6 Renames the radar console computer board to "mass scanner computer board" (#40430) 2025-09-20 11:17:58 -07:00
deltanedas
7c650da7d7 fix disposal pipes deleting contents when welded (#40451) 2025-09-20 11:13:23 -07:00
PJBot
11e965cd99 Automatic changelog update 2025-09-20 18:11:31 +00:00
IProduceWidgets
0c7b1e9163 Update Oasis Teg (#40463) 2025-09-20 11:10:21 -07:00
slarticodefast
512f28458c fix chasm heisentest (#40456)
fix chasm test
2025-09-19 22:12:10 -07:00
PJBot
c2fb4a126f Automatic changelog update 2025-09-19 19:31:18 +00:00
IProduceWidgets
2b411b244e The Experimental Lecter 8 (#40372)
* XL8 files

* slap dat on the ERT lead

* oop mag indicator offset

* fix newline
2025-09-19 21:30:07 +02:00
GeneralGaws
c075c89cd0 oasis warp fix (#40454) 2025-09-19 09:55:40 -07:00
Minerva
4f311d6c44 Fixes some refuling welder typos (#40447) 2025-09-19 12:15:22 +02:00