Skip to content

Releases: Rosalie241/RMG

v0.4.6

04 Aug 11:45
Compare
Choose a tag to compare

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 to 1)
  • 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

19 Jul 15:14
Compare
Choose a tag to compare

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

17 Jul 14:13
Compare
Choose a tag to compare

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

11 Jul 13:05
Compare
Choose a tag to compare

Changes

v0.4.2

07 Jul 19:06
Compare
Choose a tag to compare

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

19 Jun 15:41
Compare
Choose a tag to compare

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

04 May 21:07
Compare
Choose a tag to compare

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

06 Apr 12:49
Compare
Choose a tag to compare

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

24 Feb 22:08
Compare
Choose a tag to compare

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

19 Feb 21:55
Compare
Choose a tag to compare

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