summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/ResourcePack/ResourcePack.cpp
AgeCommit message (Expand)Author
2026-02-02ResourcePack: Fix loading resource packsJoshua Vandaële
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2025-05-22minizip-ng: Stop using compatibility modeJoshua Vandaële
2025-01-19Fix build with minizip-ng 4.0.8Joshua Vandaële
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-10-11Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-findTilka
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-05-03Externals: Update minizip-ng to 4.0.5mitaclaw
2024-04-19Apply modernize-use-starts-ends-withNicolas van Kempen
2023-04-15Embrace nullptr over NULL and 0get
2022-08-06ResourcePack: dont scan for individual filesShawn Hoffman
2022-06-06CMake: rename minizip to minizip-ngTillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-04-29Externals: Update minizip search path.degasus
2019-11-02DolphinQt: Add way to override "ResourcePack" folder that controls the locati...iwubcode
2019-08-24VolumeVerifier: Add zip support for datfileJosJuice
2019-05-27UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any cont...Lioncash
2019-05-27UICommon/ResourcePack: Use ScopeGuards to manage closing filesLioncash
2019-05-27UICommon/ResourcePack: Deduplicate string constructionLioncash
2019-05-27UICommon/ResourcePack: Remove unnecessary resizesLioncash
2019-05-27UICommon/ResourcePack: Make TEXTURE_PATH a regular arrayLioncash
2019-03-13UICommon/ResourcePack: Provide inequality operator to complement equality ope...Lioncash
2019-03-13UICommon/ResourcePack: Mark ResourcePack's operator== as constLioncash
2019-02-11ResourcePacks: Fix various bugsspycrab
2019-02-02ResourcePacks: Support compressionspycrab
2018-12-19Implement resource packsspycrab