Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-24 | tracker/{pt,wii}: fix leading underscore identifiers | Stanislaw Halik | |
2018-12-24 | compat/macros: split off the real macro-only file | Stanislaw Halik | |
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | gui/process-detector: get rid of "" passed to QString ctor | Stanislaw Halik | |
2018-12-24 | fix undefined behavior undescore prefixes | Stanislaw Halik | |
2018-12-24 | spline: avoid type/variable ambiguity | Stanislaw Halik | |
2018-12-24 | compat/mutex: rename | Stanislaw Halik | |
2018-12-24 | clang-tidy: oh por favor shut up | Stanislaw Halik | |
2018-12-24 | remove const correctness violations | Stanislaw Halik | |
This is possibly related to a livelock where several threads do const removal in their respective code paths. Use the `mutable' specifier for the mutexes and spline's cached data. Now using the `mutable' specifier, get rid of <optional> in compat/mutex. | |||
2018-12-24 | cmake/mingw-w64: cleanup | Stanislaw Halik | |
2018-12-24 | cmake/msvc: fix duplicate code | Stanislaw Halik | |
include(... NO_POLICY_SCOPE) already does that. | |||
2018-12-24 | cmake/msvc: move comment | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-24 | cmake/platform: decruft | Stanislaw Halik | |
2018-12-19 | cmake/word-size: move to cmake/platform | Stanislaw Halik | |
2018-12-19 | modules: build on Intel arch only | Stanislaw Halik | |
2018-12-19 | cmake/platform: detect Intel arch (ia32/amd64) | Stanislaw Halik | |
2018-12-19 | proto/ft: add new game titles | Stanislaw Halik | |
2018-12-19 | proto/wine: add warns to winegcc invocation | Stanislaw Halik | |
2018-12-19 | cruft | Stanislaw Halik | |
2018-12-19 | dinput: remove joy logspam | Stanislaw Halik | |
2018-12-19 | logic/pipeline: fix evil typo breaking tracking | Stanislaw Halik | |
2018-12-12 | forced commit to kick CI | Stanislaw Halik | |
2018-12-12 | proto/wine: fixes | Stanislaw Halik | |
- use SDK_WINE boolean - improve logic when building for X-Plane only - rename when building for X-Plane - conditionalize Wine-related stuff - move starting the wrapper to initialize() as it should be done - use more C++17 - update header usage | |||
2018-12-12 | logic/pipeline: oops, fix identity under disjunction | Stanislaw Halik | |
2018-12-12 | logic/pipeline: fix nan check | Stanislaw Halik | |
It assumed that all values were of the same type when packing into an initializer list. | |||
2018-12-12 | x-plane: fix memset discarding qualifiers | Stanislaw Halik | |
2018-12-08 | gui/init: fix evil typo | Stanislaw Halik | |
2018-12-08 | cruft | Stanislaw Halik | |
2018-12-08 | clean up a bit | Stanislaw Halik | |
2018-12-07 | compat/warn: move to attic | Stanislaw Halik | |
2018-12-07 | tracker/aruco: make fps change backward-compatible | Stanislaw Halik | |
Issue: #794 | |||
2018-12-07 | logic/pipeline: fix clang-tidy warnings | Stanislaw Halik | |
2018-12-07 | tracker/aruco: add more camera fps options | Stanislaw Halik | |
These coincide with power line frequencies. Fixes #794 Users will need to adjust existing settings. | |||
2018-12-06 | logic/pipeline: center through arithmetic only | Stanislaw Halik | |
This is incorrect but people like it. | |||
2018-12-06 | tracker/pt: try cache pixels slightly below `thres' | Stanislaw Halik | |
The logic is that each point has a halo around it. Catching the entire halo will allow to have more stable centers. Larger points are more stable as well. | |||
2018-12-06 | cruft only | Stanislaw Halik | |
2018-11-29 | cmake/msvc: generate .pdb fasteropentrack-2.3.11-beta1 | Stanislaw Halik | |
2018-11-14 | trackmouse: update keys | Stanislaw Halik | |
2018-11-14 | gitignore | Stanislaw Halik | |
2018-11-14 | cmake/msvc: don't hardcode -machine:x86 | Stanislaw Halik | |
2018-11-14 | spline: remove duplicate logic | Stanislaw Halik | |
2018-11-14 | gui/keyboard: fix binding keys | Stanislaw Halik | |
2018-11-11 | spline/widget: remove pointless fmax | Stanislaw Halik | |
2018-11-06 | fix clang build on linux | Stanislaw Halik | |
2018-11-05 | trackmouse: fix toggle tracker shortcut | Stanislaw Halik | |
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-11-03 | opentrack: pull in EXIT_{SUCCESS, FAILURE} | Stanislaw Halik | |
2018-11-03 | compat/meta: add constexpr variable | Stanislaw Halik | |
2018-11-03 | opentrack: move unistd.h stuff to end of file | Stanislaw Halik | |