Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-10 | tracker/steamvr: expose all valid devices | Stanislaw Halik | |
2017-04-07 | tracker/steamvr: make static | Stanislaw Halik | |
2017-04-06 | tracker/steamvr: determine device uniqueness harder | Stanislaw Halik | |
Use "type-model-serial" as the discriminator. The API might present a single device with two types as the same model and serial or something similarly stupid. | |||
2017-04-06 | tracker/steamvr: show device type before serial | Stanislaw Halik | |
2017-04-06 | tracker/steamvr: put serial number as userdata | Stanislaw Halik | |
2017-04-06 | tracker/steamvr: fix build | Stanislaw Halik | |
2017-04-06 | tracker/steamvr: remove unused | Stanislaw Halik | |
2017-04-06 | tracker/steamvr: support choosing device by its serial number | Stanislaw Halik | |
Since the vr handle is accessed on the GUI and pipeline threads now, had to add implicit locking. This sadly reorganizes most of the file. Sadly this refactor likely broke things. cf. https://github.com/opentrack/opentrack/issues/352#issuecomment-290252520 | |||
2017-04-06 | tracker/steamvr: add center() override | Stanislaw Halik | |
2017-03-28 | tracker/steamvr: fix vive rotation order | Stanislaw Halik | |
Submitted-by: @subnet- Issue: #353 cf. https://github.com/opentrack/opentrack/issues/352#issuecomment-289306146 The submitter's working on the roll code. sin^1 codomain is +-90 deg. so we better use the equivalent atan2(3) formula. | |||
2016-12-30 | tracker/steamvr: broken, but we already know the right rotation order | Stanislaw Halik | |
2016-12-28 | tracker/steamvr: add untested geometry code | Stanislaw Halik | |
2016-11-21 | tracker/{test,steamvr}: fix duplicate class names | Stanislaw Halik | |
It breaks translation. | |||
2016-11-06 | tracker/steamvr: TO REBASE | Stanislaw Halik | |