finish physics module coverage

- love.physics.World:rayCastAny()
- love.physics.World:rayCastClosest()
- love.physics.World:getShapesInArea()
- love.physics.Body:getShapes()
- love.physics.Body:getShape()
- love.physics.Body:hasCustomMassData()
This commit is contained in:
ell
2024-02-28 18:38:43 +00:00
parent 3723e35caa
commit 7cc3816bec
2 changed files with 15 additions and 10 deletions
+2 -10
View File
@@ -8,14 +8,6 @@ These are all the outstanding methods that require test coverage, along with a f
try uncommenting love.filesystem.unmountCommonPath and you'll see the issues
- revisit love.audio.setPlaybackDevice when we update openal soft for MacOS
## Physics
- love.physics.World:rayCastAny
- love.physics.World:rayCastClosest
- love.physics.World:getShapesInArea
- love.physics.Body:getShapes
- love.physics.Body:getShape
- love.physics.Body:hasCustomMassData
## Graphics
- love.graphics.copyBuffer
- love.graphics.copyBufferToTexture
@@ -36,5 +28,5 @@ These are all the outstanding methods that require test coverage, along with a f
- love.graphics.setOrthoProjection
- love.graphics.setPerspectiveProjection
- love.graphics.resetProjection
- Mesh:getAttachedAttributes
- Shader:hasStage
- love.graphics.Mesh:getAttachedAttributes
- love.graphics.Shader:hasStage