summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-06-01simple-mat: implement dot and cross productStanislaw Halik
2015-06-01pt, aruco, ht: select camera by name, not indexStanislaw Halik
2015-06-01camera-names: allow camera selection by name, not indexStanislaw Halik
2015-06-01octopus: take advantage of simple-mat swizzlesStanislaw Halik
2015-06-01simple-mat: implement vector indexingStanislaw Halik
2015-06-01settings: fix some problem with qt stderr whiningopentrack-2.3-rc12Stanislaw Halik
2015-05-31this static modifier doesn't belongStanislaw Halik
2015-05-31ui: allow for octopus screen traversalStanislaw Halik
The octopus will now traverse the screen in response to translation input. Previously it could only rotate, severely hampering its maneuverability.
2015-05-31put camera name list in header, don't copy-pasteStanislaw Halik
2015-05-31glwidget: crude rewrite to simple-mat headerStanislaw Halik
2015-05-31pt: enable dynamic pose resolution by defaultStanislaw Halik
2015-05-31add game definitionsStanislaw Halik
2015-05-31accela: reorder slidersStanislaw Halik
2015-05-31reorder settings tabsStanislaw Halik
2015-05-31main: switch rotation order for centeringStanislaw Halik
This helps some PT clip model users, but can possibly break inertial device centering, so needs further testing.
2015-05-31allow camera roll input value, for completenessStanislaw Halik
2015-05-31aruco: cycle between threshold parametersStanislaw Halik
There's no single best box filter size, so cycle between some of them each frame. If a marker has been found, continue using the last filter size.
2015-05-31ht: increase tracked feature countStanislaw Halik
It was way too low, resulting in lost tracking.
2015-05-31ui: introduce options dialogStanislaw Halik
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog.
2015-05-26ht: forward stderr/stdout for debuggingStanislaw Halik
2015-05-26ui: nix game-detector groupbox borderStanislaw Halik
2015-05-23game-detector: clarify the UI a bitStanislaw Halik
2015-05-23game-detector: store the right executable nameStanislaw Halik
2015-05-23game-detector: switch profiles properlyStanislaw Halik
2015-05-22simplifyStanislaw Halik
2015-05-22main: allow automatically run profiles when executables runStanislaw Halik
Issue: #160
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2015-05-22accela: enlarge rotation deadzone to 2 degreesStanislaw Halik
Suggested-by: @FlyingCircus-
2015-05-22mouse: use different API to make it work in gamesopentrack-2.3-rc11Stanislaw Halik
2015-05-22main: error check for --autostart cmdline optionStanislaw Halik
Pointed-out-by: Fabian Wickborn <fabian@wickborn.net>
2015-05-22main: allow launching with different working directoryStanislaw Halik
Workaround QTBUG-38598, add program's directory to dynamic modules' path as a first thing.
2015-05-20main: simplify #161Stanislaw Halik
2015-05-20Merge pull request #161 from fawick/unstableStanislaw Halik
Added command line option for automatic starts
2015-05-20Added command line option for automatic startsFabian Wickborn
2015-05-17hatire: don't wait for response on all devices, not just win32opentrack-2.3-rc10Stanislaw Halik
2015-05-17accela: reintroduce deadzoneStanislaw Halik
Issue: #149 See https://imgur.com/a/BZO7N
2015-05-05Merge pull request #154 from MartinJG/masterStanislaw Halik
Fix returning consistent data to get headpose and other minor issues
2015-05-04Fix newer OpenCV versionsStanislaw Halik
2015-05-04Fix Linux buildStanislaw Halik
2015-05-04options: nix empty dtorStanislaw Halik
2015-05-04options: use weak pointers for bundlesStanislaw Halik
Otherwise none ever get freed. Oops!
2015-05-04no need to _Exit() forcefully anymoreStanislaw Halik
2015-05-04initialize member variables in all casesStanislaw Halik
Otherwise led to stale pointer dereference.
2015-05-04update FreePIE .apkStanislaw Halik
2015-05-02Fix returning consistent data to get headpose and other minor issuesmartin
2015-04-24aruco: lighting problems with thresholdingStanislaw Halik
2015-04-19hatire: actually don't do any degree to radian conversionStanislaw Halik
2015-04-04hatire: oops, convert degree to radian in all casesStanislaw Halik
2015-04-03Merge pull request #87 from dbaarda/dev/ewma2Stanislaw Halik
Dev/ewma2
2015-04-02accela: provide link to help on wikiStanislaw Halik