Ed
955145a9a5
Merge remote-tracking branch 'upstream/master' into ed-06-11-2024-upstream
...
# Conflicts:
# Resources/Changelog/Changelog.yml
# Resources/Credits/GitHub.txt
# Resources/Prototypes/Entities/Mobs/Player/silicon.yml
2024-11-06 16:53:24 +03:00
SlamBamActionman
55861b4fcf
[ #28722 fix] Add notification for dependent wearables being dropped ( #33078 )
...
* add notification for dependent wearables being dropped
* fix dropped item popup redundancy
- did a check to see if any item was dropped, instead of making a notification for each item being dropped.
* change popup to client-only variant
* fix redundant messages, add plural locale string
* fix conventions, fix locale input to be more intuitive
---------
Co-authored-by: Justin <justinbrick1@gmail.com >
2024-10-31 15:12:26 +01:00
Ed
1df3ed177b
Merge remote-tracking branch 'upstream/master' into ed-27-09-2024-upstream
...
# Conflicts:
# Content.Server/Explosion/EntitySystems/TriggerSystem.cs
2024-09-27 10:22:05 +03:00
metalgearsloth
bc461b91a5
Predict stripping ( #32478 )
...
* Predict stripping
Stops mob verbs from getting moved around again.
* Bola
* Fix ftl
2024-09-27 17:12:10 +10:00
Ed
d9336781f1
Merge remote-tracking branch 'upstream/master' into ed-05-08-2024-upstream
...
# Conflicts:
# Content.Shared/Inventory/InventorySystem.Equip.cs
# Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
2024-08-12 14:40:15 +03:00
Plykiya
190ceda02e
Add BreakOnDropItem, update do afters, remove unnecessary declarations ( #30361 )
...
* Add BreakOnDropItem, update do afters, remove unnecessary declarations
* bola
* Changed my mind about the nuke
* gennies too
* Make the comments more clear.
* Sorry for the trailing commas
* Revert "Sorry for the trailing commas"
This reverts commit e60fd9a30977393df3344948e6d5c0ce035723cd.
---------
Co-authored-by: plykiya <plykiya@protonmail.com >
2024-08-08 13:39:46 +02:00
Ed
dbdb81381b
Merge remote-tracking branch 'upstream/master' into ed-30-06-2024-upstream
...
# Conflicts:
# Resources/Prototypes/Maps/box.yml
# Resources/Prototypes/Maps/meta.yml
# Resources/Prototypes/Maps/oasis.yml
# Resources/Prototypes/Maps/origin.yml
# Resources/Prototypes/lobbyscreens.yml
2024-06-30 11:18:30 +03:00
Errant
9e4b8077f3
suit storage whitelist code ( #29332 )
...
suit storage whitelist
2024-06-28 11:11:43 -04:00
Ed
b891542ca9
Merge remote-tracking branch 'upstream/master' into ed-04-06-2024-upstream
...
# Conflicts:
# Resources/Prototypes/Accents/word_replacements.yml
2024-06-04 18:09:38 +03:00
Plykiya
c5ff647ca6
Replace obsolete EntityWhitelist IsValid usages part 2 ( #28506 )
2024-06-03 17:40:03 -04:00
Ed
e216eeae20
Merge remote-tracking branch 'space-station-14/master' into ed-25-05-2024-upstream
...
# Conflicts:
# Content.Server/Atmos/Components/FlammableComponent.cs
# Content.Shared/Lock/LockSystem.cs
# Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
2024-05-25 18:49:49 +03:00
Leon Friedrich
76e13eed35
Improve InteractionSystem range & BUI checks ( #27999 )
...
* Improve InteractionSystem range & BUI checks
* Ghost fixes
* AAA
* Fix test
* fix nullable
* revert to broadcast event
* Fixes for eengine PR
* Ah buckle code
* )
2024-05-24 15:03:03 +10:00
Ed
dda8ea2b09
Merge remote-tracking branch 'refs/remotes/upstream/master' into ed-13-05-2024-upstream
...
# Conflicts:
# Content.Shared/Lock/LockSystem.cs
# Resources/Prototypes/Maps/oasis.yml
2024-05-13 18:32:59 +03:00
Джексон Миссиссиппи
da2b9afc3a
Make suit storage only available for hardsuits, softsuits, and armor ( #27546 )
...
* AAAAAAAAAAAAdd!
* o shit
* I FUCKING HATE INDENTATION GRAAAAAAAAAH
2024-05-09 20:19:07 -06:00
Ed
43384c1125
weapon rebalance + weapons equipping on move
2024-04-22 20:36:54 +03:00
nikthechampiongr
362d56981f
Simplify DoAfterArgs behavior for movement and distance checks ( #25226 )
...
* Merge BreakOnWeightlessMove and BreakOnMove. Provide different theshold for weightless movement.
* Adjust WeightlessMovementThresholds. Put a thing I forgot to put in the doafterargs.
* Make DoAfterArgs only use OnMove to determine whether to check for
movement and MoveThreshold to determine the threshold regardless of
weightlessness. Gave DistanceThreshold a default value which will always
be checked now.
* Fix issue introduced by merge.
* Use interaction system for determining whether a distance is within range
* Fix incorrect doafter args introduced by previous merge.
Forgor to commit these.
* Exorcise ghost.
The execution system should have been deleted when I merged previously.
For a reason I cannot comprehend it came back, but only the execution
system.
* Exorcise ghost Pt. 2
* Allow for movement check to be overriden in zero g and adjust doafter args where needed.
You can now override checking for movement in zero g with the BreakOnWeightlessMove bool. By default it will check.
The following doafters were made to ignore the movement check in zero g:
- Healing yourself with healing items,
- Removing embedded projectiles,
- Using tools like welders and crowbars
* Adjust distance for cuffing/uncuffing to work. Make injections not break on weightless movement.
* Fix evil incorrect and uneeded comments
2024-03-19 21:09:00 +11:00
Nemanja
804c76f8c9
Add support clothing equip/unequip doafters ( #24389 )
...
* add clothing equip/unequip doafters
* boowomp
2024-01-28 21:48:42 +11:00
KISS
920d7068e5
Fixed client console flooding with warnings on RGB color slider changes ( #21333 )
...
added reparent bool for this kinds of unequips
Co-authored-by: Yurii Kis <yurii.kis@smartteksas.com >
2024-01-04 21:04:11 -08:00
AJCM-git
9c522c8b19
UseDelay + ItemCooldown merge ( #22502 )
2024-01-03 21:33:09 -04:00
TemporalOroboros
7a77d6d5dd
Content ecs containers ( #22484 )
2023-12-28 01:30:03 -04:00
Leon Friedrich
5da332f75e
Stop terminating entities from being removed from containers ( #22232 )
2023-12-10 12:00:53 +11:00
Leon Friedrich
287d22cc49
Inventory slot enumerator rejig ( #21788 )
2023-12-08 08:20:51 +11:00
metalgearsloth
8583f0d565
Predict helmet toggles ( #22089 )
2023-12-06 17:59:31 +11:00
metalgearsloth
269c93245d
Unrevert audio ( #21330 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com >
2023-11-27 22:12:34 +11:00
metalgearsloth
64343c289d
Revert Arch testmerge 2 ( #21901 )
2023-11-26 14:20:07 +11:00
metalgearsloth
855ab4d129
Update submodule to 182.1.0 ( #21900 )
2023-11-26 13:53:54 +11:00
metalgearsloth
d4bed09cdc
Revert the other arch changes ( #21871 )
2023-11-24 11:19:46 +11:00
metalgearsloth
93bd9972f1
Content arch ( #20107 )
...
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com >
2023-11-23 14:34:37 +11:00
Nemanja
4729024d3e
Convert ItemSize to prototypes ( #21481 )
...
* item sizes are prototypes
* eek
2023-11-06 00:20:50 -07:00
Nemanja
0c329ed661
Storage Standardization [Take 2] ( #21270 )
2023-10-30 20:55:55 -07:00
metalgearsloth
5b8f3c48c4
Revert "Update submodule to 175.0.0 ( #21318 )" ( #21319 )
2023-10-29 15:29:30 +11:00
metalgearsloth
9b1b3e03ed
Content audio ( #20862 )
2023-10-29 14:58:23 +11:00
metalgearsloth
c08349a947
Revert "Storage TEST MERGE" ( #21258 )
2023-10-26 00:46:22 -07:00
Nemanja
41795720da
[TEST MERGE] Slot-based Storage ( #21212 )
2023-10-25 18:53:38 -04:00
Leon Friedrich
e3eaba1ebb
Fix inventory transform bug ( #21144 )
2023-10-22 16:54:30 +11:00
metalgearsloth
5a0fc68be2
Content update for NetEntities ( #18935 )
2023-09-11 09:42:41 +10:00
metalgearsloth
4d1c3ae66a
Revert "Remove IContainer and move functions to the container system.… ( #19975 )
2023-09-10 21:46:36 +10:00
Leon Friedrich
b45e53603d
Remove IContainer and move functions to the container system. ( #19834 )
2023-09-10 12:16:37 +10:00
metalgearsloth
4cfc578011
Revert "Remove most usages of obsolete TransformComponent methods (#1… ( #19714 )
2023-09-01 12:30:29 +10:00
Visne
1416942bea
Remove most usages of obsolete TransformComponent methods ( #19571 )
2023-08-30 12:05:19 +10:00
Menshin
c1ef48cee9
Raise hand (un)equipped events on container insert/remove ( #15664 )
2023-04-24 05:38:52 +10:00
DrSmugleaf
b947856431
Remove hands component reference ( #15197 )
2023-04-07 11:21:12 -07:00
metalgearsloth
c8f89eca60
ECS dragdrop ( #12973 )
...
* ECS dragdrop
No more excuses.
* AAAAAAAAAAAAAA
* kry
* events
* aaaaaaaaaa
* HUH
* Fix stripping
* aaaaaa
* spoike
* asease
* fix table vaulting
* ded
* rebiew
* aaaaaaaaaaaaa
* drag
* aeaeae
* weh
2023-02-13 13:29:34 +00:00
Visne
c6d3e4f3bd
Fix warnings and code cleanup/fixes ( #13570 )
2023-01-19 13:56:45 +11:00
Leon Friedrich
881a2b2ece
PopupSystem public methods rejig ( #12830 )
2022-12-19 08:41:47 +11:00
Leon Friedrich
af1b255524
Aghost tweaks ( #12373 )
2022-11-04 10:40:01 +11:00
Leon Friedrich
7d276d1101
Remove server/client clothing components. ( #11981 )
2022-10-22 15:30:37 -07:00
Leon Friedrich
efac113469
Improve stripping UI ( #9768 )
2022-10-16 04:00:04 +11:00
Rane
ddb10d8b99
whitelist and blacklist support for inventory slots ( #11766 )
2022-10-09 04:53:34 +11:00
Kara
258ec0cac1
Clothing/item ECS & cleanup ( #9706 )
2022-07-27 03:53:47 -07:00