Skip to content

Releases: Rosalie241/RMG

v0.0.9

25 Dec 10:25
Compare
Choose a tag to compare

Changes

Rosalie Wanders (2):
      RMG-Core: attempt to fix read_raw_file in Rom.cpp (again)
      RMG: filter out IS viewer messages from the statusbar

Includes

Core

mupen64plus/mupen64plus-core@57828d9

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugins

gonetz/GLideN64@8343fd0
simple64/parallel-rdp-standalone@2efeaf0

Input Plugins

Rosalie241/mupen64plus-input-qt@e6cacb7
raphnet/mupen64plus-input-raphnetraw@8611241

RSP Plugins

mupen64plus/mupen64plus-rsp-hle@88093cb
simple64/parallel-rsp@a9646b2

v0.0.8

24 Dec 13:01
Compare
Choose a tag to compare

Changes

Rosalie Wanders (5):
      RMG-Core: improve read_raw_file in Rom.cpp
      RMG-Core: introduce & use Settings_HasForceUsedSetOnce in Settings
      3rdParty: add mupen64plus-input-raphnetraw
      3rdParty: add mupen64plus-rsp-parallel
      3rdParty: add mupen64plus-video-parallel

Includes

Core

mupen64plus/mupen64plus-core@57828d9

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugins

gonetz/GLideN64@8343fd0
simple64/parallel-rdp-standalone@2efeaf0

Input Plugins

Rosalie241/mupen64plus-input-qt@e6cacb7
raphnet/mupen64plus-input-raphnetraw@8611241

RSP Plugins

mupen64plus/mupen64plus-rsp-hle@88093cb
simple64/parallel-rsp@a9646b2

v0.0.7

23 Dec 14:05
Compare
Choose a tag to compare

Changes

Rosalie Wanders (58):
      RMG: rename old RomBrowser settings
      RMG: shutdown plugins on exit
      RomBrowserWidget: show filename instead of "(unknown rom)"
      RomSearcherThread: simplify ROM searching
      RMG: implement on_VidExt_ToggleFS
      Introduce RMG-Core
      RMG-Core: minor WIP changes
      RMG-Core: implement CoreSettings functions
      RMG: switch over to RMG-Core's CoreSettings
      RMG-Core: include <string> instead of <iostream>
      RMG-Core: implement SaveState functions
      RMG: use RMG-Core's SaveState functions
      RMG-Core: fix errors in SaveState.cpp
      RMG-Core: implement Plugin functions
      RMG: use RMG-Core's plugin functions
      RMG: remove some misc functions from M64P::Wrapper::Core
      RMG-Core: use string() function in CoreGetAllPlugins
      RMG: show invalid plugin settings in SettingsDialog
      RMG: shutdown core on in closeEvent
      RMG-Core: add CoreArePluginsReady
      RMG-Core: minor changes to Plugin functions
      3rdParty: specify TARGET for mupen64plus-core
      RMG-Core: find core lib instead of hardcoding it
      RMG: use different hardcoded core lib filename (will be removed)
      RMG-Core: remove NULL usage in SaveState functions
      misc: remove .clang-format & TODO
      misc: add license header to stylesheet
      README: add Building section
      RMG-Core: add extern "C" to m64p_custom.h
      RMG-Core: implement some Emulation functions
      RMG-Core: remove unneeded include in Plugins.cpp
      RMG: use RMG-Core's Emulation functions
      RMG: fix some error messages
      3rdParty: update GLideN64 & mupen64plus-core
      RMG-Core: implement Rom functions
      RMG-Core: implement Video functions
      RMG: use RMG-Core's Video functions
      RMG-Core: implement Key functions
      RMG: use RMG-Core's Key functions
      RMG-Core: implement Screenshot function
      RMG: use RMG-Core's Screenshot function
      RMG-Core: introduce some more Settings functions
      RMG-Core: implement RomSettings & RomHeader functions
      RMG: use RMG-Core's RomSettings & RomHeader functions
      RMG-Core: correct comment in Plugins.cpp
      3rdParty: update mupen64plus-core
      RMG: add license header to main.cpp
      RMG-Core: introduce CoreApplyRomPluginSettings
      RMG-Core: introduce CoreSetupVidExt function
      RMG-Core: largely implement {Start,Stop}Emulation functions
      RMG-Core: startup m64p core lib in CoreInit()
      RMG-Core: link to dl on unix platforms
      RMG-Core: set default plugin settings value
      3rdParty: update GLideN64
      RMG-Core: partially implement Callback functions
      RMG-Core: implement SpeedLimiter functions
      RMG: remove old abstraction & fully switch over to RMG-Core
      RMG-Core: use backslashes for default plugin settings on windows

Includes

Core

mupen64plus/mupen64plus-core@57828d9

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@8343fd0

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.6

18 Oct 18:47
Compare
Choose a tag to compare

Changes

Rosalie Wanders (1):
      Core: fix rom_Unzip

Includes

Core

Rosalie241/mupen64plus-core@9b0b0ef

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@e2ae3a3

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.5

17 Oct 17:21
Compare
Choose a tag to compare

Changes

Rosalie Wanders (4):
      README: re-add support section
      RomBrowserWidget: save column size
      RMG: allow adding ROM filename as argument
      RMG: add zip file support

Includes

Core

Rosalie241/mupen64plus-core@9b0b0ef

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@e2ae3a3

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.4

06 Oct 14:34
Compare
Choose a tag to compare

Changes

Rosalie Wanders (16):
      Core: add GetSaveSlot
      MainWindow: use Core::GetSaveSlot
      Core: add GetSpeedLimiterState & SetSpeedLimiter
      MainWindow: use Core::GetSpeedLimiterState
      MainWindow: use Core::SetSpeedLimiter
      Core: use different command in SetSaveSlot
      MainWindow: fix setting save slot
      Core: remove std::cout usage
      VidExt: remove std::cout usage
      MainWindow: remove std::cout usage
      MainWindow: slight code style changes
      SettingsDialog: add Statusbar Message Duration
      SettingsDialog: add RomBrowser settings to the Interface tab
      KeyBindButton: clear focus on keyReleaseEvent
      MainWindow: create mupen64plus directories in Init
      MainWindow: change directorySettings

Includes

Core

Rosalie241/mupen64plus-core@9b0b0ef

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@e2ae3a3

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.3

04 Oct 21:36
Compare
Choose a tag to compare

Changes

Rosalie Wanders (11):
      ci: change artifacts (a final time)
      cmake: use 'git rev-parse --short HEAD'
      Installer: change OutputBaseFilename
      SettingsDialog: redesign with tabs
      SettingsDialog: remove on_treeWidget_currentItemChanged
      SettingsDialog: rename tab widgets
      SettingsDialog: more UI adjustments
      KeyBindButton: set text on keyReleaseEvent
      SettingsDialog: remove QScrollArea in directoriesTab
      SettingsDialog: misc style changes
      SettingsDialog: correct widget order of game settings

Includes

Core

Rosalie241/mupen64plus-core@9b0b0ef

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@e2ae3a3

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.2

26 Sep 18:08
Compare
Choose a tag to compare

Changes

Rosalie Wanders (19):
      3rdParty: update
      gitignore: add clangd cache
      RMG: slightly prepare for Qt6 (for the future)
      Build.sh: add -h/--help arguments
      MainWindow: bring UI closer to Project64
      TODO: update
      MainWindow: Full Screen -> Fullscreen
      3rdParty: update mupen64plus-core
      misc: remove .vscode directory
      3rdParty: update GLideN64
      ci: switch to github actions
      ci: change artifacts
      3rdParty: update mupen64plus-core
      3rdParty: switch to mupen64plus-rsp-hle
      3rdParty: update mupen64plus-core & GLideN64
      ci: also create installer for windows
      cmake: remove --dirty flag from git describe
      MainWindow: remove action_Help_Support
      README: remove support section

Includes

Core

Rosalie241/mupen64plus-core@9b0b0ef

Audio Plugin

Rosalie241/mupen64plus-audio-sdl2@cc6aca5

Graphics Plugin

gonetz/GLideN64@e2ae3a3

Input Plugin

Rosalie241/mupen64plus-input-qt@e6cacb7

RSP Plugin

mupen64plus/mupen64plus-rsp-hle@88093cb

v0.0.1

27 Jul 20:39
Compare
Choose a tag to compare
MainWindow: hook up DebugCallback