Subversion Repositories spk

Rev

Rev 35 | Rev 58 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 43
Line 42... Line 42...
42
	bool ExtractGameFile(const Utils::String &file, const Utils::String &to);
42
	bool ExtractGameFile(const Utils::String &file, const Utils::String &to);
43
	bool LoadFilesystem(const Utils::String &dir, int maxPatch = 0);
43
	bool LoadFilesystem(const Utils::String &dir, int maxPatch = 0);
44
	bool LoadFilesystem(const Utils::String &dir, const Utils::String &mod, int maxPatch = 0);
44
	bool LoadFilesystem(const Utils::String &dir, const Utils::String &mod, int maxPatch = 0);
45
	bool loadMod(const Utils::String &mod);
45
	bool loadMod(const Utils::String &mod);
46
	bool addMod(const Utils::String &mod);
46
	bool addMod(const Utils::String &mod);
47
	Utils::String findFile(const Utils::String &file);
47
	bool isFileAvailable(const Utils::String &file);
48
 
48
 
49
	CyStringList *GetTShipsEntries();
49
	CyStringList *GetTShipsEntries();
50
	Utils::String getTShipsEntry(const Utils::String &sId);
50
	Utils::String getTShipsEntry(const Utils::String &sId);
51
 
51
 
52
	void updateModTexts(int iPage);
52
	void updateModTexts(int iPage);
Line 63... Line 63...
63
 
63
 
64
private:
64
private:
65
	void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);
65
	void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);
66
	Utils::String _convertExtension(const Utils::String &sFile);
66
	Utils::String _convertExtension(const Utils::String &sFile);
67
	void _clear();
67
	void _clear();
-
 
68
	void _addFile(const Utils::String &sFile, const Utils::String &sDest, FileList *pList);
-
 
69
	void _addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList);
-
 
70
	Utils::String _findFile(const Utils::String &file);
-
 
71
	void _addDir(const Utils::String &sStart, const Utils::String &sDir);
68
};
72
};
69
 
73
 
70
}
74
}