Releases: Rosalie241/RMG
Releases Β· Rosalie241/RMG
v0.4.6
Changes
- Fix copying a string out-of-bounds in RMG-Core
- Fix memory leak in GLideN64 (see gonetz/GLideN64#2792)
- Add experimental support for wayland on linux (you can enable it by setting
RMG_WAYLAND
to1
) - Add RMG, mupen64plus and n64 keywords to the desktop file (thank you @loganmc10)
- Add joystick hat support to RMG-Input
- Add native vulkan support (video plugins can now use vulkan natively without having to use OpenGL for presentation, see mupen64plus/mupen64plus-core#1022)
- Add current render mode to the status bar (OpenGL or Vulkan)
- Add information regarding the On-Screen display to the OSD tab of the settings dialog (the OSD will only work with OpenGL video plugins)
- Improve build process by building with LTO and stripping release binaries
- Update mupen64plus-video-parallel
v0.4.5
Changes
- Fix "Change" buttons in the transfer pak tab of the options dialog of RMG-Input not working since v0.4.2
v0.4.4
Changes
- Fix memory leak when using a 64DD disk in an archive
- Fix fallback of mupen64plus-rsp-hle not working on first run
- Fix 'Screenshot Captured' OSD message not appearing when using controller hotkeys (see mupen64plus/mupen64plus-core#1014)
- Fix dynamic recompiler crashing on ARM64 since v0.4.1
- Add support for joysticks/triggers for hotkeys in RMG-Input
- Add hotkeys for increasing and decreasing the save state slot in RMG-Input
- Add hotkeys for switching controller paks in RMG-Input
- Improve deadzone and sensitivity code in RMG-Input (thank you @JaxonWasTaken)
v0.4.3
Changes
- Fix minor corruption issues when using GLideN64 in Wave Race 64 and Space Station Silicon Valley (see gonetz/GLideN64#2789)
- Fix some potential issues with out of bounds RDRAM reads (thank you @loganmc10, see mupen64plus/mupen64plus-core#1009)
- Fix ROM browser not updating entries when they've changed in the ROM database
- Fix mupen64plus-rsp-hle not having a fallback configured (fixes Xeno Crisis not booting with mupen64plus-rsp-hle)
- Fix Xeno Crisis showing an error message (see mupen64plus/mupen64plus-core#1012)
- Add Xeno Crisis to the ROM database (see mupen64plus/mupen64plus-core#1011)
v0.4.2
Changes
- Fix window behavior issues when saving GLideN64 settings while in-game (see gonetz/GLideN64#2785)
- Add VRU support to RMG-Input
- Add controller hotkey support to RMG-Input
- Improve window title by using the ROM filename when the ROM isn't in the database
v0.4.1
Changes
- Fix debug callbacks not printing before GUI has been started
- Fix emulation error being incorrect in some cases
- Fix user cheat file location (new ones will be placed in the user config directory instead of the user data directory)
- Fix mupen64plus-input-gca crashing in v0.4.0 due to updating to a broken commit
- Fix Paper Mario crashing when using the hammer on a specific tree in-game by implementing RDRAM address range 0x0800000-0x03EFFFFF (see mupen64plus/mupen64plus-core#1006)
- Improve accuracy of the pure and cached interpreter (see mupen64plus/mupen64plus-core#1001)
- Add
*.st*
and*.pj*
to the file filter when loading a save state from a file
v0.4.0
Changes
- Fix updater on windows always installing the desktop icon
- Fix updater on windows not re-launching RMG after installation
- Fix the speed limiter toggle and speed factor options not working on linux on some systems
- Fix the 1080 Snowboarding cheats (thank you Gent)
- Add support for moving the toolbar (changes to the docked position are persistent across application runs)
- Update GLideN64 and mupen64plus-input-gca
v0.3.9
Changes
- Fix "Don't check for updates again" checkbox appearing when requesting an update check through Help -> Check For Updates
- Add game format, file name, file extension, file size, game I.D. and game region columns to the list view of the ROM browser which can be toggled in the "Show/Hide Columns" menu of the context menu in the list view of the ROM browser (thank you @RetraCarteR)
- Add "Reset Column Sizes" to context menu of the list view of the ROM browser (thank you @RetraCarteR)
- Add "Analog Stick Sensitivity" setting to RMG-Input (thank you @JaxonWasTaken)
- Add "Save Filename Format" setting to the Core tab of the settings dialog (see mupen64plus/mupen64plus-core#998)
- Add "Edit Game Input Settings" to the context menu of the ROM browser
- Add support for 7z files
- Add progress status to the loading screen in the ROM browser when loading takes more than 5 seconds
v0.3.8
Changes
- Fix RMG not having the correct video size in some cases (i.e on a WM where resizing is not allowed to be done by an application)
- Fix translations not working in GLideN64 (see gonetz/GLideN64#2764)
- Add
-n
/--nogui
commandline option - Add
-d
/--debug-messages
commandline option - Add hotkeys for graphics, audio, RSP and input settings
- Add hotkey for viewing the log
- Add SIGINT and SIGTERM handling on linux
- Add "Check For Updates" to "View" in the toolbar
- Add information about LLE plugins in the settings dialog
- Add support for toggling visibility of columns in the ROM browser list view (thank you @RetraCarteR)
- Add date and time to the save state slot items in "Current Save State" menu in the menubar
- Add date and time to the OSD when selecting a save state slot
- Add failure messages to the OSD when loading/saving a save state fails
- Improve updater behavior by checking for an update on startup with at least an hour in-between checks
v0.3.7
Changes
- Fix icons not showing up in some cases when migrating from a version before v0.3.6
- Fix plugin settings not being loaded properly in the settings dialog when migrating from a version before v0.3.6