#include "adtfile.h"
#include "Banner.h"
#include "dbcfile.h"
#include "StringFormat.h"
#include "vmapexport.h"
#include "Locales.h"
#include "Util.h"
#include "wdtfile.h"
#include "wmo.h"
#include "mpq_libmpq.h"
#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
#include <list>
#include <map>
#include <unordered_map>
#include <vector>
#include <cstdio>
#include "WheatyExceptionReport.h"
Go to the source code of this file.
|
| std::vector< map_id > | map_ids |
| |
| uint32 | map_count |
| |
| char | output_path [128] ="." |
| |
| char | input_path [1024] ="." |
| |
| bool | hasInputPathParam = false |
| |
| bool | preciseVectorData = false |
| |
| std::unordered_map< std::string, WMODoodadData > | WmoDoodads |
| |
| static constexpr std::array< std::string_view, 12 > | MpqLocaleNames = { "enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU" } |
| |
| char const * | szWorkDirWmo = "./Buildings" |
| |
| std::map< std::pair< uint32, uint16 >, uint32 > | uniqueObjectIds |
| |
◆ ExtractSingleWmo()
| bool ExtractSingleWmo |
( |
std::string & |
fname | ) |
|
◆ FileExists()
| bool FileExists |
( |
char const * |
file | ) |
|
◆ GenerateUniqueObjectId()
◆ INIT_CRASH_HANDLER()
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ ParsMapFiles()
◆ processArgv()
| bool processArgv |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
const char * |
versionString |
|
) |
| |
◆ strToLower()
| void strToLower |
( |
char * |
str | ) |
|
◆ hasInputPathParam
| bool hasInputPathParam = false |
◆ input_path
| char input_path[1024] ="." |
◆ map_count
◆ map_ids
◆ MpqLocaleNames
| constexpr std::array<std::string_view, 12> MpqLocaleNames = { "enGB", "enUS", "deDE", "esES", "frFR", "koKR", "zhCN", "zhTW", "enCN", "enTW", "esMX", "ruRU" } |
|
staticconstexpr |
◆ output_path
| char output_path[128] ="." |
◆ preciseVectorData
| bool preciseVectorData = false |
◆ szWorkDirWmo
| char const* szWorkDirWmo = "./Buildings" |
◆ uniqueObjectIds
◆ WmoDoodads