Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | Merge branch 'unstable' into trackhat | Stanislaw Halik | |
* unstable: main: use camera-based centering by default settings: clarify center method usage accela: fix typo win32: try win_key with modifier first shortcuts: remove obsolete code on win32 shortcuts: allow for numpad on win32 qfc: drop nan check pt: drop nan check shortcuts: allow for numlock on win32 accela: remove too many nan checks timer: guard against overflow on win32 accela: remove "done" logic timer: sprinkle some const shortcuts: allow for binding same key to multiple functions qfc: guard against unlikely division by zero cmake: update toolchain file | |||
2015-10-26 | main: use camera-based centering by default | Stanislaw Halik | |
2015-10-26 | settings: clarify center method usage | Stanislaw Halik | |
2015-10-25 | accela: fix typoopentrack-2.3-rc19p3 | Stanislaw Halik | |
Issue: #255 | |||
2015-10-25 | win32: try win_key with modifier first | Stanislaw Halik | |
2015-10-25 | shortcuts: remove obsolete code on win32 | Stanislaw Halik | |
Now that dinput catches keystrokes, it's not needed | |||
2015-10-25 | shortcuts: allow for numpad on win32 | Stanislaw Halik | |
Closes #259 | |||
2015-10-25 | qfc: drop nan check | Stanislaw Halik | |
Bug cause was different | |||
2015-10-25 | pt: drop nan check | Stanislaw Halik | |
Bug cause was different | |||
2015-10-25 | shortcuts: allow for numlock on win32 | Stanislaw Halik | |
2015-10-24 | accela: remove too many nan checks | Stanislaw Halik | |
`opentrack/tracker.cpp` takes care of that. | |||
2015-10-24 | timer: guard against overflow on win32 | Stanislaw Halik | |
2015-10-24 | accela: remove "done" logic | Stanislaw Halik | |
2015-10-24 | timer: sprinkle some const | Stanislaw Halik | |
2015-10-24 | shortcuts: allow for binding same key to multiple functions | Stanislaw Halik | |
Closes #258 | |||
2015-10-24 | qfc: guard against unlikely division by zero | Stanislaw Halik | |
2015-10-22 | cmake: update toolchain file | Stanislaw Halik | |
2015-10-21 | Merge branch 'unstable' into trackhattrackhat-1.1p2 | Stanislaw Halik | |
* unstable: cmake: update toolchain file shortcuts: fix osx/linux keystrokes persisting cmake: fix copy-paste comment cmake: add toolchain file for OSX cmake: add osx policy to make it shutup x-plane: ignore diagnostic osx: nix warning gitattributes: more text extensions to eol=lf cmake: timestamp logic simplify/fix cmake: no timestamp for tag builds all: update copyright where appropriate all: comments only cmake: regen before making tarball cmake: fix dropbox share invocation tracker: initialize newpose pt: use previous pose on NaN result from POSIT accela: also don't poison ewma state with nans cmake: fix tarball invocation accela: elide NaN output values qfc: elide NaN values pt: reformat more pt: reformat posit pt: refactor auto threshold somewhat pt: rename ill-chosen name pt: switch min/max point size to reals cmake: upload tarball to Dropbox but only if I'm the user cmake: add tarball timestamp so it gets rebuilt cmake: don't regen version if none changed cmake: fix git describe --dirty cmake: retab git module fix tarball target cmake: mark dirty tree cmake: regen tarball even if exists cmake: generate version.cc tracker: check for NaN values accela: don't check NaNs in filter, wrong place cmake: drop -ffast-math, allow for NaN check shortcuts: actually print screen binding works shortcuts: alias right modifier keys to left modifier keys shortcuts: allow for binding scroll lock and pause/break accela: also filter out NaNs on tracking start allow for filter immediate center | |||
2015-10-21 | cmake: update toolchain file | Stanislaw Halik | |
2015-10-20 | shortcuts: fix osx/linux keystrokes persistingopentrack-2.3-rc19p2 | Stanislaw Halik | |
2015-10-20 | cmake: fix copy-paste comment | Stanislaw Halik | |
2015-10-20 | cmake: add toolchain file for OSX | Stanislaw Halik | |
2015-10-20 | cmake: add osx policy to make it shutup | Stanislaw Halik | |
2015-10-20 | x-plane: ignore diagnostic | Stanislaw Halik | |
2015-10-20 | osx: nix warning | Stanislaw Halik | |
2015-10-20 | gitattributes: more text extensions to eol=lf | Stanislaw Halik | |
2015-10-20 | cmake: timestamp logic simplify/fix | Stanislaw Halik | |
2015-10-20 | cmake: no timestamp for tag builds | Stanislaw Halik | |
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-20 | all: comments only | Stanislaw Halik | |
2015-10-18 | cmake: regen before making tarball | Stanislaw Halik | |
Updates timestamp as it should. | |||
2015-10-18 | cmake: fix dropbox share invocation | Stanislaw Halik | |
2015-10-18 | tracker: initialize newpose | Stanislaw Halik | |
In newpose[i] = elide_nan(tmp[i], newpose[i]); uninitialized memory can be used. | |||
2015-10-18 | pt: use previous pose on NaN result from POSIT | Stanislaw Halik | |
This will reset dynamic pose resolution if the error persists. | |||
2015-10-18 | accela: also don't poison ewma state with nans | Stanislaw Halik | |
2015-10-18 | cmake: fix tarball invocation | Stanislaw Halik | |
2015-10-18 | accela: elide NaN output values | Stanislaw Halik | |
2015-10-18 | qfc: elide NaN values | Stanislaw Halik | |
2015-10-17 | pt: reformat more | Stanislaw Halik | |
2015-10-17 | pt: reformat posit | Stanislaw Halik | |
2015-10-17 | pt: refactor auto threshold somewhat | Stanislaw Halik | |
2015-10-17 | pt: rename ill-chosen name | Stanislaw Halik | |
2015-10-17 | pt: switch min/max point size to reals | Stanislaw Halik | |
2015-10-17 | cmake: upload tarball to Dropbox but only if I'm the user | Stanislaw Halik | |
2015-10-17 | cmake: add tarball timestamp so it gets rebuilt | Stanislaw Halik | |
2015-10-17 | cmake: don't regen version if none changed | Stanislaw Halik | |
Fixes caused re-link of executable | |||
2015-10-17 | cmake: fix git describe --dirty | Stanislaw Halik | |
2015-10-17 | cmake: retab git module | Stanislaw Halik | |
2015-10-17 | fix tarball target | Stanislaw Halik | |
2015-10-17 | cmake: mark dirty tree | Stanislaw Halik | |