Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-10 | cmake: cleanup, decruft, probably fix mingw | Stanislaw Halik | |
2018-01-10 | many: spring cleanup | Stanislaw Halik | |
2018-01-10 | proto/freetrack, npclient: change deactivation method | Stanislaw Halik | |
- deactivates on its own after about 30 seconds no matter what - deactivates on opentrack stop - returns to neutral pose on deactivation - works with origin (all zeros) pose | |||
2018-01-10 | gui/main: disable denormals on win32 | Stanislaw Halik | |
2018-01-10 | api, cmake: use the same dynamic library prefix | Stanislaw Halik | |
2018-01-10 | logic, cv: fix header namespace pollution | Stanislaw Halik | |
We've had "using namespace options;" in headers for a while now. | |||
2018-01-10 | logic/pipeline: conditionalize | Stanislaw Halik | |
Will activate only when looking down or backward. When activating or deactivating, will slowly slide into the new position, no instant movement involved. Issue: #712 | |||
2018-01-05 | compat/euler: add quat -> rmat code | Stanislaw Halik | |
It was meant as part of AHRS using acc+gyro only, but it was too unreliable. The conversion code is correct and useful though. | |||
2018-01-04 | main: workaround crash on exit without terminating process | Stanislaw Halik | |
2018-01-04 | gui: move checkbox to top | Stanislaw Halik | |
Users don't see it. | |||
2018-01-04 | cv: oops, fix conditional | Stanislaw Halik | |
2018-01-04 | cv: fixed ps3 eye dialog | Stanislaw Halik | |
2018-01-03 | compat/nan: remove pointless extern "C" | Stanislaw Halik | |
2018-01-03 | compat, tracker-pt: add unfinished calibrator | Stanislaw Halik | |
2018-01-03 | tracker/pt: more accurate dynamic threshold | Stanislaw Halik | |
2018-01-03 | cmake: update my qt path | Stanislaw Halik | |
2018-01-03 | pose-widget: sprinkle some const | Stanislaw Halik | |
2018-01-03 | gui/settings: allow reltrans position only | Stanislaw Halik | |
Works also for "dynamic neck". Meant to ignore tracker position output but allow reltrans to output. | |||
2018-01-03 | gui/process-detector: change separator characters | Stanislaw Halik | |
Prevent common characters from breaking the saved list. Use unprintable characters. Add migration. | |||
2018-01-03 | compat/util: add string literal operator | Stanislaw Halik | |
It's unused, but useful for embedded .text section literals with unlimited lifetime. | |||
2018-01-03 | cmake/msvc: prevent link failure on msvc preview | Stanislaw Halik | |
2018-01-03 | logic/pipeline: simplify NaN check control flow | Stanislaw Halik | |
2017-12-29 | pose-widget: fix off-by-one | Stanislaw Halik | |
2017-12-29 | logic/pipeline: don't emit data on disabled axis | Stanislaw Halik | |
Issue: #707 | |||
2017-12-26 | proto/freetrack: cleanup | Stanislaw Halik | |
2017-12-26 | compat/macros: add portable memory barrier | Stanislaw Halik | |
2017-12-26 | compat: use gettext convention for tr() | Stanislaw Halik | |
2017-12-26 | contrib/npclient: add compile instructions | Stanislaw Halik | |
2017-12-26 | contrib/npclient: update binaries | Stanislaw Halik | |
2017-12-26 | contrib/npclient: move only | Stanislaw Halik | |
2017-12-26 | contrib/npclient: don't wrap around | Stanislaw Halik | |
Confirmed through Falcon 4.0 Superpak sources. | |||
2017-12-21 | tracker/pt: default to natural grayscaling | Stanislaw Halik | |
It's the most optimized opencv version. | |||
2017-12-21 | spline: prepare for widget in tobii tracker dialog | Stanislaw Halik | |
2017-12-21 | spline: cleanup | Stanislaw Halik | |
2017-12-20 | compat/util: shadowing warning false positive | Stanislaw Halik | |
2017-12-18 | bin/npclient: fix warnings only | Stanislaw Halik | |
2017-12-18 | options: use string literals directly | Stanislaw Halik | |
2017-12-18 | compat, x-plane: get rid of attribute unused macro | Stanislaw Halik | |
2017-12-18 | cmake: const correctness | Stanislaw Halik | |
2017-12-18 | plugins: rename check_status -> initialize | Stanislaw Halik | |
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. | |||
2017-12-10 | bin: fix npclient position scale | Stanislaw Halik | |
Found-by: @kzfr | |||
2017-12-10 | gui: fix spline snap value harder | Stanislaw Halik | |
Was checking wrong variable. Issue: #707 | |||
2017-12-10 | gui: fix setting spline snap value | Stanislaw Halik | |
value<t>::valueChanged didn't fire on exact same value anymore. | |||
2017-12-10 | options: rename template | Stanislaw Halik | |
2017-12-09 | proto/mouse: fix some bad arithmetic | Stanislaw Halik | |
2017-12-09 | gui: cleanup dirty edits in settings dialog | Stanislaw Halik | |
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-12-09 | compat: add easier translate boilerplate for non-qobject | Stanislaw Halik | |
2017-12-09 | proto/freetrack: cleanup | Stanislaw Halik | |
- set zeros in shm, for NPClient.dll tracking detection - remove tirviews support - remove registry cleanup on exit support | |||
2017-12-09 | contrib/npclient: mostly style issues | Stanislaw Halik | |
- scaling to NP_AXIS_MAX is confusing - NP_GetSignature strlen(3) incorrect usage - remove mutex usage entirely, broken in DCS - cleanup GameId race - unsigned int -> unsigned - reformat, style Binaries: - clang 5.5.0 release - compiled as -march=i686 -Os -s -Wl,--kill-at -std=gnu89 -mdll - same for 64bit, except no -march - not reproducible build |