b479c57bcb
We now use a hashtable for lookups of specific paths, and organize the entries into a directory tree. The end result is fast lookup and fast enumeration without having to search a sorted array or tapdance with substrings...which means the rare, mysterious bug where we failed to find an existing file should be gone now, too. |
||
---|---|---|
docs | ||
extras | ||
src | ||
test | ||
.hgignore | ||
CMakeLists.txt | ||
LICENSE.txt | ||
README.txt |
README.txt
PhysicsFS; a portable, flexible file i/o abstraction. http://icculus.org/physfs/ Please see the docs directory for documentation, licensing, and information.