Skip to content

v0.17.1

Latest
Compare
Choose a tag to compare
@bjornbytes bjornbytes released this 12 Mar 19:20
· 4 commits to stable since this release

Change

  • Change permissions for files and directories created by lovr.filesystem on POSIX (fixes ADB on Android 12+).
  • Change Pass:sphere to error when segment count is too small.
  • Change Buffer:setData to error when copying within a single Buffer with overlapping byte ranges.

Fix

  • Fix LÖVR failing to start on Oculus Quest v62+.
  • Fix Pass:skybox to render cubemaps with the correct X/Z orientation.
  • Fix depth write when depth testing is disabled.
  • Fix lovr.graphics.newModel to support empty GLB models.
  • Fix lovr.graphics.newModel to support models without any vertices.
  • Fix bitangent sign in TangentMatrix builtin.
  • Fix shader #includes to error when including a file that doesn't exist.
  • Fix lovr.quit to not get called twice when canceling quit.
  • Fix GPU error when texture had only transfer usage.
  • Fix rare crash when calling vector methods.
  • Fix Model:getMesh.