Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-19 | reorder, pedantry | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 | |||
2014-09-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-18 | Revert "initialize COM on _WIN32 as per Win32 API" | Stanislaw Halik | |
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs | |||
2014-09-17 | add remap labels | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-17 | initialize COM on _WIN32 as per Win32 API | Stanislaw Halik | |
For API correctness only. It worked without issues since ever. | |||
2014-09-17 | keep using raw headpose in ui | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | hook up axis src logic | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | simplify alt axis logic | Stanislaw Halik | |
2014-09-17 | hook up axis source options | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | ctor brevity | Stanislaw Halik | |
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-09-13 | Remove incorrect ownership | Stanislaw Halik | |
2014-08-31 | remove dead code | Stanislaw Halik | |
2014-08-30 | remove MSVC support | Stanislaw Halik | |
Leave as-is to avoid unconditionally assuming GNU extensions and ABI | |||
2014-08-30 | use our own clock_gettime on win32 | Stanislaw Halik | |
2014-07-28 | build system bug not relevant anymore | Stanislaw Halik | |
2014-07-27 | further rename fixes | Stanislaw Halik | |
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-07-27 | nix nonsensical typedef naming | Stanislaw Halik | |
2014-07-11 | some java-ism dirt nap | Stanislaw Halik | |
2014-07-11 | main ui: change profile cbx content when dir switch | Stanislaw Halik | |
2014-07-11 | print some debug on win32 as well | Stanislaw Halik | |
2014-06-16 | Revert "lerp class to simplify filter flow" | Stanislaw Halik | |
This reverts commit 5409f26675a444170b3a68fc9750742cc68aaa1d. | |||
2014-06-16 | Revert "lerp: didn't work at all, now does" | Stanislaw Halik | |
This reverts commit a21435cb6fe163d6579f3fd3d42ad11c54037036. | |||
2014-06-14 | tracker: reduce sleep if taking too long | Stanislaw Halik | |
2014-06-14 | lerp: didn't work at all, now does | Stanislaw Halik | |
2014-06-14 | timer: switch to nanosecond precision | Stanislaw Halik | |
2014-06-14 | lerp class to simplify filter flow | Stanislaw Halik | |
2014-06-13 | Ding! | Stanislaw Halik | |
Issue: #34 | |||
2014-06-13 | ui: enablement -> enable | Stanislaw Halik | |
2014-06-11 | Fix Windows performance counters | Stanislaw Halik | |
2014-06-11 | Fix OSX high resolution timers | Stanislaw Halik | |
2014-06-11 | remove unused header | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-11 | implement a high-precision timer | Stanislaw Halik | |
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-15 | also free the second tracker's dialog window | Stanislaw Halik | |
2014-01-15 | free dialog windows on tracking stoppage | Stanislaw Halik | |
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur. | |||
2014-01-14 | switch to new profile after using the 'save as' function | Stanislaw Halik | |
2014-01-14 | pitch axis needs inverting too for FT protocol | Stanislaw Halik | |
2014-01-13 | remove hatire tracker | Stanislaw Halik | |
hatire tracker's unmaintained, unused and has an obvious crash bug The following line: data[frame_cnt] = (long) HAT.Code; contains an arbitrary offset dereference. It's obvious now that the code has only been compile-tested. Because no one reported the issue, it's safe to assume it has no users. If it gets users and becomes actively maintained, it'll return. -sh | |||
2014-01-13 | flip tcomp axis for freetrack protocol | Stanislaw Halik | |
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually | |||
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-13 | fix typo | Stanislaw Halik | |
2014-01-13 | change translation scale back. units in millimeters for most trackers | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | fix qfc persisting despite cancel | Stanislaw Halik | |
2014-01-08 | fix settings race switching back and forth | Stanislaw Halik | |
with thanks to George Trigonakis for pointing out | |||
2014-01-06 | rename curves -> mapping | Stanislaw Halik | |