Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Releases: polygraphene/ALVR

v1.9.1

02 Jun 16:12
Compare
Choose a tag to compare
  • More stable packet processing.
  • Fix: Wrong bitrate value is displayed in statistics.

v1.9

02 Jun 12:49
Compare
Choose a tag to compare
  • Support Oculus Go 72Hz mode.
  • Disable driver when launcher is not running.
    • This improves compatibility with other HMD drivers.
  • Show connection statistics on the server tab.
  • Fix (maybe) some recentering bug.
  • Update openvr sdk (v1.0.8 -> v1.0.15)

v1.8

31 May 05:21
Compare
Choose a tag to compare
  • Add controller button assignment
  • Add recentering by controller
    • Currently, recentering is a bit buggy. You see the distortion on turning your head after recenter.
    • This will be fixed on future release.
  • Add driver installation/uninstallation button on About tab.
  • Fix unstability issue on driver.
    • This may remove "VR Server is not running" bug.
  • Fix wrong trackpad position.
  • Fix blackscreen on restart client app

v1.7

29 May 14:23
Compare
Choose a tag to compare

Note: The version mismatch between client and server cause a crash. Please update both client and server.
To update server, you should simply overwrite the whole install directory.
To update client, put the command adb install -r (apkname)

  • Support Gear VR / Oculus Go Controller.
    • Currently, button assign cannot be changed.
    • These are not a 6DoF controller, so we can't play many PCVR games.
    • Please consider connecting gamepad on PC.
  • Fix the icon on SteamVR window.

v1.6

28 May 12:18
Compare
Choose a tag to compare

Note: The version mismatch between client and server cause a crash. Please update both client and server.
To update server, you should simply overwrite the whole install directory.
To update client, put the command adb install -r (apkname)

  • Add configuration option for video bitrate, resolution and buffer size.
    • If you experienced noisy video, try to increase buffer size.
  • Some fixes to reduce latency.
  • Fix the issue that frame rendering stops under high latency condition.
  • Fix some unstability issue.
  • Add automatic driver installation on "Start server".

v1.5

26 May 09:51
Compare
Choose a tag to compare

Remove dependency to D3DCOMPILER.dll. 631a883
Fix some GUI bugs.
Increase buffer size to reduce packet losses.

v1.4

25 May 17:08
Compare
Choose a tag to compare
  • Tune packet buffer on client. Current size is 30Mbps * 50ms.
  • More efficient packet processing.
  • No compatibility with v1.3 because packet format was changed. Please update server and client simultaneously.

v1.3

25 May 06:34
Compare
Choose a tag to compare

Fixed the head tracking issue. 2bd1d90
Fixed the timeout of connection. 8aadfbc

v1.2

24 May 15:58
Compare
Choose a tag to compare

First release!