#include "gb/commands/rst.h"
#include <cctype>
#include <cmath>
#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/fire.h"
#include "gb/getplace.h"
#include "gb/order.h"
#include "gb/races.h"
#include "gb/ships.h"
#include "gb/shlmisc.h"
#include "gb/shootblast.h"
#include "gb/tweakables.h"
#include "gb/vars.h"
Go to the source code of this file.
|
| static void | Free_rlist () |
| |
| static int | Getrship (player_t, governor_t, shipnum_t) |
| |
| static int | listed (int, char *) |
| |
| static void | plan_getrships (player_t, governor_t, starnum_t, planetnum_t) |
| |
| static void | ship_report (GameObj &, shipnum_t, const report_array &) |
| |
| static void | star_getrships (player_t, governor_t, starnum_t) |
| |
| void | rst (const command_t &argv, GameObj &g) |
| |
◆ PLANET
◆ report_array
◆ Free_rlist()
| static void Free_rlist |
( |
| ) |
|
|
static |
◆ Getrship()
◆ listed()
| static int listed |
( |
int |
type, |
|
|
char * |
string |
|
) |
| |
|
static |
◆ plan_getrships()
Definition at line 509 of file rst.cc.
References getplanet(), Getrship(), reportdata::n, reportdata::p, reportdata::pnum, rd, reportdata::s, reportdata::star, reportdata::type, reportdata::x, and reportdata::y.
Referenced by rst(), and star_getrships().
◆ rst()
Definition at line 65 of file rst.cc.
References enemies_only, Factories, first, Free_rlist(), Getrship(), Numships(), plan_getrships(), rd, Report, reportdata::s, SHip, star_getrships(), Status, Stock, Tactical, Weapons, and who.
◆ ship_report()
Definition at line 192 of file rst.cc.
References Caliber, current_caliber(), Dispshiploc_brief(), Factories, first, hit_odds(), listed(), reportdata::n, reportdata::p, reportdata::pnum, rd, Report, reportdata::s, SHip, shiplist, reportdata::star, Status, Stock, Tactical, reportdata::type, Weapons, and who.
◆ star_getrships()
◆ Caliber
| const char Caliber[] = {' ', 'L', 'M', 'H'} |
|
static |
◆ enemies_only
◆ Factories
◆ first
◆ rd
◆ Report
◆ SHip
◆ shiplist
◆ Status
◆ Stock
◆ Tactical
◆ Weapons
◆ who