|
Galactic Bloodshed
|
Go to the source code of this file.
Typedefs | |
| using | segments_t = uint32_t |
Functions | |
| void | notify_race (const player_t, const std::string &) |
| bool | notify (const player_t, const governor_t, const std::string &) |
| void | d_think (const player_t, const governor_t, const std::string &) |
| void | d_broadcast (const player_t, const governor_t, const std::string &) |
| void | d_shout (const player_t, const governor_t, const std::string &) |
| void | d_announce (const player_t, const governor_t, const starnum_t, const std::string &) |
| void | do_next_thing () |
| void | kill_ship (int, Ship *) |
| void | compute_power_blocks () |
| void | insert_sh_univ (struct stardata *, Ship *) |
| void | insert_sh_star (startype *, Ship *) |
| void | insert_sh_plan (Planet *, Ship *) |
| void | insert_sh_ship (Ship *, Ship *) |
| void | remove_sh_star (Ship &) |
| Remove a ship from the list of ships orbiting the star. More... | |
| void | remove_sh_plan (Ship &) |
| Remove a ship from the list of ships orbiting the planet. More... | |
| void | remove_sh_ship (Ship &, Ship &) |
| Remove a ship from the list of ships in the ship. More... | |
| void | warn_race (const player_t, const std::string &) |
| void | warn (const player_t, const governor_t, const std::string &) |
| void | warn_star (const player_t, const starnum_t, const std::string &) |
| void | notify_star (const player_t, const governor_t, const starnum_t, const std::string &) |
| void | adjust_morale (Race *, Race *, int) |
Variables | |
| time_t | next_update_time |
| time_t | next_segment_time |
| unsigned int | update_time |
| segments_t | nsegments_done |
| const char * | Desnames [] |
| const char | Dessymbols [] |
| using segments_t = uint32_t |
Definition at line 38 of file GB_server.h.
| void compute_power_blocks | ( | ) |
Definition at line 1469 of file GB_server.cc.
| void d_announce | ( | const player_t | , |
| const governor_t | , | ||
| const starnum_t | , | ||
| const std::string & | |||
| ) |
Definition at line 596 of file GB_server.cc.
| void d_broadcast | ( | const player_t | , |
| const governor_t | , | ||
| const std::string & | |||
| ) |
Definition at line 577 of file GB_server.cc.
| void d_shout | ( | const player_t | , |
| const governor_t | , | ||
| const std::string & | |||
| ) |
Definition at line 587 of file GB_server.cc.
| void d_think | ( | const player_t | , |
| const governor_t | , | ||
| const std::string & | |||
| ) |
Definition at line 567 of file GB_server.cc.
| void do_next_thing | ( | ) |
Definition at line 728 of file GB_server.cc.
Definition at line 1516 of file GB_server.cc.
Definition at line 1522 of file GB_server.cc.
Definition at line 1510 of file GB_server.cc.
Definition at line 1504 of file GB_server.cc.
| void kill_ship | ( | int | , |
| Ship * | |||
| ) |
Definition at line 1398 of file GB_server.cc.
| bool notify | ( | const player_t | , |
| const governor_t | , | ||
| const std::string & | |||
| ) |
| void notify_race | ( | const player_t | , |
| const std::string & | |||
| ) |
Definition at line 546 of file GB_server.cc.
| void notify_star | ( | const player_t | , |
| const governor_t | , | ||
| const starnum_t | , | ||
| const std::string & | |||
| ) |
Definition at line 1672 of file GB_server.cc.
| void remove_sh_plan | ( | Ship & | s | ) |
Remove a ship from the list of ships orbiting the planet.
Definition at line 1563 of file GB_server.cc.
Remove a ship from the list of ships in the ship.
Definition at line 1592 of file GB_server.cc.
| void remove_sh_star | ( | Ship & | s | ) |
Remove a ship from the list of ships orbiting the star.
Definition at line 1534 of file GB_server.cc.
| void warn | ( | const player_t | , |
| const governor_t | , | ||
| const std::string & | |||
| ) |
| void warn_race | ( | const player_t | , |
| const std::string & | |||
| ) |
Definition at line 1655 of file GB_server.cc.
Definition at line 1666 of file GB_server.cc.
| segments_t nsegments_done |
1.8.13