summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-07-18tracker/s2bot: fix -WerrorStanislaw Halik
2017-07-16compat/shm: reorder codeStanislaw Halik
Hopefully prevent getting misdetected by an antivirus. Issue: #654
2017-07-16compat/math-imports: use itStanislaw Halik
2017-07-16tracker/s2bot: add clean i18n filesStanislaw Halik
Related-to: #650
2017-07-16tracker/s2bot: fix qt's lrelease barfingStanislaw Halik
Files had strings from the FreePIE tracker copied. Related-to: #650
2017-07-16tracker/s2bot: reduce logspamStanislaw Halik
Related-to: #650
2017-07-16tracker/s2bot: fix dead code warningStanislaw Halik
Related-to: #650
2017-07-16tracker/aruco: looks like it works nowStanislaw Halik
2017-07-16cmake: install existing i18n files when update disabledStanislaw Halik
That was never intended.
2017-07-16cmake/msvc: annoy lessStanislaw Halik
Note that .pdb doesn't break with -Oy frame pointer omission.
2017-07-16cmake: don't cache initial translation listStanislaw Halik
2017-07-16compat/functional: fix templateStanislaw Halik
2017-07-16Merge pull request #650 from achipa/s2botStanisław Halik
S2bot :+1:
2017-07-11documentation and attributionattila-csipa
2017-07-11Merge branch 'unstable' into s2botattila-csipa
2017-07-11Merge remote-tracking branch 'upstream/unstable' into unstableattila-csipa
2017-07-11clean up code, remove ugly file loggingAttila Csipa
2017-07-07Merge pull request #647 from achipa/unstableStanisław Halik
Unsigned cast reformat
2017-07-07s2bot trackingAttila Csipa
2017-07-07Merge remote-tracking branch 'upstream/unstable' into unstableAttila Csipa
2017-07-07Merge remote-tracking branch 'upstream/unstable' into unstableattila-csipa
2017-07-07Unsigned cast reformatAttila Csipa
2017-07-07Unsigned cast reformatattila-csipa
2017-07-07tracker/pt: specify dynamic pose is only for capsStanislaw Halik
Reported-by: @Len62 as https://github.com/opentrack/opentrack/issues/644#issuecomment-313649989
2017-07-07tracker/pt: reduce LED deadzoneStanislaw Halik
It qualifies far less often now, but will likely reduce jerkiness.
2017-07-07tracker/pt: don't return zero pose on failureStanislaw Halik
Issue: #644
2017-07-07filter/accela: add debug knobStanislaw Halik
2017-07-07proto/simconnect: fix WinSxS library versionsStanislaw 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-06proto/simconnect: add version list for referenceStanislaw 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-06logic/shortcuts: reformat etcStanislaw Halik
2017-07-06gui, logic: allow for binding Caps Lock and TabStanislaw Halik
Issue: #646
2017-07-06wtfStanislaw Halik
2017-07-06options/value: try "extern template" for code sizeStanislaw Halik
2017-07-06proto/ft: include explicitly for `never_inline' etcStanislaw Halik
2017-07-06cv/calibrator: return distinct sample count for all DOFStanislaw Halik
2017-06-30compat: slightly reformatStanislaw Halik
2017-06-30tracker/pt: reformat lightlyStanislaw Halik
2017-06-30pose-widget: optimize CPU usage slightlyStanislaw Halik
CPU usage of an empty tracker loop fell reliably from 1% to .9%.
2017-06-30compat: add restrict macrosStanislaw Halik
2017-06-24cmake/platform: don't break build via -HIGHENTROPYVAStanislaw Halik
Fixes: #640
2017-06-24tracker/aruco: minor fixesStanislaw Halik
2017-06-24tracker/aruco: add experimental canny threshold ifdefStanislaw Halik
2017-06-22misc irrelevantStanislaw Halik
2017-06-22tracker/pt: replace point extraction algorithmStanislaw 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-22remove intel-ipp noticeStanislaw Halik
We're not using it. Release builds link too long.
2017-06-22cmake: rename cache varStanislaw Halik
2017-06-20dinput: prevent exporting symbols from the executableStanislaw Halik
2017-06-19tracker/{pt,aruco}: don't allow opencv unwind on assertStanislaw Halik
It's gonna purposefully dereference a zero pointer to cause a crash without unwinding.
2017-06-19tracker/{aruco,pt}: convert camera image with BGR weightsStanislaw Halik
We were using the wrong weights for all the years. Fuck me.
2017-06-19cmake/msvc: new stuffStanislaw Halik