Home
last modified time | relevance | path

Searched refs:ShipList (Results 1 – 11 of 11) sorted by relevance

/dports/games/astromenace/astromenace-1.4.1/src/object3d/space_ship/
H A Dspace_ship.cpp65 return ShipList.front(); in CreateAlienSpaceFighter()
76 return ShipList.front(); in CreateAlienSpaceMotherShip()
100 return ShipList.front(); in CreateEarthSpaceFighter()
111 return ShipList.front(); in CreatePirateShip()
120 for (auto iter = ShipList.begin(); iter != ShipList.end();) { in UpdateAllSpaceShip()
147 for (auto iter = ShipList.begin(); iter != ShipList.end();) { in ReleaseSpaceShip()
149 ShipList.erase(iter); in ReleaseSpaceShip()
161 ShipList.clear(); in ReleaseAllSpaceShips()
182 for (auto iter = ShipList.begin(); iter != ShipList.end();) { in ForEachSpaceShip()
196 ShipList.erase(iter); in ForEachSpaceShip()
[all …]
/dports/games/uqm/uqm-0.8.0/doc/devel/
H A Dmeleeteams8 0 - 13 uint8_t ShipList[MELEE_FLEET_SIZE];
29 The entries in ShipList are:
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dsave.h61 BYTE ShipList[MAX_BUILT_SHIPS]; member
H A Dencount.h78 BRIEF_SHIP_INFO ShipList[MAX_HYPER_SHIPS]; member
H A Dsave.c268 const BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in SaveEncounters()
413 write_a8 (fp, SummPtr->ShipList, MAX_BUILT_SHIPS); in SaveSummary()
475 SummPtr->ShipList[SummPtr->NumShips] = StarShipPtr->race_id; in PrepareSummary()
H A Dload.c263 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter()
419 read_a8 (fp, SummPtr->ShipList, MAX_BUILT_SHIPS) != 1 || in LoadSummary()
H A Dload_legacy.c409 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter()
582 read_a8 (fp, SummPtr->ShipList, MAX_BUILT_SHIPS) != 1 || in LoadSummary()
H A Dcomm.c1517 EncounterPtr->ShipList[i].crew_level); in RaceCommunication()
1570 BSIPtr = &EncounterPtr->ShipList[i]; in RaceCommunication()
H A Dgameopt.c781 CloneShipFragment (pSD->ShipList[i], &GLOBAL (built_ship_q), 0); in DrawSavegameSummary()
H A Dhyper.c1008 BRIEF_SHIP_INFO *BSIPtr = &EncounterPtr->ShipList[i]; in AddEncounterElement()
/dports/games/uqm/uqm-0.8.0/src/uqm/planets/generate/
H A Dgenpet.c218 BSIPtr = &EncounterPtr->ShipList[0]; in ZapToUrquanEncounter()