Dolphin SVN r6894

Revision 6894:

Use std::locale() on OS X and std::locale(«») elsewhere.

Revision 6893

Drop support for building on OS X 10.5. It is too much hassle to
work around the limitations of the no longer maintained Xcode 3.1.4
for Leopard. Running a 10.6-built app on 10.5 works fine through
through the use of the 10.5 SDK.

std::locale() seems to be the generally safer way to specify the
default locale and works on Linux and OS X at least. Thanks to
dasmetzelmaennchen for the pointer.

Remove some obsolete SCons related svn:ignores.

Скачать:

r6894 x86 – скачать, зеркало

r6894 x64 – скачать, зеркало

Dolphin SVN r6890

Revision 6890:

Make sure the game list gets created with automatic starts.

When rendering to the main window, the wxGLCanvas should really
be owned by the DolphinWX code for it to be safely freed.
Hack around the problem by just hiding the canvas for now.

Revision 6889

Only update the game list when there may be changes to it.
When just starting and stopping emulation, just hide/show it,
but only if necessary because we are rendering to the main window.

Fixes issue 3460.

Скачать:

r6890 x86 – скачать, зеркало

r6890 x64 – скачать, зеркало

Dolphin SVN r6888

Revision 6888:

Added an option in the game properties to disable the VBeam speed hack. This option may fix games which currently have an unusual FPS rate. For example, this option fixes the crackly audio in Tales of Symphonia. Leave this option turned off unless you’re noticing problems related to the FPS rate because it might slow down the emulator.

Removed the Alternate RFI option as it is no longer needed.

Скачать:

r6888 x86 – скачать, зеркало

r6888 x64 – скачать, зеркало

Dolphin SVN r6887

Revision 6887:

Fix for the error Cannot Convert from charset Windows Japanese cp 932

caused by logwindow initializing the sjisconv in its constructor on systems which do not have the codepage installed (vlite)
fixes issue 3659

Revision 6886

Fix an issue where additional gamecube controllers were configured and not saved when dolphin is
translated. Fixes issue 3936.

Revision 6885

Disable the default PIC generation on OS X. This might make for a
minor performance improvement and also possibly make that platform a
little less prone to problems with ABI assumptions in the JIT code,
although I haven’t measured the first or seen signs of the latter.

Only the GL context needs to be specifically freed when shutting
down OpenGL. The GL canvas is implicitly freed by wxWindow.

Revision 6884

Allow opening a file and starting Dolphin on OS X by clicking
a document icon.

Don’t bother creating the game list until after an automatic
start has finished and with the -b option, not at all.

Revision 6883

Unmark a few strings that should not be translated.
Updated Greek, French, Japanese, Portuguese (Brazilian), Russian translations.
Added Turkish translations thanks to nlgzrgn.

Скачать:

r6887 x86 – скачать, зеркало

r6887 x64 – скачать, зеркало

Dolphin SVN r6882

Revision 6882:

little fix for my last commit

Revision 6881

rework the normal loading now it should be a accurate as real hardware.
more accurate means more slow so no complains about speed lost, will optimize later.
please test for regression, but i hope you will get a nice surprise about this commit :).

Скачать:

r6882 x86 – скачать, зеркало

r6882 x64 – скачать, зеркало

Dolphin SVN r6880

Revision 6880:

Added the fake decrementer to the save state.

Revision 6879

usbgecko:
add some nice messages for SE LED commands.
allow exi communication even if there is no tcp client.

Revision 6878

Compile fix.

Revision 6877

Allow usbgecko to try a range of ports, such that multiple dolphin instances will setup their servers on consecutive ports starting at 55020.

Скачать:

r6880 x86 – скачать, зеркало

r6880 x64 – скачать, зеркало

Dolphin SVN r6876

Revision 6876:

clean a little my last commit and improve accuracy.
thanks to hrydgard and neobrain for the comments

Revision 6875

— Italian translation update

Revision 6874

some adjustments in Normal loading to improve lighting in dx9.

Скачать:

r6876 x86 – скачать, зеркало

r6876 x64 – скачать, зеркало

Dolphin SVN r6873

Revision 6873:

fixes for jit64 twx

Revision 6872

Remove the __APPLE__ workaround for reading config files from a ctor.

‘#’ is a fairly accepted comment character for .ini files along with
the more official ‘;’, but ‘//’ isn’t.

Скачать:

r6873 x86 – скачать, зеркало

r6873 x64 – скачать, зеркало