Classes | |
| class | MapPosition |
| class | MovingMapImage |
| class | TextureObject |
| class | TexturePalette |
| class | TileIndexTable |
| class | TilePager |
| class | WorldImage |
| class | WorldImagePos |
Functions | |
| void | parseLocations (std::ifstream &fin, Location *locs, int count) |
| char * | StrToLower (char *str, int flag) |
| void | check_swap (int little_endian) |
| void | swap (unsigned char *ptr, int count) |
Variables | |
| gridSize | |
| mapIntensity | |
| drawGridMode | |
| mapLevel | |
| northUp | |
| zoneFix | |
| static int | do_swap |
| void Eaagles::MovingMap::check_swap | ( | int | little_endian | ) |
Verify whether byte swapping needs to be performed.
| void Eaagles::MovingMap::parseLocations | ( | std::ifstream & | fin, | |
| Location * | locs, | |||
| int | count | |||
| ) |
Locate sections in file.
| char * Eaagles::MovingMap::StrToLower | ( | char * | str, | |
| int | flag | |||
| ) |
Function to convert the string str to lower case Note: 1 = lower case, 0 = upper case
| void Eaagles::MovingMap::swap | ( | unsigned char * | ptr, | |
| int | count | |||
| ) |
Function to swap the bytes if check_swap sets the swap flag to true.
int Eaagles::MovingMap::do_swap [static] |
1.5.0