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 | |
namespace | gui |
namespace | rmlui |
Classes | |
struct | CityFounding |
class | CivilizationInfoPanel |
struct | FocusedCity |
struct | FocusedPlanet |
struct | MouseOverEntity |
class | SpaceshipWindow |
class | SysCommand |
class | SysDebugMenu |
class | SysFieldNodeViewer |
class | SysFieldViewer |
class | SysGoodViewer |
class | SysOrbitFilter |
class | SysPauseMenu |
Menu when the key escape is pressed, pauses all interaction with the background, displays exit game, options, and other things. More... | |
class | SysPlanetMarketInformation |
class | SysProvinceInformation |
class | SysRecipeViewer |
class | SysRmlUiInterface |
class | SysStarSystemRenderer |
class | SysStarSystemTree |
Displays the star system tree to show all the planets and moons More... | |
class | SysTechnologyProjectViewer |
class | SysTechnologyViewer |
class | SysTurnSaveWindow |
class | SysUserInterface |
Functions | |
void | MarketInformationTable (common::Universe &universe, const entt::entity &market_entity) |
bool | DrawLedgerTable (const std::string &name, const cqsp::common::Universe &, const cqsp::common::components::ResourceLedger &ledger) |
void | ShowOptionsWindow (bool *open, cqsp::engine::Application &app) |
void | LoadAllResources (cqsp::engine::Application &app, ConquerSpace &conquer_space) |
bool cqsp::client::systems::DrawLedgerTable | ( | const std::string & | name, |
const cqsp::common::Universe & | universe, | ||
const cqsp::common::components::ResourceLedger & | ledger | ||
) |
void cqsp::client::systems::LoadAllResources | ( | cqsp::engine::Application & | app, |
ConquerSpace & | conquer_space | ||
) |
void cqsp::client::systems::MarketInformationTable | ( | common::Universe & | universe, |
const entt::entity & | market_entity | ||
) |
void cqsp::client::systems::ShowOptionsWindow | ( | bool * | open, |
cqsp::engine::Application & | app | ||
) |