<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack-logic/keybinding-worker.cpp, branch opentrack-2.3.1_fix3</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.1_fix3</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.1_fix3'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-08-10T10:02:00Z</updated>
<entry>
<title>dinput: split from logic module</title>
<updated>2016-08-10T10:02:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-08-10T10:02:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6e7af85c52e994fada7f989f4af2a6e793dedac9'/>
<id>urn:sha1:6e7af85c52e994fada7f989f4af2a6e793dedac9</id>
<content type='text'>
For use in the joystick module.
</content>
</entry>
<entry>
<title>logic/dinput: only ever use a single handle to DIRECTINPUT8 COM object</title>
<updated>2016-07-07T12:15:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-07-07T12:15:18Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5f5ca66c58ad30d0c218b2da904aa3f722e18ebe'/>
<id>urn:sha1:5f5ca66c58ad30d0c218b2da904aa3f722e18ebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>logic/joystick: fix multiple bugs</title>
<updated>2016-06-28T06:12:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-28T06:12:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=68e5a04f438fafd984ac0bf0424fa75294a8dc06'/>
<id>urn:sha1:68e5a04f438fafd984ac0bf0424fa75294a8dc06</id>
<content type='text'>
- the enumerator and the handle list are now static; joysticks were
erroneously destructed during refresh
- setup dinput only once; creating LPDIRECTINPUT8 many times causes
Release() to invalidate all handles
- don't create joystick handles many times; same thing applies
- refresh joy list on failed acquire; usually joystick is unplugged at
that moment leading to endless stderr spam
- use a static mutex as to avoid dinput races

Issue: #315
</content>
</entry>
<entry>
<title>all: split "api" into "api" and "logic"</title>
<updated>2016-06-16T10:35:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-16T10:34:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0760fe011114fa440275b487eaf766b015f40e5b'/>
<id>urn:sha1:0760fe011114fa440275b487eaf766b015f40e5b</id>
<content type='text'>
Here, the "logic" module has all the stuff for building one's own
graphical user interface.

The "api" module has stuff used by other trackers.

While at it, each of "api", "logic", and "compat" need their own export
headers. This is because of preprocessor symbol clashes.

This is all because a change in the "gui"-only dependency required a
relink of all the trackers, protocols, and flters. It takes too long
when building in the release configuration. With the split, only the
"gui" module gets rebuilt. Since it has close to no static dependencies,
it's fast enough.
</content>
</entry>
</feed>
