Rosalie Wanders
c7e7a3f5f2
3rdParty: update mupen64plus-core
2022-01-25 13:29:47 +01:00
Rosalie Wanders
94beddbcdd
ci: add 'fetch-depth: 0'
2022-01-25 13:24:48 +01:00
Rosalie Wanders
c34ef2c60f
RMG: remove ':' from 'Disk Save Type' in SettingsDialog
2022-01-25 13:23:48 +01:00
Rosalie Wanders
6c1b04c6ab
RMG-Core: use CoreSetError() in CoreSetupMediaLoader()
2022-01-24 16:53:42 +01:00
Rosalie Wanders
42d5630448
RMG: add 64DD tab to SettingsDialog
2022-01-24 16:40:57 +01:00
Rosalie Wanders
5fe22f86eb
RMG-Core: use MediaLoader functions
2022-01-24 16:40:32 +01:00
Rosalie Wanders
e680f80e47
RMG-Core: introduce MediaLoader.{cpp,hpp}
2022-01-24 16:40:08 +01:00
Rosalie Wanders
cf579f1fde
RMG-Core: update mupen64plus headers
2022-01-24 16:39:33 +01:00
Rosalie Wanders
ccede240bd
RMG-Core: introduce 64DD settings
2022-01-24 16:39:09 +01:00
Rosalie Wanders
9593019815
3rdParty: update mupen64plus-core
2022-01-24 16:38:51 +01:00
Rosalie Wanders
0967fa4e46
cmake: use 'git describe --tags --always'
2022-01-24 15:52:57 +01:00
JakobDev
7ff3f06361
RMG: introduce AboutDialog
2022-01-24 15:51:04 +01:00
JakobDev
82857fbc5f
Package: add to Emulator & Qt category
2022-01-21 16:09:05 +01:00
Rosalie Wanders
d3280ff811
Package: v0.1.2
2022-01-21 13:38:12 +01:00
Rosalie Wanders
cc8c1adaac
cmake: remove FLATPAK_BUILD option & simplify install
2022-01-21 13:35:56 +01:00
Rosalie Wanders
dd2b9bec13
Package: correct appdata & move files
2022-01-21 13:35:43 +01:00
Rosalie Wanders
34a29271a7
3rdParty: enable USE_SYSTEM_LIBS for mupen64plus-video-GLideN64
2022-01-21 13:21:24 +01:00
Rosalie Wanders
d72c5196de
Package: v0.1.1
2022-01-19 17:29:57 +01:00
Rosalie Wanders
a08647ea88
3rdParty: always disable BUILD_INPUT_GCA due to ci build failure
2022-01-19 17:08:59 +01:00
Rosalie Wanders
549eca9158
cmake: add FLATPAK_BUILD option
2022-01-19 16:48:34 +01:00
Rosalie Wanders
d7e72287dd
RMG: rename diskRom to romFile in MainWindow::on_Action_File_OpenRom()
2022-01-19 15:44:08 +01:00
Rosalie Wanders
2af19a57ca
RMG-Core: don't use settings in CoreGetSharedDataDirectory()
...
CoreGetSharedDataDirectory() is called in CoreInit() before mupen64plus
has started, so the settings function will return an empty string, which
is not expected.
2022-01-19 15:43:38 +01:00
Rosalie Wanders
33d9edcbd7
RMG: use QFileDialog::getExistingDirectory() instead of QFileDialog
2022-01-17 12:14:49 +01:00
Rosalie Wanders
3c52f25706
RMG: use QFileDialog::getOpenFileName() instead of QFileDialog
2022-01-17 12:11:45 +01:00
Rosalie Wanders
4e89dc5cb8
PKGBUILD: strip v prefix in pkgver()
2022-01-17 12:09:00 +01:00
Rosalie Wanders
e01521f8f1
Package: introduce archlinux PKGBUILD
2022-01-16 19:14:15 +01:00
Rosalie Wanders
bcd84abb3a
cmake: simplify PORTABLE_INSTALL
2022-01-16 18:19:08 +01:00
Rosalie Wanders
3e12c8c928
RMG-Core: introduce & use Config.hpp
2022-01-16 18:18:50 +01:00
Rosalie Wanders
ef50bd90b7
Build.sh: disable RMG_PORTABLE variable support, always set it to ON
2022-01-16 18:18:24 +01:00
Rosalie Wanders
c49352be17
ci: remove 'env RMG_PORTABLE=ON'
2022-01-16 18:17:50 +01:00
Rosalie Wanders
aa30a6b9b5
cmake: add NO_GIT_CLONE option
2022-01-14 18:37:26 +01:00
Rosalie Wanders
cabfcc9f75
RMG-Core: introduce CoreGetDefault*Directory()
2022-01-14 18:18:19 +01:00
Rosalie Wanders
56e4206765
ci: don't build non-portable build on windows
2022-01-14 18:11:28 +01:00
Rosalie Wanders
d95677402b
cmake: re-enable portable build when PORTABLE_INSTALL=OFF on windows
2022-01-14 18:10:39 +01:00
Rosalie Wanders
cd26941059
RMG-Core: remove support for non-portable builds on windows
2022-01-14 18:10:25 +01:00
Rosalie Wanders
b09e73bc2b
README: document linux installation/packaging building method
2022-01-14 13:53:45 +01:00
Rosalie Wanders
a2b094131e
cmake: install desktop file & icon on linux
2022-01-14 13:26:45 +01:00
Rosalie Wanders
09a7bf63d1
cmake: support 'make install' properly on linux
2022-01-14 13:12:14 +01:00
Rosalie Wanders
94651bab91
RMG-Core: use CoreGetPluginDirectory() in Settings.cpp for plugins
2022-01-13 16:01:45 +01:00
Rosalie Wanders
9b589c50e1
RMG-Core: remove trailing slash in Directories.cpp
2022-01-13 16:01:05 +01:00
Rosalie Wanders
f7f41d330d
RMG-Core: introduce CoreGetSave{,State}Directory()
2022-01-13 15:33:39 +01:00
Rosalie Wanders
5d29531a20
RMG: put stylesheet.qss in the data directory
2022-01-13 15:16:27 +01:00
Rosalie Wanders
ba015b6698
RMG-Core: use CoreGet*Directory() for m64p::Core.Startup()
2022-01-13 14:49:38 +01:00
Rosalie Wanders
30c31cab40
ci: use RMG_PORTABLE variable
2022-01-13 14:25:27 +01:00
Rosalie Wanders
7e79aa0fff
RMG-Core: introduce & use CoreGet*Directory functions
2022-01-13 14:25:12 +01:00
Rosalie Wanders
6b49544ac2
RMG: remove unintentional iostream include in RomInfoDialog.cpp
2022-01-13 13:06:11 +01:00
Rosalie Wanders
93c7ef1de8
RMG-Core: link to winsock2 & correct included header
2022-01-09 13:55:19 +01:00
Rosalie Wanders
98ab96db6a
RMG-Core: swap byteorder of CRC1 & CRC2 in CoreGetCurrentRomHeader()
2022-01-09 13:38:07 +01:00
Rosalie Wanders
c891528f1e
RMG: implement 'ROM Information' from RomBrowserWidget
2022-01-08 13:52:14 +01:00
Rosalie Wanders
2b11653a44
RMG: implement 'Play Game With Disk' from RomBrowserWidget
2022-01-08 12:53:24 +01:00