Line 61... |
Line 61... |
61 |
bool loadMod(const Utils::String &mod);
|
61 |
bool loadMod(const Utils::String &mod);
|
62 |
bool addMod(const Utils::String &mod);
|
62 |
bool addMod(const Utils::String &mod);
|
63 |
|
63 |
|
64 |
// getters
|
64 |
// getters
|
65 |
const Utils::String &directory() const;
|
65 |
const Utils::String &directory() const;
|
66 |
bool isFileAvailable(const Utils::String &file);
|
66 |
bool isFileAvailable(const Utils::String &file) const;
|
67 |
Utils::String getTShipsEntry(const Utils::String &sId);
|
67 |
Utils::String getTShipsEntry(const Utils::String &sId);
|
68 |
Utils::String findText(int iLang, int iPage, int iID) const;
|
68 |
Utils::String findText(int iLang, int iPage, int iID) const;
|
69 |
bool textExists(int iLang, int iPage, int iID) const;
|
69 |
bool textExists(int iLang, int iPage, int iID) const;
|
70 |
bool isTextUpdated() const;
|
70 |
bool isTextUpdated() const;
|
71 |
|
71 |
|
Line 98... |
Line 98... |
98 |
// Debug Functions
|
98 |
// Debug Functions
|
99 |
void DEBUG_LogContents(const Utils::String &sFile);
|
99 |
void DEBUG_LogContents(const Utils::String &sFile);
|
100 |
|
100 |
|
101 |
private:
|
101 |
private:
|
102 |
void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);
|
102 |
void _updateTexts(int iFromPage, int iToPage, FileList *pFileList, CTextDB *pTextList);
|
103 |
Utils::String _convertExtension(const Utils::String &sFile);
|
103 |
Utils::String _convertExtension(const Utils::String &sFile) const;
|
104 |
void _clear();
|
104 |
void _clear();
|
105 |
void _addFile(const Utils::String &sFile, const Utils::String &sDest, FileList *pList);
|
105 |
void _addFile(const Utils::String &sFile, const Utils::String &sDest, FileList *pList);
|
106 |
void _addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList);
|
106 |
void _addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList);
|
107 |
Utils::String _findFile(const Utils::String &file);
|
107 |
Utils::String _findFile(const Utils::String &file) const;
|
108 |
void _addDir(const Utils::String &sStart, const Utils::String &sDir);
|
108 |
void _addDir(const Utils::String &sStart, const Utils::String &sDir);
|
109 |
Utils::String _extractFromCat(const Utils::String &sCat, const Utils::String &sFile, const Utils::String &sTo);
|
109 |
Utils::String _extractFromCat(const Utils::String &sCat, const Utils::String &sFile, const Utils::String &sTo);
|
110 |
Utils::String _extract(const Utils::String &sFile, const Utils::String &sTo);
|
110 |
Utils::String _extract(const Utils::String &sFile, const Utils::String &sTo);
|
111 |
|
111 |
|
112 |
Utils::CStringList *_updateList(const Utils::String &typesFile, int iTextPos);
|
112 |
Utils::CStringList *_updateList(const Utils::String &typesFile, int iTextPos);
|