| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 20 hours | Merge pull request #14785 from JosJuice/fix-texture-countHEADmaster | Admiral H. Curtiss | |
| VideoCommon: Fix custom texture count in OSD message | |||
| 24 hours | VideoCommon: Fix custom texture count in OSD message | JosJuice | |
| 83dc468 broke the OSD message that shows the number of custom textures. If Prefetch Custom Textures was disabled, the number would always be 0. | |||
| 28 hours | Merge pull request #14777 from tygyh/Use-designated-constructors | Scott Mansell | |
| Use designated constructors | |||
| 37 hours | Use designated constructors | Dr. Dystopia | |
| 41 hours | Merge pull request #14758 from JoshuaVandaele/egl-platform-nowayland | Scott Mansell | |
| Forbid EGL_PLATFORM to be "wayland" | |||
| 46 hours | Merge pull request #14768 from phire/security/gcz_overflows | JosJuice | |
| Better validation and handling of GCZ | |||
| 46 hours | Merge pull request #14776 from tygyh/Core/Use-static-cast | Scott Mansell | |
| Replace functional cast with `static_cast` | |||
| 46 hours | Merge pull request #14781 from sepalani/gai-error | Scott Mansell | |
| IP/Top: Add getaddrinfo() error log message | |||
| 3 days | IP/Top: Add getaddrinfo() error log message | Sepalani | |
| 3 days | EGLX11: Forbid EGL_PLATFORM to be "wayland" | Joshua Vandaële | |
| 3 days | Merge pull request #14755 from JoshuaVandaele/cmakeupd-qt-useless-dlls | Scott Mansell | |
| windeployqt: Disable uneeded DLLs | |||
| 3 days | Merge pull request #14775 from tygyh/Replace-zero-constants-with-`nullptr` | Scott Mansell | |
| Replace zero constants with `nullptr` | |||
| 3 days | Merge pull request #14779 from phire/cmake_osx_sysroot | OatmealDome | |
| Make sure CMAKE_OSX_SYSROOT is set | |||
| 4 days | Merge pull request #13452 from ↵ | Scott Mansell | |
| tygyh/Use-structured-binding-DolphinQt-FifoAnalyzer DolphinQt/FIFO/FifoAnalyzer: Use structured bindings | |||
| 4 days | Merge pull request #14778 from JoshuaVandaele/about-enable-sdl | Scott Mansell | |
| AboutDialog: Fix compilation with ENABLE_SDL=OFF | |||
| 4 days | Replace functional cast with `static_cast` | Dr. Dystopia | |
| 4 days | Make sure CMAKE_OSX_SYSROOT is set | Scott Mansell | |
| Otherwise we can get some really weird build issues | |||
| 4 days | Merge pull request #14765 from slick-daddy/opt-6 | Scott Mansell | |
| InputCommon: return the device list directly in GetAllDevices | |||
| 4 days | Merge pull request #14725 from matheuswillder/NFS-Codes-update | JosJuice | |
| GameINI: Update codes to unlock Black Edition and Collector's Edition in Need for Speed (update to #14581) | |||
| 5 days | AboutDialog: Fix compilation with ENABLE_SDL=OFF | Joshua Vandaële | |
| 5 days | Replace zero constants with `nullptr` | Dr. Dystopia | |
| 5 days | Merge pull request #13502 from ↵ | Scott Mansell | |
| tygyh/Replace-lazy-implementation-Tools-find-includes-cycles Tools/find-includes-cycles: Replace lazy implementation | |||
| 5 days | Merge pull request #14115 from techflashYT/elf-loader-fix | Scott Mansell | |
| Core/Boot: Fix ELF load address semantics | |||
| 5 days | Merge pull request #14753 from matellush/flatpak-libevdev | Scott Mansell | |
| Flatpak: Bump `libevdev` to the latest version | |||
| 5 days | Merge pull request #14770 from JoshuaVandaele/gen-approved-hash | Scott Mansell | |
| AchievementApprovedHash: Automatically generate hash using CMake | |||
| 5 days | Merge pull request #13543 from tygyh/DiscIO-Use-views-keys | Scott Mansell | |
| DiscIO: Use views::keys | |||
| 5 days | Merge pull request #14766 from phire/security/dol_reader | Scott Mansell | |
| DolReader: Fix integer wraparound | |||
| 5 days | Merge pull request #14738 from tygyh/Replace-concatination-with-stdformat | Scott Mansell | |
| Replace string concatination with `fmt::format` | |||
| 5 days | Merge pull request #14747 from AdmiralCurtiss/dsp-hle-oob | Scott Mansell | |
| HW/DSPHLE/AXVoice: Check array bounds in ApplyUpdatesForMs() | |||
| 5 days | Merge pull request #14751 from JoshuaVandaele/vendor-flatpak-sdl | Scott Mansell | |
| Flatpak: Use vendored-in SDL | |||
| 5 days | Merge pull request #14754 from JoshuaVandaele/cmakeupd-sdl-3412 | Scott Mansell | |
| Externals/SDL: Update to release-3.4.12 | |||
| 5 days | Merge pull request #14757 from JoshuaVandaele/cmake-version-check | Scott Mansell | |
| CMake: Improve our version checking | |||
| 5 days | Merge pull request #14752 from JoshuaVandaele/about-sdl | Scott Mansell | |
| AboutDialog: Report the SDL version being used | |||
| 6 days | Replace string concatination with `fmt::format` | Dr. Dystopia | |
| 6 days | GCZ: use 64-bit for m_data_offset | Scott Mansell | |
| A malicious GCZ file could probably force this to be negative. Shouldn't cause any issues other than file read failures, but need to fix because it is causing errors on MSVC. | |||
| 6 days | GCZ: validate while loading | Scott Mansell | |
| 6 days | GCZ: Don't trust block_num either | Scott Mansell | |
| SectorReader::ReadChunk does do some validation on it, but it only checks against the original disc size (reported by the GCZ file). It has no idea how many blocks the header claimed the disc had. A maliciously crafted GCZ file could trigger read overflows off the end of the m_block_pointers/m_hashes arrays. | |||
| 6 days | GCZ: Don't trust GetBlockCompressedSize | Scott Mansell | |
| It comes unverified from the file, and a maliciously crafted file could trigger not one, but two buffer overflows in the heap. | |||
| 7 days | DolReader: Fix integer wraparound | Scott Mansell | |
| A malicious dol could theoretically use integer wraparound to bypass bounds checking and cause DolReader to read past the end of m_bytes. Could result in crashes, wasting large amounts of memory, or even the disclosure of heap memory contents. | |||
| 7 days | AchievementApprovedHash: Automatically generate hash using CMake | Joshua Vandaële | |
| 7 days | Return m_devices directly in GetAllDevices(). | slick-daddy | |
| 8 days | Update codes to unlock Black Edition and Collector's Edition in Need for Speed | Matheus Willder | |
| 8 days | Merge pull request #14756 from JoshuaVandaele/gcc16-warns-fix | JosJuice | |
| Resolve various warnings | |||
| 9 days | Flatpak: Bump `libevdev` to the latest version | matellush | |
| 9 days | CMake: Enforce minimum stdlib versions | Joshua Vandaële | |
| 9 days | Socket: Resolve incorrect include warning | Joshua Vandaële | |
| This is a musl warning, according to fcntl.h's man page, the include should always be <fcntl.h> anyways | |||
| 9 days | CWDemangler: Resolve missing-declarations warnings | Joshua Vandaële | |
| 9 days | DolphinQt/Config: Resolve sign-compare warnings | Joshua Vandaële | |
| 9 days | FileSystemCommon: Resolve maybe-uninitialized warning | Joshua Vandaële | |
| 9 days | DirectoryBlob: Resolve reorder warning | Joshua Vandaële | |
