<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/InputCommon, 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>Overlay local gameinis over global gameinis instead of copying.</title>
<updated>2013-09-14T15:46:41+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-09-07T21:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=501eafb4075e4b335807824753385835f1954bac'/>
<id>501eafb4075e4b335807824753385835f1954bac</id>
<content type='text'>
Huge megacommit because a lot of things needed to be modified to make this
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Huge megacommit because a lot of things needed to be modified to make this
possible.
</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>Fix up last commit</title>
<updated>2013-07-21T04:51:07+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2013-07-21T04:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bd7ca7625bb415f376859f6375026dc17b0c7182'/>
<id>bd7ca7625bb415f376859f6375026dc17b0c7182</id>
<content type='text'>
I forgot to git add this change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to git add this change.
</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>
</feed>
