



 | DolphinWx r5919 [889] | [powerzx], 2010-07-20 00:45:11 |

[Source: http://code.google.com/p/dolphin-emu/source/list]
 Changelog:
JitIL: Implemented linear scan algorithm for register allocation. This is for speed improvement.
dsphle - small mail protocol fix for zelda light type
UDPWii: Broadcasting it's presence on IPv4 to 255.255.255.255 once every 1.5 seconds. 3-arg Set()-s only worked on strings and doubles :P . Added int and bool variants.
Get rid of a number of unnecessary env.Clones. Use SCons' convenient # shorthand for the root of our tree. Also various minor cleanup of SConscripts.
ecify union members of new ARAddr type when printing it.
Some work on cleaning up the FrameAui code. Primarily this fixes the debugger windows for the audio and video plugins. They are now all subclasses of a wxPanel, instead of a mix of wxFrames and wxDialogs. This makes them work correctly in linux, windows (they really didn't before), and most likely on MacOSX too!
A bunch of cleanup and some fixes to ActionReplay: Fixes crashes with certain conditional codes.(such as the Wind Waker test rooms) When these conditions fail, they should skip all lines until a "00000000 40000000"(endif) line is reached.(the endif line was being handled as a regular code) There are still some codes which crash the emu, such as most of the Melee unlock codes. These Melee codes seem to have a bogus first line which tells AR to write .5 MB of
zeros.(without this line they work) Codes from the net do not have this line. (The game inis seem to have some bad codes)
Workaround a bug on Mac OS in witch dolphin would crash whenthe OpenGL config window would be opened. It seems that wxDialog::Center() is completely useless on Mac OS X, and not only useless, but it crashes when the window is bigger than the screen.
Plugin_VideoSoftware fix
The Cg framework is included with Dolphin now.
Make FIFO watermark tightness configurable instead of hardcoding it. To change it, right click the affected game in the iso list, select Properties, and enter some constant for "Watermark tightness". Reasonable values range from 20 to 200. FIFO seems unoverflowable on my computer no matter what I set this value to, so test whether tuning the value helps you ;P |

COMMENTS

|
|