Revision 9d583143
Added by skyjake almost 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- libdeng2
- filesys.pri (diff)
- include
- de
- ArchiveEntryFile
- ArchiveFile
- PackageFolder
- filesys
- archiveentryfile.h
- archivefile.h
- packagefolder.h
- de
- src
- filesys
- archiveentryfile.cpp
- archivefile.cpp
- packagefolder.cpp
- filesys
- libdeng2
libdeng2: Renamed ArchiveFile to ArchiveEntryFile, added PackageFolder
The name "ArchiveFile" was not consistent with the intended naming
convention: it does not represent an Archive, only a single entry in
an Archive. Thus it was renamed to ArchiveEntryFile.
Added PackageFolder that will be used instead of Folder to represent
the root folder of a ZIP archive. It provides a more convenient way
to access the contained Archive.