Subject: CVS commit: wip/fakenes
From: Thomas Klausner
Date: 2006-03-13 19:27:35
Message id: E1FIrlo-0002Nz-BN@sc8-pr-cvs1.sourceforge.net

Log Message:
Update to 0.5.3:

0.5.3:

Changes:
CODE: Cleaned up timing code slightly.
GUI: Removed all remaining hacks leftover from the old GUI menu code.
MISC: Added quick save/quick load feature which uses it's own independant state \ 
slot. Note that quicksave files have an extension of .fsv.
MISC: Cleaned up ROM loading code.
MISC: Made most code that deals with ROM filenames Unicode safe.
MISC: Changed behavior upon task switch while running in windowed modes from \ 
'SWITCH_PAUSE' to 'SWITCH_BACKGROUND'.
MISC: Added callbacks to stop and later resume audio playback when a task switch \ 
occurs while running in fullscreen mode.
MISC: Added region auto-detection for PAL (E) games (currently it defaults to \ 
NTSC for all others). Note that this feature must be enabled from the
System->Region menu by setting Region to 'Automatic'.
NET: Initial work on new NetPlay engine.

0.5.2:

Changes:
AUDIO: Temporarily disabled OpenAL by default - There is nothing wrong with the \ 
code but OpenAL implementations don't like buffers as small as FakeNES
uses, and thus produce silence. That will be fixed when the audio system is \ 
overhauled.
CORE: Fixed a runtime assertion error by adding a check for the existence of \ 
CHR-ROM before attempting to build a CRC32 of it.
GUI: Fixed a bug that caused some GUI fonts to get screwed up after a moveable \ 
dialog was drawn.
NET: Temporarily disabled all references to NetPlay, since it was never \ 
implemented in the first place.

Files:
RevisionActionfile
0modifywip/fakenes/Makefile
0modifywip/fakenes/distinfo