<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/InputCommon/Src/ControllerInterface, branch 4.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>[InputCommon] Fix a bug in ControllerInterface::UpdateOutput() in ControllerInterface.cpp. The variable ok_count was never incremented, which caused the function to always return false.</title>
<updated>2013-09-18T14:09:32+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-09-18T14:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=af951f467e8757cd2d2fda639aa43dbd88f8dfc7'/>
<id>af951f467e8757cd2d2fda639aa43dbd88f8dfc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "modifier" button functionality et al.</title>
<updated>2013-09-11T22:48:04+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-09-11T22:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ce49964dfea05f63e570891b4c75cde380a7e103'/>
<id>ce49964dfea05f63e570891b4c75cde380a7e103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A bunch of trivial changes to fix clang warnings.</title>
<updated>2013-09-02T02:58:33+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2013-08-29T05:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fd7cf5bb719d0fb04814d9df4a6a783d648dad40'/>
<id>fd7cf5bb719d0fb04814d9df4a6a783d648dad40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with the SDL2.0 release.</title>
<updated>2013-08-15T20:18:40+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-08-15T20:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c3065ecb6697de5a0afda5f39d8231f1ff5d6513'/>
<id>c3065ecb6697de5a0afda5f39d8231f1ff5d6513</id>
<content type='text'>
SDL2.0 removed SDL_HAPTIC_SQUARE because of ABI issues (see comment #7 on issue
6491 by Ryan C. Gordon from the SDL project). It will be reintroduced again in
2.1, so keep the code and #ifdef it away.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SDL2.0 removed SDL_HAPTIC_SQUARE because of ABI issues (see comment #7 on issue
6491 by Ryan C. Gordon from the SDL project). It will be reintroduced again in
2.1, so keep the code and #ifdef it away.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix a memory leak in ExpressionParser.cpp"</title>
<updated>2013-08-09T08:46:11+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-08-09T08:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0aa93080066ca16f7566213c083363dc7690f8cf'/>
<id>0aa93080066ca16f7566213c083363dc7690f8cf</id>
<content type='text'>
This reverts commit cce809ac90cc195f0c88a6cc788b3ff7359083a5.

The code was actually correct: "expr" is never allocated when an error is
returned. This means when the expression parser fails, deleting "expr" means
deleting an uninitialized pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cce809ac90cc195f0c88a6cc788b3ff7359083a5.

The code was actually correct: "expr" is never allocated when an error is
returned. This means when the expression parser fails, deleting "expr" means
deleting an uninitialized pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a memory leak in ExpressionParser.cpp</title>
<updated>2013-08-08T21:56:15+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-08-08T21:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cce809ac90cc195f0c88a6cc788b3ff7359083a5'/>
<id>cce809ac90cc195f0c88a6cc788b3ff7359083a5</id>
<content type='text'>
Because there's a return here, expr should be deleted since it's not assigned to anything before returning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because there's a return here, expr should be deleted since it's not assigned to anything before returning.
</pre>
</div>
</content>
</entry>
<entry>
<title>InputConfigDiag: Add a simple error status label</title>
<updated>2013-07-22T07:19:22+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2013-07-22T06:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bc17798ef26a56e2df3b2145f3cbccccd53d90a2'/>
<id>bc17798ef26a56e2df3b2145f3cbccccd53d90a2</id>
<content type='text'>
This tells you what you did wrong at a high level if you messed up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tells you what you did wrong at a high level if you messed up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up all the GetName methods for XInput2 controls.</title>
<updated>2013-07-20T21:58:02+00:00</updated>
<author>
<name>Max Eliaser</name>
<email>max@meliaserlow.dyndns.tv</email>
</author>
<published>2013-07-20T21:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fe2fe8b6cc847aa7521b8713263fc183fa074947'/>
<id>fe2fe8b6cc847aa7521b8713263fc183fa074947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add X11 XInput2 input plugin, including MPX and with support for axis controls.</title>
<updated>2013-07-20T21:58:02+00:00</updated>
<author>
<name>Max Eliaser</name>
<email>max@meliaserlow.dyndns.tv</email>
</author>
<published>2013-07-10T06:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9fbc5ff27cef0acac37a5a5a1a2c0d060ec226e1'/>
<id>9fbc5ff27cef0acac37a5a5a1a2c0d060ec226e1</id>
<content type='text'>
Based on the original XLib plugin, and thus shares some of its warts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the original XLib plugin, and thus shares some of its warts.
</pre>
</div>
</content>
</entry>
<entry>
<title>ExpressionParser: Parse fully qualified control names correctly</title>
<updated>2013-07-12T17:26:09+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2013-07-12T17:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b64e882ba5f34f63bf588ed2e14ff28247675982'/>
<id>b64e882ba5f34f63bf588ed2e14ff28247675982</id>
<content type='text'>
Without clearing out the "accumulator" for the backtick parsing,
our control name was full of junk (the previous device name) causing
us to not correctly find the control.

Ensure that always we clear the "accumulator" string during backtick
parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without clearing out the "accumulator" for the backtick parsing,
our control name was full of junk (the previous device name) causing
us to not correctly find the control.

Ensure that always we clear the "accumulator" string during backtick
parsing.
</pre>
</div>
</content>
</entry>
</feed>
