![]() |
Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
Classes | |
struct | OrbitEntityTarget |
struct | OrbitScalar |
struct | OrbitTarget |
Enumerations | |
enum class | Command { CircularizeAtApoapsis , CircularizeAtPeriapsis , SetApoapsis , SetPeriapsis , SetInclination , MatchPlanes , CoplanarIntercept , CoplanarInterceptAndTransfer , Impulse , LandOnBody } |
enum class | Trigger { OnEnterSOI , OnExitSOI , OnManeuver , OnCrash } |
Functions | |
bool | VerifyCommand (Universe &universe, entt::entity command) |
void | ExecuteCommand (Universe &universe, entt::entity entity, entt::entity command_entity, Command command) |
bool | ProcessCommandQueue (Universe &universe, entt::entity body, Trigger trigger) |
Returns true if a command is processed and popped, returns false if not. More... | |
void | TransferToMoon (Universe &universe, entt::entity agent, entt::entity target) |
void | PushManeuvers (Universe &universe, entt::entity entity, std::initializer_list< components::Maneuver_t > maneuver, double offset) |
void | PushManeuvers (Universe &universe, entt::entity entity, components::HohmannPair_t hohmann_pair, double offset) |
void | LandOnMoon (Universe &universe, entt::entity agent, entt::entity target, entt::entity city) |
|
strong |
|
strong |
void cqsp::common::systems::commands::ExecuteCommand | ( | Universe & | universe, |
entt::entity | entity, | ||
entt::entity | command_entity, | ||
Command | command | ||
) |
void cqsp::common::systems::commands::LandOnMoon | ( | Universe & | universe, |
entt::entity | agent, | ||
entt::entity | target, | ||
entt::entity | city | ||
) |
bool cqsp::common::systems::commands::ProcessCommandQueue | ( | Universe & | universe, |
entt::entity | body, | ||
Trigger | trigger | ||
) |
Returns true if a command is processed and popped, returns false if not.
void cqsp::common::systems::commands::PushManeuvers | ( | Universe & | universe, |
entt::entity | entity, | ||
components::HohmannPair_t | hohmann_pair, | ||
double | offset | ||
) |
void cqsp::common::systems::commands::PushManeuvers | ( | Universe & | universe, |
entt::entity | entity, | ||
std::initializer_list< components::Maneuver_t > | maneuver, | ||
double | offset | ||
) |
void cqsp::common::systems::commands::TransferToMoon | ( | Universe & | universe, |
entt::entity | agent, | ||
entt::entity | target | ||
) |
bool cqsp::common::systems::commands::VerifyCommand | ( | Universe & | universe, |
entt::entity | command | ||
) |
Verifies if the command is a valid ship command option. This verifies if it's not null, and contains the necessary components to make it a command