"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@2468" did not exist on "01339feefc954b4e4af01a0fb14a14021b07c0a7"
  • bitplane's avatar
    - IFileSystem changes: · f0e49594
    bitplane authored
       - Added TAR archive loader.
       - Renamed the following functions-
          IFileArchive::getArchiveType to getType
          IFileSystem::registerFileArchive to addFileArchive
          IFileSystem::unregisterFileArchive to removeFileArchive
          IFileArchive::openFile to createAndOpenFile
       - New enum, E_FILE_ARCHIVE_TYPE. getType on IArchiveLoader and IFileArchive now both return this.
       - IFileSystem::addFileArchive takes a parameter to specify the archive type rather always using the file extension. IFileSystem::addZipFileArchive, addFolderFileArchive and addPakFileArchive now use this but these functions are now marked as deprecated. Users should now use addFileArchive instead.
    
    
    git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2447 dfc29bdd-3216-0410-991c-e03cc46cb475
    f0e49594
CPakReader.cpp 5.46 KB