mgba/CHANGES

194 lines
9.6 KiB
Plaintext
Raw Normal View History

0.3.0: (Future)
Features:
- Ability to hide individual background layers, or OBJs
- Ability to mute individual audio channels
2015-04-06 06:46:48 +00:00
- Palette viewer
2015-04-08 07:32:29 +00:00
- Volume control
- More shortcuts are editable (e.g. quick save/load)
- Rewind now shows the frame after rewinding
2015-04-15 11:17:28 +00:00
- Import/Export of GameShark/Action Replay snapshots
- Add "Step backwards" item for single increment rewind
2015-04-18 06:55:38 +00:00
- Deadzone estimation for game controllers
- Analog inputs can be used for shortcuts
- Menu items for specific solar sensor brightness levels
- Remappable controls for tilt and gyroscope sensors
2015-04-26 22:00:15 +00:00
- Status messages for actions taken while a game is running (e.g. save/load state)
Bugfixes:
- GBA: Fix timers not updating timing when writing to only the reload register
- All: Fix sanitize-deb script not cleaning up after itself
- Qt: Fix Display object leak when closing a window
2015-04-05 04:12:07 +00:00
- Qt: Fix .deb dependencies
- GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
- Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
2015-04-06 01:06:31 +00:00
- ARM7: Fix SWI and IRQ timings
2015-04-06 09:34:21 +00:00
- GBA Audio: Force audio FIFOs to 32-bit
- GBA Memory: Ensure changing the timing of a DMA reschedules it
- Qt: Fix window not regaining focus after exiting savestate window
- Qt: Fix regression where video would not record if the game had already started
2015-04-13 03:19:02 +00:00
- GBA: Fix rewind boundary conditions
- GBA: Add initial I/O register settings for background matrix registers
- Qt: Fix potential crash if a gamepad causes focus to change
2015-04-16 04:36:07 +00:00
- GBA Memory: Allow SRAM to be 64kB
2015-04-17 07:57:37 +00:00
- Qt: Fix controller axis querying
- GBA Memory: Improve Thumb open bus behavior
- GBA Memory: Fix 32-bit loads from unaddress cartridge space
- Qt: Fix multiplayer windows opening as the wrong size
- Qt: Fix controllers sometimes not loading the right profile
- GBA: Fix hang when loading a savestate if sync to video is enabled
- Debugger: Fix use-after-free in breakpoint clearing code
- Util: Fix resource leak in UTF-8 handling code
- VFS: Fix resource leaks if some allocations fail
- Debugger: Fix boundary conditions in tab completion
- Video: Fix an issue with very long filenames
- SDL: Fix boundary conditions for joystick adjustments
Misc:
- Qt: Show multiplayer numbers in window title
- Qt: Handle saving input settings better
- Debugger: Free watchpoints in addition to breakpoints
- Qt: Move GL frame drawing back onto its own thread
2015-04-26 20:43:30 +00:00
- GBA: Add status log level
- GBA Thread: Add functionality for running callbacks on the GBA thread
2015-04-04 04:25:25 +00:00
0.2.0: (2015-04-03)
Features:
2014-12-15 05:12:08 +00:00
- Support for gamepad axes, e.g. analog sticks or triggers
2014-12-17 06:23:58 +00:00
- Add scale presets for up to 6x
2014-12-22 00:29:56 +00:00
- Settings window
2014-12-22 00:50:55 +00:00
- Bilinear resampling option
- Add option to skip BIOS start screen
2014-12-23 07:00:31 +00:00
- List of recently opened games
2014-12-26 09:39:37 +00:00
- Support for games using the Solar Sensor
2014-12-29 08:48:23 +00:00
- Better audio resampling via blip-buf
2014-12-31 07:23:16 +00:00
- Game Pak overrides dialog for setting savetype and sensor values
- Support for games using the tilt sensor
- Remappable shortcuts for keyboard and gamepad
2015-01-06 07:12:44 +00:00
- Rewinding of emulation
2015-01-08 06:33:16 +00:00
- Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
2015-01-09 10:03:42 +00:00
- Support IPv6
2015-01-11 06:46:59 +00:00
- Save directory of last loaded file
- Support BPS patches
2015-01-10 22:20:09 +00:00
- Automatically detect and optimize out idle loops
2015-01-13 09:18:07 +00:00
- Configurable game overrides
2015-01-25 08:11:05 +00:00
- Support loading 7-Zip files
- Drag and drop game loading
- Cheat code support
2015-02-21 09:54:50 +00:00
- Runtime configurable audio driver
2015-03-09 05:52:52 +00:00
- Libretro core for use with RetroArch and other front-ends
2015-03-16 02:33:38 +00:00
- Controller profiles for setting different bindings for different controllers
2015-03-16 07:10:59 +00:00
- Ability to lock aspect ratio
2015-03-22 00:10:30 +00:00
- Local link cable support
- Ability to switch which game controller is in use per instance
- Ability to prevent opposing directional input
- Warning dialog if an unimplemented BIOS feature is called
2015-04-04 04:25:25 +00:00
- Debugger: Add CLI "frame", frame advance command
- Debugger: Add CLI functions for writing to memory
- Debugger: Add CLI functions for examining memory regions
- Debugger: Add CLI function for writing a register
Bugfixes:
2014-12-20 13:19:16 +00:00
- ARM7: Extend prefetch by one stage
2015-04-04 04:25:25 +00:00
- ARM7: Fix cycle counting for loads
- Debugger: Disassembly now lists PSR bitmasks (fixes #191)
- GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
- GBA: Initialize gba.sync to null
- GBA: Fix timer initialization
2014-12-21 20:47:48 +00:00
- GBA Audio: Support 16-bit writes to FIFO audio
- GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
2015-01-25 00:43:39 +00:00
- GBA BIOS: Fix BIOS prefetch after returning from an IRQ
- GBA BIOS: Fix BIOS prefetch after reset
- GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
2015-04-04 04:25:25 +00:00
- GBA BIOS: Fix BIOS decompression routines with invalid source addresses
- GBA Memory: Fix alignment of open bus 8- and 16-bit loads
- GBA Memory: Fix I cycles that had been moved to ARM7 core
- GBA Memory: Fix cycle counting for 32-bit load/stores
- GBA RR: Fix fallthrough error when reading tags from a movie
2015-04-04 04:25:25 +00:00
- GBA Thread: Fix possible hang when loading an archive
- GBA Thread: Fix possible deadlock in video sync
2015-04-04 04:25:25 +00:00
- Perf: Fix crash when the GBA thread fails to start
- Qt: Fix crash starting a GDB stub if a game isn't loaded
- Qt: Fix crash when adjusting settings after closing a game
- Qt: Fix crash when starting GDB stub after closing a game
- Qt: Fix patch loading while a game is running
- Qt: Fix crash when loading a game after stopping GDB server
- Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
- Qt: Fix crash when attempting to pause if a game is not running
2015-04-04 04:25:25 +00:00
- SDL: Properly clean up if a game doesn't launch
- Util: Fix sockets on Windows
2015-01-25 00:43:39 +00:00
Misc:
2015-04-04 04:25:25 +00:00
- All: Enable link-time optimization
2015-01-25 00:43:39 +00:00
- Debugger: Watchpoints now work on STM/LDM instructions
- Debugger: Clean up GDB stub network interfacing
- Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
- Debugger: Merge Thumb BL instructions when disassembling
- Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
- Debugger: Watchpoints now report address watched (fixes #68)
- Debugger: Add support for soft breakpoints
- Debugger: Make I/O register names be addresses instead of values
2015-02-13 08:56:43 +00:00
- Debugger: Rename read/write commands
2015-04-04 04:25:25 +00:00
- GBA: Improve accuracy of event timing
- GBA: Add API for getting Configuration structs for overrides and input
- GBA: Refactor gba-sensors and gba-gpio into gba-hardware
- GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
- GBA: Move A/V stream interface into core
- GBA: Savestates now take into account savedata state machines (fixes #109)
2015-04-04 04:25:25 +00:00
- GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
- GBA Memory: Simplify memory API and use fixed bus width
- GBA Thread: Make GBASyncWaitFrameStart time out
- GBA Video: Start video at the last scanline instead of the first
- Qt: Optimize logo drawing
- Qt: Move frame upload back onto main thread
2015-03-29 06:14:10 +00:00
- Qt: Remember window position
- Qt: Double-clicking on the window toggles full screen
2015-04-04 04:25:25 +00:00
- Util: Use proper locale for reading and writing float values
2015-01-25 00:43:39 +00:00
0.1.1: (2015-01-24)
Bugfixes:
- ARM7: Fix LDM writeback to a register already written
- GBA: Fix timers 2 and 3 updating incorrectly
- GBA Audio: Make larger buffer sizes than 2048 actually work properly
- GBA Audio: Fix GB audio channels being too quiet (fixes #159)
- GBA Audio: Properly initialize audio FIFO channels
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
- GBA BIOS: Fix BIOS prefetch after returning from a SWI
- GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
- GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
- GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
- GBA BIOS: Fix HuffUnComp boundary conditions
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
- GBA Memory: Properly initialize 1 Mb flash, and add debug logging
- GBA Memory: Filter out top nybble of DMA addresses
- GBA Memory: Properly bounds-check VRAM accesses
- GBA Memory: Fix initial DMA state
- GBA Thread: Allow halted games to exit cleanly
- GBA Video: Fix blend issues with obscured middle layers
- GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
- GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
- GBA Video: Fix window interactions with 16-color mode 0 mosaic
- GBA Video: Fix sprite boundary conditions with mosaic
2015-01-25 00:43:39 +00:00
- GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
- Qt: Fix issue with set frame sizes being the wrong height
- Qt: Fix emulator crashing when full screen if a game is not running
- Qt: Fix window focus issues
- Qt: Properly set default video recording settings
- Qt: Fix a race condition when a game crashes immediately
- Qt: Fix some cases where key mapping can break if focus is adjusted
2015-01-25 00:43:39 +00:00
- Qt: Fix crash if a game pauses before any frames are shown
- Debugger: Negative PC-relative loads now properly subtract the offset
- Debugger: Align PC-relative loads in Thumb
- Debugger: Fix watchpoints triggering too late
- Debugger: Fix binary print putting spaces between digits
2015-01-25 00:43:39 +00:00
- Video: Ensure FFmpeg encoder has audio frames
- Video: Fix uncompressed PCM audio recording
- Video: Fix FFmpeg crashing when the file extension is wrong
2015-01-16 08:11:50 +00:00
- Util: Fix SOCKET_FAILED macro
2014-12-17 06:16:22 +00:00
Misc:
- GBA: Exit cleanly on FATAL if the port supports it
2015-01-25 00:43:39 +00:00
- GBA Memory: Implement 16- and 32-bit loads from SRAM
- Qt: Disable sync to video by default
- Qt: Handle a game crash without crashing
- Qt: Set default log level to FATAL, ERROR and WARN
2014-12-22 06:24:19 +00:00
- Qt: Clarify some phrasing in the menus
- Qt: Clear active buttons when focus is lost
2014-12-15 05:12:08 +00:00
2014-12-14 01:26:11 +00:00
0.1.0: (2014-12-13)
- Initial release