|
Galactic Bloodshed
|
#include "gb/dosector.h"#include "gb/doturn.h"#include "gb/max.h"#include "gb/races.h"#include "gb/tweakables.h"#include "gb/utils/rand.h"#include "gb/vars.h"Go to the source code of this file.
Functions | |
| static void | Migrate2 (const Planet &, int, int, Sector &, int *, SectorMap &) |
| static void | plate (Sector &) |
| void | produce (startype *star, const Planet &planet, Sector &s) |
| void | spread (const Planet &pl, Sector &s, int x, int y, SectorMap &smap) |
| void | explore (const Planet &planet, Sector &s, int x, int y, int p) |
Variables | |
| static const int | x_adj [] = {-1, 0, 1, -1, 1, -1, 0, 1} |
| static const int | y_adj [] = {1, 1, 1, 0, 0, -1, -1, -1} |
Definition at line 170 of file dosector.cc.
Referenced by doplanet().
|
static |
Definition at line 139 of file dosector.cc.
Referenced by spread().
|
static |
Definition at line 189 of file dosector.cc.
Referenced by produce().
Definition at line 21 of file dosector.cc.
References maxsupport(), and plate().
Referenced by doplanet().
Definition at line 108 of file dosector.cc.
References Migrate2(), x_adj, and y_adj.
Referenced by doplanet().
|
static |
Definition at line 14 of file dosector.cc.
Referenced by spread().
|
static |
Definition at line 15 of file dosector.cc.
Referenced by spread().
1.8.13