Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-12 | api/win32-joystick: fix buildtrackhat-1.2p3 | Stanislaw Halik | |
How did this even happen? | |||
2016-09-12 | proto/freetrack: game list update | Stanislaw Halik | |
2016-09-12 | tracker/pt: default to right fov for trackhat | Stanislaw Halik | |
2016-09-12 | tracker/pt: fix build | Stanislaw Halik | |
2016-09-12 | cmake: add msvc toolchain | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p2 | Stanislaw Halik | |
2016-03-07 | Revert "tracker/pt: don't use exact float comparison in POSIT" | Stanislaw Halik | |
This reverts commit a40a557caddad5285bd03b79dca5f7a94d1f44c5. | |||
2016-03-07 | remove unused center_method setting | Stanislaw Halik | |
2016-03-07 | tracker/pt: actually use hardcoded model offsets | Stanislaw Halik | |
2016-03-07 | tracker/pt: fix mismerge | Stanislaw Halik | |
2016-03-07 | Merge branch 'unstable' into trackhattrackhat-1.2p1 | Stanislaw Halik | |
2016-03-07 | tarball: don't assume env(1) is in pathopentrack-2.3-rc21p9 | Stanislaw Halik | |
2016-03-07 | make-tar: don't assume cmake is in path | Stanislaw Halik | |
2016-03-07 | tracker/aruco: use new-style opencv headers | Stanislaw Halik | |
When requesting specific modules, opencv doesn't need the others built. | |||
2016-03-07 | tracker/pt: don't use exact float comparison in POSIT | Stanislaw Halik | |
2016-03-07 | tracker/pt: remove branching that's frequently mispredicted | Stanislaw Halik | |
2016-03-07 | tracker/pt: less malloc/free each frame | Stanislaw Halik | |
2016-03-06 | installer: file mode change only | Stanislaw Halik | |
2016-03-06 | cmake: don't search for Qt5Xml | Stanislaw Halik | |
We're not using it anywhere. | |||
2016-03-06 | cmake: update compiler path in toolchain file | Stanislaw Halik | |
We're now using dw2 rather than sjlj for official builds. | |||
2016-02-17 | tracker/pt: fix build | Stanislaw Halik | |
2016-02-17 | tracker/pt: retire get_points() in the extractor | Stanislaw Halik | |
2016-02-17 | tracker/pt: protect get_n_points() | Stanislaw Halik | |
There's a race here since further accesses to the points array aren't protected by a mutex in the extractor class. There's no race in "get_points()" in the extractor since it's only used in same thread where updates take place. | |||
2016-02-17 | tracker/pt: cover all "points" usages by a mutex | Stanislaw Halik | |
2016-02-12 | tracker/rs: cleaned up preview widget setup and deletetion. | Xavier Hallade | |
2016-02-11 | tracker/rs: updated runtime to 2016 R1. | Xavier Hallade | |
2016-02-09 | proto/freetrack: new game supportopentrack-2.3-rc21p8 | Stanislaw Halik | |
2016-02-09 | gui: scale properly on high-DPI screens | Stanislaw Halik | |
Previously high DPI made the main screen all out of whack, unreadable and unusable. | |||
2016-02-03 | tracker/rs: added camera preview, removed separate process and TCP socket | Xavier Hallade | |
the RS implementation still resides in a different DLL as it has to be compiled separately by MSVC compiler. | |||
2016-01-22 | pose-widget: add distinct background color | Stanislaw Halik | |
2016-01-22 | gui: reorder for usability's sake | Stanislaw Halik | |
2016-01-22 | pose-widget: add transparency to logo | Stanislaw Halik | |
2016-01-20 | proto/freetrack: new game support | Stanislaw Halik | |
2016-01-09 | tracker/pt: remove unused blob struct members | Stanislaw Halik | |
2016-01-07 | gui: fix zero shortcut description | Stanislaw Halik | |
Closes #290 | |||
2016-01-06 | gui: fix margin | Stanislaw Halik | |
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: tracker/pt: fix crash | |||
2016-01-06 | tracker/pt: fix crash | Stanislaw Halik | |
Previously dtor assumed tracker was started before getting deleted. This isn't always true, as in the case of protocol failure. | |||
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: cmake: don't upload tarball for branch builds cmake: append branch information for branch builds | |||
2016-01-06 | cmake: don't upload tarball for branch builds | Stanislaw Halik | |
2016-01-06 | cmake: append branch information for branch builds | Stanislaw Halik | |
2016-01-06 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: (140 commits) tracker/pt: increase auto threshold bucket size again tracker/pt: limit max amount of extracted blobs gui: don't update main window if we're minimized tracker/pt: only show widget if the frame is visible tracker/pt: don't resize twice in widget freetrack/games: regen contrib/make-csv: perl sort isn't stable, don't ignore case tracker/pt: avoid widget temp QImage allocation spline-widget: oops, pass by reference tracker/pt: don't allocate temporary dynamic size arrays tracker/pt: don't copy points array needlessly tracker/pt: don't allocate temporary frame tracker/pt: cv::Mat::at<T> is slow, use cv::Mat::ptr tracker/pt: avoid widget malloc when able tracker/pt: optimize widget tracker/pt: update video widget at 40 -> 50 ms cmake/mingw-w64: update tracker/pt: reduce mutex contention gui: fix left margin tracker/pt: remove krap tracker/pt: move ctor out of the loop tracker/pt: nix unused tracker/pt: don't fill mask on frame pose-widget: also bilinear interpolation of alpha value ui: adjust margin ui: make more compact glwidget: use transparent octopus background api/mat: fix typos/breakage api/joy: refresh only manually on certain events pt: histogram more granular 6 -> 8 cmake/api: link with strmiids.lib on win32 tracker/pt: reduce auto thresholding histogram bucket size api/keys: prevent idempotent keys api/joy: move from header api/joy: prevent idempotent keypressed passed to receiver compat/options: get rid of std::string usage compat/options: move from header gui/settings: set parent, otherwise not modal gui/settings: don't forget to show a modal dialog before executing gui/main: don't raise a new window, it's enough to set visible api/joy: speed up poll_axis path api/joy: nix static, now that we're not a singleton tracker/joy: adapt to non-singleton joy worker joystick: no longer singleton, use fake window handle api/keys: use a fake window for DirectInput handle gui/keys: allow for pausing global keystrokes for options dialog api/keys: nix tautological #ifdef contrib/aruco: oops, right extension contrib/aruco: use @frost555's marker image api/camera-names: move to compat/ ... | |||
2015-12-28 | tracker/pt: increase auto threshold bucket size againopentrack-2.3-rc21p7 | Stanislaw Halik | |
Slowdown was caused by something else. I can no longer reproduce it. | |||
2015-12-24 | tracker/pt: limit max amount of extracted blobs | Stanislaw Halik | |
2015-12-20 | gui: don't update main window if we're minimized | Stanislaw Halik | |
Shaves off 12% runtime in minimized case. | |||
2015-12-20 | tracker/pt: only show widget if the frame is visible | Stanislaw Halik | |
2015-12-20 | tracker/pt: don't resize twice in widget | Stanislaw Halik | |
Fix typo. | |||
2015-12-19 | freetrack/games: regen | Stanislaw Halik | |
2015-12-19 | contrib/make-csv: perl sort isn't stable, don't ignore case | Stanislaw Halik | |
2015-12-19 | tracker/pt: avoid widget temp QImage allocation | Stanislaw Halik | |