]>
git.smokeofanarchy.ru Git - space-station-14.git/log
PJBot [Wed, 2 Apr 2025 18:38:43 +0000 (18:38 +0000)]
Automatic changelog update
qwerltaz [Wed, 2 Apr 2025 18:37:34 +0000 (20:37 +0200)]
add: Dragon rift color changes based on charge (#36216)
* use dragon rift sprite colours
* Entity<T>
PJBot [Wed, 2 Apr 2025 16:12:41 +0000 (16:12 +0000)]
Automatic changelog update
Fildrance [Wed, 2 Apr 2025 16:11:34 +0000 (19:11 +0300)]
fix: re-add missing RCD deconstruct action #36243 (#36255)
Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
Kirby [Wed, 2 Apr 2025 10:42:05 +0000 (06:42 -0400)]
Light replacer description typo fix (#36256)
Replacer description typo fix
Tayrtahn [Wed, 2 Apr 2025 05:40:49 +0000 (01:40 -0400)]
Fix "other player points at you" message formatting (#36253)
Fix "other player points at you" message's Fluent functions
Tayrtahn [Wed, 2 Apr 2025 03:11:15 +0000 (23:11 -0400)]
Fix KeyNotFoundException that sometimes happens on server shutdown (#36221)
PJBot [Tue, 1 Apr 2025 23:28:01 +0000 (23:28 +0000)]
Automatic changelog update
MisterImp [Tue, 1 Apr 2025 23:26:53 +0000 (19:26 -0400)]
New food recipe: World Peazza (#35191)
* added world peazza
* fixed a comma in the pizza sprite json
* changed attribution comment on ArtisticRoomba's suggestion
* restored accidentally deleted line, thanks Tayrtahn
J [Tue, 1 Apr 2025 21:56:37 +0000 (21:56 +0000)]
Rotation warnings cleanup (#36197)
* Rotation warnings cleanup
* Naming convention fix
* Adding component that we already have
Radezolid [Tue, 1 Apr 2025 21:55:43 +0000 (18:55 -0300)]
Move medical locker fills to entityTables (#36249)
* Added tables + moved things to EntityTableContainerFill
* YAML convention
PJBot [Tue, 1 Apr 2025 16:44:28 +0000 (16:44 +0000)]
Automatic changelog update
Tayrtahn [Tue, 1 Apr 2025 16:43:19 +0000 (12:43 -0400)]
Add prediction to electric grills (#36241)
* Prediction for EntityHeaterSystem
* Switch to Entity<T>
* meh
* Move popup inside ChangeSetting
* Fix grill visually turning on when changing setting while power is off
* Add note about my failed quest
* Why isn't this an IDE warning?
* Move comment above switch expression in SettingPower
PJBot [Mon, 31 Mar 2025 22:33:39 +0000 (22:33 +0000)]
Automatic changelog update
ScarKy0 [Mon, 31 Mar 2025 22:32:31 +0000 (00:32 +0200)]
Undetermined thieving satchel (#36201)
* yippee!
* no toolboxes allowed
* sprite, descriptions
PJBot [Mon, 31 Mar 2025 22:01:13 +0000 (22:01 +0000)]
Automatic changelog update
Tayrtahn [Mon, 31 Mar 2025 22:00:04 +0000 (18:00 -0400)]
Rework the way held items scatter when holder is knocked down (#36232)
* Redo drop held items math
* Don't assume the holder has a PhysicsComponent
* Assume infinite mass for held items with no PhysicsComponent
* Switch to EntityQuery for PhysicsComponent
* The micro-est of optimizations
* use NextAngle
* Might as well do that outside the loop
Tayrtahn [Mon, 31 Mar 2025 21:56:06 +0000 (17:56 -0400)]
Localize and colorize grill temperature settings (#36236)
* Make it easier to localize grill heat level settings
* Change examine text color based on setting
* Trailing periods
* Use Fluent terms to reduce duplication
YoungThug [Mon, 31 Mar 2025 21:18:21 +0000 (14:18 -0700)]
Holoparasite injector fix (#36109)
* HoloParaTextFix
* PleaseSpeedMergeLmao
* ThankYouOrks
* Update Resources/Locale/en-US/guardian/guardian.ftl
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
* Update Content.Server/Guardian/GuardianSystem.cs
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
* Update Content.Server/Guardian/GuardianSystem.cs
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
---------
Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
J [Mon, 31 Mar 2025 18:25:00 +0000 (18:25 +0000)]
Light warnings cleanup (#36195)
* Light warnings cleanup
* Using EntitySystem Proxy overrides
* New TryComp guards for light animations
* Reverting guards when not wanted
slarticodefast [Mon, 31 Mar 2025 15:45:18 +0000 (17:45 +0200)]
delete PolymorphOnCollideComponent (#36227)
delete component
Fildrance [Mon, 31 Mar 2025 09:57:47 +0000 (12:57 +0300)]
refactor: simple radial menu for easier creation (#34639)
* it works! kinda
* so it works now
* minor cleanup
* central button now is useful too
* more cleanup
* minor cleanup
* more cleanup
* refactor: migrated code from toolbox (as it was rejected as too specific)
* feat: moved border drawing for radial menu into RadialMenuTextureButton. Radial menu position setting into was moved to OverrideArrange to not being called on every frame
* refactor: major reworks!
* renamed DrawBagleSector to DrawAnnulusSector
* Remove strange indexing
* Regularize math
* refactor: re-orienting segment elements to be Y-mirrored
* refactor: extracted radial menu radius multiplier property, changed color pallet for radial menu button
* refactor: removed icon backgrounds on textures used in current radial menu buttons with sectors, RadialContainer Radius renamed and now actually changed control radius.
* refactor: in RadialMenuTextureButtonWithSector all sector colors are converted to and from sRGB in property getter-setters
* refactor: renamed srgb to include Srgb suffix so devs gonna see that its srgb clearly
* fix: enabled any functional keys pressed when pushing radial menu buttons
* fix: radial menu sector now scales with UIScale
* fix: accept only one event when clicking on radial menu ContextualButton
* fix: now radial menu buttons accepts only click/alt-click, now clicks outside menu closes menu always
* feat: simple radial menu prototype for easier creation
* refactor: cleanup, restored emote filtering, button models now have class hierarchy
* refactor: remove usage of closure from 'outside code'
* refactor: remove non existing type from UiControlTest
* refactor: remove unused using
* refactor: revert ability to declare radial menu layers in xaml, scale 32px sprites using scale in radial menu
* refactor: whitespaces
* refactor: subscribe for dispose on existing radial menus
* feat: now simple radial menu button models can have custom color for each sector background (and hover background color). Also added OpenOverMouseScreenPosition inside SimpleRadialMenu
* fix: AI door menu now can be closed by verb if it gets unpowered
* refactor: simplify hiding border, extended xml-doc for simple radial menu settings
* refactor: remove linq
* fix: fix AI radial action serialization using invalid type
* refactor: fix duplicate ShowDeviceNotRespondingPopup for AI by properly checking if it can interact
* refactor: whitespaces, changed list to array in simple radial button preparing methods
---------
Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
PJBot [Mon, 31 Mar 2025 02:28:17 +0000 (02:28 +0000)]
Automatic changelog update
beck-thompson [Mon, 31 Mar 2025 02:27:08 +0000 (19:27 -0700)]
Cleanup and small update to the stethoscope! (#36210)
* First commit
* Address most of the review!
J [Sun, 30 Mar 2025 16:29:32 +0000 (16:29 +0000)]
Gameticking warnings cleanup (#36193)
Myra [Sun, 30 Mar 2025 15:44:14 +0000 (17:44 +0200)]
Stable merge (#36192)
Milon [Sun, 30 Mar 2025 13:41:11 +0000 (15:41 +0200)]
use manual component state for BaseEmitSoundComponent (#35030)
* why
* cursed
J [Sun, 30 Mar 2025 13:16:46 +0000 (13:16 +0000)]
Anomaly warnings cleanup (#36188)
J [Sun, 30 Mar 2025 13:06:20 +0000 (13:06 +0000)]
Movement systems warning cleanup (#36161)
* Movement systems warning cleanup
* Revert unnecessary change
* Reverting variable removal and changing entity query
* Reverting VV removals
* LocalEntity does in fact exist
J [Sun, 30 Mar 2025 12:07:34 +0000 (12:07 +0000)]
Chemistry warnings cleanup (#36160)
* Chemistry warnings cleanup
* Fixing failed ITest
* Better entity instantiation
* Caching spritesystem and entity instantiation improvement
* Correcting naming conventions
* Rearranging dependency caching
J [Sun, 30 Mar 2025 12:06:43 +0000 (12:06 +0000)]
Examine warnings cleanup (#36162)
* Examine warnings cleanup
* Revert unnecessary change
* SpriteSystem naming conventions
K-Dynamic [Sun, 30 Mar 2025 12:00:43 +0000 (00:00 +1200)]
More responsive votekick system (reduce timer and successive timeout) (#36044)
* reduce votekick timer from 60 to 20 seconds
* votekick timeout from 120 to 30 seconds
* votekick timer duration from 20 seconds to 45, successive votekick timeout from 30 to 60 seconds
metalgearsloth [Sun, 30 Mar 2025 07:06:24 +0000 (18:06 +1100)]
Fix LoadGameMap running MapInit sometimes (#35241)
The map loadpath keeps it as not being mapinit but the grid one does not so this standardises them slightly.
metalgearsloth [Sun, 30 Mar 2025 05:02:45 +0000 (16:02 +1100)]
Implement field-deltas for melee (#33977)
* Implement field-deltas for melee
* Review
PJBot [Sun, 30 Mar 2025 04:07:08 +0000 (04:07 +0000)]
Automatic changelog update
metalgearsloth [Sun, 30 Mar 2025 04:06:01 +0000 (15:06 +1100)]
Better jetpack emitter (#36093)
* Better jetpack emitter
Still need particles this just tilts me whenever I see it.
* Update Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
chromiumboy [Sun, 30 Mar 2025 03:58:05 +0000 (22:58 -0500)]
Draw depth bug fix for sentry turrets (#36175)
Initial commit
github-actions[bot] [Sun, 30 Mar 2025 01:29:30 +0000 (03:29 +0200)]
Update Credits (#36172)
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
J [Sun, 30 Mar 2025 01:12:14 +0000 (01:12 +0000)]
Fix some atmos warnings (#36157)
J [Sun, 30 Mar 2025 01:11:04 +0000 (01:11 +0000)]
Remove warnings from cargo system (#36159)
* Remove warnings from cargo system
* Guard statement early exit and cleaner object instantiation
* Whitespace
* Add AnimationPlayer as a component of telepads
J [Sun, 30 Mar 2025 01:05:22 +0000 (01:05 +0000)]
Mapping warnings cleanup (#36168)
* Mapping warnings cleanup
* Redo
PJBot [Sat, 29 Mar 2025 20:10:41 +0000 (20:10 +0000)]
Automatic changelog update
Killerqu00 [Sat, 29 Mar 2025 20:09:34 +0000 (21:09 +0100)]
Shove down a person on uncuff if harm mode is on (#35193)
* stamdamage on uncuff while buckled
* pro tip
* 99 -> 100 stamdmg and don't count self-uncuffs
* review implementation
* tip update
* guidebook update
* merg
metalgearsloth [Sat, 29 Mar 2025 18:57:28 +0000 (05:57 +1100)]
Fix 1x1 storage windows (#35985)
PJBot [Sat, 29 Mar 2025 17:57:06 +0000 (17:57 +0000)]
Automatic changelog update
chromiumboy [Sat, 29 Mar 2025 17:55:58 +0000 (12:55 -0500)]
Sentry turrets - Part 4: The sentry turret and its primary systems (#35123)
* Initial commit
* Removed mention of StationAiTurretComponent (for now)
* Prep for moving out of draft
* Fixing merge conflict
* Re-added new net frequencies to AI turrets
* Removed turret control content
* Removed unintended change
* Final tweaks
* Fixed incorrect file name
* Improvement to fire mode handling
* Addressed review comments
* Updated how turret wire panel auto-closing is handled
* Ranged NPCs no longer waste shots on stunned targets
* Fixed bug in tracking broken state
* Addressed review comments
* Bug fix
* Removed unnecessary event call
ScarKy0 [Sat, 29 Mar 2025 14:51:46 +0000 (15:51 +0100)]
Fix admeme hand teleproter. (#36147)
* init
* changes
Tayrtahn [Sat, 29 Mar 2025 14:45:37 +0000 (10:45 -0400)]
Delete AccessReaderTest.TestTags (#36153)
UBlueberry [Sat, 29 Mar 2025 11:59:43 +0000 (07:59 -0400)]
"I'm Weh-cellent" Cap (#28573)
* copy pasted fishcap.rsi
* added the sprites
* credited myself
* added it to the hats.yml list
* meh, make the spites look nicer
* hopefully this fixes that
* yeah that makes sense
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* that too
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
---------
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
ScarKy0 [Sat, 29 Mar 2025 11:33:25 +0000 (12:33 +0100)]
Fix codermins appearing as red in-game OOC (#36148)
init
PJBot [Sat, 29 Mar 2025 09:36:27 +0000 (09:36 +0000)]
Automatic changelog update
James [Sat, 29 Mar 2025 09:35:16 +0000 (05:35 -0400)]
Death Nettle changes (#25253)
* Added ThornyComponent, ThornyImmuneComponent, and ThornySystem, as well as changed Botanists glove's to have the ThornyImmuneComponent, and for Death Nettle to have the ThornyComponent.
* Added heat damage to the player if they pickup nettle without gloves. Also displays a popup message .
* Revised OnHandPickUp method and reduced whitespace
* Touching death nettle without gloves now does damage split between heat and caustic, and does more damage.
* File-scoped namespace adherence
* Code revisions, and removal of old file.
* Removed thornyImmune key from botanist's gloves in gloves.yml for cleanup / yaml linter
* Adds new generic DamageOnPickup, still very WIP
* Starting on localization, removed _Notes.txt, adds immunity component
* Added OnPickupDamageImmune component to botanists gloves
* Removed botany specific components/system, moved to generic DamageOnPickup. Added code comments. Extra checks in component for whether to toss an item, damage an entity. Still WIP.
* changes to audio and popups
* Removes my system/component/ftl in favor of DamageOnInteract, tweaking values
* me stupid
* Death nettle will 'wilt' after 5 hits
* added interaction delay to stop spam clicking, added a 10% stun (paralyze) chance
* minor changes/cleanup
* more minor changes and cleanup
* Reduced maximum amatoxin within fly amanita spores.
* Readjusted to allow more than 5 amatoxin above 50 potency
* Remove Debug.Log statement from system
* Mark Death Nettle as major contraband.
Emisse [Sat, 29 Mar 2025 07:20:13 +0000 (01:20 -0600)]
update box (#36144)
Emisse [Sat, 29 Mar 2025 07:19:55 +0000 (01:19 -0600)]
update fland (#36141)
Emisse [Sat, 29 Mar 2025 07:19:16 +0000 (01:19 -0600)]
remove warden stamp mapped on meta (#36140)
Emisse [Sat, 29 Mar 2025 07:18:33 +0000 (01:18 -0600)]
update man-o-war shuttle (#36139)
Emisse [Sat, 29 Mar 2025 07:18:22 +0000 (01:18 -0600)]
update emergency_meta (#36138)
Emisse [Sat, 29 Mar 2025 07:18:07 +0000 (01:18 -0600)]
update emergency_courser (#36137)
Emisse [Sat, 29 Mar 2025 07:17:58 +0000 (01:17 -0600)]
convex update (#36136)
ArtisticRoomba [Sat, 29 Mar 2025 05:14:12 +0000 (22:14 -0700)]
oops
ArtisticRoomba [Sat, 29 Mar 2025 05:02:26 +0000 (22:02 -0700)]
le heisentest au chocolat
ArtisticRoomba [Sat, 29 Mar 2025 05:00:42 +0000 (22:00 -0700)]
another one
ArtisticRoomba [Sat, 29 Mar 2025 04:49:48 +0000 (21:49 -0700)]
update box
ArtisticRoomba [Sat, 29 Mar 2025 04:11:27 +0000 (21:11 -0700)]
sure
ArtisticRoomba [Sat, 29 Mar 2025 03:57:36 +0000 (20:57 -0700)]
update fland
ArtisticRoomba [Sat, 29 Mar 2025 03:39:59 +0000 (20:39 -0700)]
me waiting
ArtisticRoomba [Sat, 29 Mar 2025 03:28:09 +0000 (20:28 -0700)]
remove warden stamp mapped on meta
ArtisticRoomba [Sat, 29 Mar 2025 03:20:50 +0000 (20:20 -0700)]
update man-o-war shuttle
ArtisticRoomba [Sat, 29 Mar 2025 03:10:37 +0000 (20:10 -0700)]
update emergency_meta
ArtisticRoomba [Sat, 29 Mar 2025 03:04:09 +0000 (20:04 -0700)]
update emergency_courser
ArtisticRoomba [Sat, 29 Mar 2025 01:27:29 +0000 (18:27 -0700)]
convex update
Tayrtahn [Fri, 28 Mar 2025 15:37:34 +0000 (11:37 -0400)]
Make ContainerFillSystem print contents on failure (#36128)
* Make ContainerFill/EntityTableContainerFill print current contents when failing to spawn an entity
* List each entry on a new line; add fallback for empty
Tayrtahn [Fri, 28 Mar 2025 08:43:13 +0000 (04:43 -0400)]
Fix embedded projectile deletion not being tracked by container (#36123)
* Remove deleted projectiles from the container tracking them
* Gotta dirty the container
* Remove the container component when all embedded projectiles are gone
* Add test
* No clientside deletion of networked entities
* Move cleanup logic before deletion
Milon [Thu, 27 Mar 2025 23:42:16 +0000 (00:42 +0100)]
Fix gas pressure pump prediction (#35865)
* ACTUALLY predict gas pumps
* generic fake
*
aaaaaaaaaaaaa
Errant [Thu, 27 Mar 2025 23:34:20 +0000 (00:34 +0100)]
Unhardcode role type names and colors within localization text (#36096)
* localize role type names within localization text
* also unhardcode colors
* comment
* typo
PJBot [Thu, 27 Mar 2025 22:30:10 +0000 (22:30 +0000)]
Automatic changelog update
metalgearsloth [Thu, 27 Mar 2025 22:29:02 +0000 (09:29 +1100)]
Mob movement rewrite (#35931)
* Conveyor optimisations
- Optimise movement for moving stuff. Better flags + less resolves + slapped parallelrobustjob on it.
- Sleeping for entities getting conveyed into walls.
* Blocker version
* Finish
* Final
* Fix conveyor power mispredict
* Bagel save
* Revert "Bagel save"
This reverts commit
1b93fda81fb852d89b89b0beae0b80f8a61165f2 .
* Conveyor resave
* Fix prediction
* Mob movement rewrite
* Bandaid
* Working version
* Tentatively working
* Friction to fix cornering
* More fixes
* Revert bagel
* Revert this
* a
* Reviewed
* Funky re-save
* Fix velocity
* Table fix
* Review
* a
PJBot [Thu, 27 Mar 2025 17:44:04 +0000 (17:44 +0000)]
Automatic changelog update
lzk [Thu, 27 Mar 2025 17:42:57 +0000 (18:42 +0100)]
make admin interacts with storages silent (#35417)
* make admin interacts with storages silent
* review
* silent insert and transfer
* i love code
---------
Co-authored-by: ScarKy0 <scarky0@onet.eu>
PJBot [Thu, 27 Mar 2025 17:20:43 +0000 (17:20 +0000)]
Automatic changelog update
SlamBamActionman [Thu, 27 Mar 2025 17:19:36 +0000 (18:19 +0100)]
Add a new poster (#36104)
* Poster
* THAT tortilla...
* roombareview
Chaoticaa [Thu, 27 Mar 2025 17:11:02 +0000 (04:11 +1100)]
Updates to Hydroponic sprites (#35004)
* changes to some hydroponics plant sprites
* tomato changes
* added tomatoes and further changes
* added tomatoes and adjustments
* added tomatoes and adjustments
* added apples and meatwheat
* watermelon + adjustments
* sugarcane
* blood tomatoes & pumpkin harvest
* final changes for a while
* poppy harvest repaint
* smoller melon + holy melon stages
* final changes + attributions added to json files
* oops
* changes
* changes x2
* egg success + tree changes and additions
* bagel mistake
* lemon lime garlic fly
* grapes and stuff
* Potate
* peas and attributes
* more veg while my monitor flashbangs me repeatedly trying to find source links
* soyyyyyyy
* eggplant and berries yuuumm
* corn life
* grape disaster
* my computer is slow
* Pray
---------
Co-authored-by: Your Name <[you@example.com])>
Co-authored-by: beck-thompson <beck314159@hotmail.com>
PJBot [Thu, 27 Mar 2025 17:05:33 +0000 (17:05 +0000)]
Automatic changelog update
slarticodefast [Thu, 27 Mar 2025 17:04:25 +0000 (18:04 +0100)]
Add paradox clone to admin antag control (#36105)
* make paradox clone receive the original's objectives
* antag control verb
* rename verb
PJBot [Thu, 27 Mar 2025 06:27:21 +0000 (06:27 +0000)]
Automatic changelog update
Centronias [Thu, 27 Mar 2025 06:26:13 +0000 (23:26 -0700)]
Raw meatball cooks into cooked meatball (#36003)
meatballs can be cooked on their own
metalgearsloth [Thu, 27 Mar 2025 04:29:14 +0000 (15:29 +1100)]
Update submodule to v250.0.0 (#36108)
Errant [Wed, 26 Mar 2025 20:40:13 +0000 (21:40 +0100)]
Overlay stack sorting fix (#36103)
* round float before sorting
* weh
ScarKy0 [Wed, 26 Mar 2025 19:42:08 +0000 (20:42 +0100)]
1984 the unsafe gift from smuggler stashes (#36102)
1984
Tayrtahn [Wed, 26 Mar 2025 18:36:29 +0000 (14:36 -0400)]
Cleanup AdminVerbSystem (#36099)
* Fix 3 warnings in AdminVerbSystem.Tools
* Fix 3 warnings in AdminVerbSystem.Smites
* Use SetMapCoordinates directly
PJBot [Wed, 26 Mar 2025 16:14:09 +0000 (16:14 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 16:13:02 +0000 (17:13 +0100)]
Improve paradox clone item copying (#35993)
* even better item copying for the paradox clone
* copy paper
* fix
* blacklist implanter
* string.Empty
---------
Co-authored-by: ScarKy0 <scarky0@onet.eu>
PJBot [Wed, 26 Mar 2025 15:35:27 +0000 (15:35 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 15:34:17 +0000 (16:34 +0100)]
Fix faction icons for paradox clones (#35910)
* fix nukie icon
* add revs to cloning pod again
PJBot [Wed, 26 Mar 2025 15:31:21 +0000 (15:31 +0000)]
Automatic changelog update
slarticodefast [Wed, 26 Mar 2025 15:30:14 +0000 (16:30 +0100)]
Show paradox clones in deadchat (#35940)
show clones in deadchat
PJBot [Wed, 26 Mar 2025 15:21:22 +0000 (15:21 +0000)]
Automatic changelog update
Velcroboy [Wed, 26 Mar 2025 15:20:15 +0000 (10:20 -0500)]
Add smuggler stashes (#19460)
* Add smuggler stashes
* Prevent anchor/collision test fail
* Enabled = false
* Oops, missed one
* NYAH!1984
* Split/Rebalance loot pools and fix test fail
* Errg, still with the canCollide thing
* Removed notes, additional balance tweaking, removed some blank lines
* Replace generator IDs
* Adjust briefcase fill
* Node moved
* Use noSpawn
* Goldschlonger
* Adjusts fills for grid-inv
* Replace removed items
* Replace removed items part 2
* Add empty satchel to clothesmate contraband inventory
* Merge master and switch spawning to roundstart event
* Cleaned up and converted to entity spawn tables + Added funny clown satchel
* Adds comp to prevent stacking bags
* Inital cleanup
* More changes
* ff
* Some fixes but yaml needs to be organized and a few bugs remain
* Final fixes
* Cleanup
* good
* One more
* minor tweaks
* Rename
* Combine dupe fields
* address review
* review
* make linter happy
* names, contraband status
* uplink
* small bugfix
---------
Co-authored-by: Jeff <velcroboy333@hotmail.com>
Co-authored-by: beck-thompson <beck314159@hotmail.com>
Co-authored-by: Milon <milonpl.git@proton.me>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
Tayrtahn [Wed, 26 Mar 2025 14:17:28 +0000 (10:17 -0400)]
Cleanup TabletopSystem.Map (#36097)
* Add SharedMapSystem dependency
* IMapManager.MapExists -> SharedMapSystem.MapExists
* IMapManager.CreateMap & IMapManager.GetMapEntityId -> SharedMapSystem.CreateMap
* IMapManager.DeleteMap -> SharedMapSystem.DeleteMap
* Remove IMapManager dependency
Milon [Wed, 26 Mar 2025 11:45:29 +0000 (12:45 +0100)]
add predicted popups with PVS filtering (#36092)
add