Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-25 | compat/shm, proto/wine: remove duplication | Stanislaw Halik | |
The X-Plane plugin is next and should build on win32 then. | |||
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | add -fPIC in cmake | Stanislaw Halik | |
2018-12-24 | compat/macros: rename awkward ident in macro | Stanislaw Halik | |
2018-12-24 | {opentrack,trackmouse}: fix ps3eye led workaround | Stanislaw Halik | |
2018-12-24 | tracker/pt: fix logic error | Stanislaw Halik | |
2018-12-24 | trackmouse: copy-paste changed code | Stanislaw Halik | |
2018-12-24 | cmake: update sdk-paths | Stanislaw Halik | |
2018-12-24 | tracker/pt: don't hang the app on camera start | Stanislaw Halik | |
Move camera open to worker thread. | |||
2018-12-24 | compat/shm: use right preprocessor check | Stanislaw Halik | |
2018-12-24 | compat/macros: rename unfortunate type alias | Stanislaw Halik | |
2018-12-24 | compat/macros: fix eval_once | Stanislaw Halik | |
Using with `qDebug()' didn't work. Remove return type. | |||
2018-12-24 | compat/linkage-macros: fix clang template instantiation | Stanislaw Halik | |
2018-12-24 | compat/correlation-calibrator: get rid of wchar_t | Stanislaw Halik | |
Plain printf(3) used to be broken on win32. | |||
2018-12-24 | compat/check-visible: fix on hidpi | Stanislaw Halik | |
2018-12-24 | cmake/toolchain: make mingw-w64 def usable for clang | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | tracker/wii: put definitions in exact namespace | Stanislaw Halik | |
It messes with static analysis tools for no apparent reason. | |||
2018-12-24 | tracker/wii: fix minor compiler warnings | Stanislaw Halik | |
2018-12-24 | tracker/wii: remove unused variables, sort per alignment | Stanislaw Halik | |
2018-12-24 | tracker/wii: fix function-static data | Stanislaw Halik | |
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 | |