74 if (rootFiles.
contains(
"/JadeEmpire.exe",
true))
90 if (rootFiles.
contains(
"/jadedirs.ini",
true))
108 if (rootFiles.
contains(
"/jadeempire.par",
true))
static const Common::UString kGameName
Aurora::GameID getGameID() const
Get the GameID that the probe is able to detect.
A class holding an UTF-8 string.
Probing for an installation of Jade Empire.
Engine class handling Jade Empire.
Aurora::Platform getPlatform() const
Get the Platform that the probe is able to detect.
A probe that checks if an engine can handle game data found in a specific directory and creates an in...
Android mobile phones and tablets.
const Common::UString & getGameName() const
Return a string of the full game name.
Aurora::Platform getPlatform() const
Get the Platform that the probe is able to detect.
bool probe(const Common::UString &directory, const Common::FileList &rootFiles) const
Check for the game in that directory, containing these files.
void createEngineProbes(std::list< const ::Engines::EngineProbe *> &probes)
The base class for an engine within BioWare's Aurora family.
A probe able to detect one specific game.
bool probe(const Common::UString &directory, const Common::FileList &rootFiles) const
Check for the game in that directory, containing these files.
Engines::Engine * createEngine() const
Create the respective engine for the GameID.
bool probe(const Common::UString &directory, const Common::FileList &rootFiles) const
Check for the game in that directory, containing these files.
bool probe(Common::SeekableReadStream &stream) const
Check for the game in that file.
Interface for a seekable & readable data stream.
Aurora::Platform getPlatform() const
Get the Platform that the probe is able to detect.
bool contains(const UString &str, bool caseInsensitive) const
Does the list contain at least one file ending with the given string?