#include <ctime>
#include "gb/doturn.h"
#include "gb/map.h"
#include "gb/power.h"
#include "gb/races.h"
#include "gb/ships.h"
#include "gb/vars.h"
Go to the source code of this file.
|
| struct power | Power [MAXPLAYERS] |
| |
| struct block | Blocks [MAXPLAYERS] |
| |
| struct power_blocks | Power_blocks |
| |
| std::vector< Race * > | races |
| |
| char | buf [2047] |
| |
| char | long_buf [1024] |
| |
| char | short_buf [256] |
| |
| char | telegram_buf [AUTO_TELEG_SIZE] |
| |
| char | temp [128] |
| |
| int | ShipVector [NUMSTYPES] |
| |
| Ship ** | ships |
| |
| const int | Defensedata [] = {1, 1, 3, 2, 2, 3, 2, 4, 0} |
| |
| const char * | Commod [] = {"resources", "destruct", "fuel", "crystals"} |
| |
| struct stinfo | Stinfo [NUMSTARS][MAXPLANETS] |
| |
| struct vnbrain | VN_brain |
| |
| struct sectinfo | Sectinfo [MAX_X][MAX_Y] |
| |
| const char | Psymbol [] = {'@', 'o', 'O', '#', '~', '.', ')', '-'} |
| |
| const char * | Planet_types [] |
| |
| time_t | next_update_time |
| |
| time_t | next_segment_time |
| |
| unsigned int | update_time |
| |
| segments_t | nsegments_done |
| |
| const char * | Desnames [] |
| |
| const char | Dessymbols [] |
| |
| struct stardata | Sdata |
| |
| unsigned char | Nuked [MAXPLAYERS] |
| |
| unsigned long | StarsInhab [NUMSTARS] |
| |
| unsigned long | StarsExpl [NUMSTARS] |
| |
| startype * | Stars [NUMSTARS] |
| |
| unsigned short | Sdatanumships [MAXPLAYERS] |
| |
| unsigned long | Sdatapopns [MAXPLAYERS] |
| |
| unsigned short | starnumships [NUMSTARS][MAXPLAYERS] |
| |
| unsigned long | starpopns [NUMSTARS][MAXPLAYERS] |
| |
| unsigned long | tot_resdep |
| |
| unsigned long | prod_eff |
| |
| unsigned long | prod_res [MAXPLAYERS] |
| |
| unsigned long | prod_fuel [MAXPLAYERS] |
| |
| unsigned long | prod_destruct [MAXPLAYERS] |
| |
| unsigned long | prod_crystals [MAXPLAYERS] |
| |
| unsigned long | prod_money [MAXPLAYERS] |
| |
| unsigned long | tot_captured |
| |
| unsigned long | prod_mob |
| |
| unsigned long | avg_mob [MAXPLAYERS] |
| |
| unsigned char | sects_gained [MAXPLAYERS] |
| |
| unsigned char | sects_lost [MAXPLAYERS] |
| |
| unsigned char | Claims |
| |
| planettype * | planets [NUMSTARS][MAXPLANETS] |
| |
| unsigned char | ground_assaults [MAXPLAYERS][MAXPLAYERS][NUMSTARS] |
| |
| unsigned long | inhabited [NUMSTARS][2] |
| |
| double | Compat [MAXPLAYERS] |
| |
| player_t | Num_races |
| |
| unsigned long | Num_commods |
| |
| shipnum_t | Num_ships |
| |
| planetnum_t | Planet_count |
| |
| unsigned long | newslength [4] |
| |
| unsigned long | segments |
| |
◆ avg_mob
◆ Blocks
◆ buf
◆ Claims
◆ Commod
| const char* Commod[] = {"resources", "destruct", "fuel", "crystals"} |
◆ Compat
◆ Defensedata
| const int Defensedata[] = {1, 1, 3, 2, 2, 3, 2, 4, 0} |
◆ Desnames
Initial value:= {"ocean", "land", "mountainous", "gaseous", "ice",
"forest", "desert", "plated", "wasted"}
Definition at line 54 of file globals.h.
◆ Dessymbols
Initial value:
Definition at line 57 of file globals.h.
◆ ground_assaults
◆ inhabited
◆ long_buf
◆ newslength
| unsigned long newslength[4] |
◆ next_segment_time
◆ next_update_time
◆ nsegments_done
◆ Nuked
◆ Num_commods
| unsigned long Num_commods |
◆ Num_races
◆ Num_ships
◆ Planet_count
◆ Planet_types
| const char* Planet_types[] |
Initial value:= {"Class M", "Asteroid", "Airless", "Iceball",
"Jovian", "Waterball", "Forest", "Desert"}
Definition at line 46 of file globals.h.
◆ planets
◆ Power
◆ Power_blocks
◆ prod_crystals
◆ prod_destruct
◆ prod_eff
◆ prod_fuel
◆ prod_mob
◆ prod_money
◆ prod_res
◆ Psymbol
| const char Psymbol[] = {'@', 'o', 'O', '#', '~', '.', ')', '-'} |
◆ races
| std::vector<Race *> races |
◆ Sdata
◆ Sdatanumships
◆ Sdatapopns
◆ Sectinfo
◆ sects_gained
◆ sects_lost
◆ segments
◆ ships
◆ ShipVector
◆ short_buf
◆ starnumships
◆ starpopns
◆ Stars
◆ StarsExpl
◆ StarsInhab
◆ Stinfo
◆ telegram_buf
◆ temp
◆ tot_captured
| unsigned long tot_captured |
◆ tot_resdep
◆ update_time
◆ VN_brain