Skip to content

Releases: Rosalie241/RMG

v0.7.0

05 Jan 01:05
Compare
Choose a tag to compare

Changes

  • Fix Netplay Session Browser dialog not resetting properly when requesting sessions fails
  • Fix freeze when opening the input configuration GUI from RMG-Input during netplay
  • Fix nickname validation not being consistent in the netplay dialogs
  • Fix downloading server list not having a timeout
  • Fix update check not having a timeout
  • Fix build failure when building with netplay disabled
  • Fix minimap in Mario Kart 64 not displaying properly during splitscreen in GLideN64 (see gonetz/GLideN64#2894)

v0.6.9

28 Dec 08:28
Compare
Choose a tag to compare

Changes

  • Fix ROM browser storing multiple copies of the ROM information in memory
  • Fix game names in the Create Netplay Session dialog
  • Fix same CPU emulator setting being enforced during netplay
  • Fix VRU being able to be initialized during netplay (see mupen64plus/mupen64plus-core#1105)
  • Fix enter key not clicking on the 'Send' button in the Netplay Session dialog
  • Fix vsync being able to be enabled during netplay
  • Fix 'Synchronize audio' in RMG-Audio being able to be enabled during netplay
  • Fix OSD tab of GLideN64 not listing all installed fonts on Linux (see gonetz/GLideN64#2892)
  • Add more error messages to the netplay dialogs
  • Add loading screen to the Netplay Session Browser dialog
  • Add no sessions screen to the Netplay Session Browser dialog
  • Add no ROMs screen to the Create Netplay Session dialog
  • Change default ROM search limit from 250 to 1024
  • Change 'Server URL' to 'Server list URL' in the settings dialog

v0.6.8

22 Dec 18:01
Compare
Choose a tag to compare

Changes

  • Fix crash on windows when opening a archive with files with an invalid character sequence
  • Fix video extension function definitions to prevent them from being exported
  • Implement netplay support (thank you @loganmc10 for the hosted servers)

v0.6.7

16 Dec 00:56
Compare
Choose a tag to compare

Changes

  • Fix out of bounds read in game specific plugin settings
  • Fix inconsistent casing for the 'Left:' label in RMG-Input (thank you @cursedUs64-git)
  • Fix incorrect error message in RMG-Core
  • Update mupen64plus-video-GLideN64, mupen64plus-core, LZMA SDK and SDL_GameControllerDB

v0.6.6

30 Sep 21:48
Compare
Choose a tag to compare

Changes

  • Fix mupen64plus-core URL in the about dialog
  • Fix GLideN64 not showing native path seperator in the configuration dialog (see gonetz/GLideN64#2860)
  • Add 'SDL controller mode' option to the options dialog of RMG-Input
  • Add 'None' option to configuration file of mupen64plus-input-gca (thank you @GhostlyDark)
  • Update GLideN64, mupen64plus-core and SDL_GameControllerDB

v0.6.5

04 Jul 13:10
Compare
Choose a tag to compare

Changes

  • Fix not showing an error when per-game plugin settings are invalid
  • Fix settings dialog behavior for plugins not being the same for per-game plugin settings
  • Add 'restore defaults' button to configuration GUI of paraLLEl and angrylion-rdp-plus
  • Add 'OpenGL type' option to the settings dialog which allows choosing OpenGL ES
  • Add dynamic OpenGL ES detection to angrylion-rdp-plus (see ata4/angrylion-rdp-plus#157)
  • Improve screen size selection by making it editable in the configuration GUI of paraLLEl and angrylion-rdp-plus
  • Improve letter casing in settings dialog, RMG-Input and RMG-Audio
  • Improve about dialog
  • Change 'Miscellaneous' tab name to 'General' and change position in settings dialog
  • Update GLideN64 and SDL_GameControllerDB

v0.6.4

25 Jun 19:07
Compare
Choose a tag to compare

(Nintendo) 64(th) Release

This is the 64th release of RMG, I'd like to thank everyone for using RMG, reporting issues, helping testing, sharing RMG with others and contributing code.

I really appreciate that this project has gotten so popular and I never imagined it'd come this far when I started the project ~4 years ago.

Thank you all ❀️, your continued support is what keeps me motivated to work on this project.

Changes

  • Fix soft and hard reset freezing RMG when using parallel-rsp
  • Add 'System Region' to ROM Information dialog
  • Add defaults for the audio hotkey settings
  • Improve settings dialog behavior when having plugins with the same name
  • Improve settings dialog behavior by sorting the plugins
  • Change audio resampler default to "src-linear" in RMG-Audio (thank you @Fanatic-64)

v0.6.3

24 Jun 11:29
Compare
Choose a tag to compare

Changes

  • Fix possible memory leak in the cheat dialog
  • Add log messages when initializing OpenGL or Vulkan fails
  • Add PIF ROM settings to the settings dialog
  • Add Transfer Pak setting to the settings dialog
  • Improve settings dialog behavior when a plugin hasn't been found
  • Improve error messages by removing the exclamation mark

v0.6.2

08 Jun 11:45
Compare
Choose a tag to compare

Changes

  • Fix updater not working on windows with non-portable installs
  • Fix OSD not showing native path separator when saving and loading a state from a file
  • Fix statusbar message not being up-to-date in some cases
  • Fix GLideN64 regression introduced in v0.6.1 (see #268 and gonetz/GLideN64#2839)
  • Fix cmake not making installed libraries executable
  • Add 'Project64 Save State' option when saving a state to a file
  • Revert update to mupen64plus-video-parallel (thank you @Themaister for looking into the regression)

v0.6.1

05 Jun 21:22
Compare
Choose a tag to compare

Changes

  • Fix vulkan video plugins crashing on second emulation run on some systems
  • Fix log dialog not showing a monospace font on windows
  • Remove settings dialog storing and restoring the window size
  • Add missing vsync option to angrylion-rdp-plus (see ata4/angrylion-rdp-plus#156)
  • Update imgui, mupen64plus-video-parallel, GLideN64 and SDL_GameControllerDB