summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-06-02ui: run process detector every second, not threeStanislaw Halik
2015-06-02process-detector: restart once executable is goneStanislaw Halik
2015-06-01process-detector: fix API usage and automatic restartStanislaw Halik
Issue: #160 API usage caused snapshot requests to fail most of the time. Fix that. We now no longer restart if user manually stopped. In such case, wait until the application exits before resuming auto-restart behavior.
2015-06-01octopus: use more simple-mat, less open-coded mathStanislaw Halik
2015-06-01simple-mat: fix scalar multiplicationStanislaw Halik
2015-06-01glwidget: use simple-mat cross and dot productStanislaw Halik
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