Subversion Repositories spk

Rev

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

Rev 126 Rev 127
Line 221... Line 221...
221
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
221
	bool AddTextFromFile(const Utils::String &file, int textId = -1);
222
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
222
	bool ImportBodies(CyStringList *sceneModels, const Utils::String &filename);
223
	bool ImportCockpits(const Utils::String &filename);
223
	bool ImportCockpits(const Utils::String &filename);
224
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
224
	Utils::String FormatShipData(CyStringList *cockpits, int *text, int game);
225
 
225
 
226
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames);
226
	virtual bool LoadPackageData(const Utils::String &sFfirst, const Utils::String &sRest, const Utils::String &sMainGame, Utils::CStringList &otherGames, Utils::CStringList &gameAddons);
227
	virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, bool datafile = false);
227
	virtual bool GeneratePackagerScript(bool wildcard, Utils::CStringList *list, int game, const Utils::CStringList &gameAddons, bool datafile = false) override;
228
	virtual void addGeneratedFiles(HZIP &hz);
228
	virtual void addGeneratedFiles(HZIP &hz);
229
 
229
 
230
protected:
230
protected:
231
	virtual void Delete ();
231
	virtual void Delete ();
232
	virtual void SetDefaults ();
232
	virtual void SetDefaults ();