Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-04 | api: fix permissions bits. no code changes. | Stanislaw Halik | |
2016-04-29 | api, main: implement new keybindings | Stanislaw Halik | |
The following keybindings are now implemented: - restart tracking. if not started, starts. - toggle (keep position) while key held - zero (keep zero) while key held The latter two options only work for Windows as libqxt doesn't support them. Closes #291 | |||
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-17 | tracker: check for NaN values | Stanislaw Halik | |
Issue: #255 | |||
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
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-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. | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-15 | move rmat->euler and euler->rmat conversions to header | 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. | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-26 | tracker: map before filtering | Stanislaw Halik | |
2014-11-07 | impl centering not confused on 90deg boundaries | Stanislaw Halik | |
atan2 returned wrong quadrants, as per <http://en.wikipedia.org/wiki/Atan2#Definition_and_computation> breakage on sign change. Issue: #63 | |||
2014-11-02 | use quaternions for centering | Stanislaw Halik | |
@KyokushinPL says was the only version that worked. Let's give it a try. Goddamn issue: #63 | |||
2014-11-01 | use simple-mat now opencv nixed from core | Stanislaw Halik | |
2014-10-26 | inverting early caused wrong asymmetric axis selection | Stanislaw Halik | |
2014-10-25 | fix sign, r/t compensation | Stanislaw Halik | |
Issue: #63 | |||
2014-10-25 | basis mapping seem to work now | Stanislaw Halik | |
Only matrix -> euler conversion broken Issue: #63 | |||
2014-10-24 | Rotation basis algebra for centering | Stanislaw Halik | |
Reported-by: @doveman months ago, many times Issue: #63 @dbaarda please confirm that- or -whether- it makes any sense. Issue: #86 It could be either worse or better than before. Please specify. Sadly, no time to plug the videos as camera input to PT as of yet. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-10-21 | fix toggle output zeros regression | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |