Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-04 | options: nix empty dtor | Stanislaw Halik | |
2015-05-04 | options: use weak pointers for bundles | Stanislaw Halik | |
Otherwise none ever get freed. Oops! | |||
2015-05-04 | initialize member variables in all cases | Stanislaw Halik | |
Otherwise led to stale pointer dereference. | |||
2015-03-13 | translation also needs rotating for off-center camera | Stanislaw Halik | |
Issue: #137 | |||
2015-03-13 | move debug to right place | Stanislaw Halik | |
2015-03-13 | initialize "s_main" bundle implicitly | Stanislaw Halik | |
2015-02-17 | shortcuts: allow customize whether to center on startup | Stanislaw Halik | |
Issue: #128 | |||
2015-02-01 | center when first pose received | Stanislaw Halik | |
Requested-by: many | |||
2015-01-05 | fix typo breaking axis remap | Stanislaw Halik | |
Issue: #114 | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-19 | tracker: fix typo breaking Z value | Stanislaw Halik | |
Issue: #106 Yaw value was copied as Z value due to typo. | |||
2014-12-19 | mat: add addition and subtraction operators | Stanislaw Halik | |
2014-12-19 | timer: cleanup warning | Stanislaw Halik | |
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-12-18 | const correctness | Stanislaw Halik | |
2014-12-15 | move rmat->euler and euler->rmat conversions to header | Stanislaw Halik | |
2014-12-15 | options: emit signals only outside mutex scope | Stanislaw Halik | |
2014-12-14 | allow tying option to tab widget's index | Stanislaw Halik | |
2014-12-14 | emit "saving()" after bundle's been updated | Stanislaw Halik | |
2014-12-14 | switch back to volatile bool for tracker flags | Stanislaw Halik | |
UI thread is the only writer for the flags. Makes no sense to use more than volatile. | |||
2014-12-08 | delete QLibrary, not force unload() | Stanislaw Halik | |
Issue: #96 Reported-by: @sasam Also fixes a memory leak. | |||
2014-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-12-03 | remove alphanumeric keybindings making list too long | Stanislaw Halik | |
2014-12-03 | pagedown works for win32 keybindings | Stanislaw Halik | |
Reported-by: @KyokushinPL | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-28 | don't reset coords on pause | Stanislaw Halik | |
Issue: #99 | |||
2014-11-26 | tracker: map before filtering | Stanislaw Halik | |
2014-11-24 | timer: split start/elapsed. convert uses | Stanislaw Halik | |
2014-11-23 | force options flush to file when saving | Stanislaw Halik | |
2014-11-19 | fix build with recent mingw-w64 | Stanislaw Halik | |
2014-11-11 | resize shortcut window | Stanislaw Halik | |
2014-11-11 | sane gimbal lock bounds | Stanislaw Halik | |
Tested-by: @KyokushinPL Issue: #63 | |||
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 | simplify centering | 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 | 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 | no need use temp array anymore | Stanislaw Halik | |
2014-11-07 | nix unused constant | Stanislaw Halik | |
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. |