Commit Graph

8693 Commits

Author SHA1 Message Date
Vicki Pfau 92e10f31ea Qt: Fix regression where loading BIOS creates a save file (fixes #3359) 2025-01-21 00:50:34 -08:00
Vicki Pfau 2dd11712db Python: Fix some missing constants (fixes #3402) 2025-01-21 00:33:42 -08:00
Vicki Pfau 7fe4f4593e GBA Savedata: Rename flash ID constants, add missing entries 2025-01-20 16:55:30 -08:00
Vicki Pfau 2c0e572841 CHANGES: Add missing entries 2025-01-20 00:26:05 -08:00
Vicki Pfau ed64b35db7 CMake: Default macOS SDK version to OS version if not found 2025-01-19 18:41:06 -08:00
Vicki Pfau e518a5ced0 Debugger: Define and use mDebuggerModuleClearNeedsCallback 2025-01-19 16:58:15 -08:00
Ikko Eltociear Ashimine 4189a4d731 docs: add Japanese README
I created Japanese translated README.
2025-01-19 04:33:08 -08:00
Vicki Pfau 4cc49a6700 Qt: Let memory access logs be loaded read-only 2025-01-18 23:46:24 -08:00
Vicki Pfau 7012f9c666 Debugger: Allow memory access logs to operate read-only 2025-01-15 23:46:20 -08:00
Vicki Pfau 311d9f3550 Debugger: Unroll watchpoint access loop 2025-01-14 03:38:30 -08:00
Vicki Pfau b8c890e1bc Debugger: Plumb access source information through to access logger 2025-01-14 03:30:28 -08:00
Vicki Pfau deb4f547fa Qt: GB memory access logger fixes 2025-01-12 22:41:29 -08:00
Vicki Pfau 8c2e2e1d46 Qt: Fix build 2025-01-12 16:22:34 -08:00
Vicki Pfau 6be223d84a Qt: Defer destroying the CoreController until after the CoreController::stopping slots finish 2025-01-12 06:14:10 -08:00
Vicki Pfau 762a54a388 Core: Threads should not attempt to exit a thread that is already dead 2025-01-12 06:01:10 -08:00
Vicki Pfau 159b0dc445 Qt: Add access log view to memory view 2025-01-12 06:00:40 -08:00
Vicki Pfau 75dc290853 Debugger: Expose mDebuggerAccessLoggerGetRegion 2025-01-12 04:30:12 -08:00
Vicki Pfau 511437312c Qt: Revamp memory view layout 2025-01-11 19:47:21 -08:00
Vicki Pfau 87bf982338 Qt: Update translations 2025-01-11 14:54:53 -08:00
Artur Dudka 61d1dc742d Qt: Update translation (Polish)
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/pl/
2025-01-11 14:53:15 -08:00
Roll8ack d96ff26983 Qt: Update translation (Chinese (Simplified Han script))
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/zh_Hans/
2025-01-11 14:53:15 -08:00
reimu105 e3f3baed51 Qt: Update translation (Chinese (Traditional Han script))
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/zh_Hant/
2025-01-11 14:53:15 -08:00
Momo cao 0880b007fa Qt: Update translation (Spanish)
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/es/
2025-01-11 14:53:15 -08:00
Daniel Nylander 34c992eb23 Qt: Update translation (Swedish)
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/sv/
2025-01-11 14:53:15 -08:00
Felipe 3e5e20c6f0 Qt: Update translation (Portuguese (Brazil))
Translation: mGBA/Qt
Translate-URL: https://hosted.weblate.org/projects/mgba/mgba-qt/pt_BR/
2025-01-11 14:52:52 -08:00
Vicki Pfau a2fda7f441 Qt: Split MemoryAccessLogView and MemoryAccessLogController 2025-01-11 14:50:30 -08:00
Vicki Pfau f58f9746d7 Qt: Allow passing multiple games on command line for multiplayer (closes #3061) 2025-01-10 02:46:58 -08:00
Vicki Pfau 77e50f7aec Feature: Add ability for subparsers to consume extra arguments 2025-01-10 02:45:27 -08:00
Vicki Pfau 080a79fdee CMake: Work around CMake dependency dedupliation issues 2025-01-09 01:54:10 -08:00
Vicki Pfau 7643a044f4 mGUI: Wrap around menu cursor when navigating past end (closes #3356) 2025-01-09 00:37:54 -08:00
Vicki Pfau 838439dcef Headless: goto considered harmful 2025-01-07 02:44:03 -08:00
Vicki Pfau 20dfbbbe55 CMake: Strip mgba-headless, fix up packaging a bit 2025-01-07 02:40:47 -08:00
Adam Higerd 419435c35b Scripting: send print() to stdout if no console is installed 2025-01-02 20:39:38 -08:00
Vicki Pfau 0ccd3c84dc Qt: Make --script explanation match headless explanation 2025-01-02 02:07:04 -08:00
Vicki Pfau d9aa7d5103 Headless: Rename mgba-rom-test to mgba-headless 2025-01-02 01:59:08 -08:00
Vicki Pfau 69ead6e3c9 ROM Tester: Add script running 2025-01-02 01:59:08 -08:00
Vicki Pfau ef6659d587 Scripting: Make mScriptContextLoad run the script too 2025-01-02 01:59:08 -08:00
Johan Mattsson fe37fa2ab2 Fix potential index out of bounds in DisplayQt.cpp 2025-01-02 01:24:57 -08:00
Vicki Pfau ee21e43bdb Scripting: Install callbacks in mScriptContextAttachCore instead of mCoreThread 2025-01-02 01:21:20 -08:00
Vicki Pfau eb5fc371ff Scripting: Let mScriptContextAttachLogger take NULL for logger 2025-01-02 01:14:11 -08:00
Vicki Pfau 3c59429d96 FFmpeg: Fix build 2025-01-02 00:15:46 -08:00
Vicki Pfau e29b5ac047 FFmpeg: Use avcodec_get_supported_config when present 2025-01-02 00:11:04 -08:00
Vicki Pfau 4eb1dbca36 Core: Quash some warnings 2025-01-01 01:22:08 -08:00
Vicki Pfau 9f5c2aa00c Scripting: Expose MD5 checksum 2024-12-31 17:04:52 -08:00
Vicki Pfau 39ced7dd81 Windows: Don't redefine WIN32_LEAN_AND_MEAN if already defined 2024-12-31 16:52:34 -08:00
Vicki Pfau 132293449d Scripting: Attempt to fix Windows build 2024-12-31 16:51:50 -08:00
Vicki Pfau 23531e24b8 Scripting: Remove needless heap allocations 2024-12-31 03:11:31 -08:00
Vicki Pfau 72ee6f9840 Scripting: Expose info table to breakpoint/watchpoint callbacks (closes #3369) 2024-12-31 02:53:14 -08:00
Vicki Pfau d55ee872e3 CHANGES: Remove duplicated line 2024-12-31 01:48:05 -08:00
Vicki Pfau abb9bec571 GB Core: Fix cloning savedata when backing file is outdated (fixes #3388) 2024-12-31 01:45:03 -08:00