Home
last modified time | relevance | path

Searched refs:SetPlanet (Results 1 – 12 of 12) sorted by relevance

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DPerson.cpp135 ship->SetPlanet(nullptr); in Restore()
H A DPlayerInfo.cpp87 ships.back()->SetPlanet(&start.GetPlanet()); in New()
101 SetPlanet(&start.GetPlanet()); in New()
622 void PlayerInfo::SetPlanet(const Planet *planet) in SetPlanet() function in PlayerInfo
871 ships.back()->SetPlanet(planet); in BuyShip()
1165 ship->SetPlanet(planet); in Land()
2431 ship->SetPlanet(planet); in ValidateLoad()
H A DPlayerInfo.h108 void SetPlanet(const Planet *planet);
H A DShip.h166 void SetPlanet(const Planet *planet);
H A DEngine.cpp310 ship->SetPlanet(planet); in Place()
330 ship->SetPlanet(nullptr); in Place()
341 player.SetPlanet(nullptr); in Place()
519 player.SetPlanet(flagship->GetPlanet()); in Step()
H A DNPC.cpp610 ship->SetPlanet(result.planet); in Instantiate()
H A DFleet.cpp445 ship->SetPlanet(planet); in Enter()
H A DShip.cpp1186 void Ship::SetPlanet(const Planet *planet) in SetPlanet() function in Ship
3202 ship->SetPlanet(nullptr); in Carry()
3233 bay.ship->SetPlanet(landingPlanet); in UnloadBays()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DEncyclopediaDetailPanel.h55 void SetPlanet(int planet_id);
H A DEncyclopediaDetailPanel.cpp911 this->SetPlanet(lexical_cast<int>(data)); in HandleLinkClick()
3121 void EncyclopediaDetailPanel::SetPlanet(int planet_id) { in SetPlanet() function in EncyclopediaDetailPanel
3258 { SetPlanet(planet ? planet->ID() : INVALID_OBJECT_ID); } in SetItem()
H A DBuildDesignatorWnd.cpp1467 { m_enc_detail_panel->SetPlanet(planet_id); } in ShowPlanetInEncyclopedia()
H A DMapWnd.cpp4262 m_pedia_panel->SetPlanet(planet_id); in ShowPlanet()