Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-11-02 | add todo | Stanislaw Halik | |
2014-11-02 | simplify ctor | Stanislaw Halik | |
2014-11-02 | fix axis swappage in PT | Stanislaw Halik | |
Issue: #63 Reported-by: @FlyingCircus- | |||
2014-11-02 | nonsensical to start in tray, remove | Stanislaw Halik | |
2014-11-02 | resize ui a bit | Stanislaw Halik | |
2014-11-02 | fixup after ce5bc536c5587fe48efd122e20ee3cafd41a0c74 | Stanislaw Halik | |
More code to remove. | |||
2014-11-02 | rename csv module dir | Stanislaw Halik | |
2014-11-02 | [ANN] core changes 2.2 -> 2.3 | Stanislaw Halik | |
Following changes previously undocumented: - Mapping now defaults to 0:180 if empty, no more empty mappings. - Changes apply before clicking OK. Pressing Cancel cancels the changes. - User interface got reorganized to be more compact. - Can minimize to tray and start to tray in "keybindings" dialog. - Can remap or disable axis from mapping -> options window. - PT tracker lost its "dynamic pose resolution" functionality. - Aruco tracker various improvements. - FreePIE Android receiver added. - Accela filter user-facing options changed to be more useful. - Kalman and EWMA filters were improved. - Octopus was fed. -sh | |||
2014-11-02 | update binary release location | Stanislaw Halik | |
2014-11-02 | use zips, since github form insistsopentrack-2.3-20141102 | Stanislaw Halik | |
2014-11-02 | rename pose widget subdir | Stanislaw Halik | |
2014-11-02 | disconnect ftclient from build, sources remain | Stanislaw Halik | |
2014-11-02 | reword cache variable comments | Stanislaw Halik | |
2014-11-02 | separate config directory for 2.3-branch | Stanislaw Halik | |
2014-11-02 | use quaternions for centering | Stanislaw Halik | |
@KyokushinPL says was the only version that worked. Let's give it a try. Goddamn issue: #63 | |||
2014-11-01 | fix typo | Stanislaw Halik | |
2014-11-01 | revert freepie apk change for now | Stanislaw Halik | |
2014-11-01 | disconnect libevdev tracker from build | Stanislaw Halik | |
Issue: #75 | |||
2014-11-01 | remove libevdev tracker | Stanislaw Halik | |
Issue: #75 | |||
2014-11-01 | evdev: prevent hang on exit with no events | Stanislaw Halik | |
2014-11-01 | evdev: avoid division by zero | Stanislaw Halik | |
2014-11-01 | nix warn | Stanislaw Halik | |
2014-11-01 | revert centering changes | Stanislaw Halik | |
2014-11-01 | use simple-mat now opencv nixed from core | Stanislaw Halik | |
2014-11-01 | add simple matrix operations impl | Stanislaw Halik | |
2014-11-01 | zero-initialize all floats | Stanislaw Halik | |
2014-10-30 | fix build | Stanislaw Halik | |
Issue: #89 | |||
2014-10-29 | freepie-udp protocol change, one pad byte less | Stanislaw Halik | |
As per <https://github.com/AndersMalmgren/FreePIE/commit/dfb64b76d3352d88f8ee5759cea7e15a785b0117> | |||
2014-10-29 | centering formula got wrong again | Stanislaw Halik | |
2014-10-29 | freepie pad offset | Stanislaw Halik | |
Issue: #48 | |||
2014-10-29 | apply right invert, so users don't have to | Stanislaw Halik | |