|
Galactic Bloodshed
|
#include "gb/name.h"#include <cctype>#include <cmath>#include <cstdio>#include <cstdlib>#include <cstring>#include <iterator>#include <sstream>#include "gb/GB_server.h"#include "gb/buffers.h"#include "gb/dissolve.h"#include "gb/files.h"#include "gb/files_shl.h"#include "gb/getplace.h"#include "gb/max.h"#include "gb/mobiliz.h"#include "gb/races.h"#include "gb/ships.h"#include "gb/shlmisc.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 | |
| void | personal (const command_t &argv, GameObj &g) |
| void | bless (const command_t &argv, GameObj &g) |
| void | insurgency (const command_t &argv, GameObj &g) |
| void | pay (const command_t &argv, GameObj &g) |
| void | give (const command_t &argv, GameObj &g) |
| void | page (const command_t &argv, GameObj &g) |
| void | send_message (const command_t &argv, GameObj &g) |
| void | read_messages (const command_t &argv, GameObj &g) |
| void | motto (const command_t &argv, GameObj &g) |
| void | name (const command_t &argv, GameObj &g) |
| void | announce (const command_t &argv, GameObj &g) |
Definition at line 50 of file name.cc.
References getplanet(), getstar(), putplanet(), putrace(), and putstar().
Definition at line 240 of file name.cc.
References control(), deductAPs(), enufAP(), getplanet(), morale_factor(), post(), putrace(), and revolt().
Definition at line 801 of file name.cc.
References Putblock().
Definition at line 820 of file name.cc.
References deductAPs(), getstar(), Putblock(), putrace(), and putstar().
Definition at line 548 of file name.cc.
References deductAPs(), enufAP(), and getstar().
Definition at line 777 of file name.cc.
References news_read(), and teleg_read().
1.8.13