Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | api/plugin: add helper members to `enum Axis' | Stanislaw Halik | |
2019-01-16 | proto/mouse: use only one lookup table | Stanislaw Halik | |
2019-01-16 | tracker/pt: retire pose reuse | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix duplication/logic error | Stanislaw Halik | |
2019-01-16 | logic/pipeline: clamp value once more after centering | Stanislaw Halik | |
Issue: #843 | |||
2019-01-16 | tracker/pt: set expected pose to identity reset_state() | Stanislaw Halik | |
Also there's this evil `static' but it probably resulted in having it set to identity anyway. | |||
2019-01-16 | tracker/pt: decruft | Stanislaw Halik | |
2019-01-16 | tracker/pt: fix evil typo | Stanislaw Halik | |
Tracking for caps was broken. Issue: #854, #822 Reported by: @Attigliuzzo, listekcr | |||
2019-01-16 | tracker/wii: remove unused variable | Stanislaw Halik | |
2019-01-16 | tracker/wii: indent only | Stanislaw Halik | |
2019-01-16 | tracker/pt: disable faulty max distance logic | Stanislaw Halik | |
2019-01-16 | tracker/rift: disable on linux | Stanislaw Halik | |
2019-01-16 | tracker/wii: don't export more than necessary | Stanislaw Halik | |
2019-01-16 | cruft | Stanislaw Halik | |
2019-01-16 | gui/init: avoid allocations in logger | Stanislaw Halik | |
2019-01-16 | cmake: help with vim autocompletion | Stanislaw Halik | |
2019-01-16 | gui: fix `if constexpr' misuse | Stanislaw Halik | |
2019-01-16 | wiiyourself: pass a more restrictive warning set | Stanislaw Halik | |
2019-01-16 | gui/init: enable custom Qt logger on non-win32 | Stanislaw Halik | |
2019-01-16 | compat/sysexits: add win32 polyfill | Stanislaw Halik | |
2019-01-16 | cmake/qt: log full file path and function in qDebug() | Stanislaw Halik | |
2019-01-16 | compat/check-visible: add generic impl | Stanislaw Halik | |
2019-01-16 | tracker/pt: replace convoluted logic in `maybe_use_old_pose' | Stanislaw Halik | |
2019-01-16 | tracker/pt: cleanup, declarations, lock scope | Stanislaw Halik | |
2019-01-16 | logic/pipeline: rename identifier | Stanislaw Halik | |
2019-01-16 | compat/spinlock: add export declaration | Stanislaw Halik | |
2019-01-16 | logic/pipeline: remove unused members | Stanislaw Halik | |
2019-01-16 | logic/pipeline: replace clunky atomic ops w/ a spinlock | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: add assign operators | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: don't use reserved symbol name | Stanislaw Halik | |
2019-01-16 | compat/enum-operators: fix unary operator not applied | Stanislaw Halik | |
2019-01-16 | opentrack: make sure tracking stop pose is shown | Stanislaw Halik | |
2019-01-16 | compat/spinlock: implement and use it | Stanislaw Halik | |
2019-01-16 | Update README.md | Stanislaw Halik | |
2019-01-16 | gitignore for msvc | Stanislaw Halik | |
2019-01-16 | options/value: don't mark noinline so much | Stanislaw Halik | |
Let's trust the compiler a bit shall we? | |||
2019-01-16 | opentrack: don't hang in foreground | Stanislaw Halik | |
This only affects quitting the program. It doesn't affect regular tracking stop procedure, sadly. | |||
2019-01-16 | tracker/s2bot: don't change a setting at random | Stanislaw Halik | |
The settings need a proper save/load mechanism to operate. | |||
2019-01-16 | tracker/hydra: fix scary logic error | Stanislaw Halik | |
The sixense library checks for the `WIN32` (no underscore). Define that macro in case `_WIN32` is defined. | |||
2019-01-16 | proto/simconnect: crap | Stanislaw Halik | |
2019-01-16 | proto/fsuipc: don't look for unrelated .dll | Stanislaw Halik | |
This .dll seems to be unrelated. Unless it performs some side effects in the background, there seems to be no reason whatsoever to look for it. This is completely untested. | |||
2019-01-16 | options/{value,connector}: workaround friend declaration | Stanislaw Halik | |
2019-01-16 | cmake: try add Visual Studio folders for boilerplate targets | Stanislaw Halik | |
2019-01-16 | clang-tidy fixes only | Stanislaw Halik | |
Maybe global `-Wcomma' is too harsh. There should be no functional changes whatsoever. | |||
2019-01-16 | clang-tidy: update | Stanislaw Halik | |
2019-01-16 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: output to MSVC debugger if attached | Stanislaw Halik | |
2018-12-28 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: decruft | Stanislaw Halik | |
2018-12-28 | compat/check-visible: really fix this time | Stanislaw Halik | |