|
UFO: Alien Invasion
|

Go to the source code of this file.
Macros | |
| #define | RMA_HIGHEST_SUPPORTED_SEED 50 |
Functions | |
| int | SV_AssembleMap (const char *name, const char *assembly, char *asmMap, char *asmPos, char *entityString, const unsigned int seed, bool print) |
| int | SV_AssembleMapAndTitle (const char *mapTheme, const char *assembly, char *asmTiles, char *asmPos, char *entityString, const unsigned int seed, bool print, char *asmTitle) |
| void | SV_PrintAssemblyStats (const char *mapTheme, const char *asmName) |
| #define RMA_HIGHEST_SUPPORTED_SEED 50 |
| int SV_AssembleMap | ( | const char * | name, |
| const char * | assembly, | ||
| char * | asmMap, | ||
| char * | asmPos, | ||
| char * | entityString, | ||
| const unsigned int | seed, | ||
| bool | print ) |
Definition at line 2212 of file sv_rma.cpp.
References Mem_Free, MapInfo::numPlaced, and SV_AssembleMap_().
Referenced by TEST_F(), TEST_F(), TEST_F(), and RandomMapAssemblyTest::testAssembly().
| int SV_AssembleMapAndTitle | ( | const char * | mapTheme, |
| const char * | assembly, | ||
| char * | asmTiles, | ||
| char * | asmPos, | ||
| char * | entityString, | ||
| const unsigned int | seed, | ||
| bool | print, | ||
| char * | asmTitle ) |
Definition at line 2220 of file sv_rma.cpp.
References MapInfo::getCurrentAssemblyTitle(), Mem_Free, MapInfo::numPlaced, and SV_AssembleMap_().
Referenced by SV_Map().
| void SV_PrintAssemblyStats | ( | const char * | mapTheme, |
| const char * | asmName ) |
Definition at line 2229 of file sv_rma.cpp.
References Tile::area, MapInfo::asmIdx, MapInfo::assemblies, Com_Printf(), Com_sprintf(), MapInfo::getCurrentAssembly(), Assembly::id, mToPlace_t::max, Mem_AllocType, mToPlace_t::min, MapInfo::mToPlace, MapInfo::numAssemblies, Assembly::numSeeds, MapInfo::numTiles, MapInfo::numToPlace, Q_streq, Assembly::size, SV_ParseUMP(), SV_PrepareTilesToPlace(), and mToPlace_t::tile.
Referenced by TEST_F().