Moomoobeef
17f033e4f4
Fixed dirt tiles having identical names ( #38500 )
...
* added prefix to planet dirt/grass
* prefixes don't work, just doing renaming instead.
2025-06-22 12:47:56 +02:00
github-actions[bot]
019173c338
Update Credits ( #38493 )
...
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com >
2025-06-21 20:37:44 -04:00
ScarKy0
2e90bc7b6d
Retractable items get removed by handcuffs ( #38441 )
...
* init
* oops
* happens
* review
* fix
2025-06-22 02:24:12 +02:00
Tayrtahn
6a582db4b8
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?
2025-06-22 00:25:20 +02:00
PJBot
1702e75a0b
Automatic changelog update
2025-06-21 22:24:46 +00:00
Perry Fraser
793f525c6b
fix: mops with liquid can hit people again ( #38486 )
2025-06-22 00:23:39 +02:00
PJBot
ef55c3db06
Automatic changelog update
2025-06-21 22:21:41 +00:00
qrwas
0e58ed4f42
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
2025-06-22 00:20:34 +02:00
ScarKy0
6b8842c44d
Generic Numeric Alerts ( #38370 )
2025-06-21 20:59:37 +03:00
PJBot
b8e8918af7
Automatic changelog update
2025-06-21 17:55:18 +00:00
beck-thompson
a15387bcfd
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 >
2025-06-21 10:54:11 -07:00
PJBot
8d2f46ae34
Automatic changelog update
2025-06-21 16:35:18 +00:00
SlamBamActionman
9b5779bd33
Allow Maintainers to use customvote command ( #38385 )
...
Changed from Moderator perm to Round perm
2025-06-21 18:34:11 +02:00
TemporalOroboros
d4876be6f0
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
2025-06-21 11:23:19 -04:00
PJBot
334dc61d4d
Automatic changelog update
2025-06-21 14:53:43 +00:00
Prole
f1d60b44e1
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 >
2025-06-21 10:52:36 -04:00
slarticodefast
092f88c16f
Fix debug asserts when unequipping items ( #38274 )
2025-06-21 16:40:56 +03:00
PJBot
a481f0bbbc
Automatic changelog update
2025-06-21 13:12:24 +00:00
slarticodefast
686016098a
Fix wallmount interaction ( #38111 )
2025-06-21 16:11:17 +03:00
Pieter-Jan Briers
0d346840da
Fix compile ( #38477 )
2025-06-21 12:37:08 +02:00
PJBot
b4515e7b58
Automatic changelog update
2025-06-21 09:42:11 +00:00
Whatstone
54cb731147
SignalSwitchSystem: Check button is locked before toggling ( #38474 )
...
Check button is locked before toggling
2025-06-21 11:41:04 +02:00
Just-a-Unity-Dev
27a4c1955c
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 >
2025-06-21 11:19:57 +02:00
lzk
3b6f4c5b3e
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 >
2025-06-21 11:19:27 +02:00
Perry Fraser
a0544fdbf2
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
2025-06-21 11:06:49 +02:00
PJBot
5d119543ec
Automatic changelog update
2025-06-21 06:33:37 +00:00
Tayrtahn
640c984ab2
Make... sloths... speak... slowly... ( #38142 )
...
* Add SlowAccent
* Apply SlowAccent to sloths
* xmldocs
2025-06-20 23:32:30 -07:00
Tayrtahn
357763c55e
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
2025-06-20 21:31:32 -04:00
PJBot
7a63d1729f
Automatic changelog update
2025-06-21 01:14:32 +00:00
crazybrain23
2e5ddb4bb5
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 >
2025-06-21 03:13:25 +02:00
Myra
6e59f748e0
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
2025-06-21 02:32:31 +02:00
PJBot
83ff673e68
Automatic changelog update
2025-06-20 23:40:16 +00:00
Hannah Giovanna Dawson
48d897d31e
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
2025-06-20 16:39:08 -07:00
Ps3Moira
61eddfebc4
Remove Icon Smoothing for Airlocks, Doors, and Plastic Flaps, and Shutters from Walls ( #38456 )
...
* Nuke Icon Smoothing
* Update highsec.yml
* Update plastic_flaps.yml
2025-06-21 00:50:35 +02:00
Perry Fraser
416b276ac3
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
2025-06-21 00:48:54 +02:00
Tayrtahn
8e8f47497b
Cleanup duplicate dependency in AdminVerbSystem.Smites ( #38473 )
...
Cleanup duplicate dependency in AdminVerbSystem.Smites
2025-06-20 18:43:53 -04:00
PJBot
49e810fd5b
Automatic changelog update
2025-06-20 22:42:20 +00:00
Qerd
a1969fe392
Chameleon Controller Implants can be deimplanted ( #38439 )
2025-06-21 00:41:11 +02:00
Tayrtahn
c1de936c4b
Forbid string literals for SharedActionsSystem methods ( #38472 )
...
Forbid string literals for SharedActionsSystem methods
2025-06-21 00:11:12 +02:00
Pieter-Jan Briers
5006214be5
Update patrons ( #38470 )
2025-06-20 21:23:04 +02:00
Perry Fraser
1cda984fdf
fix: trim five minutes of silence from bottle_clunk_2 ( #38463 )
2025-06-20 00:18:19 -07:00
Tayrtahn
bd9d1a53f7
Remove redundant IoC Resolve in EmptyOrWindowValidInTile ( #38446 )
...
Remove redundant IoC Resolve in EmptyOrWindowValidInTile
2025-06-20 02:02:46 +02:00
PJBot
efc4fd05dd
Automatic changelog update
2025-06-19 22:43:29 +00:00
Kyle Tyo
7b84f98f92
Fix the tail wagging action being blocked by cuffs. ( #38454 )
...
Update types.yml
2025-06-20 00:42:21 +02:00
PJBot
b6bc1ab8c9
Automatic changelog update
2025-06-19 19:50:18 +00:00
Sparlight
af23939dbe
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 >
2025-06-19 12:49:09 -07:00
beck-thompson
8ee24a0bb8
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 8c6b288853 .
2025-06-19 11:49:56 -07:00
PJBot
1fb7a26ef6
Automatic changelog update
2025-06-19 15:07:20 +00:00
ScarKy0
8d97e563a0
Give APCs wirepanels ( #38443 )
...
init
2025-06-19 17:06:11 +02:00
Velcroboy
527446b56e
Add advertised reagents to puddles ( #38432 )
...
Co-authored-by: Velcroboy <velcroboy333@hotmail.com >
2025-06-18 23:55:57 -07:00