index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UICommon
/
ResourcePack
/
ResourcePack.cpp
Age
Commit message (
Expand
)
Author
2026-02-02
ResourcePack: Fix loading resource packs
Joshua Vandaële
2026-01-24
Common/FileSearch: Refactor DoFileSearch
Sintendo
2025-05-22
minizip-ng: Stop using compatibility mode
Joshua Vandaële
2025-01-19
Fix build with minizip-ng 4.0.8
Joshua Vandaële
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-10-11
Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-find
Tilka
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2024-10-10
Modernize `std::find_if` with ranges
mitaclaw
2024-05-03
Externals: Update minizip-ng to 4.0.5
mitaclaw
2024-04-19
Apply modernize-use-starts-ends-with
Nicolas van Kempen
2023-04-15
Embrace nullptr over NULL and 0
get
2022-08-06
ResourcePack: dont scan for individual files
Shawn Hoffman
2022-06-06
CMake: rename minizip to minizip-ng
Tillmann Karras
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-04-29
Externals: Update minizip search path.
degasus
2019-11-02
DolphinQt: Add way to override "ResourcePack" folder that controls the locati...
iwubcode
2019-08-24
VolumeVerifier: Add zip support for datfile
JosJuice
2019-05-27
UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any cont...
Lioncash
2019-05-27
UICommon/ResourcePack: Use ScopeGuards to manage closing files
Lioncash
2019-05-27
UICommon/ResourcePack: Deduplicate string construction
Lioncash
2019-05-27
UICommon/ResourcePack: Remove unnecessary resizes
Lioncash
2019-05-27
UICommon/ResourcePack: Make TEXTURE_PATH a regular array
Lioncash
2019-03-13
UICommon/ResourcePack: Provide inequality operator to complement equality ope...
Lioncash
2019-03-13
UICommon/ResourcePack: Mark ResourcePack's operator== as const
Lioncash
2019-02-11
ResourcePacks: Fix various bugs
spycrab
2019-02-02
ResourcePacks: Support compression
spycrab
2018-12-19
Implement resource packs
spycrab