| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-22 | Vulkan: Close the output stream on shader compile error before showing the ↵ | Pokechu22 | |
| panic alert This fixes the file showing up as 0 bytes in Windows Explorer (although the file would still display properly when opened). | |||
| 2022-04-18 | Common/PointerWrap: Prevent reads/writes past the end of the buffer. | Admiral H. Curtiss | |
| 2022-04-18 | Common/PointerWrap: Hide internals. | Admiral H. Curtiss | |
| 2022-04-16 | Merge pull request #10563 from TryTwo/PR_MemoryWidget_Display_Types | Admiral H. Curtiss | |
| Debugger MemoryWidget: More display types, use combo box for options | |||
| 2022-04-15 | Debugger MemoryWidget: More display types, use combo box for display ↵ | TryTwo | |
| options. Add alignment and riw length options. | |||
| 2022-04-16 | Merge pull request #10582 from AdmiralCurtiss/fmt-float | Admiral H. Curtiss | |
| Common/StringUtil: Use simpler formatting for floats and doubles. | |||
| 2022-04-15 | Merge pull request #10255 from Pokechu22/sw-zfreeze | Scott Mansell | |
| Software: Fix zfreeze with CullMode::All | |||
| 2022-04-13 | Merge pull request #10486 from ttttcrngyblflpp/negative-axis-scaling | Admiral H. Curtiss | |
| Make pos/neg analog axes symmetrical | |||
| 2022-04-12 | Common/StringUtil: Use simpler formatting for floats and doubles. | Admiral H. Curtiss | |
| 2022-04-12 | windows: buildfix if pch not used | Shawn Hoffman | |
| 2022-04-11 | Merge pull request #10574 from EternityShack/master | Admiral H. Curtiss | |
| MemoryWidget: Load Files to Memory | |||
| 2022-04-10 | MemoryWidget: Load Files to Memory | EternityShack | |
| 2022-04-10 | MoltenVK: Fix pixel shader typo | JosJuice | |
| 2022-04-09 | Merge pull request #10571 from AdmiralCurtiss/ffmpeg-custom-pix-fmt | Mai M | |
| VideoCommon/FrameDump: Allow user to specify a pixel format. | |||
| 2022-04-08 | Software: Fix zfreeze with CullMode::All | Pokechu22 | |
| 2022-04-08 | Software: Store offset in Slope | Pokechu22 | |
| This is needed since we need a separate offset for zfreeze to work correctly. It also makes the code a bit less jank. | |||
| 2022-04-08 | Software: Remove config to disable ZComploc and ZFreeze | Pokechu22 | |
| These aren't particularly useful, and make the code a bit more confusing. If for some reason someone wants to test what happens when these functions are disabled, it's easier to just edit the code that implements them. They aren't exposed in the UI, so one would need to restart Dolphin to do it anyways. | |||
| 2022-04-08 | Round viewport coordinates when vertex rounding is enabled | Pokechu22 | |
| This should fix https://bugs.dolphin-emu.org/issues/9105 | |||
| 2022-04-08 | VertexShaderManager: Use g_ActiveConfig.UseVertexRounding() | Pokechu22 | |
| 2022-04-08 | Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING) | Pokechu22 | |
| 2022-04-08 | Merge pull request #10573 from AdmiralCurtiss/pr10472 | Mai M | |
| DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled because of a custom value. | |||
| 2022-04-09 | DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled ↵ | 3t13nn3 | |
| because of a custom value. Fixes https://bugs.dolphin-emu.org/issues/12771 | |||
| 2022-04-08 | Merge pull request #10558 from shuffle2/lang | Mai M | |
| windows: simplify handling of gettext | |||
| 2022-04-09 | VideoCommon/FrameDump: Fix log messages with arguments. | Admiral H. Curtiss | |
| 2022-04-09 | Common/LogManager: Add generic printf-style log function that takes a ↵ | Admiral H. Curtiss | |
| va_list instead of va_args. | |||
| 2022-04-09 | VideoCommon/FrameDump: Allow user to specify a pixel format. | Admiral H. Curtiss | |
| 2022-04-08 | Merge pull request #10543 from Minty-Meeo/initmmio-combine | Pokechu22 | |
| Combine InitMMIO and InitMMIOWii | |||
| 2022-04-08 | Merge pull request #7675 from TryTwo/Debugger_Code_Features | Admiral H. Curtiss | |
| Debugger: Get target memory in load/store instructions | |||
| 2022-04-08 | Core/WGInput: Dynamically load winrt function addresses. | Admiral H. Curtiss | |
| 2022-04-07 | Merge pull request #10412 from Pokechu22/sw-efb-peek-alpha | JMC47 | |
| Software: Implement pixel engine alpha read mode | |||
| 2022-04-07 | Merge pull request #10485 from JosJuice/real-ocol0-logic-ops | JosJuice | |
| Shadergen: Use real_ocol0 workaround for shader logic ops | |||
| 2022-04-07 | Merge pull request #10544 from AdmiralCurtiss/default-font-size-workaround | JosJuice | |
| Qt: Set font size for default debug font. | |||
| 2022-04-07 | msbuild: Move WGInput to DolphinLib.props | Pokechu22 | |
| It was accidentally put into the main DolphinLib.vcxproj in #7614. | |||
| 2022-04-07 | MemoryWidget: Fix preview of zero as float/double | Sepalani | |
| 2022-04-07 | Merge pull request #10528 from TryTwo/PR_Debugger_Memory_Input_Types | Admiral H. Curtiss | |
| Debugger: MemoryWidget: add float and integer input types. Add input preview. | |||
| 2022-04-06 | Debugger MemoryWidget: add float and integer inputs. Add input preview. ↵ | TryTwo | |
| Change input logic. Use combobox for options. | |||
| 2022-04-06 | Merge pull request #10555 from ↵ | Admiral H. Curtiss | |
| Dentomologist/fix_manual_update_check_when_autoupdate_disabled Updater: Fix manual update check when autoupdate is disabled | |||
| 2022-04-03 | ControllerInterface: Update sort priorities. | Jordan Woyak | |
| 2022-04-03 | InputCommon: Add Windows.Gaming.Input to ControllerInterface. | Jordan Woyak | |
| 2022-04-02 | windows: simplify handling of gettext | Shawn Hoffman | |
| fixes binplace on first build | |||
| 2022-04-02 | Updater: Fix manual update check when autoupdate is disabled | Dentomologist | |
| 2022-04-02 | Merge pull request #10534 from AdmiralCurtiss/more-cheat-search-qol | Admiral H. Curtiss | |
| DolphinQt: More Cheat Search QoL | |||
| 2022-04-02 | Merge pull request #8732 from dreamsyntax/debugger-function-differencing | Admiral H. Curtiss | |
| Qt/Debugger CodeWidget: Record and find specific functions by differencing | |||
| 2022-03-31 | DolphinQt/CheatSearchWidget: Drop whitespace when parsing integers and ↵ | Admiral H. Curtiss | |
| floats from the user. | |||
| 2022-03-31 | DolphinQt/CheatsManager: Don't leak closed cheat search tabs. | Admiral H. Curtiss | |
| 2022-03-31 | DolphinQt/CheatSearchWidget: Remember state of Hex checkboxes across sessions. | Admiral H. Curtiss | |
| 2022-03-31 | Qt: Set font size for default debug font. | Admiral H. Curtiss | |
| 2022-03-31 | Merge pull request #10530 from shuffle2/win-ffmpeg | Admiral H. Curtiss | |
| windows: move ffmpeg bins to submodule | |||
| 2022-03-30 | Merge pull request #10542 from TryTwo/PR_MemoryViewWidget_Spacing | Admiral H. Curtiss | |
| Debugger MemoryViewWidget: fixed, tighter spacing | |||
| 2022-03-29 | framedump: enable compat with utvideo codec | Shawn Hoffman | |
