#include "Banner.h"
#include "DB2FileLoader.h"
#include "DB2FileSystemSource.h"
#include "ExtractorDB2LoadInfo.h"
#include "IoContext.h"
#include "Locales.h"
#include "Log.h"
#include "MapBuilder.h"
#include "Memory.h"
#include "PathCommon.h"
#include "Timer.h"
#include "Util.h"
#include "VMapManager.h"
#include <boost/filesystem/operations.hpp>
#include <unordered_map>
#include <vector>
#include "Info/readme.txt"
#include "WheatyExceptionReport.h"
Go to the source code of this file.
|
| std::unique_ptr< VMAP::VMapManager > | MMAP::VMapFactory::CreateVMapManager (uint32 mapId) |
| |
| void | SetupLogging (Trinity::Asio::IoContext *ioContext) |
| |
| bool | checkDirectories (boost::filesystem::path const &inputDirectory, boost::filesystem::path const &outputDirectory, bool debugOutput, std::vector< std::string > &dbcLocales) |
| |
| int | finish (char const *message, int returnValue) |
| |
| bool | handleArgs (int argc, char **argv, int &mapnum, int &tileX, int &tileY, Optional< float > &maxAngle, Optional< float > &maxAngleNotSteep, bool &skipLiquid, bool &skipContinents, bool &skipJunkMaps, bool &skipBattlegrounds, bool &debugOutput, bool &silent, bool &bigBaseUnit, char const *&offMeshInputPath, char const *&file, unsigned int &threads, boost::filesystem::path &inputDirectory, boost::filesystem::path &outputDirectory) |
| |
| std::unordered_map< uint32, uint8 > | LoadLiquid (boost::filesystem::path const &inputDirectory, std::string const &locale, bool silent, int32 errorExitCode) |
| |
| void | LoadMap (boost::filesystem::path const &inputDirectory, std::string const &locale, bool silent, int32 errorExitCode) |
| |
| int | main (int argc, char **argv) |
| |
| | INIT_CRASH_HANDLER () |
| |
◆ checkDirectories()
| bool checkDirectories |
( |
boost::filesystem::path const & |
inputDirectory, |
|
|
boost::filesystem::path const & |
outputDirectory, |
|
|
bool |
debugOutput, |
|
|
std::vector< std::string > & |
dbcLocales |
|
) |
| |
◆ finish()
| int finish |
( |
char const * |
message, |
|
|
int |
returnValue |
|
) |
| |
◆ handleArgs()
| bool handleArgs |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
int & |
mapnum, |
|
|
int & |
tileX, |
|
|
int & |
tileY, |
|
|
Optional< float > & |
maxAngle, |
|
|
Optional< float > & |
maxAngleNotSteep, |
|
|
bool & |
skipLiquid, |
|
|
bool & |
skipContinents, |
|
|
bool & |
skipJunkMaps, |
|
|
bool & |
skipBattlegrounds, |
|
|
bool & |
debugOutput, |
|
|
bool & |
silent, |
|
|
bool & |
bigBaseUnit, |
|
|
char const *& |
offMeshInputPath, |
|
|
char const *& |
file, |
|
|
unsigned int & |
threads, |
|
|
boost::filesystem::path & |
inputDirectory, |
|
|
boost::filesystem::path & |
outputDirectory |
|
) |
| |
◆ INIT_CRASH_HANDLER()
◆ LoadLiquid()
| std::unordered_map< uint32, uint8 > LoadLiquid |
( |
boost::filesystem::path const & |
inputDirectory, |
|
|
std::string const & |
locale, |
|
|
bool |
silent, |
|
|
int32 |
errorExitCode |
|
) |
| |
◆ LoadMap()
| void LoadMap |
( |
boost::filesystem::path const & |
inputDirectory, |
|
|
std::string const & |
locale, |
|
|
bool |
silent, |
|
|
int32 |
errorExitCode |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ SetupLogging()
◆ Readme