<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-hydra/ftnoir_tracker_hydra.cpp, branch trackhat-opentrack-3.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-3.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-3.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2019-01-16T06:48:18Z</updated>
<entry>
<title>tracker/hydra: fix scary logic error</title>
<updated>2019-01-16T06:48:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-12-28T02:22:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a80b8da2d303c666f97460347a36e454bff83c5b'/>
<id>urn:sha1:a80b8da2d303c666f97460347a36e454bff83c5b</id>
<content type='text'>
The sixense library checks for the `WIN32` (no underscore). Define that
macro in case `_WIN32` is defined.
</content>
</entry>
<entry>
<title>modernize only</title>
<updated>2018-07-08T21:20:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-07-08T21:20:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=90940a774eab876c38d5cef981b4be5bae67a462'/>
<id>urn:sha1:90940a774eab876c38d5cef981b4be5bae67a462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: add status check for modules</title>
<updated>2017-12-04T11:19:26Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-12-03T21:23:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b256886a5cb9f2ae3ebda70a2045b19ed9f4233e'/>
<id>urn:sha1:b256886a5cb9f2ae3ebda70a2045b19ed9f4233e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>static constexpr -&gt; constexpr</title>
<updated>2017-10-29T08:41:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-10-29T08:21:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=33aa2b6bbbf6edbe2d0173a03a9869e7ed7a2660'/>
<id>urn:sha1:33aa2b6bbbf6edbe2d0173a03a9869e7ed7a2660</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get rid of "volatile" abuse</title>
<updated>2017-06-18T16:48:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-06-18T16:19:17Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e88c7b29ea9ec9fcd6ac6b15c965085152100d2e'/>
<id>urn:sha1:e88c7b29ea9ec9fcd6ac6b15c965085152100d2e</id>
<content type='text'>
We heavily used "volatile bool" to check if the thread
loop should stop. But this functionality is already
provided by Qt5's QThread::requestInterruption.

In other cases, "volatile" is wonderfully
underspecified so it's better to ditch its usage in
favor of std::atomic&lt;t&gt;. At the time we don't appear to
be using the "volatile" keyword except when calling
win32's Interlocked*() family of functions as
necessary.

In freetrackclient's header the "volatile" qualifier
was used as part of a typedef. This doesn't work. Use
it as part of data declaration.
</content>
</entry>
<entry>
<title>tracker/{hydra,rift-{025,042,080,140}}: license the code</title>
<updated>2016-11-29T04:30:08Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-11-29T04:30:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=05ef8b437c026f78fb43010311dcc169e3112bb9'/>
<id>urn:sha1:05ef8b437c026f78fb43010311dcc169e3112bb9</id>
<content type='text'>
@mm0zct granted permission as per:

Return-Path: &lt;mm0zct@gmail.com&gt;
Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49])
	by nilaya.lain.pl (Postfix) with ESMTPS id EA0663FEB9
	for &lt;sthalik@misaki.pl&gt;; Fri, 18 Nov 2016 19:35:16 +0100 (CET)
Message-ID: &lt;CALeTJ=dHprFe_SepvYR7ioc+wdR4zr9gJibt3rujQw8DuasKxA@mail.gmail.com&gt;
From: chris thompson &lt;mm0zct@gmail.com&gt;
Subject: Re: small rift copyright issue
To: Stanislaw Halik &lt;sthalik@misaki.pl&gt;

[...] his email hereby grants you permission to re-license that code
however suits you best. [...]

Signed-off-by: Stanislaw Halik &lt;sthalik@misaki.pl&gt;
</content>
</entry>
<entry>
<title>modules: make names unique</title>
<updated>2016-11-04T18:48:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-11-04T18:15:54Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b89699c7551f768bf4ff47820543f8c7b8c794af'/>
<id>urn:sha1:b89699c7551f768bf4ff47820543f8c7b8c794af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>many: remove compat/pi-constant.hpp</title>
<updated>2016-09-21T10:01:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-21T10:01:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=107570e6288d266825724010a6f0149eaaac40db'/>
<id>urn:sha1:107570e6288d266825724010a6f0149eaaac40db</id>
<content type='text'>
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and
friends.

Since this preprocessor definition is now always passed as part
of the build system for MSVC. We can use M_PI as if on a
mission.
</content>
</entry>
<entry>
<title>all: rename modules s#^opentrack-##. and opentrack -&gt; api</title>
<updated>2016-08-12T16:00:49Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-08-12T16:00:49Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9040b187a1c4fa380f8a12207b9dd6d04b3a10ac'/>
<id>urn:sha1:9040b187a1c4fa380f8a12207b9dd6d04b3a10ac</id>
<content type='text'>
Adjust usages.
</content>
</entry>
<entry>
<title>some: replace hardcoded pi values with the same pi constant</title>
<updated>2016-07-19T05:17:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-18T10:14:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a9b804e18c811c781a099a70b960f5bbde61257d'/>
<id>urn:sha1:a9b804e18c811c781a099a70b960f5bbde61257d</id>
<content type='text'>
We can't depend on M_PI existing after including cmath.
</content>
</entry>
</feed>
