From: Forgotten <for...@us...> - 2004-03-20 00:28:26
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11808 Modified Files: ChangeLog Added Files: ChangeLog.1.7.1 Log Message: Final updates --- NEW FILE: ChangeLog.1.7.1 --- 2004-02-07 Forgotten <for...@us...> * src/SDL.cpp (main): disable remove intros option * src/win32/MainWndOptions.cpp (OnUpdateOptionsEmulatorRemoveintrosgba): disable remove intros option * src/win32/MainWnd.cpp: disable remove intros option * src/win32/VBA.cpp: fix power management code * src/win32/MainWnd.cpp (OnMySysCommand): fix power management code * src/win32/MainWndFile.cpp: fix power management code 2004-02-06 Forgotten <for...@us...> * src/Sound.cpp (soundSetQuality): avoid turning sound on if sound off is checked * src/gb/gbSound.cpp (gbSoundSetQuality): avoid turning sound on if sound off is checked * src/GBA.cpp (CPUSoftwareInterrupt): added SWI call to exit emulator 2004-02-05 Forgotten <for...@us...> * src/win32/MainWnd.cpp (FileRun): update battery file more often * src/win32/VBA.cpp (system10Frames): update battery file more often * src/gb/gbMemory.cpp: update battery file more often * src/gb/GB.cpp: update battery file more often * src/System.h: update battery file more often * src/Sram.cpp (sramWrite): update battery file more often * src/SDL.cpp (main): update battery file more often * src/GBA.cpp: update battery file more often * src/Flash.cpp (flashWrite): update battery file more often * src/EEprom.cpp (eepromWrite): update battery file more often 2004-01-30 Forgotten <for...@us...> * src/win32/OpenGL.cpp (render): fix memory leak in OpenGL rendering 2004-01-29 Forgotten <for...@us...> * src/gb/gbCodes.h: fix HALT when no matching in IE and IF 2004-01-28 Forgotten <for...@us...> * src/prof/prof.cpp: fix compile warnings * src/win32/MainWndTools.cpp: switch to use structure functions * src/win32/MainWndFile.cpp: switch to use structure functions * src/win32/VBA.cpp (VBA): use structure instead of individual functions for emulation * src/win32/VBA.h (class VBA): use structure instead of individual functions for emulation * src/win32/MainWnd.cpp: switch to use structure functions * src/System.h: structure for emulator functions * src/win32/MainWnd.cpp (FileRun): save rom size for later use * src/win32/BugReport.cpp (createReport): include cart save strings to bug report 2004-01-25 Forgotten <for...@us...> * src/win32/AboutDialog.cpp (OnInitDialog): fix problem with translator URLs not working correctly and force URL to new site * src/win32/MainWndHelp.cpp (OnHelpFaq): update FAQ URL to new site 2004-01-21 Forgotten <for...@us...> * src/Util.cpp (utilLoad): fix possible memory corruption when loading files with a passed in memory location 2004-01-20 Forgotten <for...@us...> * src/Port.h (READ32LE): big endian updates from flea * src/GBA.cpp: big endian updates from flea * src/Cheats.cpp: big endian updates from flea * src/win32/VBA.cpp (VBA): initialize default GB color palette * src/win32/Direct3D.cpp (initialize): avoid resetting GB colors set by user * src/win32/OpenGL.cpp (initialize): avoid resetting GB colors set by user * src/win32/GDIDisplay.cpp (initialize): avoid resetting GB colors set by user * src/win32/DirectDraw.cpp (initializeOffscreen): avoid resetting GB colors set by user 2004-01-19 Forgotten <for...@us...> * src/gb/GB.cpp (gbEmulate): reset the window line before starting a new frame * src/elf.cpp (elfRead): fix memory leak * src/GBA.cpp (CPULoadRom): avoid crash with invalid ELF file 2004-01-18 Forgotten <for...@us...> * src/win32/FileDlg.cpp (FileDlg): fix problem on 320x240 mode * src/win32/ZoomControl.cpp (OnPaint): fix crash on map/oam/tile viewer 2004-01-16 Forgotten <for...@us...> * win32/GBMemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump * win32/MemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump 2004-01-15 Forgotten <for...@us...> * win32/VBA.cpp: store throttle value 2004-01-14 Forgotten <for...@us...> * win32/VBA.cpp (adjustDestRect): fix multi-mon support * win32/FileDlg.cpp (FileDlg): fix problem on VC 7.1 * win32/MainWnd.cpp (OnActivateApp): fix compile errors on VC 7.1 * win32/GBCheatsDlg.cpp: fix compile errors on VC 7.1 * win32/GBACheats.cpp: fix compile errors on VC 7.1 * bios.cpp: fix compile errors on VC 7.1 Index: ChangeLog =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** ChangeLog 7 Feb 2004 14:07:28 -0000 1.68 --- ChangeLog 20 Mar 2004 00:18:32 -0000 1.69 *************** *** 1,97 **** ! 2004-02-07 Forgotten <for...@us...> ! ! * src/SDL.cpp (main): disable remove intros option ! * src/win32/MainWndOptions.cpp (OnUpdateOptionsEmulatorRemoveintrosgba): disable remove intros option ! * src/win32/MainWnd.cpp: disable remove intros option ! * src/win32/VBA.cpp: fix power management code ! * src/win32/MainWnd.cpp (OnMySysCommand): fix power management code ! * src/win32/MainWndFile.cpp: fix power management code ! ! 2004-02-06 Forgotten <for...@us...> ! ! * src/Sound.cpp (soundSetQuality): avoid turning sound on if sound off is checked ! * src/gb/gbSound.cpp (gbSoundSetQuality): avoid turning sound on if sound off is checked ! * src/GBA.cpp (CPUSoftwareInterrupt): added SWI call to exit emulator ! ! 2004-02-05 Forgotten <for...@us...> ! ! * src/win32/MainWnd.cpp (FileRun): update battery file more often ! * src/win32/VBA.cpp (system10Frames): update battery file more often ! * src/gb/gbMemory.cpp: update battery file more often ! * src/gb/GB.cpp: update battery file more often ! * src/System.h: update battery file more often ! * src/Sram.cpp (sramWrite): update battery file more often ! * src/SDL.cpp (main): update battery file more often ! * src/GBA.cpp: update battery file more often ! * src/Flash.cpp (flashWrite): update battery file more often ! * src/EEprom.cpp (eepromWrite): update battery file more often ! ! 2004-01-30 Forgotten <for...@us...> ! ! * src/win32/OpenGL.cpp (render): fix memory leak in OpenGL rendering ! ! 2004-01-29 Forgotten <for...@us...> ! ! * src/gb/gbCodes.h: fix HALT when no matching in IE and IF ! ! 2004-01-28 Forgotten <for...@us...> ! ! * src/prof/prof.cpp: fix compile warnings ! * src/win32/MainWndTools.cpp: switch to use structure functions ! * src/win32/MainWndFile.cpp: switch to use structure functions ! * src/win32/VBA.cpp (VBA): use structure instead of individual functions for emulation ! * src/win32/VBA.h (class VBA): use structure instead of individual functions for emulation ! * src/win32/MainWnd.cpp: switch to use structure functions ! * src/System.h: structure for emulator functions ! * src/win32/MainWnd.cpp (FileRun): save rom size for later use ! * src/win32/BugReport.cpp (createReport): include cart save strings to bug report ! ! 2004-01-25 Forgotten <for...@us...> ! ! * src/win32/AboutDialog.cpp (OnInitDialog): fix problem with translator URLs not working correctly and force URL to new site ! * src/win32/MainWndHelp.cpp (OnHelpFaq): update FAQ URL to new site ! ! 2004-01-21 Forgotten <for...@us...> ! * src/Util.cpp (utilLoad): fix possible memory corruption when loading files with a passed in memory location ! 2004-01-20 Forgotten <for...@us...> ! * src/Port.h (READ32LE): big endian updates from flea ! * src/GBA.cpp: big endian updates from flea ! * src/Cheats.cpp: big endian updates from flea ! * src/win32/VBA.cpp (VBA): initialize default GB color palette ! * src/win32/Direct3D.cpp (initialize): avoid resetting GB colors set by user ! * src/win32/OpenGL.cpp (initialize): avoid resetting GB colors set by user ! * src/win32/GDIDisplay.cpp (initialize): avoid resetting GB colors set by user ! * src/win32/DirectDraw.cpp (initializeOffscreen): avoid resetting GB colors set by user ! 2004-01-19 Forgotten <for...@us...> ! * src/gb/GB.cpp (gbEmulate): reset the window line before starting a new frame ! * src/elf.cpp (elfRead): fix memory leak ! * src/GBA.cpp (CPULoadRom): avoid crash with invalid ELF file ! 2004-01-18 Forgotten <for...@us...> ! * src/win32/FileDlg.cpp (FileDlg): fix problem on 320x240 mode ! * src/win32/ZoomControl.cpp (OnPaint): fix crash on map/oam/tile viewer ! 2004-01-16 Forgotten <for...@us...> ! * win32/GBMemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump ! * win32/MemoryViewerDlg.cpp (OnLoad): fixed bug loading memory dump ! 2004-01-15 Forgotten <for...@us...> ! * win32/VBA.cpp: store throttle value ! 2004-01-14 Forgotten <for...@us...> ! * win32/VBA.cpp (adjustDestRect): fix multi-mon support ! * win32/FileDlg.cpp (FileDlg): fix problem on VC 7.1 ! * win32/MainWnd.cpp (OnActivateApp): fix compile errors on VC 7.1 ! * win32/GBCheatsDlg.cpp: fix compile errors on VC 7.1 ! * win32/GBACheats.cpp: fix compile errors on VC 7.1 ! * bios.cpp: fix compile errors on VC 7.1 --- 1,38 ---- ! 2004-03-11 Forgotten <for...@us...> ! * src/win32/MainWndFile.cpp: changed import/export battery file to default to battery directory ! 2004-03-10 Forgotten <for...@us...> ! * src/win32/DirectSound.cpp (class DirectSound): make destructor virtual to avoid problems when deleting ! * src/win32/Sound.h (class ISound ): make destructor virtual to avoid problems when changing sound quality ! 2004-03-09 Forgotten <for...@us...> ! * src/elf.cpp (elfCleanUp): fix corruption on ELF clean up ! 2004-03-08 Forgotten <for...@us...> ! * src/win32/MapView.cpp (enableButtons): fix radio button bug using keyboard ! * src/win32/GBMapView.cpp (OnInitDialog): fix radio button bug using keyboard ! * src/win32/MapView.cpp (GetClickAddress): fixes for rot. bgs ! 2004-02-29 Forgotten <for...@us...> ! * src/win32/skin.cpp (GetSkinData): allow for JPEG and PNG images to also be loaded ! 2004-02-24 Forgotten <for...@us...> ! * src/admame.cpp: sync code with Scale2x 2.0 ! * src/Cheats.cpp (cheatsCheckKeys): improve CodeBreaker 0xDxxxxxxx code support ! 2004-02-17 Forgotten <for...@us...> ! * src/win32/skinButton.cpp (OnPaint): fix GDI problems with selected bitmap being deleted ! * src/win32/ZoomControl.cpp (OnPaint): fix GDI problems with selected bitmap being deleted ! * src/win32/PaletteViewControl.cpp (OnPaint): fix GDI problems with selected bitmap being deleted ! * src/win32/MemoryViewer.cpp (OnPaint): fix GDI problems with selected bitmap being deleted ! * src/win32/BitmapControl.cpp (OnDraw): fix GDI problems with selected bitmap being deleted ! * src/win32/VBA.cpp (winSetLanguageOption): patch for searching for base language dll ! * elf.cpp (elfRead): fix problem caused by previous memory leak fix |