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.
Namespaces | Functions
commands.cpp File Reference
#include "common/systems/maneuver/commands.h"
#include <algorithm>
#include "common/components/movement.h"
#include "common/components/orbit.h"
#include "common/components/surface.h"
#include "common/systems/maneuver/maneuver.h"
#include "common/systems/maneuver/rendezvous.h"

Namespaces

namespace  cqsp
 When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to find out how to add a resource to the game.
 
namespace  cqsp::common
 
namespace  cqsp::common::systems
 
namespace  cqsp::common::systems::commands
 

Functions

bool cqsp::common::systems::commands::VerifyCommand (Universe &universe, entt::entity command)
 
void cqsp::common::systems::commands::ExecuteCommand (Universe &universe, entt::entity entity, entt::entity command_entity, Command command)
 
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. More...
 
void cqsp::common::systems::commands::TransferToMoon (Universe &universe, entt::entity agent, entt::entity target)
 
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::PushManeuvers (Universe &universe, entt::entity entity, components::HohmannPair_t hohmann_pair, double offset)
 
void cqsp::common::systems::commands::LandOnMoon (Universe &universe, entt::entity agent, entt::entity target, entt::entity city)