DrSmugleaf
dddb6163f5
Fix SpawnAndDeleteEntityCountTest Entities and last assert being incorrect ( #40511 )
...
Fix SpawnAndDeleteEntityCountTest last assert being incorrect
2025-09-23 23:52:15 +02:00
slarticodefast
c3ff6c9184
Increase SpawnAndDeleteAllEntitiesOnDifferentMaps test simulation time ( #38901 )
...
wait longer
2025-07-23 03:21:10 +02:00
Tayrtahn
17813825da
Remove non-functional ninja exemption from SpawnAndDeleteEntityCountTest ( #36813 )
...
Remove non-functional ninja exemption from SpawnAndDeleteEntityCountTest
2025-04-21 23:46:07 +02:00
Tayrtahn
db40bce58f
SpawnAndDeleteEntityCountTest improvements ( #34069 )
...
* Minor improvements to SpawnAndDeleteEntityCountTest Assert messages
* * Now lists added/removed entities on test failure.
* Wrapped entity loop in MultipleAsync so all failing ents are reported.
* Removed Multiple wrappers on client/server pairs, as they made result formatting ugly.
---------
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2025-04-17 21:43:28 +10:00
Tayrtahn
64327326fd
Make AllComponentsOneToOneDeleteTest skip components with Required fields ( #30582 )
2025-04-17 20:10:23 +10:00
Ed
47cb8a0b08
RoomSpawner mask ( #33110 )
...
* RoolFill can now spaw rooms with any size
* tile ignoring
* upgrade interior
* simplify
* Update DungeonSystem.Rooms.cs
* center rooms
* Update RoomFillComponent.cs
* Update RoomFillComponent.cs
* Update DungeonSystem.Rooms.cs
* Remove roomfillcoponent from integration test
* Update EntityTest.cs
* remove nullable size, replaced with minsize and maxsize
* clear existing logic refactor
* delete this one
2025-02-12 15:47:48 +03:00
Leon Friedrich
97dd5513f5
Ignore audio entities in SpawnAndDeleteEntityCountTest ( #34021 )
2024-12-28 11:54:32 +11:00
Tayrtahn
cfc0247e5c
Code Cleanup: Integration Tests ( #29584 )
...
* Cleanup PuddleTest
* Cleanup GravityGridTest
* Cleanup PowerTest
* Cleanup SaveLoadMapTest
* Cleanup Body tests
* Cleanup ContainerOcclusionTest
* Cleanup AirlockTest
* Cleanup DamageableTest
* Cleanup EntityTest
* Cleanup FluidSpillTest
* Cleanup FollowerSystemTest
* Cleanup HandCuffTest
* Cleanup InteractionSystemTests
* Cleanup InRangeUnobstructed
* Cleanup SimplePredictReconcileTest
* Cleanup PostMapInitTest
* Cleanup SalvageTest
* Cleanup SaveLoadSaveTest
* Cleanup ShuttleTest
* Cleanup MaterialArbitrageTest
* Cleanup PrototypeSaveTest
* Fix ShuttleTest
* Bunch of small ones
* Move JobTests to Station directory
* More small fixes
* Cleanup InteractionTest.Helpers
Had to change a method signature, so some callers were modified too.
* Missed one
2024-07-03 10:01:37 +10:00
Leon Friedrich
adeed705e6
Add Job preference tests ( #28625 )
...
* Misc Job related changes
* Add JobTest
* A
* Aa
* Lets not confuse the yaml linter
* fixes
* a
2024-06-06 00:19:24 +10:00
Leon Friedrich
6235fa1ac6
Content changes for entity categories PR ( #27232 )
...
* Content changes for entity categories PR
* Poke tests
* Why are tests suddenly working?
2024-06-02 14:08:15 +10: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
ElectroJr
3a8249e5fd
Un-revert #26994
2024-04-20 17:01:15 -04:00
Vasilis
5769bf38f8
Revert #26994 and #27077 ( #27090 )
2024-04-18 17:06:56 +02:00
Leon Friedrich
ee96d8aa66
Content changes for MapManager/System refactor ( #26994 )
...
* Content changes for MapManager/System refactor
* Poke Tests
* Why is this failing?
* Will this make the analyzer happy?
2024-04-18 14:30:06 +10:00
metalgearsloth
4a13dbea76
Fix some test warnings ( #24324 )
...
Extracted from smug's pr.
2024-01-20 17:15:10 +11:00
Nemanja
2553bade1a
Narsie test bandaid ( #22206 )
2023-12-07 16:58:08 +11:00
metalgearsloth
30f4a3ca6d
Fix SpawnAndDeleteEntityCountTest heisentest ( #21975 )
2023-11-30 22:08:08 +11:00
metalgearsloth
0ded865ee7
Use PoolManager testmap for EntityTest ( #21968 )
2023-11-29 13:32:59 +11:00
metalgearsloth
cebf0823eb
Fix GridFill comp skip ( #21944 )
...
Oop.
2023-11-28 21:20:37 -05:00
Leon Friedrich
00e274ea38
Add new entity spawn test & fix misc bugs ( #19953 )
2023-10-16 16:54:10 +11:00
metalgearsloth
5a0fc68be2
Content update for NetEntities ( #18935 )
2023-09-11 09:42:41 +10:00
Leon Friedrich
2d71eec6f9
Remove AllComponentsOneEntityDeleteTest ( #19965 )
...
* Remove AllComponentsOneEntityDeleteTest
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2023-09-09 19:35:05 -05:00
metalgearsloth
789c5e0a2b
Add fultons ( #18958 )
2023-08-29 16:34:05 +10:00
Visne
9bd30d57ad
Remove obsolete PoolManager methods ( #19499 )
2023-08-25 12:13:11 +10:00
Visne
3c667b6f7e
Remove obsolete TestPair.Pair ( #19496 )
2023-08-25 10:56:51 +10:00
Leon Friedrich
1ec014cf39
Remove prototype ignore lists from some tests ( #19366 )
2023-08-21 21:08:12 -07:00
Leon Friedrich
9c84108672
Change default test pooling options. ( #18732 )
2023-08-06 12:30:28 +10:00
Leon Friedrich
d58786faf4
Remove PoolSettings.ExtraPrototypes option ( #18678 )
2023-08-05 14:16:48 +10:00
Leon Friedrich
5978c7f5b2
Fast recycle more tests ( #18516 )
2023-08-02 01:09:25 +10:00
metalgearsloth
c00601acfc
Cleanup metadata + xform on entitytest ( #18396 )
2023-07-30 20:29:33 +10:00
TemporalOroboros
ba91023a85
Fix content.integration tests warnings ( #17817 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2023-07-06 14:54:25 +10:00
metalgearsloth
57858f802f
Shuttle drone improvements ( #16931 )
2023-05-31 11:13:02 +10:00
20kdc
af1d77ed74
Completely remove every last reference to underplating. ( #16559 )
2023-05-19 16:58:49 +10:00
Moony
e91fc652a3
Dynamic space world generation and debris. ( #15120 )
...
* World generation (squash)
* Test fixes.
* command
* o
* Access cleanup.
* Documentation touchups.
* Use a prototype serializer for BiomeSelectionComponent
* Struct enumerator in SimpleFloorPlanPopulatorSystem
* Safety margins around PoissonDiskSampler, cookie acquisition methodologies
* Struct enumerating PoissonDiskSampler; internal side
* Struct enumerating PoissonDiskSampler: Finish it
* Update WorldgenConfigSystem.cs
awa
---------
Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com >
Co-authored-by: 20kdc <asdd2808@gmail.com >
2023-05-16 06:36:45 -05:00
Julian Giebel
6ebd784cb6
Device Linking and better linking ui ( #13645 )
...
Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com >
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com >
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2023-05-07 16:07:24 +10:00
Leon Friedrich
db8a48ba33
Fix SpawnAndDirtyAllEntities test ( #15771 )
2023-04-25 19:27:57 +10:00
Leon Friedrich
110060678f
Disable GridFillComponent on some tests ( #15757 )
2023-04-25 09:48:29 +10:00
Leon Friedrich
554ec85069
Add SpawnAndDirtyAllEntities test ( #13629 )
2023-01-24 11:33:49 +11:00
metalgearsloth
3b3963083b
Replace GridEntityId with Owner ( #12743 )
2022-12-12 14:59:02 +11:00
metalgearsloth
6c76061887
Content changes for mapgrid kill ( #12567 )
2022-11-22 13:12:04 +11:00
Leon Friedrich
c3a74ed6ee
Fix entity spawn test ( #11800 )
2022-10-10 12:50:51 +11:00
wrexbe
ea95638189
Improve test stability ( #10913 )
2022-08-28 15:13:59 -07:00
Leon Friedrich
93584f21db
Add entity prototype save test ( #10274 )
2022-08-17 10:47:58 +10:00
metalgearsloth
a549a85e81
Update tiles to modern standards ( #10436 )
2022-08-10 17:05:40 +10:00
Leon Friedrich
099d38b562
Fix station deletion bug ( #10348 )
2022-08-07 13:53:07 +10:00
wrexbe
6d53826c58
Stabalize tests ( #9901 )
2022-07-19 22:23:30 -07:00
metalgearsloth
b7623b6c08
Fix content test warnings ( #9865 )
...
* Fix content test warnings
* while I'm here
* fix
Co-authored-by: wrexbe <wrexbe@protonmail.com >
2022-07-19 21:48:44 -07:00
wrexbe
81e3b2da88
Make tests faster ( #8737 )
...
* Test changes
* Make finding the test tile a little smarter
2022-06-19 20:22:28 -07:00
Acruid
4f9be42f40
Remove Explicit GridId References ( #8315 )
...
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-06-12 11:54:41 +10:00
Pieter-Jan Briers
cb95d2ae8d
Bump engine to 0.19.0.0 ( #8417 )
2022-05-28 16:29:12 +02:00