![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Config.h"#include "MapBuilder.h"#include "PathCommon.h"#include "Timer.h"#include "Util.h"#include <boost/filesystem.hpp>Go to the source code of this file.
Functions | |
| bool | checkDirectories (const std::string &dataDirPath, bool debugOutput) |
| bool | handleArgs (int argc, char **argv, int &mapnum, int &tileX, int &tileY, std::string &configFilePath, bool &silent, char *&offMeshInputPath, char *&file, unsigned int &threads) |
| int | finish (const char *message, int returnValue) |
| int | main (int argc, char **argv) |
| bool checkDirectories | ( | const std::string & | dataDirPath, |
| bool | debugOutput | ||
| ) |
References MMAP::getDirContents(), and MMAP::LISTFILE_DIRECTORY_NOT_FOUND.
Referenced by main().
| int finish | ( | const char * | message, |
| int | returnValue | ||
| ) |
Referenced by main().
| bool handleArgs | ( | int | argc, |
| char ** | argv, | ||
| int & | mapnum, | ||
| int & | tileX, | ||
| int & | tileY, | ||
| std::string & | configFilePath, | ||
| bool & | silent, | ||
| char *& | offMeshInputPath, | ||
| char *& | file, | ||
| unsigned int & | threads | ||
| ) |
References MMAP::executableDirectoryPath().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References MMAP::MapBuilder::buildMaps(), MMAP::MapBuilder::buildMeshFromFile(), MMAP::MapBuilder::buildSingleTile(), checkDirectories(), finish(), MMAP::Config::FromFile(), getMSTime(), GetMSTimeDiffToNow(), handleArgs(), and secsToTimeString().