<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/InputCommon/ControllerInterface/Pipes, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>[Pipe input] Make the commands locale-unaware</title>
<updated>2016-01-20T21:48:22+00:00</updated>
<author>
<name>mathieui</name>
<email>mathieui@mathieui.net</email>
</author>
<published>2016-01-20T21:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=64e2f93f385d5ab5e014a984ebbbd2995c5466cb'/>
<id>64e2f93f385d5ab5e014a984ebbbd2995c5466cb</id>
<content type='text'>
Setting axis values in an automated way should not be locale-aware as
strtod is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting axis values in an automated way should not be locale-aware as
strtod is.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some bugs in Pipe input parsing.</title>
<updated>2015-11-04T04:26:23+00:00</updated>
<author>
<name>spxtr</name>
<email>spextear@gmail.com</email>
</author>
<published>2015-11-04T04:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4faf958fee7e913b04d15d620ffa7d932f7bf65f'/>
<id>4faf958fee7e913b04d15d620ffa7d932f7bf65f</id>
<content type='text'>
If there were two commands in the buffer at once, it would only run the
first because of an error in UpdateInput.

If you sent the command "SET C" it would segfault because of a logic
issue in ParseCommand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there were two commands in the buffer at once, it would only run the
first because of an error in UpdateInput.

If you sent the command "SET C" it would segfault because of a logic
issue in ParseCommand.
</pre>
</div>
</content>
</entry>
<entry>
<title>GC controller input using named pipes</title>
<updated>2015-10-25T03:20:03+00:00</updated>
<author>
<name>spxtr</name>
<email>spextear@gmail.com</email>
</author>
<published>2015-10-25T03:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d9d6cf8eda0d4cd8d0350c1a4e9b5f6b708e084d'/>
<id>d9d6cf8eda0d4cd8d0350c1a4e9b5f6b708e084d</id>
<content type='text'>
Currently only works on unix, but can be extended to other systems. Can
also be extended to do wiimotes.

Searches the Pipes folder for readable named pipes and creates a dolphin
input device out of them. Send controller inputs to the game by writing
to the file. Commands are described in Pipes.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently only works on unix, but can be extended to other systems. Can
also be extended to do wiimotes.

Searches the Pipes folder for readable named pipes and creates a dolphin
input device out of them. Send controller inputs to the game by writing
to the file. Commands are described in Pipes.h.
</pre>
</div>
</content>
</entry>
</feed>
