Commit graph

39626 commits

Author SHA1 Message Date
Nayla Hanegan
cbfd634a4b
update Cheat files 2023-04-20 20:32:13 -04:00
Nayla
9ab8c1e433
Update linux.yml 2023-04-20 20:23:18 -04:00
Nayla
6cddeb79a1
Update macos.yml 2023-04-20 20:23:10 -04:00
Nayla
be9abed7e9
Update windows.yml 2023-04-20 20:23:04 -04:00
Nayla
e895efb590
Update linux.yml 2023-04-20 19:28:19 -04:00
Nayla
f78e558049
Update macos.yml 2023-04-20 19:28:03 -04:00
Nayla
b43d832dad
Update linux.yml 2023-04-20 19:26:36 -04:00
Nayla
06c23ca0f1
Update windows.yml 2023-04-20 19:18:16 -04:00
Nayla
f31177a8bf
Update flatpak.yml 2023-04-20 19:11:12 -04:00
Nayla
5a4747560a
Update CMakeLists.txt 2023-04-20 18:48:39 -04:00
Nayla
c9bf56ccb5
Update flatpak.yml 2023-04-20 18:44:20 -04:00
Nayla
5ff216147d
Create flatpak.yml (#12)
* Create flatpak.yml

* Update flatpak.yml

* Update flatpak.yml

* Update flatpak.yml

* Update flatpak.yml
2023-04-20 18:43:21 -04:00
Nayla
a2124fd057
Add files via upload 2023-04-20 18:32:56 -04:00
Nayla
944a884bfe
Update CMakeLists.txt 2023-04-20 18:20:38 -04:00
Nayla
9a45d8ac23
Delete dolphin-emu.svg 2023-04-20 18:03:16 -04:00
Nayla
54d713eff7
Add files via upload 2023-04-20 17:43:50 -04:00
Nayla
a9025d51ef
Add files via upload 2023-04-20 17:23:08 -04:00
Nayla
353d2687d1
Update linux.yml 2023-04-20 16:31:51 -04:00
Nayla
f5d982a19a
Update macos.yml 2023-04-20 16:31:35 -04:00
Nayla
cecb2d1a07
Create flatpak.yml 2023-04-20 16:27:42 -04:00
Nayla
07c4c70f6f
Update windows.yml 2023-04-18 17:21:07 -04:00
Nayla
ad681ef292
Update macos.yml 2023-04-18 17:20:17 -04:00
Nayla
22abeb8f1d
Update linux.yml 2023-04-18 17:20:04 -04:00
Nayla
89e026a522
Update pch.h 2023-04-18 16:50:05 -04:00
Nayla
c1efb03f92
Update macos.yml 2023-04-18 16:47:36 -04:00
Nayla
56199125fc
Update linux.yml 2023-04-18 16:47:28 -04:00
Nayla
d7724424cf
Endangered nayla patch 1 (#11)
* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml
2023-04-17 13:43:44 -04:00
Nayla
88e43a7325
Update windows.yml 2023-04-12 18:17:44 -04:00
Nayla
0397d6316a
Update windows.yml 2023-04-12 18:16:21 -04:00
Nayla
de0bccd4c1
Update windows.yml 2023-04-11 19:25:07 -04:00
Nayla
4b50513726
squash (#8)
* Update macos.yml

* Update linux.yml

* Update windows.yml

* Create pull.yml

* Update linux.yml

* Update MPN Code for Memory changes

* fix config crash

* Source

* Update pull.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml (#7)

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml

* Update windows.yml
2023-04-11 19:19:57 -04:00
Nayla
1e466a032b
Update windows.yml 2023-04-05 04:29:59 -04:00
Nayla Hanegan
af1b24a9de
Merge branch 'dolphin-emu-master' 2023-04-05 04:26:27 -04:00
Nayla Hanegan
7db3945cc1
Merge 2023-04-05 04:26:12 -04:00
Mai
25fba7247e
Merge pull request #11726 from mackal/dolphinqt-memory-leaks
DolphinQt: Fix memory leaks
2023-04-05 04:18:32 -04:00
Nayla
f3669dbbd4
Merge branch 'dolphin-mpn' into master 2023-04-05 04:10:05 -04:00
OatmealDome
2995b5e061
Merge pull request #11667 from TellowKrinkle/DontSucceedOnLinkFail
CMake: Use generator expressions for codesign targets
2023-04-05 05:35:58 +02:00
Nayla Hanegan
0b62f442e8
GMPE01, GP5E01, GP6E01, GP7E01, RM8E01: Code Updates 2023-04-04 17:24:13 -04:00
Michael Cook (mackal)
f424e7815a DolphinQt: Fix memory leaks in MemoryWidget
QMenuBar::addMenu does not take ownership of the QMenu, setting their
parent allows them to be cleaned up
2023-04-04 16:10:31 -04:00
Michael Cook (mackal)
7dde0c3c31 DolphinQt: non-Windows builds leak in InterfacePane
The m_checkbox_lock_mouse QCheckBox was only conditionally being added
to the layout, leaving it unmanaged and leaking

Setting the parent will allow it to be managed.
2023-04-04 16:07:06 -04:00
Michael Cook (mackal)
e511718fbc DolphinQt: Fix leak in LogConfigWidget
The m_verbosity_debug button was only conditionally being added as
widget, this was done in order to hide the object, but this left it
unmanaged.

Unconditionally adding it to the layout and controlling it's visibility
will resolve these issues
2023-04-04 16:05:23 -04:00
Pierre Bourdon
d8fabd37fb
Merge pull request #11417 from K0bin/vk-submit-thread-cleanup
VideoBackends:Vulkan: Clean up submission thread using WorkQueueThread
2023-04-04 22:02:39 +02:00
Pierre Bourdon
c71a4c2751
Merge pull request #11719 from AdmiralCurtiss/enet-update
Update ENet to 8ae0e85298fafdb20777b4eb4241218f52f775b0
2023-04-04 22:00:45 +02:00
Michael Cook (mackal)
2dca24229b DolphinQt: Fix memory lkea in FilesystemWidget
QTreeView::setModel doesn't transfer ownership of the object.

Setting the parent resolves this
2023-04-04 15:59:45 -04:00
Pierre Bourdon
b63b574a3f
Merge pull request #11669 from LillyJadeKatrin/retroachievements-rcheevos-integration
Retroachievements rcheevos integration
2023-04-04 12:34:20 +02:00
LillyJadeKatrin
84b3df0af2 Added Achievement Manager with Login
Added AchievementManager class. Upon startup (currently only in DolphinQt), logs into RetroAchievements with the login credentials stored in achievements.ini.

Co-authored-by: AdmiralCurtiss <AdmiralCurtiss@users.noreply.github.com>
2023-04-03 21:17:44 -04:00
LillyJadeKatrin
07d2f3d305 Added Initial Achievement Settings
Added AchievementSettings in Config with RA_INTEGRATION_ENABLED, RA_USERNAME, and RA_API_TOKEN. Includes code to load and store from Achievements.ini file in config folder.
2023-04-03 21:17:44 -04:00
Admiral H. Curtiss
7be5fc551d
Merge pull request #11721 from mackal/dolphinqt-renderwidget-heap-use-after-free
DolphinQt: RenderWidget fix heap-use-after-free
2023-04-03 22:21:09 +02:00
Michael Cook (mackal)
241a739dc2 DolphinQt: RenderWidget fix heap-use-after-free
The QByteArray returned by QString::toUtf8() was being freed so the char
pointer was pointing to freed memory.

Found via ASan, didn't notice any issues during normal runtime.

This was triggered after hitting a key combo with alt (ex. toggle
fullscreen) probably happens with others
2023-04-03 10:43:49 -04:00
Mai
655fca3efe
Merge pull request #11712 from AdmiralCurtiss/nand-import-bounds
NANDImporter: Check data bounds.
2023-04-03 08:29:57 -04:00