<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/facetracknoir, branch stable/2.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=stable%2F2.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=stable%2F2.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-07-28T05:59:39Z</updated>
<entry>
<title>fix Linux "make all" completely</title>
<updated>2015-07-28T05:59:39Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-28T05:59:39Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a7941f6dcad548bfbd6e8c5a5b7ebcb83d9c1df6'/>
<id>urn:sha1:a7941f6dcad548bfbd6e8c5a5b7ebcb83d9c1df6</id>
<content type='text'>
Closes #209
</content>
</entry>
<entry>
<title>fix Linux build</title>
<updated>2015-07-28T04:59:05Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-28T04:59:05Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dfdfe5f030f75399d6f0c93c56e7aa0b84c30e9e'/>
<id>urn:sha1:dfdfe5f030f75399d6f0c93c56e7aa0b84c30e9e</id>
<content type='text'>
Fixes #208
</content>
</entry>
<entry>
<title>reorder, pedantry</title>
<updated>2014-09-19T08:25:25Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-19T08:25:25Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=00097d4c2d272bda38e5ebdaa6dffc41a59eba33'/>
<id>urn:sha1:00097d4c2d272bda38e5ebdaa6dffc41a59eba33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup mapping code</title>
<updated>2014-09-19T07:53:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-19T07:45:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=06416c1581409b1fd0737fa8ce7370f58cbdc417'/>
<id>urn:sha1:06416c1581409b1fd0737fa8ce7370f58cbdc417</id>
<content type='text'>
There was quite a bit of duplicated logic, which wasn't duplicated where
it needed to be.

Make functions out of the duplicated bits, then call where appropriate.

Issue: #56
</content>
</entry>
<entry>
<title>cleanup qfc</title>
<updated>2014-09-18T05:39:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-18T05:24:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=cf5ab7886e8228d1622566cc59277bcf089199a9'/>
<id>urn:sha1:cf5ab7886e8228d1622566cc59277bcf089199a9</id>
<content type='text'>
Issue: #44

Remove confusing logic and retarded comments by the usual offender. Change
prototypes a bit for clarity's sake again.
</content>
</entry>
<entry>
<title>Revert "initialize COM on _WIN32 as per Win32 API"</title>
<updated>2014-09-18T02:20:20Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-18T02:20:20Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=73a6c374bd9233b2f1fd9696a69983bb3b7d5563'/>
<id>urn:sha1:73a6c374bd9233b2f1fd9696a69983bb3b7d5563</id>
<content type='text'>
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb.

Issue: #53

Ironically breaks Windows open/save dialogs
</content>
</entry>
<entry>
<title>add remap labels</title>
<updated>2014-09-17T12:19:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-17T12:19:04Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d4dc0006fba2ce43fb09c47f1124df9c82836ddd'/>
<id>urn:sha1:d4dc0006fba2ce43fb09c47f1124df9c82836ddd</id>
<content type='text'>
Issue: #52
</content>
</entry>
<entry>
<title>nix explicit malloc</title>
<updated>2014-09-17T10:41:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-17T10:40:39Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=679f424c250a38473c82bf1f997b75fbea4d3758'/>
<id>urn:sha1:679f424c250a38473c82bf1f997b75fbea4d3758</id>
<content type='text'>
simplifies, allows for copy operator
</content>
</entry>
<entry>
<title>initialize COM on _WIN32 as per Win32 API</title>
<updated>2014-09-17T06:07:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-17T06:07:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4fdc2d9b3733f2b8d3edd4e10fdba0b7a525ae22'/>
<id>urn:sha1:4fdc2d9b3733f2b8d3edd4e10fdba0b7a525ae22</id>
<content type='text'>
For API correctness only. It worked without issues since ever.
</content>
</entry>
<entry>
<title>keep using raw headpose in ui</title>
<updated>2014-09-17T03:32:05Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2014-09-17T03:21:55Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f8b65030eefbb8bf7ce09d5c0adbfd3192f1cf24'/>
<id>urn:sha1:f8b65030eefbb8bf7ce09d5c0adbfd3192f1cf24</id>
<content type='text'>
Issue: #52
</content>
</entry>
</feed>
