|
UFO: Alien Invasion
|


Go to the source code of this file.
Data Structures | |
| struct | cBspPlane_t |
| plane_t structure More... | |
| struct | cBspModel_t |
| struct | cBspSurface_t |
| struct | cBspNode_t |
| struct | cBspBrushSide_t |
| struct | cBspLeaf_t |
| struct | cBspBrush_t |
| struct | tnode_t |
| Data for line tracing (?). More... | |
| struct | cBspHead_t |
| class | MapTile |
| Stores the data of a map tile, mostly the BSP stuff. More... | |
| struct | routing_t |
| Pathfinding routing structure and tile layout. More... | |
| class | Routing |
| struct | mapData_t |
| struct | dBspModel_t |
| struct | dBspVertex_t |
| struct | dBspNormal_t |
| struct | dBspPlane_t |
| struct | dBspNode_t |
| struct | dBspTexinfo_t |
| struct | dBspEdge_t |
| struct | dBspSurface_t |
| struct | dBspLeaf_t |
| convex region of space in the BSP tree More... | |
| struct | dBspBrushSide_t |
| struct | dBspBrush_t |
| struct | dMapTile_t |
Macros | |
| #define | PATHFINDING_BIG_STEPUP 0x80 |
| The home of the routing tables. | |
| #define | PATHFINDING_BIG_STEPDOWN 0x40 |
| #define PATHFINDING_BIG_STEPDOWN 0x40 |
Definition at line 246 of file typedefs.h.
Referenced by Routing::getStepupHeight(), Routing::isStepDownLevel(), and RT_TraceOnePassage().
| #define PATHFINDING_BIG_STEPUP 0x80 |
The home of the routing tables.
The purpose of this class is
Definition at line 244 of file typedefs.h.
Referenced by Routing::getStepupHeight(), Routing::isStepUpLevel(), and RT_TraceOnePassage().