Go to the source code of this file.
◆ Avpm
| #define Avpm |
( |
|
r | ) |
((r)->discoveries[D_AVPM]) |
◆ Cew
| #define Cew |
( |
|
r | ) |
((r)->discoveries[D_CEW]) |
◆ Cloak
| #define Cloak |
( |
|
r | ) |
((r)->discoveries[D_CLOAK]) |
◆ Crystal
| #define Crystal |
( |
|
r | ) |
((r)->discoveries[D_CRYSTAL]) |
◆ D_AVPM
| #define D_AVPM 6 /* AVPM transporter */ |
◆ D_CEW
| #define D_CEW 2 /* can construct/operate cews */ |
◆ D_CLOAK
| #define D_CLOAK 7 /* cloaking device */ |
◆ D_CRYSTAL
| #define D_CRYSTAL 9 /* crystal power */ |
◆ D_HYPER_DRIVE
| #define D_HYPER_DRIVE 0 /* hyper-space capable */ |
◆ D_LASER
| #define D_LASER 1 /* can construct/operate combat lasers */ |
◆ D_TRACTOR_BEAM
| #define D_TRACTOR_BEAM 4 /* tractor/repulsor beam */ |
◆ D_TRANSPORTER
| #define D_TRANSPORTER 5 /* tractor beam (local) */ |
◆ D_VN
| #define D_VN 3 /* can construct von-neumann machines */ |
◆ D_WORMHOLE
| #define D_WORMHOLE 8 /* worm-hole */ |
◆ Hyper_drive
◆ Laser
| #define Laser |
( |
|
r | ) |
((r)->discoveries[D_LASER]) |
◆ NUM_DISCOVERIES
| #define NUM_DISCOVERIES 80 |
◆ TECH_AVPM
◆ TECH_CEW
◆ TECH_CLOAK
◆ TECH_CRYSTAL
| #define TECH_CRYSTAL 50.0 |
◆ TECH_HYPER_DRIVE
| #define TECH_HYPER_DRIVE 50.0 |
◆ TECH_LASER
◆ TECH_TRACTOR_BEAM
| #define TECH_TRACTOR_BEAM 999.0 |
◆ TECH_TRANSPORTER
| #define TECH_TRANSPORTER 999.0 |
◆ TECH_VN
◆ TECH_WORMHOLE
| #define TECH_WORMHOLE 999.0 |
◆ Tractor_beam
◆ Transporter
◆ Vn
| #define Vn |
( |
|
r | ) |
((r)->discoveries[D_VN]) |
◆ VOTE_UPDATE_GO
| #define VOTE_UPDATE_GO 0x01 /* On - Go, Off - Wait */ |
◆ Wormhole
| #define Wormhole |
( |
|
r | ) |
((r)->discoveries[D_WORMHOLE]) |
◆ blocktype
◆ racetype
◆ Blocks
◆ Power_blocks
◆ races
| std::vector<Race *> races |