This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Cleanup IManifoldManager and shape methods#43
Open
metalgearsloth wants to merge 4 commits into
Open
Annotations
10 errors and 12 warnings
|
Build (Release)
No overload for method 'SetRadius' takes 6 arguments
|
|
Build (Release)
No overload for method 'SetRadius' takes 6 arguments
|
|
Build (Release)
'IPhysShape' does not contain a definition for 'ComputeAABB' and no accessible extension method 'ComputeAABB' accepting a first argument of type 'IPhysShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
'IPhysShape' does not contain a definition for 'ChildCount' and no accessible extension method 'ChildCount' accepting a first argument of type 'IPhysShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
'IPhysShape' does not contain a definition for 'ComputeAABB' and no accessible extension method 'ComputeAABB' accepting a first argument of type 'IPhysShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
'IPhysShape' does not contain a definition for 'ChildCount' and no accessible extension method 'ChildCount' accepting a first argument of type 'IPhysShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
'IPhysShape' does not contain a definition for 'ComputeAABB' and no accessible extension method 'ComputeAABB' accepting a first argument of type 'IPhysShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
'PolygonShape' does not contain a definition for 'ComputeAABB' and no accessible extension method 'ComputeAABB' accepting a first argument of type 'PolygonShape' could be found (are you missing a using directive or an assembly reference?)
|
|
Build (Release)
No overload for method 'SetRadius' takes 6 arguments
|
|
Build (Release)
No overload for method 'SetRadius' takes 6 arguments
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Archive NUnit3 test results.
No files were found with the provided path: test_results/*. No artifacts will be uploaded.
|
|
Build (Release)
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build (Release)
'EntityPrototype.TryGetComponent<T>(out T?, IComponentFactory)' is obsolete: 'TryComp is shorter, use it instead'
|
|
Build (Release)
'EntityPrototype.TryGetComponent<T>(out T?, IComponentFactory)' is obsolete: 'TryComp is shorter, use it instead'
|
|
Build (Release)
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
Build (Release)
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
Build (Release)
'RandomHelpers.NextByte(Random, byte)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'
|
|
Build (Release)
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
|
Build (Release)
'TransformComponent.LocalRotation.set' is obsolete: 'Use SharedTransformSystem.SetLocalRotation'
|
|
Build (Release)
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|
|
Build (Release)
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
background
wait
wait-all
cancel
parallel
Loading