summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-30Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: cmake: cleanup hydra rename gui directory move to subdirectory-based build system cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain file rift-080: forgot ovr_Initialize() rift 025: fix name
2015-10-30cmake: cleanup hydraStanislaw Halik
2015-10-30rename gui directoryStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-30cmake: switch to GNU CC 5.2.0 in mingw-w64 toolchain fileopentrack-2.3-rc20Stanislaw Halik
2015-10-29rift-080: forgot ovr_Initialize()Stanislaw Halik
2015-10-29rift 025: fix nameStanislaw Halik
2015-10-29Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: fix vtable mess xargs sed -i -e s/'FaceTrackNoIR Error/Error/g' support rift 0.2.5, 0.4.2, 0.8.0 rift: finish 0.2.5 support buffer flush rename "clientfiles/" to "contrib/" as customary add dropbox uploader to contrib add description on wiki for camera offset
2015-10-29fix vtable messStanislaw Halik
2015-10-29xargs sed -i -e s/'FaceTrackNoIR Error/Error/g'Stanislaw Halik
2015-10-29support rift 0.2.5, 0.4.2, 0.8.0Stanislaw Halik
Issue: #263
2015-10-29rift: finish 0.2.5 supportStanislaw Halik
2015-10-28buffer flushStanislaw Halik
2015-10-28rename "clientfiles/" to "contrib/" as customaryStanislaw Halik
2015-10-27add dropbox uploader to contribStanislaw Halik
2015-10-26settings: prettifytrackhat-1.1p3Stanislaw Halik
2015-10-26ui: make settings window smallerStanislaw Halik
Move stuff around.
2015-10-26ui: now choose model through comboboxStanislaw Halik
Resize images for smaller binary.
2015-10-26add description on wiki for camera offsetStanislaw Halik
2015-10-26add description on wiki for camera offsetStanislaw Halik
2015-10-26settings ui: resizeStanislaw Halik
2015-10-26Merge branch 'unstable' into trackhatStanislaw 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-26main: use camera-based centering by defaultStanislaw Halik
2015-10-26settings: clarify center method usageStanislaw Halik
2015-10-25accela: fix typoopentrack-2.3-rc19p3Stanislaw Halik
Issue: #255
2015-10-25win32: try win_key with modifier firstStanislaw Halik
2015-10-25shortcuts: remove obsolete code on win32Stanislaw Halik
Now that dinput catches keystrokes, it's not needed
2015-10-25shortcuts: allow for numpad on win32Stanislaw Halik
Closes #259
2015-10-25qfc: drop nan checkStanislaw Halik
Bug cause was different
2015-10-25pt: drop nan checkStanislaw Halik
Bug cause was different
2015-10-25shortcuts: allow for numlock on win32Stanislaw Halik
2015-10-24accela: remove too many nan checksStanislaw Halik
`opentrack/tracker.cpp` takes care of that.
2015-10-24timer: guard against overflow on win32Stanislaw Halik
2015-10-24accela: remove "done" logicStanislaw Halik
2015-10-24timer: sprinkle some constStanislaw Halik
2015-10-24shortcuts: allow for binding same key to multiple functionsStanislaw Halik
Closes #258
2015-10-24qfc: guard against unlikely division by zeroStanislaw Halik
2015-10-22cmake: update toolchain fileStanislaw Halik
2015-10-21Merge branch 'unstable' into trackhattrackhat-1.1p2Stanislaw 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-21cmake: update toolchain fileStanislaw Halik
2015-10-20shortcuts: fix osx/linux keystrokes persistingopentrack-2.3-rc19p2Stanislaw Halik
2015-10-20cmake: fix copy-paste commentStanislaw Halik
2015-10-20cmake: add toolchain file for OSXStanislaw Halik
2015-10-20cmake: add osx policy to make it shutupStanislaw Halik
2015-10-20x-plane: ignore diagnosticStanislaw Halik
2015-10-20osx: nix warningStanislaw Halik
2015-10-20gitattributes: more text extensions to eol=lfStanislaw Halik
2015-10-20cmake: timestamp logic simplify/fixStanislaw Halik
2015-10-20cmake: no timestamp for tag buildsStanislaw Halik
2015-10-20all: update copyright where appropriateStanislaw Halik