Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | pt: restore clip model pitch. remove workaround | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-12 | pt: fix ui tab order | Stanislaw Halik | |
2014-11-11 | PT: change pitch sign yet again | Stanislaw Halik | |
Issue: #63 | |||
2014-11-11 | add rotation value addition to freepie-udp | Stanislaw Halik | |
Otherwise gimbal lock singularities occur. Tested-by: @KyokushinPL | |||
2014-11-11 | wiki update | Stanislaw Halik | |
2014-11-11 | dedupopentrack-2.3-rc2 | Stanislaw Halik | |
2014-11-11 | resize shortcut window | Stanislaw Halik | |
2014-11-11 | disallow profile switch during tracking | Stanislaw Halik | |
2014-11-11 | sane gimbal lock bounds | Stanislaw Halik | |
Tested-by: @KyokushinPL Issue: #63 | |||
2014-11-11 | pt: align spinboxes with clip image | Stanislaw Halik | |
2014-11-11 | add again gimbal lock workaround code | Stanislaw Halik | |
@KyokushinPL reports +-90 pitch boundary broken otherwise | |||
2014-11-11 | centering changes | Stanislaw Halik | |
2014-11-10 | negate yaw, pitch, roll values | Stanislaw Halik | |
Submitted-by: @FlyingCircus- Issue: #63 | |||
2014-11-10 | nix debug display posit iter count | Stanislaw Halik | |
2014-11-10 | restore PT axis order swap | Stanislaw Halik | |
Reported-by: @FlyingCircus- Issue: #63 | |||
2014-11-10 | simplify centering | Stanislaw Halik | |
2014-11-10 | only replace profile directory if not cancelled | Stanislaw Halik | |
2014-11-10 | fix build | Stanislaw Halik | |
Issue: #92 | |||
2014-11-09 | guard against gimbal lock | Stanislaw Halik | |
Issue: #63 | |||
2014-11-09 | doesn't hurt to use the commented-out formula | Stanislaw Halik | |
2014-11-09 | reduce pitch input to 90. keep output at 180 | Stanislaw Halik | |
It has to stay that way till euler internal usage's gone. | |||
2014-11-09 | nix reset, doesn't do anything now | Stanislaw Halik | |
2014-11-09 | pt: fix pitch sign | Stanislaw Halik | |
This made clip dialog unusable. Reported-by: @FlyingCircus- Issue: #63 | |||
2014-11-09 | Revert "fix typos" | Stanislaw Halik | |
This reverts commit e74f029bf790342b1d3e0f11e5edf98c16946b08. | |||
2014-11-09 | add comment | Stanislaw Halik | |
2014-11-09 | fix typos | Stanislaw Halik | |
2014-11-07 | fix r/t comp after mat change | Stanislaw Halik | |
2014-11-07 | sane default value for translation smoothing | Stanislaw Halik | |
2014-11-07 | no need use temp array anymore | Stanislaw Halik | |
2014-11-07 | nix unused constant | Stanislaw Halik | |
2014-11-07 | nix atan2 usage also in PT | Stanislaw Halik | |
Issue: #63 | |||
2014-11-07 | quat class rot in hell again | Stanislaw Halik | |
Issue: #63 | |||
2014-11-07 | impl centering not confused on 90deg boundaries | Stanislaw Halik | |
atan2 returned wrong quadrants, as per <http://en.wikipedia.org/wiki/Atan2#Definition_and_computation> breakage on sign change. Issue: #63 | |||
2014-11-07 | simple-mat inits without a temp array now | Stanislaw Halik | |
2014-11-07 | nix unused typedef | Stanislaw Halik | |
2014-11-05 | Revert "center after mapping, not before" | Stanislaw Halik | |
This reverts commit 2b0e342a04bad49c6bf59d388ed874145117f815. That was stupid. | |||
2014-11-05 | center after mapping, not before | Stanislaw Halik | |
This makes octopus less spastic. Tested with joystick input. Issue: #63 | |||
2014-11-05 | fix keyboard shortcuts on win32 change during trackingopentrack-2.3-20141105 | Stanislaw Halik | |
Used to become unusable if changed during tracking. | |||
2014-11-05 | nix debug printfs | Stanislaw Halik | |
2014-11-05 | fix null filter settings the right way | Stanislaw Halik | |
Previous "fix" caused filter settings not opening at all. | |||
2014-11-05 | proper saving fix by calling sync() method | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | default to current profile's pathname when loading | Stanislaw Halik | |
2014-11-04 | delete ini before saving to workaround Qt5 bug | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | nix nonsensical "save as" logic | Stanislaw Halik | |
2014-11-04 | explicitly delimit QSettings scope | Stanislaw Halik | |
2014-11-04 | settings need fire when bundle reloads | Stanislaw Halik | |
2014-11-04 | nix crash on filter settings with no filter | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-11-04 | move type alias around | Stanislaw Halik | |
2014-11-03 | ui typo/size | Stanislaw Halik | |