Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-16 | cmake/msvc: annoy less | Stanislaw Halik | |
Note that .pdb doesn't break with -Oy frame pointer omission. | |||
2017-07-16 | cmake: don't cache initial translation list | Stanislaw Halik | |
2017-07-16 | compat/functional: fix template | Stanislaw Halik | |
2017-07-16 | Merge pull request #650 from achipa/s2bot | Stanisław Halik | |
S2bot :+1: | |||
2017-07-11 | documentation and attribution | attila-csipa | |
2017-07-11 | Merge branch 'unstable' into s2bot | attila-csipa | |
2017-07-11 | Merge remote-tracking branch 'upstream/unstable' into unstable | attila-csipa | |
2017-07-11 | clean up code, remove ugly file logging | Attila Csipa | |
2017-07-07 | Merge pull request #647 from achipa/unstable | Stanisław Halik | |
Unsigned cast reformat | |||
2017-07-07 | s2bot tracking | Attila Csipa | |
2017-07-07 | Merge remote-tracking branch 'upstream/unstable' into unstable | Attila Csipa | |
2017-07-07 | Merge remote-tracking branch 'upstream/unstable' into unstable | attila-csipa | |
2017-07-07 | Unsigned cast reformat | Attila Csipa | |
2017-07-07 | Unsigned cast reformat | attila-csipa | |
2017-07-07 | tracker/pt: specify dynamic pose is only for caps | Stanislaw Halik | |
Reported-by: @Len62 as https://github.com/opentrack/opentrack/issues/644#issuecomment-313649989 | |||
2017-07-07 | tracker/pt: reduce LED deadzone | Stanislaw Halik | |
It qualifies far less often now, but will likely reduce jerkiness. | |||
2017-07-07 | tracker/pt: don't return zero pose on failure | Stanislaw Halik | |
Issue: #644 | |||
2017-07-07 | filter/accela: add debug knob | Stanislaw Halik | |
2017-07-07 | proto/simconnect: fix WinSxS library versions | Stanislaw Halik | |
We had all the wrong versions assigned to comboboxen. With the correct versions, Prepar3D works with its own SimConnect redist named "SP2-XPACK". The library version is the same as SP2 and the combobox item exists only to help users. | |||
2017-07-06 | proto/simconnect: add version list for reference | Stanislaw Halik | |
Our manifests are out of what. This'll help. Provided-by: @ronh991 in <https://github.com/opentrack/opentrack/issues/627#issuecomment-311714551> | |||
2017-07-06 | logic/shortcuts: reformat etc | Stanislaw Halik | |
2017-07-06 | gui, logic: allow for binding Caps Lock and Tab | Stanislaw Halik | |
Issue: #646 | |||
2017-07-06 | wtf | Stanislaw Halik | |
2017-07-06 | options/value: try "extern template" for code size | Stanislaw Halik | |
2017-07-06 | proto/ft: include explicitly for `never_inline' etc | Stanislaw Halik | |
2017-07-06 | cv/calibrator: return distinct sample count for all DOF | Stanislaw Halik | |
2017-06-30 | compat: slightly reformat | Stanislaw Halik | |
2017-06-30 | tracker/pt: reformat lightly | Stanislaw Halik | |
2017-06-30 | pose-widget: optimize CPU usage slightly | Stanislaw Halik | |
CPU usage of an empty tracker loop fell reliably from 1% to .9%. | |||
2017-06-30 | compat: add restrict macros | Stanislaw Halik | |
2017-06-24 | cmake/platform: don't break build via -HIGHENTROPYVA | Stanislaw Halik | |
Fixes: #640 | |||
2017-06-24 | tracker/aruco: minor fixes | Stanislaw Halik | |
2017-06-24 | tracker/aruco: add experimental canny threshold ifdef | Stanislaw Halik | |
2017-06-22 | misc irrelevant | Stanislaw Halik | |
2017-06-22 | tracker/pt: replace point extraction algorithm | Stanislaw Halik | |
Profiling over a longer time period showed a bottleneck while iterating pixels with `cv::floodFill()'. Contours are actually faster, and we have MeanShift to establish the proper center basing on pixel intensities. | |||
2017-06-22 | remove intel-ipp notice | Stanislaw Halik | |
We're not using it. Release builds link too long. | |||
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-20 | dinput: prevent exporting symbols from the executable | Stanislaw Halik | |
2017-06-19 | tracker/{pt,aruco}: don't allow opencv unwind on assert | Stanislaw Halik | |
It's gonna purposefully dereference a zero pointer to cause a crash without unwinding. | |||
2017-06-19 | tracker/{aruco,pt}: convert camera image with BGR weights | Stanislaw Halik | |
We were using the wrong weights for all the years. Fuck me. | |||
2017-06-19 | cmake/msvc: new stuff | Stanislaw Halik | |
2017-06-19 | cmake: remove some complex code | Stanislaw Halik | |
2017-06-19 | cmake: use DEFINE_SYMBOL target property rather than NIH | Stanislaw Halik | |
2017-06-19 | cmake: add cache variables | Stanislaw Halik | |
2017-06-19 | cmake: move from build to mrproper and platform | Stanislaw Halik | |
2017-06-19 | tracker/fusion: add untranslated stubs | Stanislaw Halik | |
2017-06-18 | logic/tracker: fix sleep always for 0 ms | Stanislaw Halik | |
On @mrSanchos' machine the `const_sleep_ms' variable was zero-initializer rather than set to the right value. Workaround this by dropping the `static' storage duration. | |||
2017-06-18 | tracker/udp: use std::distance | Stanislaw Halik | |
2017-06-18 | filter/accela: don't go exponential too fast | Stanislaw Halik | |
2017-06-18 | tracker/pt: maybe prevent reflow | Stanislaw Halik | |