| Line 225... |
Line 225... |
| 225 |
bool PackFile(CFileIO *File, CyString filename);
|
225 |
bool PackFile(CFileIO *File, CyString filename);
|
| 226 |
CyString ConvertTextString(CyString text);
|
226 |
CyString ConvertTextString(CyString text);
|
| 227 |
void LoadVirtualFileSystem();
|
227 |
void LoadVirtualFileSystem();
|
| 228 |
bool CheckAccessRights(CyString dir);
|
228 |
bool CheckAccessRights(CyString dir);
|
| 229 |
bool LoadShipData(CyString file, CyStringList *list);
|
229 |
bool LoadShipData(CyString file, CyStringList *list);
|
| - |
|
230 |
bool LoadShipData(CVirtualFileSystem *pVfs, CyStringList *list);
|
| 230 |
bool ReadTextPage(CyString file, CyStringList *list, bool search, int page);
|
231 |
bool ReadTextPage(CyString file, CyStringList *list, bool search, int page);
|
| 231 |
CyStringList *LoadShipData(CyString file);
|
232 |
CyStringList *LoadShipData(CyString file);
|
| 232 |
CyStringList *ReadTextPage(CyString file, bool search, int page);
|
233 |
CyStringList *ReadTextPage(CyString file, bool search, int page);
|
| 233 |
int AdjustFileType(CyString name, int filetype);
|
234 |
int AdjustFileType(CyString name, int filetype);
|
| 234 |
CXspFile *ExtractShip(CyString catfile, CyString id, CProgressInfo *progress = NULL);
|
235 |
CXspFile *extractShip(const Utils::String &sCatFile, const Utils::String &sId, CProgressInfo *progress = NULL);
|
| 235 |
CyString ReadShipData(CyString file, CyString entry);
|
236 |
CyString ReadShipData(CyString file, CyString entry);
|
| 236 |
bool IsSamePackage(CBaseFile *p1, CBaseFile *p2);
|
237 |
bool IsSamePackage(CBaseFile *p1, CBaseFile *p2);
|
| 237 |
void ApplyFakePatchOrder(CyStringList *list);
|
238 |
void ApplyFakePatchOrder(CyStringList *list);
|
| 238 |
CBaseFile *CreateFromArchive(CyString filename, bool toInstall = false );
|
239 |
CBaseFile *CreateFromArchive(CyString filename, bool toInstall = false );
|
| 239 |
void ReadArchiveData(const char *buf, size_t len, CBaseFile *archive);
|
240 |
void ReadArchiveData(const char *buf, size_t len, CBaseFile *archive);
|