Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | logic/tracker: remove tautology | Stanislaw Halik | |
2016-10-03 | gui: reword auto-offset description | Stanislaw Halik | |
2016-10-03 | logic/tracker: apply auto-offset reltrans rotations in right order | Stanislaw Halik | |
Remove warning on using reltrans with auto-offset. Tested-by: @Len62 Discussed-with: @Len62 Issue: #473 | |||
2016-10-01 | tracker/rift-{025,042,080}: fix gimbal lockopentrack-2.3-rc99p13 | Stanislaw Halik | |
It was tested only on 080 but the API is almost the same on 042 and 025. Issue: #464 Reported-by: @Jerrow | |||
2016-10-01 | camera settings: disable for all A4 TECH cameras | Stanislaw Halik | |
We've had two reported crashes. Issue: #468 | |||
2016-09-28 | cmake/msvc: fix using toolchain file for opencv from git | Stanislaw Halik | |
2016-09-28 | tracker/pt: don't check for blob limit pointlessly | Stanislaw Halik | |
It's branch predicted anyway, but for clarity. | |||
2016-09-28 | logic/tracker: sanitize tracker's euler angles | Stanislaw Halik | |
Issue: #465 Reported-by: @topiq77 | |||
2016-09-28 | logic/simple-mat: add unsigned index accessors | Stanislaw Halik | |
2016-09-27 | csv: emit debug info with module prefix | Stanislaw Halik | |
2016-09-27 | pose-widget: larger octopus resolution. simplify code. | Stanislaw Halik | |
2016-09-27 | logic/tracker: try harder to keep up constant Hz | Stanislaw Halik | |
Now time error is accumulated rather than using only the last iteration's error. | |||
2016-09-27 | filter/accela: adjust some other clamps and defaults | Stanislaw Halik | |
2016-09-27 | filter/accela: clamp nonlinearity to 1.5 | Stanislaw Halik | |
2.0 is too much. Issue: #462 Reported-by: @Len62 | |||
2016-09-27 | gui/options: rename "translation compensation" to "relative translation" | Stanislaw Halik | |
Issue: #461 Discussed-with: @MathijsG, @Sone989 Closes #461 | |||
2016-09-26 | gui, options: prevent options reset on tracker stop | Stanislaw Halik | |
They should only be reset when closing the module dialog window. This is a hack but otherwise we'd have to change all the modules. Issue: #466 Closes #466 | |||
2016-09-26 | gui/mappings: lower snap | Stanislaw Halik | |
We have tooltips now so why the hell not. | |||
2016-09-25 | add mildly offensive BSD Daemon image to GPL-derivative rules | Stanislaw Halik | |
If any of our committers feels offended or thinks it's inappropriate, just revert it. No need to consult me or anyone to revert this. | |||
2016-09-25 | gui, logic: allow prevent rotation from affecting compensation | Stanislaw Halik | |
Issue: #458 | |||
2016-09-25 | tracker/pt: square the center weight | Stanislaw Halik | |
Follow original implementation. | |||
2016-09-25 | cmake/msvc: /debug -> /debug:fastlink | Stanislaw Halik | |
2016-09-25 | api/plugins: silence clang's -Wweak-vtable | Stanislaw Halik | |
2016-09-24 | logic/tracker: use a second enum to make errors stand out more | Stanislaw Halik | |
2016-09-24 | logic/tracker: use enum values | Stanislaw Halik | |
2016-09-24 | gui/options: explain tcomp disable Z importance | Stanislaw Halik | |
Issue: #458 | |||
2016-09-24 | gui: improve layout for camera center mode, fix tabstops | Stanislaw Halik | |
2016-09-24 | logic, gui: allow for disabling any of the three tcomp options | Stanislaw Halik | |
Issue: #458 Requested-by: @Borisovich | |||
2016-09-21 | cmake: hopefully fix intermittent failure on mrproper | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix area/radius confusion in extractor | Stanislaw Halik | |
2016-09-21 | tracker/pt: fix harmless fencepost error | Stanislaw Halik | |
2016-09-21 | installer: update build directoryopentrack-2.3-rc99p12 | Stanislaw Halik | |
2016-09-21 | filter/accela: show nonlinearity in larger font | Stanislaw Halik | |
The exponent was barely visible. | |||
2016-09-21 | filter/accela: make most slider limits larger | Stanislaw Halik | |
Reported-by: @Emton who later deleted his message Issue: #454 | |||
2016-09-21 | cmake: don't install .pdb for now | Stanislaw Halik | |
They're big as hell and take too much time to compress. | |||
2016-09-21 | cmake: move install pdb as separate function | Stanislaw Halik | |
2016-09-21 | contrib/dropbox-uploader: remove. gathers dust here. | Stanislaw Halik | |
2016-09-21 | many: remove compat/pi-constant.hpp | Stanislaw Halik | |
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission. | |||
2016-09-20 | compat/timer: no exports here | Stanisław Halik | |
2016-09-20 | Update ftnoir_tracker_pt.cpp | Stanisław Halik | |
2016-09-20 | logic/simple-mat: fix duplicated ambiguous symbol | Stanisław Halik | |
2016-09-20 | typo | Stanisław Halik | |
2016-09-20 | typo | Stanisław Halik | |
2016-09-20 | cmake/mrproper: clarify | Stanislaw Halik | |
2016-09-20 | cmake: install .pdb files | Stanislaw Halik | |
2016-09-20 | cmake: set install prefix permissions consistently | Stanislaw Halik | |
2016-09-20 | cmake: install(CODE ...) has access to install prefix | Stanislaw Halik | |
2016-09-20 | filter/accela: make more readable | Stanislaw Halik | |
progn is similar to one in CLHS cf. http://clhs.lisp.se/Body/s_progn.htm | |||
2016-09-19 | tracker/tobii: nix build guard tautology | Stanislaw Halik | |
2016-09-19 | Merge branch 'feature/tobii-eyex-support' into unstable | Stanislaw Halik | |
THIS IS UNFINISHED. The code is built to be fixed in real time against internal API changes. | |||
2016-09-19 | tracker/tobii: fix bitrot | Stanislaw Halik | |