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.
|
Functions | |
void | LoadFields (Universe &universe, Hjson::Value &hjson) |
Hjson::Value | WriteFields (Universe &universe) |
entt::entity | CreateLab (Universe &universe) |
void | AddScienceResearch (Universe &universe, entt::entity lab, entt::entity research, double progress) |
void | LoadTechnologies (Universe &universe, Hjson::Value &value) |
void | ResearchTech (Universe &universe, entt::entity civilization, entt::entity tech) |
void | ProcessAction (Universe &universe, entt::entity civilization, const std::string &action) |
void cqsp::common::systems::science::AddScienceResearch | ( | Universe & | universe, |
entt::entity | lab, | ||
entt::entity | research, | ||
double | progress | ||
) |
entt::entity cqsp::common::systems::science::CreateLab | ( | Universe & | universe | ) |
void cqsp::common::systems::science::LoadFields | ( | Universe & | universe, |
Hjson::Value & | hjson | ||
) |
void cqsp::common::systems::science::LoadTechnologies | ( | Universe & | universe, |
Hjson::Value & | value | ||
) |
void cqsp::common::systems::science::ProcessAction | ( | Universe & | universe, |
entt::entity | civilization, | ||
const std::string & | action | ||
) |
void cqsp::common::systems::science::ResearchTech | ( | Universe & | universe, |
entt::entity | civilization, | ||
entt::entity | tech | ||
) |
Hjson::Value cqsp::common::systems::science::WriteFields | ( | Universe & | universe | ) |