#include <unistd.h>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "gb/GB_server.h"
#include "gb/buffers.h"
#include "gb/build.h"
#include "gb/files_shl.h"
#include "gb/globals.h"
#include "gb/map.h"
#include "gb/max.h"
#include "gb/perm.h"
#include "gb/races.h"
#include "gb/shipdata.h"
#include "gb/ships.h"
#include "gb/sql/sql.h"
#include "gb/tweakables.h"
#include "gb/utils/rand.h"
#include "gb/vars.h"
Go to the source code of this file.
|
| static int | Thing [RACIAL_TYPES] = {1, 1, 1, 0, 0, 0, 0, 0, 0, 0} |
| |
| static double | db_Mass [RACIAL_TYPES] |
| |
| static double | db_Birthrate [RACIAL_TYPES] |
| |
| static int | db_Fighters [RACIAL_TYPES] = {9, 10, 11, 2, 3, 4, 5, 6, 7, 8} |
| |
| static int | db_Intelligence [RACIAL_TYPES] |
| |
| static double | db_Adventurism [RACIAL_TYPES] |
| |
| static int | Min_Sexes [RACIAL_TYPES] = {1, 1, 1, 2, 2, 2, 2, 2, 2, 2} |
| |
| static int | Max_Sexes [RACIAL_TYPES] = {1, 1, 1, 2, 2, 4, 4, 4, 4, 4} |
| |
| static double | db_Metabolism [RACIAL_TYPES] |
| |
◆ Adventurism
◆ Birthrate
◆ Fighters
◆ Intelligence
◆ Metabolism
◆ RACIAL_TYPES
◆ RMass
◆ Sexes
◆ STRSIZE
◆ desshow()
| static char desshow |
( |
const int |
x, |
|
|
const int |
y, |
|
|
SectorMap & |
smap |
|
) |
| |
|
static |
◆ main()
Definition at line 69 of file enrol.cc.
References stype::count, desshow(), getplanet(), getsdata(), getsmap(), getstar(), Getxysect(), stype::here, maxsupport(), Numraces(), Numships(), PermuteSects(), putplanet(), putrace(), putsector(), putship(), putstar(), Thing, stype::x, and stype::y.
◆ notify()
◆ warn()
◆ db_Adventurism
Initial value:= {0.89, 0.89, 0.89, .6, .65,
.7, .7, .75, .75, .8}
Definition at line 52 of file enrol.cc.
◆ db_Birthrate
Initial value:= {0.9, 0.85, 0.8, 0.5, 0.55,
0.6, 0.65, 0.7, 0.75, 0.8}
Definition at line 46 of file enrol.cc.
◆ db_Fighters
| int db_Fighters[RACIAL_TYPES] = {9, 10, 11, 2, 3, 4, 5, 6, 7, 8} |
|
static |
◆ db_Intelligence
Initial value:= {0, 0, 0, 190, 180,
170, 160, 150, 140, 130}
Definition at line 49 of file enrol.cc.
◆ db_Mass
Initial value:= {.1, .15, .2, .125, .125,
.125, .125, .125, .125, .125}
Definition at line 44 of file enrol.cc.
◆ db_Metabolism
Initial value:= {3.0, 2.7, 2.4, 1.0, 1.15,
1.30, 1.45, 1.6, 1.75, 1.9}
Definition at line 57 of file enrol.cc.
◆ Max_Sexes
| int Max_Sexes[RACIAL_TYPES] = {1, 1, 1, 2, 2, 4, 4, 4, 4, 4} |
|
static |
◆ Min_Sexes
| int Min_Sexes[RACIAL_TYPES] = {1, 1, 1, 2, 2, 2, 2, 2, 2, 2} |
|
static |
◆ Thing