Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-01 | shortcuts: cleanup | Stanislaw Halik | |
2015-11-01 | ovr: pass -Wall -Wextra -pedantic | Stanislaw Halik | |
2015-11-01 | options: don't define options singleton in every module | Stanislaw Halik | |
Instead, define in opentrack-api.so only. Also, move to opentrack-compat to break a circular dependency | |||
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-11-01 | cmake: export only needed symbols | Stanislaw Halik | |
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | cmake: fix spline widget linkage | Stanislaw Halik | |
2015-11-01 | adjust accela dialog for dpi fuckup | Stanislaw Halik | |
2015-11-01 | resize dialogs for better visibility on Linux | Stanislaw Halik | |
2015-11-01 | shm: ignore diagnostic for Wine build | Stanislaw Halik | |
2015-11-01 | compat: we can't use Qt here | Stanislaw Halik | |
2015-11-01 | cmake: less boilerplate, link dynamically | Stanislaw Halik | |
2015-11-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-11-01 | cmake: add current module name to preprocessor vars | Stanislaw Halik | |
2015-11-01 | cmake: nuke -rdynamic | Stanislaw Halik | |
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-11-01 | cmake: fix NO-LINKER-SCRIPT | Stanislaw Halik | |
typo | |||
2015-11-01 | try not to statically link qxt-mini | Stanislaw Halik | |
cf. 3e60ccda96dfada9307a0a25134475c726f1ae72 | |||
2015-10-31 | osx: nix dot.DS_Store | Stanislaw Halik | |
2015-10-31 | fix osx install bundle orderopentrack-2.3-rc20p1 | Stanislaw Halik | |
2015-10-31 | fix typo | Stanislaw Halik | |
2015-10-30 | shortcuts: fix crash on Linux | Stanislaw Halik | |
2015-10-30 | wine: fix install wrapper | Stanislaw Halik | |
2015-10-30 | qxt: fix unix build | Stanislaw Halik | |
2015-10-30 | cmake: lessen logspam with no opencv | Stanislaw Halik | |
2015-10-30 | also rename protocol -> proto | Stanislaw Halik | |
2015-10-30 | fix paths harder | Stanislaw Halik | |
2015-10-30 | fix paths after rename | Stanislaw Halik | |
2015-10-30 | fix icon paths | Stanislaw Halik | |
2015-10-30 | cmake: cleanup hydra | Stanislaw Halik | |
2015-10-30 | rename gui directory | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-30 | cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain fileopentrack-2.3-rc20 | Stanislaw Halik | |
2015-10-29 | rift-080: forgot ovr_Initialize() | Stanislaw Halik | |
2015-10-29 | rift 025: fix name | Stanislaw Halik | |
2015-10-29 | fix vtable mess | Stanislaw Halik | |
2015-10-29 | xargs sed -i -e s/'FaceTrackNoIR Error/Error/g' | Stanislaw Halik | |
2015-10-29 | support rift 0.2.5, 0.4.2, 0.8.0 | Stanislaw Halik | |
Issue: #263 | |||
2015-10-29 | rift: finish 0.2.5 support | Stanislaw Halik | |
2015-10-28 | buffer flush | Stanislaw Halik | |
2015-10-28 | rename "clientfiles/" to "contrib/" as customary | Stanislaw Halik | |
2015-10-27 | add dropbox uploader to contrib | Stanislaw Halik | |
2015-10-26 | add description on wiki for camera offset | Stanislaw Halik | |
2015-10-26 | main: use camera-based centering by default | Stanislaw Halik | |
2015-10-26 | settings: clarify center method usage | Stanislaw Halik | |
2015-10-25 | accela: fix typoopentrack-2.3-rc19p3 | Stanislaw Halik | |
Issue: #255 | |||
2015-10-25 | win32: try win_key with modifier first | Stanislaw Halik | |
2015-10-25 | shortcuts: remove obsolete code on win32 | Stanislaw Halik | |
Now that dinput catches keystrokes, it's not needed | |||
2015-10-25 | shortcuts: allow for numpad on win32 | Stanislaw Halik | |
Closes #259 | |||
2015-10-25 | qfc: drop nan check | Stanislaw Halik | |
Bug cause was different |