<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>GUI: Fix truncated text on OS X</title>
<updated>2016-06-23T12:17:53+00:00</updated>
<author>
<name>hthh</name>
<email>hthh@hh.ht</email>
</author>
<published>2016-06-23T11:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=45ad585bafa40bdb19b659d64aa88d01c763ccaf'/>
<id>45ad585bafa40bdb19b659d64aa88d01c763ccaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Analytics: Implement UI.</title>
<updated>2016-06-19T00:55:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-18T01:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=63dab254e06a3aee934609663251d8bce7b1dac4'/>
<id>63dab254e06a3aee934609663251d8bce7b1dac4</id>
<content type='text'>
* Opt-in popup on first start.
* Checkbox and button in the main config dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Opt-in popup on first start.
* Checkbox and button in the main config dialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an Analytics reporting system.</title>
<updated>2016-06-19T00:55:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-18T00:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=121f27036725f62c72857bf06f1e58b2a772b1cc'/>
<id>121f27036725f62c72857bf06f1e58b2a772b1cc</id>
<content type='text'>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOProperties/GameListCtrl: Use Global INI Change event.</title>
<updated>2016-05-29T14:49:11+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-05-29T14:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=309d0e59f4697fdfc2763c7d3ee0075c514abe9b'/>
<id>309d0e59f4697fdfc2763c7d3ee0075c514abe9b</id>
<content type='text'>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>ActionReplay: UI Consistency and Cleanup</title>
<updated>2016-05-29T13:33:24+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-04-22T10:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6ab1b2747714179783d0a2946acc9408eef2d950'/>
<id>6ab1b2747714179783d0a2946acc9408eef2d950</id>
<content type='text'>
Cleanup code style.

Move ActionReplay code-&gt;INI saving into ActionReplay namespace.

Threadsafety Cleanup: ActionReplay is accessed from the Host, Emu
and CPU Threads so the internal storage needs to be protected by a
lock to prevent vectors/strings being deleted/moved while in use by
the CPU Thread.

UI Consistency: Make ARCodes behave like Gecko Codes - only apply
changes when Apply is pressed. Save changes to INI from CheatsWindow.

ISOProperties/CheatsWindow now synchronize with each other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup code style.

Move ActionReplay code-&gt;INI saving into ActionReplay namespace.

Threadsafety Cleanup: ActionReplay is accessed from the Host, Emu
and CPU Threads so the internal storage needs to be protected by a
lock to prevent vectors/strings being deleted/moved while in use by
the CPU Thread.

UI Consistency: Make ARCodes behave like Gecko Codes - only apply
changes when Apply is pressed. Save changes to INI from CheatsWindow.

ISOProperties/CheatsWindow now synchronize with each other.
</pre>
</div>
</content>
</entry>
<entry>
<title>ActionReplay: Fix ISOProperties corrupting active code set</title>
<updated>2016-05-29T13:33:24+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-04-19T21:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=25b072ff2ba6839b300b05a45ce76e94d84ded32'/>
<id>25b072ff2ba6839b300b05a45ce76e94d84ded32</id>
<content type='text'>
ISOProperties loads codes using ActionReplay::LoadCodes which actually applies
the codes to the global state. If a game is running then that games receives
all the codes (and ACTIVE status) from the second game being shown in
ISOProperties which is not desirable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ISOProperties loads codes using ActionReplay::LoadCodes which actually applies
the codes to the global state. If a game is running then that games receives
all the codes (and ACTIVE status) from the second game being shown in
ISOProperties which is not desirable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3857 from JosJuice/update-language-list</title>
<updated>2016-05-29T13:22:16+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-05-29T13:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0fa9233c1acb91c89f1cecad1340621e375dc083'/>
<id>0fa9233c1acb91c89f1cecad1340621e375dc083</id>
<content type='text'>
Add more languages, and remove Hebrew because it's very incomplete</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add more languages, and remove Hebrew because it's very incomplete</pre>
</div>
</content>
</entry>
<entry>
<title>Add more languages, and remove Hebrew because it's very incomplete</title>
<updated>2016-05-25T21:33:18+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2016-05-23T06:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3d62b1ced7319bf80decc29fcf4de0a8359d721a'/>
<id>3d62b1ced7319bf80decc29fcf4de0a8359d721a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Fix Gamelist encoding bug</title>
<updated>2016-05-23T22:47:30+00:00</updated>
<author>
<name>Anthony Serna</name>
<email>aserna3@gmail.com</email>
</author>
<published>2016-05-23T22:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=44677ce7d5877118fb7fc57fbf85d12f1cad6487'/>
<id>44677ce7d5877118fb7fc57fbf85d12f1cad6487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3794 from EmptyChaos/frame-advance-race</title>
<updated>2016-05-22T19:19:16+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-05-22T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=08d45b9fea67714610cc6fdbe41e7bf1262816df'/>
<id>08d45b9fea67714610cc6fdbe41e7bf1262816df</id>
<content type='text'>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</pre>
</div>
</content>
</entry>
</feed>
