Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-25 | Merge pull request #1109 from russell/proton-fix | Stanislaw Halik | |
Only set the wineprefix if not using proton | |||
2020-06-24 | Only set the wineprefix if not using proton | Russell Sim | |
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine | |||
2020-06-17 | Merge pull request #1103 from russell/proton | Stanislaw Halik | |
Proton directory discovery | |||
2020-06-17 | Remove qDebug statement | Russell Sim | |
2020-06-17 | Replace exception handling with error return value | Russell Sim | |
2020-06-14 | Implement error handling | Russell Sim | |
2020-06-14 | Remove unnecessary variable assignment | Russell Sim | |
2020-06-14 | Simplify proton dirfilter | Russell Sim | |
2020-06-14 | Remove prefx and sort includes | Russell Sim | |
2020-06-13 | Proton directory discovery | Russell Sim | |
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations. | |||
2020-06-13 | update submodule | Stanislaw Halik | |
2020-06-13 | video/ps3eye: fix lock contention on camera open | Stanislaw Halik | |
2020-06-13 | opentrack: disable QEventLoop on stop tracking | Stanislaw Halik | |
2020-06-13 | Revert "video/ps3eye: don't reset sensor that much" | Stanislaw Halik | |
Causes lag and eventually crashes in Qt timer subsystem. This reverts commit 58d857673ed0fdd801da53b7c7b6dec1dc26d60a. | |||
2020-06-13 | update submodule | Stanislaw Halik | |
2020-06-13 | shortcuts: fix keyup with modifiers | Stanislaw Halik | |
Fixes #1098 | |||
2020-06-12 | compat/check-visible: always visible with multiple displays | Stanislaw Halik | |
2020-06-05 | Merge pull request #1095 from a1k0n/unstable | Stanislaw Halik | |
Add proper color keying to tracker-pt | |||
2020-06-05 | rename "filter" -> "chroma key" | Andy Sloane | |
2020-06-05 | fix some RGB/BGR confusion | Andy Sloane | |
2020-06-05 | Add proper color keying to tracker-pt | Andy Sloane | |
Instead of just selecting the red/green/blue channels, also subtract the other channels. This allows for point tracking with just colored spots, rather than IR LEDs -- green and magenta work particularly well for this. This keeps the existing "Red/Green/Blue only" options, but adds "Red/Green/Blue/Cyan/Yellow/Magenta filter" options, which do a better job of isolating those colors. | |||
2020-05-31 | kill the obsolete OS check macro | Stanislaw Halik | |
2020-05-31 | video/ps3eye: disable when system driver exists | Stanislaw Halik | |
The driver is enabled on Linux merely for testing purposes. | |||
2020-05-31 | proto/wine: fix osx sdk build hack | Stanislaw Halik | |
2020-05-31 | video/ps3eye: don't reset sensor that much | Stanislaw Halik | |
2020-05-31 | update my sdk paths | Stanislaw Halik | |
2020-05-10 | video/ps3eye: fix crash in error path | Stanislaw Halik | |
2020-05-10 | proto-wine: remove dead declarations | Stanislaw Halik | |
2020-05-10 | proto/wine: fix build on newer Wine | Stanislaw Halik | |
Patch by: @jp7677 | |||
2020-04-28 | Merge pull request #1073 from ↵ | Stanislaw Halik | |
GO63-samara/fix-accela-and-ewma-filters-on-180-degrees Fix the jump of Yaw and Roll when crossing the border +/-180 degrees | |||
2020-04-28 | fix sintax | GO63-samara | |
replacing define with static constexpr double and replacing a tab with a space | |||
2020-04-18 | ps3eye-driver: update | Stanislaw Halik | |
2020-04-18 | update my sdk paths | Stanislaw Halik | |
2020-04-14 | Fix the jump of Yaw and Roll when crossing the border +/-180 degrees | GO63-samara | |
When crossing the border on Yaw or Roll +/-180 degrees, the Octopus makes a full rotation of 360 degrees. This made it difficult to use an inertial tracker in a wireless VR. | |||
2020-03-29 | video/ps3eye: make that 2 seconds | Stanislaw Halik | |
2020-03-29 | video/ps3eye: wait up to 1 second before stopping | Stanislaw Halik | |
2020-03-29 | tracker/rs: update to RSSDK 2016 R3 | Stanislaw Halik | |
2020-03-29 | tracker/realsense: switch to RSSDK 2016 R3 | Stanislaw Halik | |
Issue: #713 | |||
2020-03-29 | fix build | Stanislaw Halik | |
2020-03-29 | cmake: remove old rift build code | Stanislaw Halik | |
2020-03-29 | tracker/rift: work with prebuilt releases | Stanislaw Halik | |
2020-03-29 | tracker/easy: kill msvc warnings | Stanislaw Halik | |
2020-03-29 | cmake: update my sdk paths | Stanislaw Halik | |
2020-03-29 | proto/vjoystick: update i18n | Stanislaw Halik | |
2020-03-29 | update submodule | Stanislaw Halik | |
2020-03-29 | video/ps3eye: sleep the right amount | Stanislaw Halik | |
2020-03-29 | video/ps3eye: enable auto gain | Stanislaw Halik | |
2020-03-29 | video/ps3eye: implement dialog | Stanislaw Halik | |
2020-03-29 | tracker/aruco: add 720p to dropbox | Stanislaw Halik | |
Fixes #1062 | |||
2020-03-08 | video/ps3eye: copy from memory mapping | Stanislaw Halik | |