Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | make "make_dylib_instance" part of public API | Stanislaw Halik | |
For @gagagu. Issue: #151 | |||
2015-07-06 | initial camera-settings class | Stanislaw Halik | |
2015-07-06 | prevent redefinition error by qt moc | Stanislaw Halik | |
2015-07-05 | libs: validate protocol first before starting tracker | Stanislaw Halik | |
2015-07-03 | fix msvc empty config list | Stanislaw Halik | |
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?) | |||
2015-07-03 | fix MSVC, now runs | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-07-02 | Fixed bug crash if dlopen fails | Ennio Barbaro | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463. | |||
2015-06-18 | options: return default value after revert, not type's default value | Stanislaw Halik | |
Issue: #173 | |||
2015-06-18 | forgot #pragma once, add headers | Stanislaw Halik | |
2015-06-16 | simple-mat: allow pitch axis go -180->180 | Stanislaw Halik | |
To be reverted if broken | |||
2015-06-16 | options: add support for QRadioButton | Stanislaw Halik | |
2015-06-10 | pt: issue with duplicate symbols on including dshow.h in two files | Stanislaw Halik | |
Let's work around it by including dshow.h in only one file | |||
2015-06-07 | Fix Linux build | Stanislaw Halik | |
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw Halik | |
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects. | |||
2015-06-06 | remove last mention to "second tracker" support | Stanislaw Halik | |
2015-06-06 | tracker: revert to filtering before mapping | Stanislaw Halik | |
As a side effect, current position on mapping graphs no longer jumps around. | |||
2015-06-05 | all: pin computation threads to specific cores | Stanislaw Halik | |
2015-06-03 | main: pass -Wall | Stanislaw Halik | |
2015-06-03 | simple-mat: pass -Wall -Wextra -pedantic | Stanislaw Halik | |
2015-06-01 | simple-mat: fix scalar multiplication | Stanislaw Halik | |
2015-06-01 | simple-mat: implement dot and cross product | Stanislaw Halik | |
2015-06-01 | camera-names: allow camera selection by name, not index | Stanislaw Halik | |
2015-06-01 | simple-mat: implement vector indexing | Stanislaw Halik | |
2015-05-31 | put camera name list in header, don't copy-paste | Stanislaw Halik | |
2015-05-31 | main: switch rotation order for centering | Stanislaw Halik | |
This helps some PT clip model users, but can possibly break inertial device centering, so needs further testing. | |||
2015-05-31 | allow camera roll input value, for completeness | Stanislaw Halik | |
2015-05-31 | ui: introduce options dialog | Stanislaw 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-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2015-05-04 | options: nix empty dtor | Stanislaw Halik | |
2015-05-04 | options: use weak pointers for bundles | Stanislaw Halik | |
Otherwise none ever get freed. Oops! | |||
2015-05-04 | initialize member variables in all cases | Stanislaw Halik | |
Otherwise led to stale pointer dereference. | |||
2015-03-13 | translation also needs rotating for off-center camera | Stanislaw Halik | |
Issue: #137 | |||
2015-03-13 | move debug to right place | Stanislaw Halik | |
2015-03-13 | initialize "s_main" bundle implicitly | Stanislaw Halik | |
2015-02-17 | shortcuts: allow customize whether to center on startup | Stanislaw Halik | |
Issue: #128 | |||
2015-02-01 | center when first pose received | Stanislaw Halik | |
Requested-by: many | |||
2015-01-05 | fix typo breaking axis remap | Stanislaw Halik | |
Issue: #114 | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-19 | tracker: fix typo breaking Z value | Stanislaw Halik | |
Issue: #106 Yaw value was copied as Z value due to typo. | |||
2014-12-19 | mat: add addition and subtraction operators | Stanislaw Halik | |
2014-12-19 | timer: cleanup warning | Stanislaw Halik | |
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-12-18 | const correctness | Stanislaw Halik | |
2014-12-15 | move rmat->euler and euler->rmat conversions to header | Stanislaw Halik | |
2014-12-15 | options: emit signals only outside mutex scope | Stanislaw Halik | |
2014-12-14 | allow tying option to tab widget's index | Stanislaw Halik | |
2014-12-14 | emit "saving()" after bundle's been updated | Stanislaw Halik | |
2014-12-14 | switch back to volatile bool for tracker flags | Stanislaw Halik | |
UI thread is the only writer for the flags. Makes no sense to use more than volatile. |