<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/tracker.cpp, branch opentrack-2.3-rc21p4</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p4</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p4'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-10-18T07:33:24Z</updated>
<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>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>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>
<entry>
<title>main: add relative and absolute center options</title>
<updated>2015-10-02T13:29:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-02T13:29:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=851116d818ddd01d5935c1bba10fe4900771d980'/>
<id>urn:sha1:851116d818ddd01d5935c1bba10fe4900771d980</id>
<content type='text'>
Closes #237
</content>
</entry>
<entry>
<title>main: keybinding for "zero" should reset to PERFECTLY forward</title>
<updated>2015-10-02T13:14:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-02T13:14:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4117f4c65ef98a0dab2381e6ef6a969fb1be5f14'/>
<id>urn:sha1:4117f4c65ef98a0dab2381e6ef6a969fb1be5f14</id>
<content type='text'>
Closes #242
</content>
</entry>
<entry>
<title>tracker: change centering order again</title>
<updated>2015-08-28T10:28:39Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-28T10:28:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e07a72493f6145b55efb305c955032ffd73e94c3'/>
<id>urn:sha1:e07a72493f6145b55efb305c955032ffd73e94c3</id>
<content type='text'>
Needs more testing with PT and other non-inertial trackers.

Issue: #227
</content>
</entry>
<entry>
<title>props changed only</title>
<updated>2015-08-22T17:04:05Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-22T17:02:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=21cd2c012ef23ec3f4b374d82056f1fa1694d904'/>
<id>urn:sha1:21cd2c012ef23ec3f4b374d82056f1fa1694d904</id>
<content type='text'>
Some source files had executable bit on. Remove it.
</content>
</entry>
<entry>
<title>simple-mat: replace initializer_list with variadic ctor</title>
<updated>2015-08-18T06:51:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-18T06:51:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=cfed344344b996aea1e6388031dc20b1d15a25f3'/>
<id>urn:sha1:cfed344344b996aea1e6388031dc20b1d15a25f3</id>
<content type='text'>
Gives us type safety rather than argument count mismatch. Also there's
no more narrowing conversion issue.

Replace usages.

Explicitly delete initializer_list ctor.
</content>
</entry>
<entry>
<title>tracker: no need to run logic() at all</title>
<updated>2015-08-13T07:43:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-13T07:43:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1ea849d0f6f934beb69ed72790f02d079a7ba435'/>
<id>urn:sha1:1ea849d0f6f934beb69ed72790f02d079a7ba435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker: use concise syntax for vector access</title>
<updated>2015-08-13T07:42:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-13T07:42:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0f89e2439ac7a89baf371ce3dd522e96bb933c83'/>
<id>urn:sha1:0f89e2439ac7a89baf371ce3dd522e96bb933c83</id>
<content type='text'>
</content>
</entry>
</feed>
