|
Galactic Bloodshed
|
#include "gb/order.h"#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/load.h"#include "gb/moveship.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.
Functions | |
| static std::string | prin_aimed_at (const Ship &) |
| static void | mk_expl_aimed_at (int, int, Ship *) |
| static void | DispOrdersHeader (int, int) |
| static void | DispOrders (int, int, Ship *) |
| static void | give_orders (GameObj &, const command_t &, int, Ship *) |
| void | order (const command_t &argv, GameObj &g) |
| std::string | prin_ship_dest (const Ship &ship) |
| void | route (const command_t &argv, GameObj &g) |
|
static |
Definition at line 690 of file order.cc.
References Dispshiploc_brief().
Referenced by order().
|
static |
Definition at line 67 of file order.cc.
References getplanet(), mk_expl_aimed_at(), putplanet(), putship(), and use_fuel().
|
static |
Definition at line 626 of file order.cc.
References getplanet(), getstar(), putplanet(), putstar(), and tele_range().
Referenced by give_orders().
Definition at line 34 of file order.cc.
References DispOrders(), DispOrdersHeader(), and do_shiplist().
|
static |
Definition at line 857 of file order.cc.
References getplanet(), and putplanet().
1.8.13