J
47f8aefc25
Anomaly warnings cleanup ( #36188 )
2025-03-30 15:16:46 +02:00
SlamBamActionman
43d08100b9
"New player" admin logging improvements ( #35961 )
...
* Initial commit
* Adjust a whoooole bunch of logs
* Also spears
* Track going crit
* Review fix
* Review fixes
2025-03-20 20:56:51 +01:00
SpaceManiac
4122310735
Fix 38 non-obsolete warnings ( #33794 )
2025-02-11 20:59:50 +11:00
ScarKy0
253a9fbdf1
Seperate EMAG into EMAG and Authentication Disruptor ( #34337 )
2025-01-29 23:05:47 -05:00
Leon Friedrich
1c315ba033
Remove Entity<T> data-fields ( #34083 )
2025-01-11 21:22:29 +01:00
Patrik Caes-Sayrs
8f2d16aabf
Zombies keep their anomalies on zombification ( #33867 )
...
* Zombies keep their anomalies on zombification
* Refactor anombies to isolate anomalies and zombies
InnerBodyAnomalies now send an event when the host dies.
Zombies cancels this event if the host is turning into a zombie.
* Anomazombies: deprecate CancellableEntityEventArgs
CancellableEntityEventArgs is deprecated. Use structs
with bool Cancelled instead.
2024-12-17 14:56:47 +03:00
MilenVolf
5fdf03c216
Replace obsolete GetTilesIntersecting methods ( #32455 )
...
* Remove usage of obsolete GetTilesIntersecting round 1
* Oop wrong uids
* Remove usage of obsolete GetLocalTilesIntersecting round 2
* Remove usage of obsolete GetLocalTilesIntersecting final round
* weh
* Fix using `SharedMapSystem` in `StencilOverlay`
2024-12-01 12:56:47 +11:00
metalgearsloth
573f490896
Fix tech anomaly nexttimer ( #32805 )
2024-10-14 18:06:18 +11:00
Ed
dce537df07
fix Tech anomaly loud sounds and superfast flickering ( #32245 )
...
Update TechAnomalySystem.cs
2024-09-17 12:05:38 -04:00
Ed
92be69a5ab
Anomalous infections ( #31876 )
...
* inner anomaly
* anomaly pulse action
* test anom mine
* Update anomalies.yml
* fix action cooldown
* pyro_eyes
* clientsystem
* experiments
* blya
* some telegraphy
* shock eyes!
* shadow eyes
* separate files
* frosty eyes
* fix
* flora eyes
* bluespace eyes
* flesh eyes
* redoing injction
* auto add layers
* пипяу
* new injector component
* stupid me
* nice marker injectors
* anomaly spawn on shutdown
* gravity anom
* dead anomaly spawning
* add VOX states
* sprite specific layers support
* technology anom infection
* auto detach anomalies that have moved away
* Update anomaly_injections.yml
* anomalyspawner integration
* rock anomaly!
* Update anomaly_injections.yml
* fix crash bug
* tag filter
* fix anom dublication spawns
* Update anomaly.yml
* Update InnerBodyAnomalyComponent.cs
* Update anomaly_injections.yml
* dont spawn anomalies after decay
* fix morb sprite, add end message
* gravity resprite
* admin logging, double injection fix
* make flesh and living light mobs friendly to anomaly hosts
* popups
* severity feedback
* sloth review
* A
* keep organs after gib
* punpun host
* sloth synchronization
* Update arachnid.yml
* increase infections spawnrate
2024-09-17 12:49:19 +03:00
Ed
5290e64361
TechAnomaly fixes ( #32067 )
...
Update TechAnomalySystem.cs
2024-09-11 15:59:39 +02:00
Ed
1a4d58816f
Tech Anomaly ( #31764 )
...
* A
* B
* C
* D
* Update TechAnomalySystem.cs
* idle anim
* Update meta.json
* new animation
2024-09-06 10:24:17 +03:00
Cojoke
ef1fadf275
Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem ( #30084 )
...
* Replace instances of SolutionContainerSystem with SharedSolutionContainerSystem
* guap
* More fixes
* Wait you can do that?
---------
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2024-09-02 13:26:04 +02:00
Errant
373041c588
Replace obsolete code in AnomalySystem.Generator.cs ( #31718 )
...
* replace obsolete
* weh
2024-09-01 18:20:54 +03:00
lzk
6398f5bd49
Remove random cyrillic letters ( #31600 )
2024-08-29 00:26:34 +05:00
metalgearsloth
a89d4c750b
Power stuff ( #31314 )
...
* Power stuff
- Add shared IsPowered
- Add shared ResolveApc
- Move PowerChangedEvent to shared for now
- Add SlimPoweredLight that actually functions how you'd expect a PoweredLight to function it id didn't have a bunch of bloat on it.
* big update
* boing
2024-08-25 22:18:42 +10:00
slarticodefast
aa9bf9f3ec
Fix bluespace anomaly teleporting borg brains and PAIs in container slots ( #30744 )
...
* Fix bluespace
* filter all containers
2024-08-17 00:58:23 -04:00
beck-thompson
ee922e37f6
Replaced some AddMarkups with AddMarkupOrThrow ( #30632 )
...
* First commit
* Silly me
* bruh
2024-08-11 13:06:33 +10:00
lzk
f56e4f6624
Replace some to do with TODO ( #30346 )
...
Replace to do with TODO
2024-07-25 11:04:03 +03:00
Simon
b35539db4a
Fix some markup related obsolete warnings in research and anomaly related systems ( #30072 )
...
Fix some Markup related obsolete warnings in Research and Anomaly related systems
2024-07-15 22:14:37 +03:00
Nemanja
a269f9bb9e
Small anomaly behavior fix ( #28290 )
...
* Small anomaly behavior fix
* well put together code
2024-05-27 17:52:56 -07:00
Kara
855234aa30
Resolve 'TransformComponent.MapPosition' is obsolete in content ( #27939 )
...
* Resolve `'TransformComponent.MapPosition' is obsolete: 'Use TransformSystem.GetMapCoordinates'` in content
* build?
2024-05-12 10:31:54 -04:00
Kara
1596e04d0f
Resolve all non-obsoleting warnings in content ( #27934 )
...
* Resolve all non-obsoleting warnings in content
* Update ClientGameTicker.cs
* Update SkeletonAccentSystem.cs
* Update BwoinkSystem.cs
2024-05-11 20:13:58 -07:00
metalgearsloth
5896e68752
Content update for UI prediction ( #27214 )
...
* Content update for UI refactor
* Big update
* Sharing
* Remaining content updates
* First big update
* Prototype updates
* AUGH
* Fix UI comp ref
* Cleanup
- Fix predicted message, fix item slots, fix interaction range check.
* Fix regressions
* Make this predictive
idk why it wasn't.
* Fix slime merge
* Merge conflict
* Fix merge
2024-04-26 18:16:24 +10:00
Ed
a4ec01d471
Anomalies behaviours ( #24683 )
...
* Added new anomaly particle
* Add basic anomaly behaviour
* +2 parametres
* add functional to new particle
* add components to behaviours
* big content
* add shuffle, moved thing to server
* clean up
* fixes
* random pick redo
* bonjour behavioUr
* fix AJCM
* fix
* add some new behaviours
* power modifier behaviour
* rmeove timer
* new event for update ui fix
* refactor!
* fixes
* enum
* Fix mapinit
* Minor touches
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2024-04-01 19:29:13 +11:00
metalgearsloth
cdfee5aa0c
Transform cleanups ( #25963 )
...
* Transform cleanups
* Fix build
* ascension
2024-03-29 17:26:30 +11:00
Jake Huxell
59e46aab93
Reduced Warning Count By 130 For Full Rebuilds ( #26518 )
...
* remove deprecated entity coordinate extension functions. Reduces warning count by approximately 50
* final toCoords Removed
* Remove all unused variables and dead code paths
* remove always true variable, should be a cvar or something instead
* remove superfluous variables from tests
2024-03-29 16:28:16 +11:00
Leon Friedrich
77e029d4ca
Remove atmos method events ( #26402 )
...
* Remove HasAtmosphereMethodEvent
* Remove GetTileMixturesMethodEvent
* Remove GetTileMixtureMethodEvent
* Remove GetAdjacentTilesMethodEvent
* Add TileMixtureEnumerator
* Remove GetAdjacentTileMixturesMethodEvent
* Remove IsTileSpaceMethodEvent
* Remove HotspotExposeMethodEvent
* Remove pipe net method events
* Remove device method events
* Use Entity<T>
* Misc fixes
* A
* Theres probably a few more of these
* Fix other resolve errors
2024-03-28 13:22:19 +11:00
Tayrtahn
ae3d745430
Code Cleanup: Purge obsolete MapManager methods ( #26279 )
...
* GetGrid
* GridExists
* TryGetGrid
2024-03-22 18:08:40 +11:00
metalgearsloth
a9502be29e
Revert "Fix chat bubbles ( #25643 )" ( #25645 )
...
* Revert "Fix chat bubbles (#25643 )"
This reverts commit 23d2c4d924 .
* Revert "Fixes obsolete Transform warnings in Content. (#25256 )"
This reverts commit f284b43ff6 .
2024-02-28 00:51:20 +11:00
TemporalOroboros
f284b43ff6
Fixes obsolete Transform warnings in Content. ( #25256 )
...
* Fix TransformComponent.MapPosition warnings in Content.Client
* Fix TransformComponent.MapPosition warnings in Content.IntegrationTests
* Fix TransformComponent.MapPosition warnings in Content.Shared
* Fix TransformComponent.MapPosition warnings in Content.Server
* Fix TransformComponent.WorldPosition warnings in Content.Shared
* Fix TransformComponent.WorldPosition warnings in Content.Client
Excepts ClickableComponent b/c that needs to be ECS'd entirely later
* Fix TransformComponent.WorldPosition warnings in Content.Server
* Fix TransformComponent.WorldRotation warnings in Content.*
* Fix TransformComponent.MapPosition warnings I missed
* Fix TransformComponent.WorldMatrix warnings in Content.*
* Fix TransformComponent.InvWorldMatrix warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotationMatrixWithInv warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotationMatrix warnings in Content.*
* Fix TransformComponent.GetWorldPositionRotation warnings in Content.*
* Fix TransformComponent.Anchored.set warnings in Content.*
* Fix TransformComponent.Coordinates.set warnings in Content.*
* Fix TransformComponent.LocalPosition.set warnings in Content.*
* Fix TransformComponent.AttachToGridOrMap warnings in Content.*
* Fix TransformComponent.AttachParent warnings in Content.*
* Preempt TransformComponent.LocalRotation.set warnings in Content.Shared
* Preempt TransformComponent.LocalRotation.set warnings in Content.Client
* Preempt TransformComponent.LocalRotation.set warnings in Content.IntegrationTests
* Preempt TransformComponent.LocalRotation.set warnings in Content.Server
* Fix/Preempt the remaining obsolete TransformComponent properties/methods in Content.*
* ECS ClickableComponent
* Fix obsolete SharedTransformSystem methods in Content.*
* Fix ExplosionOverlay `SharedTransformSystem` dependency
* Maybe fix null eye position breaking tests
* MGS requested changes
2024-02-27 12:06:20 +11:00
Pieter-Jan Briers
e00f74505c
Use new ComponentPauseGenerator ( #25183 )
...
Also includes some (non critical) changes to the solution file to re-organize the Roslyn components.
2024-02-26 14:36:19 +11:00
Ed
4d7fd1cace
Anomaly Synchronizer + Signallers tweaks ( #24461 )
...
* content
* nerf
* fix rsi
2024-02-13 17:19:22 -05:00
metalgearsloth
52808694e0
Remove obsolete transform call ( #24217 )
...
* Remove obsolete transform call
Shrimple PR also fixed bad flatpack call that would break on non-standard tilesizes.
* Update calls
* weh
2024-02-02 00:39:43 +11:00
metalgearsloth
11c69bca3f
Anti-anomaly fixes ( #24634 )
...
- Remove unnecessary mapcoordinates get.
- Remove mapping markers as everything should be ingame entities and this is functioning as an area.
2024-01-28 19:51:29 -05:00
Ed
a923beb21b
Gravity anomaly rework ( #24452 )
...
* balance
* gorilla gauntlet fix
* magboots update
* some more buff
* randomwalk speed scales with severity
* nerf
* content
* Revert "content"
2024-01-27 04:15:05 -08:00
Ed
de9d7aed17
Rock and Meat anom rework (try 2) ( #24449 )
...
* rework
* bruh
* all fixed
* balance
* bb
* Update TileAnomalySystem.cs
* Update EntityAnomalySystem.cs
* spawn on shutdown variant
* fix entites, fix DataRecord
* fix some review
* god forgive me
* oh fuck wrong brench
* Revert "oh fuck wrong brench"
This reverts commit c81f57f7830c8e55fd47982500c57281af40b0dc.
2024-01-26 21:52:07 -05:00
Ed
05a7eb07c2
Revert "Start rebalancing anomalies - Rock and Flesh anomaly reworked" ( #24448 )
2024-01-23 15:40:37 +03:00
Ed
b02c211e2f
Start rebalancing anomalies - Rock and Flesh anomaly reworked ( #24381 )
...
* rework
* bruh
* all fixed
* balance
* bb
* Update TileAnomalySystem.cs
* Update EntityAnomalySystem.cs
2024-01-23 15:32:05 +03:00
Nemanja
a9e89ab372
Rip out remaining machine upgrades ( #24413 )
...
* Rip out remaining machine upgrades
* eek
2024-01-23 09:13:04 +11:00
Ed
b3b64e6cf2
The glowing forest anomaly ( #24351 )
...
* sans
* Papyrus
* add to game
* tweak stick
* fixes
* Update Resources/Prototypes/Entities/Objects/Misc/kudzu.yml
Co-authored-by: Kara <lunarautomaton6@gmail.com >
* Update Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml
Co-authored-by: Kara <lunarautomaton6@gmail.com >
---------
Co-authored-by: Kara <lunarautomaton6@gmail.com >
2024-01-20 17:31:12 -08:00
Trevor Day
cc823e24e9
Bluespace Anomaly Admin Logs ( #23942 )
...
Add bluespace anomaly teleportation logs.
2024-01-11 16:56:06 -05:00
metalgearsloth
7c66bebbef
Revert "Revert "Electric anomaly rework"" ( #23549 )
...
Revert "Revert "Electric anomaly rework" (#23546 )"
This reverts commit 9acbe38e53 .
2024-01-04 21:14:10 -05:00
Emisse
9acbe38e53
Revert "Electric anomaly rework" ( #23546 )
...
Revert "Electric anomaly rework (#23173 )"
This reverts commit 05ee6eb308 .
2024-01-04 17:35:24 -07:00
Nemanja
2988d60bd4
Fix anti-anomaly zones ( #23357 )
2024-01-02 17:18:41 +11:00
Ed
77cc81d376
Anti Anomaly zones ( #23187 )
...
* add
* its work now
* pipi
* Update Content.Server/Anomaly/AnomalySystem.Generator.cs
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
* fix ()
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com >
2024-01-01 17:30:05 -07:00
Ed
05ee6eb308
Electric anomaly rework ( #23173 )
...
* add content
* remove using
* update
* Update ElectricityAnomalyComponent.cs
* 2-5 lightnings
* tweaks
* remove tesla comment (sorry)
2024-01-01 02:24:38 -08:00
TemporalOroboros
d23c8d5c19
Revert 'Revert 'Solution Entities'' ( #23168 )
2023-12-29 08:47:43 -04:00
Emisse
938d6d9945
Revert "Solution Entities" ( #23160 )
...
Revert "Solution Entities (#21916 )"
This reverts commit d75e743dd7 .
2023-12-28 20:45:42 -07:00
TemporalOroboros
d75e743dd7
Solution Entities ( #21916 )
...
* Creates Content.Shared.Chemistry.Solutions
Copies Solution class to new namespace
Obsoletes old Solution class
* Switches over to the Solutions.Solution Solution
* Creates Content.Shared.Chemistry.Containers
Copies relevant components/systems to the new namespace
Obsoletes old versions
* Switches over to the Containers.XYZ namespace
* Creates SolutionSystem and obsoletes old SolutionContainerSystem methods
* Start using SolutionSystem for Solution manipulation
* EnumerateSolutions
* Move TryGetMixableSolution
* Move EnsureSolution to Server
* Create Solution Entities
* Stop using obsolete solution system methods
* Fix prototype component tests
* Add using ..Audio.Systems; back
* Wrap solution container slots in ContainerSlots
* Actually add the slot to the solution container map
* Dirty SolutionContainerComponent when ensuring solutions
* Revert namespace changes
* Remerge SolutionSystem and SolutionContainerSystem
* SolutionContainerManagerComponent refactor
* Avoid wrapping necessary code in DebugTools.Assert as it is removed when compiling for release
* Readd examine reagent sorting
* Fix errors
* Poke tests
* Fix solution names not being applied
* Fix WoolyComponent including statement
* Fix merge skew
* Fix compile errors
* Make reactions use solntities
* Reindent solution class namespace
* Field attribute changes
* AutoGenerateComponentState for SolutionContainerComponent
* SolutionContainerComponent -> ContainedSolutionComponent
* ref ReactionAttemptEvent
* Denetwork preinit solutions
* Misc 1
* Nullable TryGetSolution out vars
* Cache associated solutions
* Fix merge skew
* Use explicit regions in SharedSolutionContainerSystem.Capabilities
* Add debug assert
* Use explicit regions in SharedSolutionContainerSystem.Relay + ref SolutionContainerChangedEvent
* ContainedSolutionComponent.Name -> ContainedSolutionComponent.ContainerName
* SolutionComponent doc comments
* Implicit DataField names and property purge
* ReagentEffect DataField names
* Local variables for readability
* Sort using statements + Entity<T> event handlers
* Fix compile erros
* Fix compile errors
---------
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com >
2023-12-28 17:58:14 -08:00