Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | plugin-support: workaround multiple copies of modules | Stanislaw Halik | |
TrackHat dist contained two copies of every module by packaging error. Workaround similar errors by not loading more than one copy of a module at a time. Sponsored-by: TrackHat | |||
2015-08-31 | simple-mat: add __restrict for GNU | Stanislaw Halik | |
2015-08-28 | save axis opts, not just spline control points | Stanislaw Halik | |
This caused the "invert axis got switched on" bug. | |||
2015-08-28 | tracker: change centering order again | Stanislaw Halik | |
Needs more testing with PT and other non-inertial trackers. Issue: #227 | |||
2015-08-28 | fix typo | Stanisław Halik | |
2015-08-27 | options: return .ini basename easier | Stanislaw Halik | |
2015-08-24 | plugin-support: fix typo | Stanislaw Halik | |
2015-08-24 | plugin-support: set more sane RTLD flags | Stanislaw Halik | |
We might need RTLD_DEEPBIND if there are symbol-related crashes. | |||
2015-08-24 | plugin-support: free modules from address space when needed | Stanislaw Halik | |
This is groundwork for #226, even though modules still need not to load all at once and persist till program stop. This issue only affects Linux. | |||
2015-08-22 | simple-mat: fix arglist SFINAE | Stanislaw Halik | |
Constructor was always available, enable_if faultily allowed it to accept an arbitrary amount of parameters. The `assignable' bit is redundant and broken, anyway static_cast<num>(x)... takes care of type compatibility. | |||
2015-08-22 | simple-mat: can use static_cast here | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-22 | main, ui: store config files in a predefined directory | Stanislaw Halik | |
Settings files are now stored in Documents/opentrack-version. The transition path is to copy all .ini files into that directory, accessible through the "Profile" menu dropdown. Issue: #179 | |||
2015-08-18 | simple-mat: replace initializer_list with variadic ctor | Stanislaw Halik | |
Gives us type safety rather than argument count mismatch. Also there's no more narrowing conversion issue. Replace usages. Explicitly delete initializer_list ctor. | |||
2015-08-18 | simple-mat: __inline -> inline for C++ | Stanislaw Halik | |
2015-08-18 | simple-mat: don't inline so much | Stanislaw Halik | |
2015-08-13 | tracker: no need to run logic() at all | Stanislaw Halik | |
2015-08-13 | tracker: use concise syntax for vector access | Stanislaw Halik | |
2015-08-11 | simple-mat: open-code more, add comment | Stanislaw Halik | |
2015-08-11 | simple-mat: open-code operator()(x, y) calls | Stanislaw Halik | |
2015-08-09 | main: apply center pose after compensation | Stanislaw Halik | |
Issue: #212 | |||
2015-08-09 | main: remap axis before mapping | Stanislaw Halik | |
Issue: #213 | |||
2015-07-28 | move header to right place | Stanislaw Halik | |
2015-07-28 | shortcuts: whole is _WIN32, don't check twice nested | Stanislaw Halik | |
2015-07-27 | shortcuts: extract key without modifiers for remap | Stanislaw Halik | |
2015-07-27 | shortcuts: add missing win32 binding | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-25 | shortcuts: remove duplication | Stanislaw Halik | |
2015-07-25 | rename to win32-shortcuts.cpp | Stanislaw Halik | |
2015-07-25 | shortcuts: add missing keybindings | Stanislaw Halik | |
2015-07-25 | shortcuts: fix shift-keys for real this time | Stanislaw Halik | |
2015-07-25 | shortcuts: add missing Windows binding for enter key | Stanislaw Halik | |
2015-07-25 | fix build | Stanislaw Halik | |
2015-07-25 | shortcuts: store .ini value as portable string | Stanislaw Halik | |
2015-07-25 | shortcuts: prototyped for Linux | Stanislaw Halik | |
2015-07-25 | shortcuts: linux work | Stanislaw Halik | |
2015-07-25 | initial impl of arbitrary keybindings | Stanislaw Halik | |
Issue: #118 Linux and OSX likely broken for now. | |||
2015-07-22 | default to the most common protocol/filter pairopentrack-2.3-rc15 | Stanislaw Halik | |
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-20 | plug in race in camera release | Stanislaw Halik | |
We can crash if start/stop pressed fast eventually. | |||
2015-07-20 | pass libs by reference | Stanislaw Halik | |
2015-07-20 | nix empty dtor | Stanislaw Halik | |
2015-07-20 | calibration: rewrite | Stanislaw Halik | |
- Intrinsics are floats, not doubles. - Try searching for calibration filename with fov specified first, then without fov. - Grab image width and height from calibration file, don't asume 640x480 | |||
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-19 | fix build error | Stanislaw Halik | |
2015-07-19 | try to launch qv4l2 on Linux | Stanislaw Halik | |
2015-07-19 | camera names on linux work, finally | Stanislaw Halik | |
2015-07-19 | cleanup flow | Stanislaw Halik | |
2015-07-19 | append more useful name than empty string | Stanislaw Halik | |
2015-07-19 | ensure camera name indices match | Stanislaw Halik | |
We can't make spaces in indices or else wrong camera gets opened. |