Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | facetracknoir update license | Stanislaw Halik | |
@V4Friend agreed to change license to non-copyleft. I thank him for this. | |||
2015-10-10 | Update README.md | Stanisław Halik | |
2015-10-08 | fix clang warningsopentrack-2.3-rc19 | Stanislaw Halik | |
2015-10-08 | qfc: save retval's absolute value | Stanislaw Halik | |
Closes #249 | |||
2015-10-07 | qfc: move var to outer scope | Stanislaw Halik | |
2015-10-07 | qfc: no need to load lazily, it's received immediately | Stanislaw Halik | |
2015-10-07 | qfc: try harder to fill all memoized buckets | Stanislaw Halik | |
2015-10-07 | Revert "accela: guard against negative value overflow properly" | Stanislaw Halik | |
This reverts commit d626a60eca7a511786435ec796d7864c59463939. | |||
2015-10-07 | qfc: revert to floats as in rc15 | Stanislaw Halik | |
Issue: #248 Issue: #231 | |||
2015-10-07 | make-tar: show cygpath -w on cygwin for convenience | Stanislaw Halik | |
2015-10-07 | shortcuts: sleep less, drop less keystrokes | Stanislaw Halik | |
2015-10-07 | accela: revert rot gains to rc15 | Stanislaw Halik | |
2015-10-06 | qfc: increase precision | Stanislaw 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-06 | ft: try without locking this time | Stanislaw Halik | |
2015-10-06 | ft: cleanup comments | Stanislaw Halik | |
2015-10-06 | csv: cleanup | Stanislaw Halik | |
2015-10-06 | main, ui: fix sort order | Stanislaw 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-06 | ui: fix close on save | Stanislaw Halik | |
stopping the timer prevented maybe_save() from working | |||
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-06 | ui: sort combobox items according to their name, not filename | Stanislaw Halik | |
2015-10-06 | mouse: remove GPL, has since been rewritten | Stanislaw Halik | |
2015-10-06 | mouse: decruft | Stanislaw Halik | |
Fix Qt layouts, add to comboboxen using Qt Designer | |||
2015-10-06 | freetrack: new game definitions | Stanislaw Halik | |
2015-10-03 | process-detector: check when cancel button is pressed | Stanislaw Halik | |
Closes #245 | |||
2015-10-03 | pose-widget: simplify | Stanislaw Halik | |
2015-10-03 | pose-widget: fix black border around The Octopus | Stanislaw Halik | |
2015-10-03 | ft: add locking back | Stanislaw Halik | |
2015-10-03 | ft: change nonsensical frame step | Stanislaw Halik | |
2015-10-03 | ft: don't alloc "int i" as bss | Stanislaw Halik | |
2015-10-03 | ft: reformat | Stanislaw Halik | |
2015-10-03 | cmake: simplify | Stanislaw Halik | |
2015-10-03 | pose-widget: use bilinear filtering | Stanislaw Halik | |
now The Octopus looks better. | |||
2015-10-03 | declutter clientfiles/ | Stanislaw Halik | |
2015-10-02 | main: add relative and absolute center options | Stanislaw Halik | |
Closes #237 | |||
2015-10-02 | main: keybinding for "zero" should reset to PERFECTLY forward | Stanislaw Halik | |
Closes #242 | |||
2015-10-02 | pt: add histogram-based thresholding | Stanislaw Halik | |
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat | |||
2015-10-02 | pt: experimental auto threshold support | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-10-02 | nix warnings on osx clang build | Stanislaw Halik | |
2015-10-02 | shortcuts: use dinput for consistency on win32 | Stanislaw Halik | |
Converting qt -> dinput causes keyboard layout and modifier issues. Sponsored-by: TrackHat | |||
2015-10-02 | shortcuts: use our own timer, other one is thread-bound | Stanislaw Halik | |
2015-10-02 | shortcuts: implement dinput -> qt conversion | Stanislaw Halik | |
2015-10-02 | shortcuts: rework KeybindingWorker for win32 | Stanislaw Halik | |
The class is now usable outside of center/zero/toggle loop. | |||
2015-10-01 | accela: guard against negative value overflow properly | Stanislaw 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-30 | camera: fix build | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-30 | accela: higher gain at small deltas | Stanislaw Halik | |
2015-09-25 | tracker_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-05 | Revert "accela: try more complex deadzone algorithm"opentrack-2.3-rc18 | Stanislaw Halik | |
This reverts commit e4f4edb4cdcb66c4c95edfa6c75911327690fd87. | |||
2015-09-05 | pt: add wiki link for calibration instructions | Stanislaw Halik | |
2015-09-05 | qfc: more gray colors when graph is disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc, mapping: disallow editing and change color when checkbox disabled | Stanislaw Halik | |
Sponsored-by: TrackHat |