Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-16 | unify plugin-api files | Stanislaw Halik | |
2015-07-16 | unused #define | Stanislaw Halik | |
2015-07-16 | api: introduce macros for symbol exposure | Stanislaw Halik | |
2015-07-16 | api: document stuff to be implemented | Stanislaw Halik | |
2015-07-14 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-13 | allow for camera calibration | Stanislaw Halik | |
2015-07-08 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-08 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-07 | tracker: camera angle affected translation twice | Stanislaw Halik | |
2015-07-07 | camera dialog: don't crash due to race condition | Stanislaw Halik | |
We have no idea when the capture can be closed, so wait for three seconds instead. | |||
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2015-07-07 | opentrack-api: add copyright notices | Stanislaw Halik | |
Code without a license defaults to having all rights reserved. | |||
2015-07-06 | make "make_dylib_instance" part of public API | Stanislaw Halik | |
For @gagagu. Issue: #151 | |||
2015-07-06 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
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-04 | Merge branch 'unstable' into trackhat-ui | 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-07-02 | more changes | Stanislaw Halik | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463. | |||
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-06-18 | options: return default value after revert, not type's default value | Stanislaw Halik | |
Issue: #173 | |||
2015-06-18 | minor fixes now | Stanislaw Halik | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 4c98d6cdc8b99ee1e517b2f82be1b0b5fc17d988. | |||
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
Conflicts: ftnoir_tracker_pt/point_extractor.cpp | |||
2015-06-18 | forgot #pragma once, add headers | Stanislaw Halik | |
2015-06-18 | flush | Stanislaw Halik | |
It crashes after drawing a frame for now. | |||
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-16 | options: add support for QRadioButton | Stanislaw Halik | |
2015-06-16 | trackhat: more stubs | Stanislaw Halik | |
2015-06-12 | trackhat: some stubs | 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 | |