Commit Graph

  • 666241ef72 Readme.md: Add hint about Qt submodule under Windows spycrab 2019-04-23 22:58:24 +02:00
  • 8e3d1200da
    Merge pull request #7833 from chargeflux/CodeWidgetHiding-macOS spycrab 2019-04-23 22:40:17 +02:00
  • f7dcd191e3 Qt/NetPlayDialog: Move MD5 button into menubar spycrab 2019-04-23 22:37:22 +02:00
  • 290275e8ea Debugger: Move hiding logic via setHidden() to before setFloating() chargeflux 2019-02-28 15:19:04 -05:00
  • 0ef3eced78 Qt/NetPlayBrowser: Prevent word wrap spycrab 2019-04-23 18:55:40 +02:00
  • a6e7a90a4a Qt/NewPatchDialog: Fix crashes on entry removal spycrab 2019-04-23 18:46:38 +02:00
  • cd5f42cee0 Qt: Fix add button not releasing chargeflux 2019-04-22 19:44:00 -04:00
  • 2abe333ce9
    Merge pull request #7287 from degasus/idle_skipping Markus Wick 2019-04-22 23:08:03 +02:00
  • e575fa92d7
    Merge pull request #8005 from JosJuice/issue-11679 spycrab 2019-04-22 14:39:56 +02:00
  • b4dfda0774
    Merge pull request #8021 from spycrab/cm_overhaul spycrab 2019-04-22 14:16:53 +02:00
  • a154c56815 Qt/CheatsManager: Use ActionReplay constants spycrab 2019-04-22 14:09:47 +02:00
  • 59c0e51f5b
    Merge pull request #8000 from stenzek/more-videocommon-cleanup Connor McLaughlin 2019-04-22 12:50:22 +10:00
  • 93be178f28
    Merge pull request #7857 from stenzek/opengl-stereo Connor McLaughlin 2019-04-22 12:41:12 +10:00
  • fb841c75cb
    Merge pull request #8022 from spycrab/issue_11676 spycrab 2019-04-21 21:38:56 +02:00
  • e2abda0c9b Qt/GameConfigWidget: Show revision specific INIs spycrab 2019-04-21 19:57:16 +02:00
  • 1588ef27bf
    Merge pull request #8023 from spycrab/verify_layout_fix spycrab 2019-04-21 20:55:54 +02:00
  • 6c938cc070 Qt/VerifyWidget: Fix layout warnings spycrab 2019-04-21 20:28:55 +02:00
  • 4f7ff76801 Qt/CheatsManager: Fix locking defaulting to the value zero spycrab 2019-04-21 18:00:36 +02:00
  • 05eb91691c Qt/CheatsManager: Fix value setting spycrab 2019-04-21 17:34:31 +02:00
  • 44d5a71e27
    Merge pull request #7965 from jordan-woyak/condvar-fixes Connor McLaughlin 2019-04-21 23:50:53 +10:00
  • bb2fa2aba0
    Merge pull request #7807 from jordan-woyak/indicator-colors spycrab 2019-04-21 15:49:06 +02:00
  • 0b56d49d97 Qt/CheatsManager: Deduplicate code spycrab 2019-04-21 15:38:59 +02:00
  • a9ef110349 DolphinQt: Query mapping indicator colors using QPalette for better behavior with alternative themes. Jordan Woyak 2019-02-17 17:58:43 -06:00
  • 2fb6c45015
    Merge pull request #8018 from spycrab/cheatsmanager_lock spycrab 2019-04-21 14:29:54 +02:00
  • a6ed1b644b Qt/CheatSearch: Fix locking being permanently disabled spycrab 2019-04-21 13:51:25 +02:00
  • 356ebdf509 OGL: Set shared context state up to match main context Stenzek 2019-04-21 12:37:22 +10:00
  • 6553cf8bb1 OGL: Only set GL_PROGRAM_POINT_SIZE on desktop GL Stenzek 2019-04-21 12:36:41 +10:00
  • f2a594fad5 OGL: Fix binding error on shutdown Stenzek 2019-03-05 23:02:40 +10:00
  • 9577d0641b ShaderCache: Fix crash at shutdown on shared shader compilation fail Stenzek 2019-04-20 23:41:53 +10:00
  • 5c95dc61fc OGL: Store shader source in OGLShader Stenzek 2019-04-20 23:39:54 +10:00
  • bbd1ae16db OGL: Remove unused ProgramShaderCache::CompileShader() Stenzek 2019-04-20 23:39:17 +10:00
  • f8c1ba409c Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle Stenzek 2019-04-16 00:47:46 +10:00
  • 6ea43235d5
    Merge pull request #7841 from iwubcode/config-mgr-onion JMC47 2019-04-21 00:01:47 -04:00
  • ca55375d01
    Merge pull request #8015 from jordan-woyak/dinput-cursor-optimize Connor McLaughlin 2019-04-21 13:56:50 +10:00
  • 5b4ebccf6b
    Merge pull request #8012 from stenzek/bounding-box-shaders Connor McLaughlin 2019-04-21 13:27:05 +10:00
  • 18589e50ab
    Merge pull request #7925 from stenzek/xfb-stride JMC47 2019-04-20 23:21:42 -04:00
  • b09a0e1a60 TextureCache: Check for out-of-range partial copy rect after scaling Stenzek 2019-04-21 12:52:07 +10:00
  • 3791262d96 TextureCache: Use linear filtering on y-scaled and >1xIR VRAM copies Stenzek 2019-03-31 14:42:38 +10:00
  • 708bd3d9f7 TextureCache: Simplify XFB reconstruction Stenzek 2019-03-31 14:11:53 +10:00
  • dbaba0062a TextureDecoder: Move XFB decoding to Common Stenzek 2019-03-24 13:10:01 +10:00
  • 6ec4ade3b6 Interpreter: Drop idle skipping in interpreter. degasus 2019-04-20 20:51:43 +02:00
  • 55abe1a085 Jit64: Refactor WriteIdleExit helper. degasus 2019-04-16 08:53:44 +02:00
  • b8b4b4a383 PowerPC: More idle loop detections. degasus 2018-08-09 09:40:12 +02:00
  • 55db7c7a05 Jit64: Optimized idle skipping detection. degasus 2018-07-28 01:52:22 +02:00
  • 8c1310d1d1 ControllerInterface/DInput: Optimize cursor position updating. Jordan Woyak 2019-04-20 09:25:11 -05:00
  • eddde3e6c8 ShaderGen: Use interface blocks when geometry shaders are supported Stenzek 2019-04-20 23:44:33 +10:00
  • c6b45c5ca9 ShaderCache: Fix crash if pipeline from uid cache fails creation Stenzek 2019-04-20 23:15:25 +10:00
  • 96aa762d1e PixelShaderGen: Don't emit bounding box shader code for old UIDs when disabled Stenzek 2019-04-20 12:51:04 +10:00
  • fbe7892bd2 ConfigManager: Remove TitleDatabase.h include JosJuice 2019-04-20 12:30:46 +02:00
  • e98f5fe665 Show Japanese GC games in Japanese when using TitleDatabase JosJuice 2019-04-20 12:11:21 +02:00
  • 4b1adab785
    Merge pull request #8011 from JMC47/WeCheerDefer Connor McLaughlin 2019-04-20 12:57:29 +10:00
  • c26f53bf84
    Merge pull request #7999 from stenzek/pipeline-cache-data Connor McLaughlin 2019-04-20 12:56:02 +10:00
  • 9e951819d5
    Merge pull request #7870 from jordan-woyak/free-look-roll JMC47 2019-04-19 18:42:44 -04:00
  • 1fb0408a84 Disable Deferred EFB Copies in We Cheer 1 and 2 JMC47 2019-04-19 13:27:33 -04:00
  • f0323a59c3 DolphinQt: Fix verify tab hash box sizes on macOS JosJuice 2019-04-17 00:38:31 +02:00
  • ee8cdcb350
    Merge pull request #8008 from stenzek/update-imgui Pierre Bourdon 2019-04-19 10:19:29 +02:00
  • f8c088a1fb Externals: Update imgui to 1.70 WIP Stenzek 2019-04-19 15:13:05 +10:00
  • 47e776d378 rm unused code weihuoya 2019-04-17 20:15:56 +08:00
  • 779e618046 VideoCommon: Change free-look's middle-mouse action to roll the camera. Jordan Woyak 2019-03-09 10:25:41 -06:00
  • 5c5e6df038
    Merge pull request #8004 from jordan-woyak/u8-literal Pierre Bourdon 2019-04-16 23:43:48 +02:00
  • 1d024c8add Fix u8 string literal C++20 compile error. Jordan Woyak 2019-04-16 16:31:12 -05:00
  • f1620f25f4
    Merge pull request #7981 from degasus/interpreter_psq_l Markus Wick 2019-04-16 22:27:07 +02:00
  • dbfdb16fbb
    Merge pull request #7990 from MerryMage/fprf Markus Wick 2019-04-16 22:13:05 +02:00
  • 80d21b8ffb
    Merge pull request #8002 from JMC47/CursorSlowdown JMC47 2019-04-15 20:43:31 -04:00
  • f3aaf5deaa Reduce Relative Input Cursor Speed Dramatically JMC47 2019-04-15 16:46:13 -04:00
  • 63f30cc44d
    Merge pull request #8001 from Techjar/mario-party-netplay-codes JMC47 2019-04-15 17:21:46 -04:00
  • 9fcf2b1207 GameSettings: Mario Party netplay community codes CrankySupertoon 2019-04-12 13:23:39 -04:00
  • 861472efdf Translation resources sync with Transifex JosJuice 2019-04-15 18:57:55 +02:00
  • 00b83b4196 ShaderCache: Utilize pipeline cache data where possible Stenzek 2019-04-16 00:34:52 +10:00
  • 616ad378b7 OGL: Support returning pipeline cache data Stenzek 2019-04-15 23:38:10 +10:00
  • 5cef09e383 D3D12: Support returning pipeline cache data Stenzek 2019-04-15 21:59:07 +10:00
  • 61a656570e AbstractPipeline: Support returning "cache data" Stenzek 2019-04-15 21:55:26 +10:00
  • 2863183532
    Merge pull request #7995 from JosJuice/languages-utf-8 JosJuice 2019-04-14 17:17:24 +02:00
  • d7b5270348
    Merge pull request #7988 from JosJuice/fix-wii-save-import JosJuice 2019-04-14 17:17:00 +02:00
  • e526b39956 update-translated-strings.sh: Disable fuzzy matching JosJuice 2019-04-14 15:19:29 +02:00
  • 0f8e5ab207
    Merge pull request #7968 from Techjar/fix-netplay-browser-search-hang spycrab 2019-04-14 03:11:31 +02:00
  • 1cedbd5b82
    Merge pull request #7923 from jordan-woyak/full-surface-rename JMC47 2019-04-13 17:43:29 -04:00
  • a891115ea3
    Merge pull request #7952 from jordan-woyak/emu-shake-params JMC47 2019-04-13 12:13:13 -04:00
  • 2740aec6da update-source-strings.sh: Specify encoding JosJuice 2019-04-13 17:23:18 +02:00
  • be897b41a7 ControllerInterface: Rename full surface analog inputs to be more visually dissimilar from their underlying inputs. e.g. "Full Axis X+". Jordan Woyak 2019-03-13 19:47:52 -05:00
  • 241166a1a5
    Merge pull request #7991 from spycrab/npi_retcode spycrab 2019-04-13 15:24:10 +02:00
  • 6e9f9e34f1
    Merge pull request #7993 from Techjar/gc-adapter-calib-fix-fix spycrab 2019-04-13 13:06:06 +02:00
  • 336edbef1e UICommon/NetPlayIndex: Handle non 200 HTTP return codes spycrab 2019-04-12 22:24:16 +02:00
  • eddcb70b84 Common/HttpRequest: Add option to allow non 200 response codes spycrab 2019-04-12 22:10:24 +02:00
  • 6d01f34d78 Core/NetPlayClient: Reset GCAdapter device type in UpdateDevices Techjar 2019-04-13 06:31:10 -04:00
  • c89ddf8cba WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor cleanups. Jordan Woyak 2019-03-29 14:39:48 -05:00
  • 635fd8c22c
    Merge pull request #7984 from JosJuice/root-path-savestate JosJuice 2019-04-12 22:37:21 +02:00
  • e4d83a56a5 EmuCodeBlock: Correct zero handling in SetFPRF for SSE4.1 MerryMage 2019-04-12 20:03:42 +01:00
  • 2a1dee4dce
    Merge pull request #7976 from spycrab/netplay_index_feedback spycrab 2019-04-12 14:21:42 +02:00
  • 4f915760e8 Fix importing Wii save files with sizes not divisible by 64 JosJuice 2019-04-12 11:27:27 +02:00
  • c7c4196c38 Qt/NetPlayBrowser: Refresh session list asynchronously Techjar 2019-04-07 23:50:09 -04:00
  • f2e3f69d34
    Merge pull request #7979 from Techjar/netplay-browser-possible-crash spycrab 2019-04-11 21:49:58 +02:00
  • 8b6bb39e82 Qt/NetPlay: Show feedback for index adding spycrab 2019-04-11 01:21:40 +02:00
  • e8c9644da0
    Merge pull request #7985 from spycrab/winupdater_exe_name spycrab 2019-04-11 20:26:05 +02:00
  • b9d110ed66 WinUpdater: Restore original executable name spycrab 2019-04-11 20:21:50 +02:00
  • 822acf9ab9 IOS/FS: Don't savestate m_root_path JosJuice 2019-04-11 18:50:15 +02:00
  • d5ed3cbd88
    Merge pull request #7922 from JosJuice/verify-disc JosJuice 2019-04-11 16:39:49 +02:00
  • 372b8552ce
    Merge pull request #7974 from spycrab/winupdater spycrab 2019-04-11 12:04:31 +02:00
  • 399768c91b Interpreter: Fix psq_l with QUANTIZE_FLOAT. degasus 2019-04-11 09:40:05 +02:00
  • 849ede9d0a
    Merge pull request #7639 from CrystalGamma/pr-quantize Markus Wick 2019-04-11 10:11:08 +02:00