summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-11-22pt: fix copy-paste bug in d_order logicStanislaw Halik
Issue: #63, #93
2014-11-22pt: restore original ypr codeStanislaw Halik
2014-11-22pt: rename class to avoid further confusionStanislaw Halik
"FrameTrafo" isn't a word even. Rename to "Affine"
2014-11-22don't crash with x=2^31-1Stanislaw Halik
2014-11-19fix build furtherStanislaw Halik
2014-11-19fix build with recent mingw-w64Stanislaw Halik
2014-11-19cmake: fix lto buildStanislaw Halik
2014-11-19cmake convenienceStanislaw Halik
2014-11-13model calibration had sign swappedStanislaw Halik
Issue: #93
2014-11-12pt: restore clip model pitch. remove workaroundStanislaw Halik
Issue: #63, #93
2014-11-12pt: fix ui tab orderStanislaw Halik
2014-11-11PT: change pitch sign yet againStanislaw Halik
Issue: #63
2014-11-11add rotation value addition to freepie-udpStanislaw Halik
Otherwise gimbal lock singularities occur. Tested-by: @KyokushinPL
2014-11-11wiki updateStanislaw Halik
2014-11-11dedupopentrack-2.3-rc2Stanislaw Halik
2014-11-11resize shortcut windowStanislaw Halik
2014-11-11disallow profile switch during trackingStanislaw Halik
2014-11-11sane gimbal lock boundsStanislaw Halik
Tested-by: @KyokushinPL Issue: #63
2014-11-11pt: align spinboxes with clip imageStanislaw Halik
2014-11-11add again gimbal lock workaround codeStanislaw Halik
@KyokushinPL reports +-90 pitch boundary broken otherwise
2014-11-11centering changesStanislaw Halik
2014-11-10negate yaw, pitch, roll valuesStanislaw Halik
Submitted-by: @FlyingCircus- Issue: #63
2014-11-10nix debug display posit iter countStanislaw Halik
2014-11-10restore PT axis order swapStanislaw Halik
Reported-by: @FlyingCircus- Issue: #63
2014-11-10simplify centeringStanislaw Halik
2014-11-10only replace profile directory if not cancelledStanislaw Halik
2014-11-10fix buildStanislaw Halik
Issue: #92
2014-11-09guard against gimbal lockStanislaw Halik
Issue: #63
2014-11-09doesn't hurt to use the commented-out formulaStanislaw Halik
2014-11-09reduce pitch input to 90. keep output at 180Stanislaw Halik
It has to stay that way till euler internal usage's gone.
2014-11-09nix reset, doesn't do anything nowStanislaw Halik
2014-11-09pt: fix pitch signStanislaw Halik
This made clip dialog unusable. Reported-by: @FlyingCircus- Issue: #63
2014-11-09Revert "fix typos"Stanislaw Halik
This reverts commit e74f029bf790342b1d3e0f11e5edf98c16946b08.
2014-11-09add commentStanislaw Halik
2014-11-09fix typosStanislaw Halik
2014-11-07fix r/t comp after mat changeStanislaw Halik
2014-11-07sane default value for translation smoothingStanislaw Halik
2014-11-07no need use temp array anymoreStanislaw Halik
2014-11-07nix unused constantStanislaw Halik
2014-11-07nix atan2 usage also in PTStanislaw Halik
Issue: #63
2014-11-07quat class rot in hell againStanislaw Halik
Issue: #63
2014-11-07impl centering not confused on 90deg boundariesStanislaw Halik
atan2 returned wrong quadrants, as per <http://en.wikipedia.org/wiki/Atan2#Definition_and_computation> breakage on sign change. Issue: #63
2014-11-07simple-mat inits without a temp array nowStanislaw Halik
2014-11-07nix unused typedefStanislaw Halik
2014-11-05Revert "center after mapping, not before"Stanislaw Halik
This reverts commit 2b0e342a04bad49c6bf59d388ed874145117f815. That was stupid.
2014-11-05center after mapping, not beforeStanislaw Halik
This makes octopus less spastic. Tested with joystick input. Issue: #63
2014-11-05fix keyboard shortcuts on win32 change during trackingopentrack-2.3-20141105Stanislaw Halik
Used to become unusable if changed during tracking.
2014-11-05nix debug printfsStanislaw Halik
2014-11-05fix null filter settings the right wayStanislaw Halik
Previous "fix" caused filter settings not opening at all.
2014-11-05proper saving fix by calling sync() methodStanislaw Halik
Issue: #91