Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | main, ui: store config files in a predefined directory | Stanislaw Halik | |
Settings files are now stored in Documents/opentrack-version. The transition path is to copy all .ini files into that directory, accessible through the "Profile" menu dropdown. Issue: #179 | |||
2015-07-18 | fix hatire icon | Stanislaw Halik | |
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-08 | retab and reformat only | 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-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-05-17 | hatire: don't wait for response on all devices, not just win32opentrack-2.3-rc10 | Stanislaw Halik | |
2015-05-02 | Fix returning consistent data to get headpose and other minor issues | martin | |
2015-04-19 | hatire: actually don't do any degree to radian conversion | Stanislaw Halik | |
2015-04-04 | hatire: oops, convert degree to radian in all cases | Stanislaw Halik | |
2015-04-01 | hatire: convert angles degree to radian | Stanislaw Halik | |
2015-03-31 | hatire: update api usage in one more place | Stanislaw Halik | |
2015-03-31 | hatire: also show com port error message | Stanislaw Halik | |
2015-03-31 | hatire: don't show serial port changed if none selected | Stanislaw Halik | |
Showed on first start. | |||
2015-03-31 | hatire: minor opentrack API usage updates | Stanislaw Halik | |
2015-03-31 | add unmodified hatire | 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-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-03 | fix build | Stanislaw Halik | |
2014-01-01 | don't reference QSettings anymore | Stanislaw Halik | |
2013-12-31 | finish rename | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-30 | hatire: don't hardcode stuff in lookup tables | Stanislaw Halik | |
2013-12-30 | resize hatire dialog not to look cramped on Linux | Stanislaw Halik | |
2013-12-30 | hatire: use new settings framework | Stanislaw Halik | |
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-11-27 | merge in the right hatire branch this time! | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | furax49's copyright | Stanislaw Halik | |
https://sourceforge.net/p/hatire/code/ci/5f323520c47437079f559d0ff4f2c2de0ce81098/tree/ftnoir_tracker_hat.cpp#l11 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | pt, hatire: save settings in correct place | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | hatire: use less-precise timers, for speed | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | convert icon to .png, doesn't work on win32 ironically | Stanislaw Halik | |
2013-11-27 | make hatire actually buildable | Stanislaw Halik | |
Remove 'captain obvious' comments, references to <windows.h>, fix spelling errors, use UI layouts, and so on Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-27 | initial import of hatire by Furax49 | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> |