DarkRadiant: master b818a38a
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
orbweaver | orbweaver | master | 26.03.2019 21:24 | master 43bf6f44 |
Changeset | VirtualFileSystem::forEachFile no longer requires trailing slash on dir The previous code did not complain but silently broke if the basedir parameter did not include a trailing slash. Now we use standardPathWithSlash() within the method to avoid imposing this unexpected requirement on calling code. |
|||
mod - include/ifilesystem.h | Diff File | |||
mod - radiant/test/shadersTest.cpp | Diff File | |||
mod - radiant/test/vfsTest.cpp | Diff File | |||
mod - radiant/vfs/Doom3FileSystem.cpp | Diff File |