Commit graph

  • 55330bfebb fix mp1gc grapple turning master vyuuui 2022-10-22 07:18:47 -0700
  • 0644ea681d Check Qt version for linux in RenderWidget vyuuui 2022-10-17 23:29:29 -0700
  • 994bb5b154 Add qt6 vyuuui 2022-10-17 19:02:23 -0700
  • ee356b3cca Fix building on windows vyuuui 2022-10-17 19:00:41 -0700
  • c5face1361 Remove Qt external vyuuui 2022-10-17 18:31:46 -0700
  • 16c1f1c840 Remove old Qt external for windows vyuuui 2022-10-17 18:28:26 -0700
  • 8623769e88
    Merge pull request #120 from GumbyXGames/master vyuuui 2022-10-16 16:33:20 -0700
  • 777af16f6c Updated CMakeList.txt and BuildMacOSUniversalBinary.py to target 10.15.0 Added OS check to Source/Core/DolphinQt/CMakeLists.txt so correct version of Qt is used based off OS (Qt5 for Linux and QT6 or MacOS) GumbyXGames 2022-10-16 19:28:26 -0400
  • 7532f5b3ec Revert "Increased OSX target to 10.15.0" vyuuui 2022-10-16 15:03:51 -0700
  • 4b2eeee49a Force use Qt 5.15 from Externals vyuuui 2022-10-15 20:17:18 -0700
  • 195b1fb2b9 Increased OSX target to 10.15.0 sirmangler 2022-10-03 12:07:24 +0100
  • efb99ebfd2 Fixed metroid window being greyed out sirmangler 2022-10-02 15:55:00 +0100
  • 9190dcecf7 Fixed PrimeHack toggle being reset sirmangler 2022-09-26 15:42:52 +0100
  • aaa54ae2a7 Updated to 5.0-17430 for more optimisations! sirmangler 2022-09-24 14:55:45 +0100
  • c297474d87
    Merge pull request #11085 from AdmiralCurtiss/tvec-equality JMC47 2022-09-23 20:08:02 -0400
  • 02a967f786
    InputCommon: Add equality operators to RawValue. Admiral H. Curtiss 2022-09-24 00:48:47 +0200
  • 24a1fe32f1
    InputCommon: Make RawValue constructors constexpr. Admiral H. Curtiss 2022-09-24 00:48:26 +0200
  • 70485472b1
    Common/Matrix: Add equality operators to TVec2/3/4. Admiral H. Curtiss 2022-09-24 00:47:41 +0200
  • 3fa9fdf57a
    Merge pull request #11075 from AdmiralCurtiss/controller-gui-refresh Admiral H. Curtiss 2022-09-24 00:14:54 +0200
  • 3ee4c6a33b
    Merge pull request #11082 from AdmiralCurtiss/getstringt JosJuice 2022-09-23 17:42:27 +0200
  • 9860b68b9c
    Common: Add [[nodiscard]] to GetStringT(). Admiral H. Curtiss 2022-09-23 14:58:18 +0200
  • 4cb8914ad3
    VolumeVerifier: Add missing assignment to summary_text. Admiral H. Curtiss 2022-09-23 14:57:55 +0200
  • b314e2a313
    Merge pull request #11019 from PEmu2/readme Admiral H. Curtiss 2022-09-23 04:49:38 +0200
  • f426e3cd79
    Merge pull request #11039 from TryTwo/PR_MemoryWidget_MiniMenu Admiral H. Curtiss 2022-09-23 04:22:10 +0200
  • b7855a3a56
    Merge pull request #11073 from Hibyehello/Fix-Metal-init Admiral H. Curtiss 2022-09-23 04:21:23 +0200
  • 75c50223f2
    Merge pull request #11078 from Minty-Meeo/mapfloat-tweak Admiral H. Curtiss 2022-09-23 04:18:03 +0200
  • 79c5d1b003
    Merge pull request #10780 from OatmealDome/steam-windows Admiral H. Curtiss 2022-09-23 04:14:23 +0200
  • 08f78b1445
    Merge pull request #10705 from Zopolis4/cmake JMC47 2022-09-22 21:58:53 -0400
  • b0ac5ac6af
    Merge pull request #10949 from Zopolis4/reprecated JMC47 2022-09-22 21:56:24 -0400
  • 73dfcc15a5 Use std::llround in MapFloat Minty-Meeo 2022-09-22 11:30:32 -0500
  • 270ffa7351
    Qt/WiimoteControllersWidget: Refresh GUI on settings change and refactor a bit. Admiral H. Curtiss 2022-09-20 23:47:16 +0200
  • a5dbf6b60d
    Qt/GamecubeControllersWidget: Refresh GUI on settings change and refactor a bit. Admiral H. Curtiss 2022-09-20 05:01:49 +0200
  • 019dc86b6f
    Qt/CommonControllersWidget: Refresh GUI on settings change. Admiral H. Curtiss 2022-09-20 03:58:21 +0200
  • 22197c09a3
    Merge pull request #10781 from tellowkrinkle/UberVertexLoader JMC47 2022-09-20 17:14:07 -0400
  • 4ea694a7e4
    Merge pull request #11074 from JosJuice/jitarm64-spr-tl-alignment JosJuice 2022-09-20 23:02:22 +0200
  • 6203c101f8 JitArm64: Enforce correct alignment of SPR_TL JosJuice 2022-09-20 18:54:52 +0200
  • ee692abbe1 VideoBackends:Metal: Use BitField for stuffing bits in pipeline ids TellowKrinkle 2022-09-19 15:53:36 -0500
  • d04e1ca96a
    Merge pull request #11058 from shuffle2/updater-inflate Admiral H. Curtiss 2022-09-20 02:45:50 +0200
  • 3b10bf04ac
    Merge pull request #10808 from Pokechu22/vertex-loader-direct-normals-with-index3 JMC47 2022-09-19 19:47:37 -0400
  • 91b1faa36a
    Merge pull request #11065 from AdmiralCurtiss/global-state-sram Mai 2022-09-19 18:56:14 -0400
  • 1eb3aaa548 VideoCommon: Use std::array in PortableVertexDeclaration TellowKrinkle 2022-08-03 01:13:55 -0500
  • 28b31b8327 VideoBackends:Vulkan: Make dynamic vertex loader optional TellowKrinkle 2022-07-10 20:01:38 -0500
  • dae56a24b8 VideoBackends:D3D12: Dynamic vertex loader support TellowKrinkle 2022-06-20 02:55:49 -0500
  • 936b4d5d0d VideoBackends:Vulkan: Dynamic vertex loader support TellowKrinkle 2022-06-18 22:49:03 -0500
  • 7edc8b4e79 VideoBackends:Metal: Don't set primitive on ubershaders TellowKrinkle 2022-06-18 20:33:18 -0500
  • 99533d2840 VideoCommon: Add separate pipeline usage for UberShaders TellowKrinkle 2022-06-18 20:03:28 -0500
  • d289e9c51c VideoCommon: Compile a few extra pipelines TellowKrinkle 2022-06-18 02:50:48 -0500
  • d3dae1cd7e VideoBackends:Metal: Dynamic vertex loader support TellowKrinkle 2022-06-18 01:09:35 -0500
  • 4c629c2bee VideoCommon: Add dynamic vertex loader to ubershaders TellowKrinkle 2022-06-18 01:09:35 -0500
  • c21f2512c8
    HW: Move g_SRAM to System. Admiral H. Curtiss 2022-09-14 01:11:04 +0200
  • 0a517ebdbd
    Core: Pass Netplay SRAM through boot process. Admiral H. Curtiss 2022-09-13 04:44:59 +0200
  • 9963637463
    HW: Remove global state from functions in Sram.h. Admiral H. Curtiss 2022-09-13 03:58:32 +0200
  • 1fd60aeb5d
    Merge branch 'dolphin-emu:master' into Fix-Metal-init Josh 2022-09-19 12:27:37 -0500
  • ef13a54b0a
    VideoBackends - Enable Metal without Vulkan Josh 2022-09-19 11:28:34 -0500
  • 720b3f5519
    Merge pull request #11071 from AdmiralCurtiss/netplay-settings-style JosJuice 2022-09-19 17:55:36 +0200
  • d80201a57f VertexLoaderARM64: Fix direct normal+tangent+binormal with index3 set Pokechu22 2022-07-04 19:20:15 -0700
  • f148de161f VertexLoaderARM64: Specify the register to use as a parameter to ReadVertex Pokechu22 2022-07-15 13:22:58 -0700
  • ad644d5e92 VertexLoaderARM64: Merge GetAddressImm into GetVertexAddr Pokechu22 2022-07-15 13:02:55 -0700
  • 9a290c3d50 VertexLoaderARM64: Always use unscaled load/store instructions Pokechu22 2022-07-14 20:02:55 -0700
  • a34d5e5960 Arm64Emitter: Add additional alignment assertions Pokechu22 2022-07-14 20:00:12 -0700
  • afe5adb74d VertexLoaderARM64: Use EnumMap for normal scales Pokechu22 2022-07-14 19:27:44 -0700
  • 200676f4e3 VertexLoaderX64: Fix direct normal+tangent+binormal with index3 set Pokechu22 2022-07-04 11:21:38 -0700
  • 5cc2f7729e VertexLoaderX64: Use EnumMap for normal scales Pokechu22 2022-07-14 19:27:39 -0700
  • 53ee1b50fe VertexLoaderTest: Add NormalAll Pokechu22 2022-07-14 17:34:08 -0700
  • 729498ab41 VertexLoaderTest: Add DirectAllComponents Pokechu22 2022-07-14 15:54:32 -0700
  • 6f4f5b0b7b
    Merge pull request #11067 from K0bin/cache-vertex-size JMC47 2022-09-18 22:38:06 -0400
  • d19994b4bd
    Merge pull request #11061 from Zopolis4/rnvs Admiral H. Curtiss 2022-09-19 01:38:13 +0200
  • bec4850fc3
    Netplay: Rename variable names in NetSettings to match style guide. Admiral H. Curtiss 2022-09-19 01:18:26 +0200
  • 2db74e7f21
    OpcodeDecoding: Get vertex size from the loader Robin Kertels 2022-09-17 14:19:13 +0200
  • a6c6ec012c
    VertexLoaderManager: Clean up and slightly speed up with templates Robin Kertels 2022-09-15 23:38:57 +0200
  • 45afab7d5d
    In CMake, check for and remove in-tree scmrev.h generated by Visual Studio Zopolis4 2022-09-14 15:51:02 +1000
  • eec43ce3f3
    Merge pull request #11068 from JosJuice/revert-vcredist JosJuice 2022-09-18 23:40:33 +0200
  • 07f86446a6
    Netplay: Remove unused m_HostInputAuthority in NetSettings. Admiral H. Curtiss 2022-09-18 23:00:08 +0200
  • 02b668b045 Gandrayda fix mp3 standalone NTSC vyuuui 2022-09-17 15:40:15 -0700
  • 69ad2cc4d0
    Merge pull request #11059 from AdmiralCurtiss/netplay-graceful-shutdown Admiral H. Curtiss 2022-09-18 00:00:44 +0200
  • 7866fba1be Revert "licenses: add vc++ redist license" JosJuice 2022-09-16 10:33:47 +0200
  • fec6f1bd5a Revert "windows: distribute vcredist loose files" JosJuice 2022-09-16 10:33:39 +0200
  • a31e36aeb7
    VertexLoaderManager: Fix backwards preprocess check Robin Kertels 2022-09-15 22:14:09 +0200
  • 32fba6dbd8
    Merge pull request #11066 from K0bin/vertex-size-opt JMC47 2022-09-15 14:25:32 -0400
  • fdcd2b7d00
    VertexLoader: Inline GetSize Robin Kertels 2022-09-14 23:58:09 +0200
  • 8aa214453a
    VertexLoader: Optimize GetVertexSize Robin Kertels 2022-09-14 20:42:56 +0200
  • 539582b3c0 Removed Idea Folder / Added git ignore sirmangler 2022-09-14 22:23:08 +0100
  • 1efb5b8800
    Merge pull request #11063 from shuffle2/vcredist Pierre Bourdon 2022-09-14 23:01:00 +0200
  • 09c07d4ff2
    Merge pull request #11060 from t895/dividers JosJuice 2022-09-14 22:43:18 +0200
  • 84aa19db96 licenses: add vc++ redist license Shawn Hoffman 2022-09-14 13:24:44 -0700
  • a472650ef2 Installer: remove old redists The installer needs other maintenence, but this at least removes some cruft Shawn Hoffman 2022-09-14 13:17:37 -0700
  • 0837af4344 windows: distribute vcredist loose files Shawn Hoffman 2022-09-14 02:42:43 -0700
  • 02cb6e93a8 Updated to 5.0-17348 sirmangler 2022-09-14 20:32:33 +0100
  • 25010e59e0 Merge remote-tracking branch 'upstream/master' sirmangler 2022-09-14 19:26:41 +0100
  • 33048d0d4c Android: Use material dividers Charles Lombardo 2022-09-13 20:59:58 -0400
  • 450b77a096
    Merge pull request #11064 from t895/tab-layout JosJuice 2022-09-14 19:59:31 +0200
  • 96d431b519 Android: Remove TabLayout workaround Charles Lombardo 2022-09-14 12:03:21 -0400
  • 7eece76e2b
    Merge pull request #11053 from t895/top-app-bar JosJuice 2022-09-14 08:28:24 +0200
  • eb6a548735 Android: Change top app bar color on scroll Charles Lombardo 2022-09-11 12:57:56 -0400
  • 3420823002
    Merge pull request #11043 from t895/nav-bar JosJuice 2022-09-13 22:34:52 +0200
  • 351ebe668f
    Merge pull request #11056 from t895/new-bars JosJuice 2022-09-13 21:14:30 +0200
  • 7f450f1d7e
    Merge pull request #10626 from t895/glide JosJuice 2022-09-13 08:24:18 +0200
  • bf331ffa45
    NetPlayClient: Treat power button event as a netplay stop. Admiral H. Curtiss 2022-09-13 01:23:17 +0200
  • 35f6d12acc
    NetPlayClient: Consolidate stopping code to function. Admiral H. Curtiss 2022-09-13 01:22:51 +0200
  • c4b3f2302a
    NetPlayClient: Consolidate Wiimote buffer waiting code to function. Admiral H. Curtiss 2022-09-13 01:18:53 +0200