Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | tracker/aruco: fix experimental Canny thresholding | Stanislaw Halik | |
2018-01-23 | tracker/aruco: modernize c++ | Stanislaw Halik | |
2018-01-23 | compat/shm: add never_inline | Stanislaw Halik | |
Also, move out of header in `struct secattr'. | |||
2018-01-21 | Merge pull request #730 from cpuwolf/pt6-rebase2 | Stanisław Halik | |
tracker/wii: update according to Issue: #718 suggestion from sthalik | |||
2018-01-21 | tracker/wii: update according to Issue: #718 suggestion from sthalik | Wei Shuai | |
1. fix horizon line drawing 2. fix copyright 3. optimize pointer mangement 4. reduce wii led power consumption | |||
2018-01-21 | Update CONTRIBUTING.md | Stanisław Halik | |
2018-01-21 | {README,AUTHORS}.md: add Wei Shuai | Stanislaw Halik | |
Issue: #718 | |||
2018-01-21 | tracker/pt-base: add static pt_camera_info::get_focal_length | Stanislaw Halik | |
For the Wiimote tracker. Adjust usages in tracker/pt. Issue: #718 | |||
2018-01-21 | 3rdparty-notices: add WiiYourself license | Stanislaw Halik | |
Issue #718 | |||
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2018-01-20 | gui/main: remove stale comments | Stanislaw Halik | |
2018-01-20 | remove mistaken usages of std::forward | Stanislaw Halik | |
I originally mistaken what the function did. | |||
2018-01-20 | Merge pull request #727 from cpuwolf/pt4-rebase | Stanisław Halik | |
add Wiimote supporting in point tracker | |||
2018-01-20 | add Wiimote supporting in point tracker | Wei Shuai | |
1. extrack point from wii frame 2. wii_camera outputs wii raw data, wii_extractor create preview 3. wiimote fov is about 42 degree 4. wii:change block functions to non-block function "contains WiiYourself! wiimote code by gl.tter http://gl.tter.org" | |||
2018-01-19 | tracker/pt: fix .qrc file location | Stanislaw Halik | |
2018-01-19 | opentrack: create tray icon, duh | Stanislaw Halik | |
Issue: #726 | |||
2018-01-19 | variant/default: rename our icon | Stanislaw Halik | |
2018-01-19 | tracker/pt: fix broken resources | Stanislaw Halik | |
Spotted by: @cpuwolf Issue: #718 | |||
2018-01-19 | proto/libevdev: fix build | Stanislaw Halik | |
Issue: #726 | |||
2018-01-19 | migration: fix -Wpedantic | Stanislaw Halik | |
2018-01-19 | trackmouse: rename output executable | Stanislaw Halik | |
I can now launch each CMake configuration in Qt Creator: Executable: .\%{CurrentBuild:Name}.exe Working directory: %{buildDir}\install | |||
2018-01-18 | compat/correlation-calibration: retire | Stanislaw Halik | |
2018-01-18 | tracker/pt: move impl bits away from pt-base | Stanislaw Halik | |
2018-01-18 | logic/pipeline: set limits more sensibly | Stanislaw Halik | |
We must keep a certain leeway here for people aiming in WW2 sims. | |||
2018-01-18 | trackmouse: fix build | Stanislaw Halik | |
2018-01-18 | migration: fix possible bitrot | Stanislaw Halik | |
Don't include current settings headers. Once they change the old migration needs rewriting. Rewrite it now and make it a point not to include current headers. The old Accela migration is pointless given that settings changed max values. | |||
2018-01-18 | logic: change relative translation triggering | Stanislaw Halik | |
Relative translation mode now has three states: - disabled - always enabled - enabled when not aiming In the third mode, looking very close to center disables reltrans. The exact values aren't final. | |||
2018-01-18 | cmake/mingw-w64: update | Stanislaw Halik | |
2018-01-18 | cmake/msvc: don't want -Zc:throwingNew | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-18 | cmake: add my defaults | Stanislaw Halik | |
2018-01-18 | cmake: make per-user defaults more useful | Stanislaw Halik | |
2018-01-18 | cmake/hier: add comment | Stanislaw Halik | |
2018-01-18 | cmake: fix otr_module(x SUBDIRS ...) | Stanislaw Halik | |
2018-01-18 | cmake: change up OPENTRACK_BASE_PATH handling | Stanislaw Halik | |
2018-01-18 | cmake/msvc: remove argument set to default value | Stanislaw Halik | |
2018-01-18 | tracker/pt: simplify makefile | Stanislaw Halik | |
2018-01-18 | fix -Wall -Wextra -Wpedantic | Stanislaw Halik | |
2018-01-18 | compat: split/cleanup util.hpp | Stanislaw Halik | |
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp. | |||
2018-01-18 | compat: move powerset.hpp to qxt-mini/ | Stanislaw Halik | |
2018-01-18 | cmake: fix setting default install prefix on startup | Stanislaw Halik | |
2018-01-18 | tracker/pt: split impl and algorithm | Stanislaw Halik | |
Issue: #718 | |||
2018-01-17 | proto/libevdev: fix build | Stanislaw Halik | |
Issue: #726 | |||
2018-01-17 | proto/libevdev: build if found, don't ask in cache | Stanislaw Halik | |
2018-01-17 | gui/init: remove logspam | Stanislaw Halik | |
2018-01-17 | tracker/pt: remove MSVC debug pragma | Stanislaw Halik | |
2018-01-17 | fix build (4) | Stanislaw Halik | |
Issue: #721 | |||
2018-01-17 | fix build (3) | Stanislaw Halik | |
2018-01-17 | compat: get rid of string literal operator | Stanislaw Halik | |
2018-01-17 | fix build (2) | Stanislaw Halik | |