|
Galactic Bloodshed
|
#include "gb/doplanet.h"#include <cstdio>#include <cstdlib>#include <cstring>#include "gb/GB_server.h"#include "gb/VN.h"#include "gb/bombard.h"#include "gb/buffers.h"#include "gb/build.h"#include "gb/dosector.h"#include "gb/doship.h"#include "gb/doturn.h"#include "gb/files_shl.h"#include "gb/fire.h"#include "gb/load.h"#include "gb/max.h"#include "gb/move.h"#include "gb/moveship.h"#include "gb/perm.h"#include "gb/power.h"#include "gb/races.h"#include "gb/ships.h"#include "gb/shlmisc.h"#include "gb/shootblast.h"#include "gb/tech.h"#include "gb/tele.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 | do_dome (Ship *, SectorMap &) |
| static void | do_quarry (Ship *, Planet *, SectorMap &) |
| static void | do_berserker (Ship *, Planet *) |
| static void | do_recover (Planet *, int, int) |
| static double | est_production (const Sector &) |
| static int | moveship_onplanet (Ship *, Planet *) |
| static void | plow (Ship *, Planet *, SectorMap &) |
| static void | terraform (Ship *, Planet *, SectorMap &) |
| int | doplanet (const int starnum, Planet *planet, const int planetnum) |
Definition at line 758 of file doplanet.cc.
Referenced by doplanet().
Definition at line 717 of file doplanet.cc.
References use_resource().
Referenced by doplanet().
Definition at line 733 of file doplanet.cc.
References msg_OOF().
Referenced by doplanet().
|
static |
Definition at line 769 of file doplanet.cc.
Referenced by doplanet().
| int doplanet | ( | const int | starnum, |
| Planet * | planet, | ||
| const int | planetnum | ||
| ) |
Definition at line 48 of file doplanet.cc.
References do_berserker(), do_dome(), do_quarry(), do_recover(), do_weapon_plant(), est_production(), explore(), getsmap(), Getxysect(), msg_OOF(), PermuteSects(), planet_guns(), plow(), produce(), putsmap(), rcv_fuel(), spread(), tech_prod(), and terraform().
Referenced by do_turn().
|
static |
Definition at line 890 of file doplanet.cc.
Referenced by doplanet().
Definition at line 625 of file doplanet.cc.
References get_move().
Referenced by plow(), and terraform().
Definition at line 694 of file doplanet.cc.
References moveship_onplanet(), msg_OOF(), and use_fuel().
Referenced by doplanet().
Definition at line 663 of file doplanet.cc.
References moveship_onplanet(), msg_OOF(), and use_fuel().
Referenced by doplanet().
1.8.13