summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2014-11-04default to current profile's pathname when loadingStanislaw Halik
2014-11-04delete ini before saving to workaround Qt5 bugStanislaw Halik
Issue: #91
2014-11-04nix nonsensical "save as" logicStanislaw Halik
2014-11-04explicitly delimit QSettings scopeStanislaw Halik
2014-11-04settings need fire when bundle reloadsStanislaw Halik
2014-11-04nix crash on filter settings with no filterStanislaw Halik
2014-11-04nix copy-pasted QSettings usageStanislaw Halik
2014-11-04move type alias aroundStanislaw Halik
2014-11-03ui typo/sizeStanislaw Halik
2014-11-02add todoStanislaw Halik
2014-11-02simplify ctorStanislaw Halik
2014-11-02fix axis swappage in PTStanislaw Halik
Issue: #63 Reported-by: @FlyingCircus-
2014-11-02nonsensical to start in tray, removeStanislaw Halik
2014-11-02resize ui a bitStanislaw Halik
2014-11-02fixup after ce5bc536c5587fe48efd122e20ee3cafd41a0c74Stanislaw Halik
More code to remove.
2014-11-02rename csv module dirStanislaw Halik
2014-11-02[ANN] core changes 2.2 -> 2.3Stanislaw 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-02update binary release locationStanislaw Halik
2014-11-02use zips, since github form insistsopentrack-2.3-20141102Stanislaw Halik
2014-11-02rename pose widget subdirStanislaw Halik
2014-11-02disconnect ftclient from build, sources remainStanislaw Halik
2014-11-02reword cache variable commentsStanislaw Halik
2014-11-02separate config directory for 2.3-branchStanislaw Halik
2014-11-02use quaternions for centeringStanislaw Halik
@KyokushinPL says was the only version that worked. Let's give it a try. Goddamn issue: #63
2014-11-01fix typoStanislaw Halik
2014-11-01revert freepie apk change for nowStanislaw Halik
2014-11-01disconnect libevdev tracker from buildStanislaw Halik
Issue: #75
2014-11-01remove libevdev trackerStanislaw Halik
Issue: #75
2014-11-01evdev: prevent hang on exit with no eventsStanislaw Halik
2014-11-01evdev: avoid division by zeroStanislaw Halik
2014-11-01nix warnStanislaw Halik
2014-11-01revert centering changesStanislaw Halik
2014-11-01use simple-mat now opencv nixed from coreStanislaw Halik
2014-11-01add simple matrix operations implStanislaw Halik
2014-11-01zero-initialize all floatsStanislaw Halik
2014-10-30fix buildStanislaw Halik
Issue: #89
2014-10-29freepie-udp protocol change, one pad byte lessStanislaw Halik
As per <https://github.com/AndersMalmgren/FreePIE/commit/dfb64b76d3352d88f8ee5759cea7e15a785b0117>
2014-10-29centering formula got wrong againStanislaw Halik
2014-10-29freepie pad offsetStanislaw Halik
Issue: #48
2014-10-29apply right invert, so users don't have toStanislaw Halik
2014-10-29oops, invert right thing nowStanislaw Halik
2014-10-29rift needs yaw+pitch swappageStanislaw Halik
Evidence: people's configs found on google
2014-10-29wine protocol needs sign change like ft doesStanislaw Halik
2014-10-29r/t compensation broken, fixStanislaw Halik
2014-10-29don't require invert anymoreStanislaw Halik