DarkRadiant: master 193ff898

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 20.02.2019 22:17 master 32cb2455
Changeset Attempt to initialise Doom3FileSystem in tests

Added a test/data directory with a PK4 containing a couple of test files. Test
can now initialise the Doom3FileSystem but files are not yet being looked up
correctly. Minor changes to Doom3FileSystem implementation, making the handling
of _modPath more lazy so that it won't trigger assertions caused by trying to
access the registry during initialisation.
add - radiant/test/data/vfs_root/test_models.pk4 Diff File
mod - radiant/test/vfsTest.cpp Diff File
mod - radiant/vfs/DirectoryArchive.cpp Diff File
mod - radiant/vfs/DirectoryArchive.h Diff File
mod - radiant/vfs/ZipArchive.cpp Diff File
mod - radiant/vfs/ZipArchive.h Diff File