summaryrefslogtreecommitdiffhomepage
path: root/opentrack
AgeCommit message (Collapse)Author
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-22main, ui: store config files in a predefined directoryStanislaw 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-18simple-mat: replace initializer_list with variadic ctorStanislaw 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-18simple-mat: __inline -> inline for C++Stanislaw Halik
2015-08-18simple-mat: don't inline so muchStanislaw Halik
2015-08-13tracker: no need to run logic() at allStanislaw Halik
2015-08-13tracker: use concise syntax for vector accessStanislaw Halik
2015-08-11simple-mat: open-code more, add commentStanislaw Halik
2015-08-11simple-mat: open-code operator()(x, y) callsStanislaw Halik
2015-08-09main: apply center pose after compensationStanislaw Halik
Issue: #212
2015-08-09main: remap axis before mappingStanislaw Halik
Issue: #213
2015-07-28move header to right placeStanislaw Halik
2015-07-28shortcuts: whole is _WIN32, don't check twice nestedStanislaw Halik
2015-07-27shortcuts: extract key without modifiers for remapStanislaw Halik
2015-07-27shortcuts: add missing win32 bindingStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-25shortcuts: remove duplicationStanislaw Halik
2015-07-25rename to win32-shortcuts.cppStanislaw Halik
2015-07-25shortcuts: add missing keybindingsStanislaw Halik
2015-07-25shortcuts: fix shift-keys for real this timeStanislaw Halik
2015-07-25shortcuts: add missing Windows binding for enter keyStanislaw Halik
2015-07-25fix buildStanislaw Halik
2015-07-25shortcuts: store .ini value as portable stringStanislaw Halik
2015-07-25shortcuts: prototyped for LinuxStanislaw Halik
2015-07-25shortcuts: linux workStanislaw Halik
2015-07-25initial impl of arbitrary keybindingsStanislaw Halik
Issue: #118 Linux and OSX likely broken for now.
2015-07-22default to the most common protocol/filter pairopentrack-2.3-rc15Stanislaw Halik
2015-07-20for now remove calibration supportStanislaw Halik
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later.
2015-07-20plug in race in camera releaseStanislaw Halik
We can crash if start/stop pressed fast eventually.
2015-07-20pass libs by referenceStanislaw Halik
2015-07-20nix empty dtorStanislaw Halik
2015-07-20calibration: rewriteStanislaw 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-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-19fix build errorStanislaw Halik
2015-07-19try to launch qv4l2 on LinuxStanislaw Halik
2015-07-19camera names on linux work, finallyStanislaw Halik
2015-07-19cleanup flowStanislaw Halik
2015-07-19append more useful name than empty stringStanislaw Halik
2015-07-19ensure camera name indices matchStanislaw Halik
We can't make spaces in indices or else wrong camera gets opened.
2015-07-19grab Linux camera namesStanislaw Halik
2015-07-19fix osx, app bundle now buildsStanislaw Halik
2015-07-19don't set thread affinity for anythingStanislaw Halik
Fixes #174
2015-07-18bundles are now reloaded when settings window is closedStanislaw Halik
This happens even if closed by alt+f4 or cancel button.
2015-07-16unify plugin-api filesStanislaw Halik
2015-07-16unused #defineStanislaw Halik
2015-07-16api: introduce macros for symbol exposureStanislaw Halik
2015-07-16api: document stuff to be implementedStanislaw Halik
2015-07-13allow for camera calibrationStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2015-07-07tracker: camera angle affected translation twiceStanislaw Halik