From: <for...@us...> - 2004-02-07 14:12:28
|
Update of /cvsroot/vba/VisualBoyAdvance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26417 Modified Files: ChangeLog NEWS Log Message: Update news/changelog for version 1.7.1 Index: ChangeLog =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** ChangeLog 4 Nov 2003 14:13:57 -0000 1.66 --- ChangeLog 7 Feb 2004 13:59:56 -0000 1.67 *************** *** 1,157 **** ! 2003-09-03 Forgotten <for...@us...> ! ! * src/armdis.cpp: fixed thumb disassembly bug with ldsb and ldrh opcodes ! ! 2003-08-23 Forgotten <for...@us...> ! ! * src/win32/Win32.cpp (updateRenderMethod0): return true if render type did not change ! * src/bios.cpp (BIOS_CpuSet): fixed bug introduced in previous fix ! * src/GBA.cpp (CPULoop): fixed slowdown problem introduced in version 1.6 ! ! 2003-08-09 Forgotten <for...@us...> ! ! * src/GBA.cpp (CPUCheckDMA): fix minor DMA problem introduced with previous fixes ! * src/GBA.cpp: fix DMA timings and add DMA hack fix ! * src/Util.cpp (utilGBAFindSave): change search slightly ! * src/agbprint.cpp (agbPrintWrite): return true to avoid warning message ! * src/win32/TileViewer.cpp (OnMapInfo): fixed tile information when in 256 color mode ! * src/win32/Win32.cpp (initApp): fix bug when initially switching to INI ! ! 2003-08-02 Forgotten <for...@us...> ! ! * src/win32/TileViewer.cpp (render): fixed TileViewer for 256 color display (incorrect tile and address) ! ! 2003-08-01 Forgotten <for...@us...> ! ! * src/win32/Win32.cpp (initApp): changed default rewind interval to 0 (disabled) ! * src/bios.cpp (BIOS_CpuFastSet): fixed ! * src/bios.cpp (BIOS_CpuSet): fixed ! ! 2003-07-21 Forgotten <for...@us...> ! ! * src/win32/Win32.cpp (fileMoviePlay): added message when playing movie ! * src/Sound.cpp (soundTick): produce mute sound while in sleep state ! * src/GBA.cpp (CPULoop): improve stop state/sleep support ! ! 2003-07-19 Forgotten <for...@us...> ! ! * src/win32/Win32.cpp (updateFileMenu): allow customize in fullscreen (not at 320x240 though) ! ! 2003-07-18 Forgotten <for...@us...> ! ! * src/win32/MapView.cpp (renderTextScreen): fixed rendering when 512x512 ! * src/win32/MapView.cpp (GetTextClickAddress): fixed click address for text screens when size > 256 ! ! 2003-07-16 Forgotten <for...@us...> ! ! * src/Sound.cpp (soundEvent): fix sound envelope bug when set to 0 ! ! 2003-07-15 Forgotten <for...@us...> ! ! * src/TestEmu.cpp (systemGbBorderOn): fixed TestEmu compilation ! * src/SDL.cpp: added save type NONE support ! * src/win32/Win32.cpp (helpBugReport): fixed bug with bug report when emulating GB/GBC program ! ! 2003-07-13 Forgotten <for...@us...> ! ! * src/Util.cpp (utilGBAFindSave): added enhanced save type detection ! ! 2003-07-09 Forgotten <for...@us...> ! * src/SDL.cpp: rewind default to disabled ! * src/win32/Win32.cpp: rewind default to disabled ! * src/win32/RewindInterval.cpp (OnOk): allow a rewind interval between 0 and 600 seconds - 0 to disable it ! * src/win32/Win32.cpp (fileMoviePlay): put a warning when playing a movie ! * src/GBA.cpp (CPUReadState): fix sound problem loading old save states ! ! 2003-07-08 Forgotten <for...@us...> ! ! * src/armdis.cpp: fixed thumb disassembly bug ! * src/win32/Win32.cpp: fix rewind enable and reset when loading a game ! * src/win32/Reg.cpp (regQueryBinaryValue): fix problem saving binary settings into INI ! ! 2003-07-05 Forgotten <for...@us...> ! ! * src/Mode0.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! * src/Mode1.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! * src/Mode2.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! * src/Mode3.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! * src/Mode4.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! * src/Mode5.cpp (mode0RenderLineAll): fixed priority between OBJ Win and Windows ! ! 2003-07-04 Forgotten <for...@us...> ! ! * src/win32/Win32.cpp: menu toggle can have a customizable accelerator ! * src/win32/Commands.cpp: added file toggle menu ! ! 2003-07-02 Forgotten <for...@us...> ! ! * src/SDL.cpp: fixed type on pause-when-inactive option ! ! 2003-06-29 Forgotten <for...@us...> ! * src/win32/Reg.cpp (regExportSettingsToINI): also exporting settings for viewers ! 2003-06-28 Forgotten <for...@us...> ! * src/win32/Win32.cpp (WindowProc): added rewind interval configuration ! * src/bios.cpp (BIOS_SndDriverJmpTableCopy): simple emulation of function 0x2a ! 2003-06-26 Forgotten <for...@us...> ! * src/win32/Win32.cpp: added movie version for future updates ! 2003-06-25 Forgotten <for...@us...> ! * src/win32/Win32.cpp (helpFAQ): added FAQ menu to take to website ! 2003-06-24 Forgotten <for...@us...> ! * src/win32/Win32.cpp (helpBugReport): added bug report option ! * src/SDL.cpp: added rewind support ! 2003-06-21 Forgotten <for...@us...> ! * src/GBA.cpp (CPULoadRom): speed up loading ! 2003-06-20 Forgotten <for...@us...> ! * src/gb/GB.cpp: added rewind support ! 2003-06-19 Forgotten <for...@us...> ! * src/Cheats.cpp (cheatsCheckKeys): added support for slowdown codes ! * src/elf.cpp (elfGetAddressSymbol): fix crash debugging the initialization code ! 2003-06-17 Forgotten <for...@us...> ! * src/GBA.cpp: added rewind support ! * src/Win32.cpp: added rewind support ! * src/Util.cpp: added memory gzip support for rewind ! 2003-06-15 Forgotten <for...@us...> ! * src/Gfx.h (gfxDrawSprites): emulate sprite priority bug ! * src/GBA.cpp: fix for DMA emulation problems ! 2003-06-13 Forgotten <for...@us...> ! * src/SDL.cpp: support for automatic SGB border ! * src/win32/Win32.cpp (systemGbBorderOn): support for automatic SGB border ! * src/gb/gbSGB.cpp: added support for automatic SGB border ! * src/GBA.cpp: fixed bug with enable/disable layers introduced in version 1.5.1 ! 2003-06-12 Forgotten <for...@us...> ! * src/SDL.cpp: added sound off/enable support ! * src/VisualBoyAdvance.cfg: added sound off/enable flags ! * src/win32/Win32.cpp: added auto hide menu support ! * src/GBA.cpp, src/gb/GB.cpp: code cleanup ! 2003-06-11 Forgotten <for...@us...> ! * src/win32/Win32.cpp: added movie support ! 2003-06-10 Forgotten <for...@us...> ! * GBACheats.cpp: fixed bug with enable/disable cheats --- 1,94 ---- ! 2004-02-07 Forgotten <for...@us...> ! * 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: NEWS =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/NEWS,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** NEWS 9 Dec 2003 21:53:40 -0000 1.54 --- NEWS 7 Feb 2004 13:59:56 -0000 1.55 *************** *** 1,2 **** --- 1,32 ---- + Version 1.7.1: + Core changes: + - added SWI call (0xf9 in thumb mode) to exit emulator in SDL version + - avoid crash when loading an invalid ELF file + - avoid turning sound on if soundOffFlag is true + - fixed memory leak in ELF support code + - fixed memory corruption if loading a bigger file than the memory to hold it + - fixed some compile warnings in the profiling code + - merged some big endian fixes into the code + - update battery files more often (a bit after the save memory is last updated) + + Gameboy: + - fixed bug with window support introduced in version 1.7 + - fixed HALT bug when no matching bits for interrupt + + Windows: + - added cartridge save strings to bug report + - changed default button on disassembly views to Go instead of Close + - changed power management/screen saver disabling code again to avoid problems + - fixed compilation problems on VC 7 + - fixed multi-monitor support + - fixed bug loading memory dumps + - fixed crash onb map/oam/tile viewers + - fixed problem 320x240 mode open/save dialogs + - fixed bug where user selected Gameboy colors were reset and not stored + - fixed bug rendering the translator URL + - fixed memory leak in OpenGL code which caused nasty problems + - store throttle value between restarts of the emulator + - updated FAQ and URL links to the new site + Version 1.7: Core changes: |