| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-10 | ScmRevGen: Bump major version to 25032503release-prep-2503 | OatmealDome | |
| 2025-03-01 | Translation resources sync with Transifex | JosJuice | |
| 2025-02-26 | Merge pull request #13374 from ↵ | JMC47 | |
| Dentomologist/performancemetrics_clamping_resetting_and_add_setting PerformanceMetrics: Add clamping, resetting on resize, and setting | |||
| 2025-02-25 | Merge pull request #13357 from Nejsplitter/master | Admiral H. Curtiss | |
| GameSettings: Set ImmediateXFBEnable = False for Medal of Honor: Frontline | |||
| 2025-02-25 | GameSettings: Set ImmediateXFBEnable = False for Medal of Honor: Frontline | Nejsplitter | |
| 2025-02-25 | Merge pull request #13369 from Tilka/qt_warnings | Tilka | |
| CMake: disable Qt deprecation warnings we can't fix | |||
| 2025-02-25 | Merge pull request #13376 from jordan-woyak/serialized-wm-irext | JosJuice | |
| WiimoteEmu: Make SerializedWiimoteState store camera points as IRExtended instead of custom layout. | |||
| 2025-02-25 | Merge pull request #13377 from jordan-woyak/middle-clear-fix | JosJuice | |
| DolphinQt: Fix MappingButton not updating text on middle-click clear. | |||
| 2025-02-24 | DolphinQt: Fix MappingButton not updating text on middle-click clear. | Jordan Woyak | |
| 2025-02-24 | WiimoteEmu: Make SerializedWiimoteState store camera points as IRExtended ↵ | Jordan Woyak | |
| instead of custom layout. | |||
| 2025-02-24 | PerformanceMetrics: Add clamping, resetting on resize, and setting | Dentomologist | |
| Clamp overlays to the render window (with some padding), reset their positions when the render window changes sizes, and add a setting to enable moving the overlays (off by default, .ini only for now). | |||
| 2025-02-24 | Translation resources sync with Transifex | JosJuice | |
| 2025-02-24 | Merge pull request #13370 from JosJuice/i18n-pack-sd | JosJuice | |
| Common: Make SD pack/unpack strings translatable | |||
| 2025-02-24 | Merge pull request #13371 from Florin9doi/prusb1 | Tilka | |
| USB: Remove unused parameters | |||
| 2025-02-24 | Merge pull request #13372 from Florin9doi/prusb2 | Tilka | |
| USB: Fix Infinity Manager icon | |||
| 2025-02-23 | Common: Make SD pack/unpack strings translatable | JosJuice | |
| Regression from adc5b81. | |||
| 2025-02-24 | USB: Infinity window icon | Florin9doi | |
| 2025-02-24 | USB: Remove unused params | Florin9doi | |
| 2025-02-23 | CMake: disable Qt deprecation warnings we can't fix | Tillmann Karras | |
| 2025-02-23 | Merge pull request #13365 from jordan-woyak/si-disco | JMC47 | |
| SI: Set NOREP, ERRSTAT, and ERRLATCH when GetData returns false. | |||
| 2025-02-22 | Merge pull request #13348 from jordan-woyak/movie-SerializedWiimoteState | JMC47 | |
| Core/Movie: Make DTM Wii Remote data use SerializedWiimoteState. | |||
| 2025-02-22 | SI: Set NOREP, ERRSTAT, and ERRLATCH when GetData returns false. | Jordan Woyak | |
| 2025-02-22 | Translation resources sync with Transifex | JosJuice | |
| 2025-02-22 | Merge pull request #13353 from iwubcode/custom_shader_overhaul_vertex_texcoord | JMC47 | |
| VideoCommon: move texcoord calculations to accessible functions in VertexShaderGen | |||
| 2025-02-22 | Merge pull request #13358 from Aeplexi/master | JMC47 | |
| Fix LULZ (Homebrew Channel) being forced to 4:3 | |||
| 2025-02-21 | Merge pull request #13364 from Tilka/shadow | Admiral H. Curtiss | |
| CMake: don't enable -Wshadow-uncaptured-local | |||
| 2025-02-20 | Merge pull request #13326 from nlebeck/taskviewmodel-mustrestartapp | Jordan Woyak | |
| Eliminate TaskViewModel's `mustRestartApp` field | |||
| 2025-02-21 | CMake: don't enable -Wshadow-uncaptured-local | Tillmann Karras | |
| This warning unhelpfully triggers for the `[x = std::move(x)]` pattern which is used quite a few times in Dolphin. | |||
| 2025-02-18 | Fix LULZ (Homebrew Channel) aspect ratio | Aep | |
| - Add a LULZHB.ini | |||
| 2025-02-17 | Merge pull request #13219 from Tilka/cp_cleanup | JosJuice | |
| VideoCommon: drop CP MMIO registers that were probably added in the wrong place | |||
| 2025-02-16 | Merge pull request #11469 from aminoa/master | Admiral H. Curtiss | |
| Track Time Played (Core and QT) | |||
| 2025-02-16 | Core/HW: Add time tracking thread in CPU manager | Aneesh Maganti | |
| Introduce method to track the time played for a game via time differences and TimePlayed methods. Threads are synchronized via Common::Event. | |||
| 2025-02-16 | DolphinQt: Add "Time Played" column to game list view | Aneesh Maganti | |
| Shows minutes/hours in the list view and handles column visibility. | |||
| 2025-02-16 | DolphinQt: Create toggle for enabling/disabling time tracking | Aneesh Maganti | |
| Introduce a new "Enable Time Tracking" checkbox in the InterfacePane UI. The checkbox is dynamically enabled or disabled based on the emulation state, preventing changes while emulation is active. | |||
| 2025-02-16 | Core/Config: Add settings for time tracking | Aneesh Maganti | |
| 2025-02-16 | Core/ConfigManager: Add locks for metadata methods | Aneesh Maganti | |
| All metadata access methods now acquire a lock on `m_metadata_lock` to prevent race conditions. | |||
| 2025-02-16 | Core: Add TimePlayed class to track game playtime | Aneesh Maganti | |
| Creates TimePlayed class and implemented constructors, AddTime, GetTimePlayed, and Reload methods. Updates CMakeLists.txt and DolphinLib.props as appropriate. | |||
| 2025-02-16 | Merge pull request #13338 from JoshuaVandaele/contributing-md | Admiral H. Curtiss | |
| Contributing.md: Improve clarity and specify clang-format version | |||
| 2025-02-16 | Merge pull request #13329 from noahpistilli/guard-startup-patches | Admiral H. Curtiss | |
| Core: Check if msr.DR and msr.IR are valid at ApplyStartupPatches | |||
| 2025-02-15 | Merge pull request #13343 from jordan-woyak/dark-theme-indicator-gate-colors | JMC47 | |
| DolphinQt/Mapping: Adjust dark theme indicator gate color calculation. | |||
| 2025-02-15 | Merge pull request #13323 from jordan-woyak/iterative-mapping | JMC47 | |
| DolphinQt: Add setting to enable iterative input mappings. | |||
| 2025-02-15 | DolphinQt/Mapping: Clear and skip "Modifier" iterative input mappings when using | Jordan Woyak | |
| analog inputs. | |||
| 2025-02-15 | DolphinQt: Add setting to enable iterative input mappings. | Jordan Woyak | |
| 2025-02-15 | Merge pull request #13320 from jordan-woyak/detect-alternations | JMC47 | |
| DolphinQt/Mapping: Add setting to enable waiting for alternate mappings. | |||
| 2025-02-15 | Merge pull request #13344 from Tilka/dither | JMC47 | |
| VideoCommon: simplify dither calculation | |||
| 2025-02-15 | Merge pull request #13341 from jordan-woyak/sd-convert-buttons-rename | JMC47 | |
| DolphinQt: Rename the pack/unpack SD Card buttons. | |||
| 2025-02-15 | Merge pull request #13324 from Sintendo/jitarm64-cmp-imm | JMC47 | |
| JitArm64_Integer: cmp/cmpl optimizations | |||
| 2025-02-15 | Merge pull request #13322 from Xphalnos/D3D_Update | JMC47 | |
| VideoBackends: Use DXGI 1.6 and D3D11_4 | |||
| 2025-02-15 | Merge pull request #13321 from Xphalnos/master | JMC47 | |
| Externals: Vulkan 1.4 Support, xxHash 0.8.3 and VMA 3.2.0 | |||
| 2025-02-14 | VideoCommon: move texcoord calculations to accessible functions in ↵ | iwubcode | |
| VertexShaderGen | |||
