mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
09d0ace4b6
- finished audio module - finished data module - finished filesystem module - finished font module (note: glphy test fails, but seems to be a 12.0 issue) - finished image module - finished maths module - finished sound module - finished thread module - finished video module - fixed pcall error not showing in results for invalid test code
744 B
744 B
/Applications/love_12.app/Contents/MacOS/love ./testing
GENERAL
- check 12.0 wiki page for new methods
- change delay system to use coroutines
- need a platform: format table somewhere for compressed formats (i.e. DXT not supported)
OBJECT TESTS
- physics.Body, physics.Contact, physics.Fixture, physics.Joint, physics.Shape, physics.World
- threads.Channel, threads.Thread
METHOD TESTS
- event.wait
- graphics.present
- graphics.drawInstanced
DEPRECATED
- deprecated setStencilTest (use setStencilMode)
- deprecated physics methods
GRAPHIC TESTS
Methods that need a actual graphic pixel checks if possible:
- setDepthMode
- setFrontFaceWinding
- setMeshCullMode