Commit Graph

1683 Commits

Author SHA1 Message Date
Rosalie Wanders 0c06aebf72 Package: v0.8.1 v0.8.1 2025-09-23 15:52:51 +02:00
Rosalie Wanders 12cd56e5f1 3rdParty: fix compilation error on arm64 for mupen64plus-core 2025-09-23 15:52:51 +02:00
Rosalie Wanders e9cef9b76b README: update dependencies 2025-09-23 14:45:21 +02:00
Rosalie 7395e1ed6a ci: install SDL3 2025-09-23 14:41:42 +02:00
Rosalie Wanders c22a7560f0 RMG-Audio: migrate to SDL3 2025-09-23 14:41:42 +02:00
Rosalie Wanders 40c8e117c1 RMG-Input: migrate to SDL3 2025-09-23 14:41:39 +02:00
Rosalie Wanders fb7744625c RMG: migrate to SDL3 2025-09-23 14:41:35 +02:00
Rosalie Wanders f11eebae9a RMG-Core: don't require SDL2 2025-09-23 02:05:17 +02:00
Rosalie Wanders 762e24a110 3rdParty: apply SDL3 and SDL3_net patch to mupen64plus-core 2025-09-23 02:05:17 +02:00
Rosalie Wanders f0a1c1f377 3rdParty: add SDL_net 2025-09-23 01:57:53 +02:00
Rosalie Wanders 543dde0de2 RMG: don't allow drag & drop events while ROM is being opened 2025-09-16 22:07:56 +02:00
Rosalie Wanders ff5190ac66 RMG: block starting emulation when it's already being started 2025-09-16 21:27:41 +02:00
Rosalie Wanders 410e54f0b2 3rdParty: fix PPMD support in LZMA SDK 2025-09-16 21:22:27 +02:00
Rosalie Wanders c0c5e0dc8e 3rdParty: update LZMA SDK to v25.01 2025-09-16 21:09:40 +02:00
Rosalie Wanders 56fd26ae4f RMG-Core: use reference instead of pointer in Emulation.cpp 2025-09-15 21:43:00 +02:00
Rosalie Wanders 11550cc71a RMG-Core: add CoreSetError() in CoreTakeScreenshot() 2025-09-15 18:53:29 +02:00
Rosalie Wanders 53e0c157f1 RMG: only set dispatcherMoveThroughList when server is dispatcher 2025-09-15 18:44:24 +02:00
Rosalie Wanders e57e52c6c8 RMG: remove unrequired toString() in NetplaySessionBrowserDialog.cpp 2025-09-15 18:37:24 +02:00
Rosalie Wanders 089160278c RMG: implement 'Ask for confirmation on exit while in-game' setting 2025-09-13 23:38:58 +02:00
Rosalie Wanders a3deb185a4 RMG-Core: add GUI_ConfirmExitWhileInGame setting 2025-09-13 23:37:49 +02:00
Rosalie Wanders 80e813baee RMG: 'i.e' -> 'e.g.' in SettingsDialog 2025-09-13 22:35:57 +02:00
Rosalie Wanders ff49835b22 RMG: add RibShark to contributors in AboutDialog 2025-09-13 15:14:02 +02:00
Rosalie Wanders 1af3e28d83 3rdParty: update mupen64plus-video-GLideN64 2025-09-13 14:56:56 +02:00
Rosalie Wanders 0dce7ddaf4 RMG: refactor SettingsDialog.cpp 2025-09-12 16:59:22 +02:00
Rosalie Wanders 0d1fc16a53 Package: v0.8.0 v0.8.0 2025-09-10 14:34:13 +02:00
Rosalie Wanders 9032008a63 RMG: add more safety in netplay dialogs with the dispatcher 2025-09-10 14:22:34 +02:00
Rosalie Wanders 4788d643da 3rdParty: fix 64DD games crashing in mupen64plus-core 2025-09-10 14:22:16 +02:00
Rosalie Wanders e1db6c24b0 RMG: don't use NetplayCommon::ConnectToIPv4Server() in UI event handler
This causes a slight UI lock-up which is distracting, and with the
dispatcher server, we don't need it for the JSON server list anymore
2025-09-10 10:53:03 +02:00
Rosalie Wanders 81f98505ca RMG: implement dispatcher server for netplay 2025-09-10 10:53:03 +02:00
Rosalie Wanders 7270e0dfbe RMG: add "Dispatcher URL" setting to SettingsDialog 2025-09-10 10:37:19 +02:00
Rosalie Wanders bc3e3b3f9c RMG-Core: add Netplay_DispatcherUrl setting 2025-09-10 10:37:19 +02:00
Rosalie Wanders d7b17cd494 RMG-Core: add netplay dispatcher settings migration 2025-09-10 10:37:19 +02:00
Rib e5cd034b4f RMG: allow switching between WindowsVista and Windows11 styles
Qt defaults to the Windows11 style on Windows 11, which isn't truly native and looks inconsistent from other desktop apps. This sets the native style to WindowsVista which is the true native style, and adds a Windows11 option on Windows OSs.
2025-08-16 11:23:28 +02:00
orbea 1c6210f964 3rdParty: change minimum cmake version in discord-rpc's rapidjson (#382)
Gentoo-Issue: https://bugs.gentoo.org/959468
2025-07-04 20:47:58 +02:00
GhostlyDark 9ce1e45d64 README: Add missing libusb dependency (#379)
The mupen64plus-input-gca plugin can't run without libusb-1.0.dll being present, but is able to build fine without libusb being installed. If not installed, the dependency script silently fails to find/copy the DLL.
2025-06-23 17:58:21 +02:00
Rosalie Wanders be738f0cb7 ci: use windows-2022 2025-06-09 16:01:11 +02:00
Rosalie Wanders e882e0f22c RMG: add NETPLAY guard to QWebSocket in NetplayCommon.hpp 2025-06-09 15:59:54 +02:00
Rosalie Wanders f7a1d0f952 RMG: add IPv4 resolver to NetplayCommon and use it 2025-06-09 15:35:46 +02:00
Logan McNaughton 6b8990fa1a RMG: ensure that netplay only connects using IPv4 (#374) 2025-06-09 15:18:35 +02:00
Rosalie Wanders a74cff50f8 Package: add vulkan-headers to makedepends of PKGBUILD 2025-05-20 09:35:34 +02:00
Rosalie Wanders d4ac45a9c5 Package: v0.7.9 v0.7.9 2025-05-19 23:59:01 +02:00
Rosalie Wanders 32aebfec1a RMG-Core: change default of RomBrowser_MaxItems to 2048 2025-05-19 23:51:06 +02:00
Rosalie Wanders aee7da8068 RMG: hide RomBrowserSearchWidget by default 2025-05-19 23:47:36 +02:00
Rosalie Wanders 078361e2e6 RMG: use const reference for slots 2025-05-19 23:41:28 +02:00
Rosalie Wanders e0cae9c1a9 RMG: disable action_View_Game{List,Grid} during emulation 2025-05-19 23:34:01 +02:00
Rosalie Wanders c8d46ee919 RMG: showSearchLineEdit -> showSearchWidget 2025-05-19 23:23:47 +02:00
Rosalie Wanders c5965b3940 RMG: introduce RomBrowserSearchWidget 2025-05-19 23:06:39 +02:00
Rosalie Wanders affb0ee0ee RMG: change placeholder text of searchLineEdit in RomBrowserWidget.cpp 2025-05-19 23:06:39 +02:00
Rosalie Wanders dd6ea4f22a RMG-Core: change casing of default KeyBinding_ViewSearch setting value 2025-05-19 23:06:39 +02:00
Rosalie Wanders 006a7c8eff RMG: re-add nullptr check in RomBrowserWidget::getCurrentData() 2025-05-18 19:32:59 +02:00