summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-10Update README.mdStanisław Halik
2015-10-08fix clang warningsopentrack-2.3-rc19Stanislaw Halik
2015-10-08qfc: save retval's absolute valueStanislaw Halik
Closes #249
2015-10-07qfc: move var to outer scopeStanislaw Halik
2015-10-07qfc: no need to load lazily, it's received immediatelyStanislaw Halik
2015-10-07qfc: try harder to fill all memoized bucketsStanislaw Halik
2015-10-07Revert "accela: guard against negative value overflow properly"Stanislaw Halik
This reverts commit d626a60eca7a511786435ec796d7864c59463939.
2015-10-07qfc: revert to floats as in rc15Stanislaw Halik
Issue: #248 Issue: #231
2015-10-07make-tar: show cygpath -w on cygwin for convenienceStanislaw Halik
2015-10-07shortcuts: sleep less, drop less keystrokesStanislaw Halik
2015-10-07accela: revert rot gains to rc15Stanislaw Halik
2015-10-06qfc: increase precisionStanislaw Halik
Go from uint16_t to uint32_t. If it still doesn't help we have to back to using floats. Reported-by: @nanospork Issue: #231
2015-10-06ft: try without locking this timeStanislaw Halik
2015-10-06ft: cleanup commentsStanislaw Halik
2015-10-06csv: cleanupStanislaw Halik
2015-10-06main, ui: fix sort orderStanislaw Halik
Sort order was applied only to combobox but not to tracker list. Reported-by: @nanospork cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998
2015-10-06ui: fix close on saveStanislaw Halik
stopping the timer prevented maybe_save() from working
2015-10-06un-bitrot installer supportStanislaw Halik
Sponsored-by: TrackHat Issue: #229
2015-10-06ui: sort combobox items according to their name, not filenameStanislaw Halik
2015-10-06mouse: remove GPL, has since been rewrittenStanislaw Halik
2015-10-06mouse: decruftStanislaw Halik
Fix Qt layouts, add to comboboxen using Qt Designer
2015-10-06freetrack: new game definitionsStanislaw Halik
2015-10-03process-detector: check when cancel button is pressedStanislaw Halik
Closes #245
2015-10-03pose-widget: simplifyStanislaw Halik
2015-10-03pose-widget: fix black border around The OctopusStanislaw Halik
2015-10-03ft: add locking backStanislaw Halik
2015-10-03ft: change nonsensical frame stepStanislaw Halik
2015-10-03ft: don't alloc "int i" as bssStanislaw Halik
2015-10-03ft: reformatStanislaw Halik
2015-10-03cmake: simplifyStanislaw Halik
2015-10-03pose-widget: use bilinear filteringStanislaw Halik
now The Octopus looks better.
2015-10-03declutter clientfiles/Stanislaw Halik
2015-10-02main: add relative and absolute center optionsStanislaw Halik
Closes #237
2015-10-02main: keybinding for "zero" should reset to PERFECTLY forwardStanislaw Halik
Closes #242
2015-10-02pt: add histogram-based thresholdingStanislaw Halik
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat
2015-10-02pt: experimental auto threshold supportStanislaw Halik
Sponsored-by: TrackHat
2015-10-02nix warnings on osx clang buildStanislaw Halik
2015-10-02shortcuts: use dinput for consistency on win32Stanislaw Halik
Converting qt -> dinput causes keyboard layout and modifier issues. Sponsored-by: TrackHat
2015-10-02shortcuts: use our own timer, other one is thread-boundStanislaw Halik
2015-10-02shortcuts: implement dinput -> qt conversionStanislaw Halik
2015-10-02shortcuts: rework KeybindingWorker for win32Stanislaw Halik
The class is now usable outside of center/zero/toggle loop.
2015-10-01accela: guard against negative value overflow properlyStanislaw Halik
Accela attempted to guard against both negative and positive value overstepping the last value due to gain, but the check for negative values was incorrect. Issue: #231 Reported-by: @nanospork, @alterscape, @SgtGrumbles
2015-09-30camera: fix buildStanislaw Halik
Sponsored-by: TrackHat
2015-09-30accela: higher gain at small deltasStanislaw Halik
2015-09-25tracker_rs: reverted fix. need to build with Qt 5.5.1+ instead.Xavier Hallade
This reverts commit b942fcf2224a3e59ea3dabb3d5c9eca9ba68d16f. real bug fixed in Qt 5.5.1+: https://bugreports.qt.io/browse/QTBUG-46552
2015-09-05Revert "accela: try more complex deadzone algorithm"opentrack-2.3-rc18Stanislaw Halik
This reverts commit e4f4edb4cdcb66c4c95edfa6c75911327690fd87.
2015-09-05pt: add wiki link for calibration instructionsStanislaw Halik
2015-09-05qfc: more gray colors when graph is disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05qfc, mapping: disallow editing and change color when checkbox disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05qfc: don't allow editing when disabledStanislaw Halik
Sponsored-by: TrackHat