<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/facetracknoir, branch opentrack-2.2a2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.2a2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.2a2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2014-02-10T06:35:59Z</updated>
<entry>
<title>don't load spline config twice</title>
<updated>2014-02-10T06:35:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-02-10T06:35:59Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=733b0ff713eb28c7c4b7dab5d3de423f784f2734'/>
<id>urn:sha1:733b0ff713eb28c7c4b7dab5d3de423f784f2734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also free the second tracker's dialog window</title>
<updated>2014-01-15T21:41:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-15T21:41:53Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=32192e466dc3153f5874123b51f012ef9e562ff4'/>
<id>urn:sha1:32192e466dc3153f5874123b51f012ef9e562ff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>free dialog windows on tracking stoppage</title>
<updated>2014-01-15T18:17:29Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-15T18:17:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a7f72b988b2036892f7219b90f5b094c8b9c2092'/>
<id>urn:sha1:a7f72b988b2036892f7219b90f5b094c8b9c2092</id>
<content type='text'>
This is necessary to make tracker dialogs non-modal, as otherwise
invalid casts occur.
</content>
</entry>
<entry>
<title>switch to new profile after using the 'save as' function</title>
<updated>2014-01-14T06:15:57Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-14T06:15:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=aaa543f3bc04d832f5c3a848eb466b6f76e836c7'/>
<id>urn:sha1:aaa543f3bc04d832f5c3a848eb466b6f76e836c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pitch axis needs inverting too for FT protocol</title>
<updated>2014-01-13T23:03:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T23:03:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0abdc671d5ffe56284b106fd48da2a1abacee6af'/>
<id>urn:sha1:0abdc671d5ffe56284b106fd48da2a1abacee6af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove hatire tracker</title>
<updated>2014-01-13T22:41:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T22:41:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=de354eaca23e275386b3b2365cb4d4e0531377e1'/>
<id>urn:sha1:de354eaca23e275386b3b2365cb4d4e0531377e1</id>
<content type='text'>
hatire tracker's unmaintained, unused and has an obvious crash bug

The following line:
data[frame_cnt] = (long) HAT.Code;

contains an arbitrary offset dereference.

It's obvious now that the code has only been compile-tested.

Because no one reported the issue, it's safe to assume it has no users.

If it gets users and becomes actively maintained, it'll return.

-sh
</content>
</entry>
<entry>
<title>flip tcomp axis for freetrack protocol</title>
<updated>2014-01-13T22:29:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T22:29:11Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=078c82bbb11a077c1e82f9ed4f0f76a7f89cf629'/>
<id>urn:sha1:078c82bbb11a077c1e82f9ed4f0f76a7f89cf629</id>
<content type='text'>
It's the easy way out, for now. Need to align 6DOF conventions of all
available trackers, eventually
</content>
</entry>
<entry>
<title>hopefully work around tracker thread freeze on exit (issue #18)</title>
<updated>2014-01-13T20:31:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T20:31:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f60ced07e25eb48a79645a328b275125b8aa2ea9'/>
<id>urn:sha1:f60ced07e25eb48a79645a328b275125b8aa2ea9</id>
<content type='text'>
Reported-by: @chsims1
Signed-off-by: Stanislaw Halik &lt;sthalik@misaki.pl&gt;
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2014-01-13T07:25:26Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T07:25:26Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=da51315f4b733f7beff00b1d5213e004ffae7155'/>
<id>urn:sha1:da51315f4b733f7beff00b1d5213e004ffae7155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change translation scale back. units in millimeters for most trackers</title>
<updated>2014-01-13T07:23:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-01-13T07:23:11Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=21a6ed9d17d657aa9fc8c6bfa91322307f34c547'/>
<id>urn:sha1:21a6ed9d17d657aa9fc8c6bfa91322307f34c547</id>
<content type='text'>
</content>
</entry>
</feed>
