Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-12-09 | contrib/npclient: fix race | Stanislaw Halik | |
2017-12-09 | contrib/npclient: allow mouse control when opentrack disabled | Stanislaw Halik | |
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-12-02 | logic: remove center_method setting | Stanislaw Halik | |
2017-12-02 | tracker/tobii: TODO | Stanislaw Halik | |
2017-12-02 | compat/math: simplify for inlining | Stanislaw Halik | |
2017-12-02 | cmake/mingw-w64: fix failing at runtime | Stanislaw Halik | |
2017-12-02 | gitignore: sdk path includes | Stanislaw Halik | |
2017-12-02 | options/value: add always-default values | Stanislaw Halik | |
Also Visual Studio 2017 Preview 15.5 now does "constexpr inline" | |||
2017-12-02 | tracker/pt: use cv::Mat::reshape() to avoid memcpy | Stanislaw Halik | |
2017-12-02 | pose-widget: disable bilinear filtering | Stanislaw Halik | |
2017-12-02 | compat/macros: rename obnoxious macro | Stanislaw Halik | |
2017-12-02 | tracker/{pt,aruco}: oops, disable multi threading right | Stanislaw Halik | |
2017-11-28 | Merge pull request #698 from e4z9/unstable | Stanisław Halik | |
Fix ArUco source link in README | |||
2017-11-28 | Merge pull request #700 from e4z9/foohid | Stanisław Halik | |
Add virtual joystick output for macOS | |||
2017-11-23 | Add virtual joystick output for macOS | Eike Ziller | |
Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236 | |||
2017-11-17 | Fix ArUco source link in README | Eike Ziller | |
There is a separate fork on opentrack/aruco nowadays. Issue: #697 | |||
2017-11-15 | cmake: fix silent runtime failure | Stanislaw Halik | |
2017-11-15 | cmake: mode change | Stanislaw Halik | |
2017-11-14 | qxt-mini: add missing scrolllock keysym | Stanislaw Halik | |
2017-11-14 | pose-widget: cleanup nonsense | Stanislaw Halik | |
2017-11-14 | spline: cleanup warning | Stanislaw Halik | |
2017-11-02 | tracker/pt: greatly speedup grayscale conversion | Stanislaw Halik | |
2017-11-02 | tracker/test: fix "abort" not crashing the app | Stanislaw Halik | |
2017-11-02 | cmake: fix build | Stanislaw Halik | |
2017-11-02 | cmake/mingw-w64: less krap | Stanislaw Halik | |
2017-11-02 | logic/shortcuts: fix build | Stanislaw Halik | |
2017-11-01 | compat/mat: add elementwise mult | Stanislaw Halik | |
2017-11-01 | dinput: skip double negation for `bool' values | Stanislaw Halik | |
2017-10-31 | dinput: fix modifiers not registering | Stanislaw Halik | |
Found-by: @Len62 cf. https://github.com/opentrack/opentrack/issues/688#issuecomment-34063145 | |||
2017-10-31 | tracker/tobii: set up settings for prototype vesion | Stanislaw Halik | |
The initial version won't have a generalized spline with multiple parameters to configure the gain. But it's doable in one go unlike a fully-fledged version from the start. | |||
2017-10-30 | options: fix evil typo | Stanislaw Halik | |
2017-10-29 | ext/bms: fix linkage | Stanislaw Halik | |
2017-10-29 | tracker/pt: remove dubious grayscaling modes | Stanislaw Halik | |
2017-10-29 | gui: fix module on main screen not saved | Stanislaw Halik | |
2017-10-29 | dinput: use buffered polling | Stanislaw Halik | |
Short keyboard and mouse events won't get dropped. We can now decrease the poll interval from 250 Hz to 10Hz. | |||
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-10-28 | freetrackclient: mark volatile | Stanislaw Halik | |
2017-10-28 | cmake: stuff | Stanislaw Halik | |