|
Compounds |
| class | cMULFile |
Functions |
| void | cacheMap () |
| | Caches map mul files, trying to maintain a sequential reading to get the best speed.
|
| void | cacheStatics () |
| | Caches statics mul files, trying to maintain a sequential reading to get the best speed.
|
| void | cacheTileData () |
| | Caches tiledata mul files, trying to maintain a sequential reading to get the best speed.
|
| void | cacheVerdataIndex () |
| | Caches the verdata index, trying to maintain a sequential reading to get the best speed.
|
| void | cacheVerdata () |
| | Caches the verdata info, trying to maintain a sequential reading to get the best speed.
|
| void | init () |
| | initializes pointer maps
|
| void | shutdown () |
| void | setPath (MulFileId id, std::string path) |
| std::string | getPath (MulFileId id) |
| LOGICAL | seekMap (UI32 x, UI32 y, map_st &m, UI08 nMap) |
| LOGICAL | collectStatics (UI32 x, UI32 y, staticVector &s_vec) |
| LOGICAL | seekLand (UI16 id, land_st &land) |
| LOGICAL | seekTile (UI16 id, tile_st &tile) |
| LOGICAL | seekMulti (UI16 id, multiVector &m_vec) |
| LOGICAL | seekVerTile (UI16 id, tile_st &tile) |
| LOGICAL | seekVerLand (UI16 id, land_st &land) |
Variables |
| std::vector< cMULFile< map_st > * > | maps |
| cMULFile< staticIdx_st > * | staticIdx |
| cMULFile< static_st > * | statics |
| cMULFile< land_st > * | tdLand |
| cMULFile< tile_st > * | tdTile |
| cMULFile< multiIdx_st > * | multiIdx |
| cMULFile< multi_st > * | multi |
| cMULFile< verdata_st > * | verIdx |
| cMULFile< land_st > * | verLand |
| cMULFile< tile_st > * | verTile |
| SI32 | verdataEntries |
| std::string | map_path |
| std::string | staIdx_path |
| std::string | statics_path |
| std::string | tiledata_path |
| std::string | verdata_path |
| std::string | multi_path |
| std::string | multiIdx_path |