summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-12-26contrib/npclient: move onlyStanislaw Halik
2017-12-26contrib/npclient: don't wrap aroundStanislaw Halik
Confirmed through Falcon 4.0 Superpak sources.
2017-12-21tracker/pt: default to natural grayscalingStanislaw Halik
It's the most optimized opencv version.
2017-12-21spline: prepare for widget in tobii tracker dialogStanislaw Halik
2017-12-21spline: cleanupStanislaw Halik
2017-12-20compat/util: shadowing warning false positiveStanislaw Halik
2017-12-18bin/npclient: fix warnings onlyStanislaw Halik
2017-12-18options: use string literals directlyStanislaw Halik
2017-12-18compat, x-plane: get rid of attribute unused macroStanislaw Halik
2017-12-18cmake: const correctnessStanislaw Halik
2017-12-18plugins: rename check_status -> initializeStanislaw Halik
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly.
2017-12-10bin: fix npclient position scaleStanislaw Halik
Found-by: @kzfr
2017-12-10gui: fix spline snap value harderStanislaw Halik
Was checking wrong variable. Issue: #707
2017-12-10gui: fix setting spline snap valueStanislaw Halik
value<t>::valueChanged didn't fire on exact same value anymore.
2017-12-10options: rename templateStanislaw Halik
2017-12-09proto/mouse: fix some bad arithmeticStanislaw Halik
2017-12-09gui: cleanup dirty edits in settings dialogStanislaw Halik
2017-12-09many: use otr_tr for non-qobject translationStanislaw Halik
I haven't even compile-tested Linux and OSX-specific bits.
2017-12-09compat: add easier translate boilerplate for non-qobjectStanislaw Halik
2017-12-09proto/freetrack: cleanupStanislaw Halik
- set zeros in shm, for NPClient.dll tracking detection - remove tirviews support - remove registry cleanup on exit support
2017-12-09contrib/npclient: mostly style issuesStanislaw 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
2017-12-09contrib/npclient: fix raceStanislaw Halik
2017-12-09contrib/npclient: allow mouse control when opentrack disabledStanislaw Halik
2017-12-04api: add status check for modulesStanislaw Halik
2017-12-02logic: remove center_method settingStanislaw Halik
2017-12-02tracker/tobii: TODOStanislaw Halik
2017-12-02compat/math: simplify for inliningStanislaw Halik
2017-12-02cmake/mingw-w64: fix failing at runtimeStanislaw Halik
2017-12-02gitignore: sdk path includesStanislaw Halik
2017-12-02options/value: add always-default valuesStanislaw Halik
Also Visual Studio 2017 Preview 15.5 now does "constexpr inline"
2017-12-02tracker/pt: use cv::Mat::reshape() to avoid memcpyStanislaw Halik
2017-12-02pose-widget: disable bilinear filteringStanislaw Halik
2017-12-02compat/macros: rename obnoxious macroStanislaw Halik
2017-12-02tracker/{pt,aruco}: oops, disable multi threading rightStanislaw Halik
2017-11-28Merge pull request #698 from e4z9/unstableStanisław Halik
Fix ArUco source link in README
2017-11-28Merge pull request #700 from e4z9/foohidStanisław Halik
Add virtual joystick output for macOS
2017-11-23Add virtual joystick output for macOSEike Ziller
Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236
2017-11-17Fix ArUco source link in READMEEike Ziller
There is a separate fork on opentrack/aruco nowadays. Issue: #697
2017-11-15cmake: fix silent runtime failureStanislaw Halik
2017-11-15cmake: mode changeStanislaw Halik
2017-11-14qxt-mini: add missing scrolllock keysymStanislaw Halik
2017-11-14pose-widget: cleanup nonsenseStanislaw Halik
2017-11-14spline: cleanup warningStanislaw Halik
2017-11-02tracker/pt: greatly speedup grayscale conversionStanislaw Halik
2017-11-02tracker/test: fix "abort" not crashing the appStanislaw Halik
2017-11-02cmake: fix buildStanislaw Halik
2017-11-02cmake/mingw-w64: less krapStanislaw Halik
2017-11-02logic/shortcuts: fix buildStanislaw Halik
2017-11-01compat/mat: add elementwise multStanislaw Halik
2017-11-01dinput: skip double negation for `bool' valuesStanislaw Halik