<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack, branch trackhat-1.1p2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.1p2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.1p2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-10-21T18:52:20Z</updated>
<entry>
<title>Merge branch 'unstable' into trackhat</title>
<updated>2015-10-21T18:52:20Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-21T18:44:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a815d8dfe1b452e0cab9b588a9d4ec4650a5bdda'/>
<id>urn:sha1:a815d8dfe1b452e0cab9b588a9d4ec4650a5bdda</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>shortcuts: fix osx/linux keystrokes persisting</title>
<updated>2015-10-20T07:07:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-20T07:07:45Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6e5694f995454b48478e30abf432bb78dedd81c1'/>
<id>urn:sha1:6e5694f995454b48478e30abf432bb78dedd81c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update copyright where appropriate</title>
<updated>2015-10-20T01:26:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-20T01:24:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d9746e7d4c4f7ed687c23b746914a9c5af8e9b49'/>
<id>urn:sha1:d9746e7d4c4f7ed687c23b746914a9c5af8e9b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker: initialize newpose</title>
<updated>2015-10-18T07:33:24Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-18T07:33:24Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=55de6ead40cd7120cfd798715cbfc57eb05b417d'/>
<id>urn:sha1:55de6ead40cd7120cfd798715cbfc57eb05b417d</id>
<content type='text'>
In

	newpose[i] = elide_nan(tmp[i], newpose[i]);

uninitialized memory can be used.
</content>
</entry>
<entry>
<title>cmake: generate version.cc</title>
<updated>2015-10-17T09:06:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T09:06:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5f20a56e3d948d44a856a529d490e330a1adb57f'/>
<id>urn:sha1:5f20a56e3d948d44a856a529d490e330a1adb57f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker: check for NaN values</title>
<updated>2015-10-17T08:51:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T08:51:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9af18404a44f68a3d65bf30843abc99b27ed68f7'/>
<id>urn:sha1:9af18404a44f68a3d65bf30843abc99b27ed68f7</id>
<content type='text'>
Issue: #255
</content>
</entry>
<entry>
<title>shortcuts: actually print screen binding works</title>
<updated>2015-10-17T06:36:25Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T06:36:16Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=86418fa6feeb199df96146ba2343f4b9fdb54c21'/>
<id>urn:sha1:86418fa6feeb199df96146ba2343f4b9fdb54c21</id>
<content type='text'>
It works only if Dropbox doesn't hook the key

Issue: #257
</content>
</entry>
<entry>
<title>shortcuts: alias right modifier keys to left modifier keys</title>
<updated>2015-10-17T06:34:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T06:33:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c47260fbc4045d62063ba7f952fda1b46e0a10ea'/>
<id>urn:sha1:c47260fbc4045d62063ba7f952fda1b46e0a10ea</id>
<content type='text'>
Issue: #257
Closes #257
</content>
</entry>
<entry>
<title>shortcuts: allow for binding scroll lock and pause/break</title>
<updated>2015-10-17T06:34:01Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-17T06:33:12Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=59897ded74a13e2a31a60f9443a64a59e97bb386'/>
<id>urn:sha1:59897ded74a13e2a31a60f9443a64a59e97bb386</id>
<content type='text'>
Print screen doesn't seem to work.

Issue: #257
</content>
</entry>
<entry>
<title>allow for filter immediate center</title>
<updated>2015-10-16T19:38:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-16T19:38:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=95f542365f6f1cd043c7b3090a67d269d6dde58b'/>
<id>urn:sha1:95f542365f6f1cd043c7b3090a67d269d6dde58b</id>
<content type='text'>
</content>
</entry>
</feed>
