Commit Graph

1844 Commits

Author SHA1 Message Date
Rosalie Wanders b0c09d17c9 3rdParty: update mupen64plus-rsp-cxd4 2026-06-18 13:56:22 +02:00
Rosalie Wanders 453f663973 Package: v0.9.0 v0.9.0 2026-06-14 19:54:27 +02:00
Rosalie Wanders f76e7472fd 3rdParty: revert to using GL_RGBA in mupen64plus-video-GLideN64
For some reason when using GL_RGB, it seems to corrupt memory and cause
a crash, valgrind says the following:

==29295== Invalid write of size 1
==29295==    at 0x20BC10E6: convert_ubyte (format_utils.c:996)
==29295==    by 0x20BDE59B: _mesa_format_convert (format_utils.c:452)
==29295==    by 0x20CA072D: read_rgba_pixels (readpix.c:609)
==29295==    by 0x20CA072D: _mesa_readpixels (readpix.c:923)
==29295==    by 0x20CA6DCA: st_ReadPixels (st_cb_readpixels.c:577)
==29295==    by 0x20CA120B: read_pixels (readpix.c:1218)
==29295==    by 0x20CA120B: _mesa_ReadnPixelsARB (readpix.c:1235)
==29295==    by 0x20CA1564: _mesa_ReadPixels (readpix.c:1250)
==29295==    by 0x5741BCF4: opengl::GlReadPixelsCommand::commandToExecute() (opengl_WrappedFunctions.h:682)
==29295==    by 0x5740EB75: opengl::OpenGlCommand::performCommandSingleThreaded() (opengl_Command.cpp:13)
==29295==    by 0x574117B1: opengl::FunctionWrapper::executeCommand(std::shared_ptr<opengl::OpenGlCommand>) (opengl_Wrapper.cpp:30)
==29295==    by 0x57412548: opengl::FunctionWrapper::wrReadPixels(int, int, int, int, unsigned int, unsigned int, void*) (opengl_Wrapper.cpp:316)
==29295==    by 0x57507C74: DisplayWindowMupen64plus::_readScreen2(void*, int*, int*, int) (mupen64plus_DisplayWindow.cpp:263)
==29295==    by 0x573B69D3: DisplayWindow::readScreen2(void*, int*, int*, int) (DisplayWindow.cpp:209)

valgrind leads me to believe this might be a mesa issue where it writes
out of bounds of the provided buffer, this issue does not occur when
using GL_RGBA, nor does it appear when using an older mesa version in
the AppImage.

Reverting https://github.com/gonetz/GLideN64/pull/2856 fixes the issue.
Fixes https://github.com/Rosalie241/RMG/issues/498
2026-06-14 19:48:39 +02:00
Rosalie Wanders ff9b9a2040 Package: force pulseaudio for AppImage in AppRun 2026-06-13 21:50:53 +02:00
Rosalie Wanders 99bb81d9b9 Package: add libpulse to AppImage in Create.sh 2026-06-13 21:50:53 +02:00
Rosalie Wanders fe67ba053e RMG-Audio: retrieve SDL error when SDL_Init() fails 2026-06-13 19:15:39 +02:00
Rosalie Wanders 6ebbba6fc5 ci: use actions/upload-artifact@v7 2026-06-13 19:14:34 +02:00
Rosalie Wanders 21d0b55a35 ci: update SDL to release-3.4.10 2026-06-13 19:00:55 +02:00
Rosalie Wanders 6ef6432a15 ci: use hendrikmuhs/ccache-action@v1.2.23
It seems the v1.2 tag isn't being updated anymore.
2026-06-13 19:00:43 +02:00
Rosalie Wanders 02e2518be2 3rdParty: update LZMA SDK to v26.01 2026-06-13 18:55:42 +02:00
Rosalie Wanders 2da7750640 3rdParty: update mupen64plus-core 2026-06-13 18:53:48 +02:00
Rosalie Wanders 4c50859481 README: add Netplay section 2026-06-13 18:51:09 +02:00
Rosalie Wanders 2867fc627b RMG-Core: remove Netplay_DispatcherUrl setting 2026-06-13 18:51:09 +02:00
Rosalie Wanders 47df34da6b RMG: remove support for the dispatcher server 2026-06-13 18:51:09 +02:00
Rosalie Wanders 7e4e402f27 RMG-Core: fix minizip include in Archive.cpp 2026-02-24 08:25:28 +01:00
Rosalie Wanders 8ee3410680 3rdParty: fix minizip includes for mupen64plus-core 2026-02-24 08:25:14 +01:00
Rosalie Wanders e9167db9ff Package: add vcs-browser url to metainfo.xml 2026-01-23 07:10:23 +01:00
Rosalie Wanders 94f5fd9d82 Package: use 'and' instead of '&amp;' in desktop file 2026-01-23 07:06:11 +01:00
Rosalie Wanders 969d63f182 Package: v0.8.9 v0.8.9 2026-01-23 06:53:42 +01:00
Rosalie Wanders c7a4e6c47a README: remove obsolete support link 2026-01-21 10:05:15 +01:00
Rosalie Wanders 0597a71a03 RMG: add plugin settings shortcuts to toolbar 2026-01-13 14:25:45 +01:00
Rosalie Wanders 85265575ea 3rdParty: update SDL_net 2026-01-13 14:08:11 +01:00
Rosalie Wanders 02eef161e7 3rdParty: update SDL_GameControllerDB 2026-01-13 13:40:24 +01:00
Rosalie Wanders 8552e07ed8 3rdParty: update mupen64plus-video-GLideN64 2026-01-13 13:24:13 +01:00
Rosalie Wanders bd3f8f081c RMG-Audio: update copyright year 2026-01-13 12:55:48 +01:00
Rosalie Wanders a9cb954f3a RMG-Input: update copyright year 2026-01-13 12:55:48 +01:00
Rosalie Wanders 5fb1fd22c5 RMG: update copyright year 2026-01-13 12:55:48 +01:00
Rosalie Wanders 95d4b3a85b RMG-Core: update copyright year 2026-01-13 12:55:48 +01:00
Rosalie Wanders 94a7aa76c6 RMG: only change font in LogDialog.cpp on Linux 2026-01-08 03:25:42 +01:00
Rosalie Wanders c49d6e8b6f 3rdParty: apply memory pak patch to mupen64plus-core 2026-01-08 02:54:37 +01:00
Rosalie Wanders cb5910142a Script: use new windeployqt name in BundleDependencies.sh 2026-01-07 02:44:58 +01:00
Rosalie Wanders bcc3f03a50 Package: fix AppImage icon not working
ref: #461
2026-01-05 16:31:20 +01:00
Miepee 256b21b412 README: add qt6-websockets-dev as debian building dependency (#459) 2025-12-28 15:52:24 +01:00
Jack 4cd8b8fbf2 Package: escape ampersand in desktop file (#457) 2025-12-11 20:58:42 +01:00
Rosalie Wanders 3c83f4991f RMG: ensure logDialog is closed in MainWindow::closeEvent() 2025-12-08 17:58:36 +01:00
Rosalie Wanders 9999213ab4 ci: use configuration for build_dir on windows 2025-12-07 21:02:34 +01:00
Rosalie Wanders 4cba4661ef ci: add debug builds 2025-12-07 20:56:24 +01:00
Rosalie Wanders 5021f9e337 ci: remove obsolete DRAG_DROP configure flag 2025-12-07 20:08:32 +01:00
Rosalie Wanders e57a956c90 3rdParty: fix warnings in mupen64plus-rsp-cxd4 2025-12-07 20:08:32 +01:00
Rosalie Wanders 87541dc239 3rdParty: fix warnings in mupen64plus-input-raphnetraw 2025-12-07 20:01:39 +01:00
Rosalie Wanders 6995cb6ffd 3rdParty: fix warnings in mupen64plus-core 2025-12-07 20:01:39 +01:00
Rosalie Wanders 084ec42cd2 ci: update SDL3 to 3.2.28 2025-12-07 02:39:21 +01:00
Rosalie Wanders 842bf0f593 RMG: make isWin32Setup variable local to UpdateDialog.cpp 2025-12-07 02:35:05 +01:00
Rosalie Wanders 407fd84cb2 3rdParty: update SDL_net 2025-12-07 02:29:39 +01:00
Rosalie Wanders d23f381dfa RMG: allow different updater filename in UpdateDialog.cpp 2025-12-05 18:05:27 +01:00
Rosalie Wanders e80898ed2d cmake: remove USE_LTO option and disable USE_IPO for 3rdParty projects 2025-12-04 16:36:30 +01:00
Rosalie Wanders 03403653b2 3rdParty: add USE_IPO option to mupen64plus-rsp-parallel 2025-12-04 16:30:00 +01:00
Rosalie Wanders 19631da742 3rdParty: add USE_IPO option to mupen64plus-video-parallel 2025-12-04 16:30:00 +01:00
Rosalie Wanders bd8b51c95b 3rdParty: add USE_IPO option to mupen64plus-video-angrylion-plus 2025-12-04 16:30:00 +01:00
Rosalie Wanders ffd1fca431 3rdParty: add USE_IPO option to mupen64plus-video-GLideN64 2025-12-04 16:30:00 +01:00