Home
last modified time | relevance | path

Searched refs:escorts (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/games/naev/naev-0.7.0/src/
H A Descort.c47 p->escorts = realloc( p->escorts, sizeof(Escort_t) * p->nescorts ); in escort_addList()
48 p->escorts[p->nescorts-1].ship = strdup(ship); in escort_addList()
49 p->escorts[p->nescorts-1].type = type; in escort_addList()
50 p->escorts[p->nescorts-1].id = id; in escort_addList()
51 p->escorts[p->nescorts-1].persist = persist; in escort_addList()
69 if (p->escorts[i].id == id) { in escort_rmList()
71 memmove( &p->escorts[i], &p->escorts[i+1], in escort_rmList()
143 e = pilot_get( parent->escorts[i].id ); in escort_command()
H A Dplayer.c1909 if (player.p->target == player.p->escorts[i].id) { in player_targetEscort()
1914 player.p->escorts[i-1].id : player.p->id ); in player_targetEscort()
1917 player.p->escorts[i+1].id : player.p->id ); in player_targetEscort()
2788 if (!player.p->escorts[i].persist) { in player_addEscorts()
2789 escort_rmList(player.p, player.p->escorts[i].id); in player_addEscorts()
2797 e = escort_create( player.p, player.p->escorts[i].ship, in player_addEscorts()
2799 player.p->escorts[i].type, 0 ); in player_addEscorts()
2800 player.p->escorts[i].id = e; /* Important to update ID. */ in player_addEscorts()
2803 if (player.p->escorts[i].type != ESCORT_TYPE_BAY) in player_addEscorts()
2846 if (player.p->escorts[i].persist) { in player_saveEscorts()
[all …]
H A Dpilot_outfit.c242 if ((target->escorts[i].type == ESCORT_TYPE_BAY) && in pilot_dock()
243 (target->escorts[i].id == p->id)) in pilot_dock()
251 free(target->escorts); in pilot_dock()
252 target->escorts = NULL; in pilot_dock()
256 memmove( &target->escorts[i], &target->escorts[i+1], in pilot_dock()
H A Dpilot.h394 Escort_t *escorts; /**< Pilot's escorts. */ member
H A Dpilot.c2641 dest->escorts = NULL; in pilot_copy()
2714 free(p->escorts[i].ship); in pilot_free()
2715 if (p->escorts) in pilot_free()
2716 free(p->escorts); in pilot_free()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudescort.cpp562 escorts[*num_escorts].objnum = -1; in hud_create_complete_escort_list()
563 escorts[*num_escorts].obj_signature = -1; in hud_create_complete_escort_list()
564 escorts[*num_escorts].priority = -1; in hud_create_complete_escort_list()
566 escorts[*num_escorts].escort_hit_timer = 0; in hud_create_complete_escort_list()
567 escorts[*num_escorts].escort_hit_next_flash = 0; in hud_create_complete_escort_list()
568 escorts[*num_escorts].escort_show_bright = false; in hud_create_complete_escort_list()
626 escorts[*num_escorts].objnum = so->objnum; in hud_create_complete_escort_list()
629 escorts[*num_escorts].np_id = -1; in hud_create_complete_escort_list()
630 escorts[*num_escorts].escort_hit_timer = 0; in hud_create_complete_escort_list()
631 escorts[*num_escorts].escort_hit_next_flash = 0; in hud_create_complete_escort_list()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/cas/
H A Dca_messenger_escort_move.lua9 local escorts = AH.get_units_with_moves {
13 return escorts
32 local escorts = get_escorts(cfg)
39 for _,unit in ipairs(escorts) do
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dmission.c319 find_escorts(coord x, coord y, natid cn, struct emp_qelem *escorts) in find_escorts() argument
338 emp_insque(&plp->queue, escorts); in find_escorts()
581 struct emp_qelem *qp, *newqp, escorts, airp, b, e; in perform_mission_bomb() local
586 emp_initque(&escorts); in perform_mission_bomb()
601 find_escorts(x, y, plane_owner, &escorts); in perform_mission_bomb()
608 mission_pln_sel(&escorts, P_ESC | P_F, 0, SECT_HARDTARGET); in perform_mission_bomb()
630 divide(&escorts, &e, air->x, air->y); in perform_mission_bomb()
672 qp = escorts.q_forw; in perform_mission_bomb()
673 while (qp != (&escorts)) { in perform_mission_bomb()
/dports/games/golly/golly-3.3-src/Patterns/Life/Puffers/
H A Dpuffer-train.rle6 #C -- Not in this case! The LWSS escorts keep the B-heptomino alive.
/dports/games/uqm/uqm-0.8.0/doc/devel/
H A Dcontentfiles6 - the escorts in the status window in the full game when not in
H A Dqueues14 The fleet accompanying the flagship (escorts).
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.yell.com18 Disallow: /*female+escorts
H A Dwww.authorstream.com73 Disallow: /*escorts
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/newphraselists/ukenglish/adult/
H A Dweighted4 < adult >,< sex >,< escorts ><80>
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DEngine.h186 EscortDisplay escorts; variable
H A DShip.cpp2742 for(const auto &it : escorts) in WasCaptured()
2749 escorts.clear(); in WasCaptured()
3164 for(const auto &it : escorts) in CanCarry()
3579 return escorts; in GetEscorts()
3588 escorts.push_back(ship.shared_from_this()); in AddEscort()
3595 auto it = escorts.begin(); in RemoveEscort()
3596 for( ; it != escorts.end(); ++it) in RemoveEscort()
3599 escorts.erase(it); in RemoveEscort()
H A DEngine.cpp562 escorts.Clear(); in Step()
569 escorts.Add(*it, it->GetSystem() == currentSystem, fleetIsJumping, isSelected); in Step()
582 escorts.Add(*escort, escort->GetSystem() == currentSystem, fleetIsJumping, isSelected); in Step()
812 const vector<const Ship *> &stack = escorts.Click(clickPoint); in Step()
1035 escorts.Draw(hud->GetBox("escorts")); in Draw()
H A DShip.h580 std::vector<std::weak_ptr<Ship>> escorts; variable
/dports/games/endless-sky/endless-sky-0.9.14/
H A Dchangelog509 * Mystery Cube 2 escorts now have the proper governments. (@Amazinite)
577 * Fixed a crash when reordering escorts in the player info panel on Mac OS X.
582 * Fixed escorts doing nothing if near death. (@flaviojs)
615 * Fixed the "Syndicate Capture" escorts not assisting you in the battles.
978 * Fixed a case where escorts were not pathfinding through wormholes.
1074 * If a ship is captured, its escorts now become independent.
1319 * Fleet commands are now issued only to selected escorts (if any).
1703 * Fixed merging of icons of escorts that are not in the current system.
1723 * Fixed handling of player escorts with fewer bunks than required crew.
1976 * Shift + Board will now select any of your escorts that are disabled.
[all …]
/dports/shells/zsh-antigen/antigen-2.2.3/
H A DCODE_OF_CONDUCT.md60 …l safe. In the context of in-person events, organizers will also provide escorts as desired by the…
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/whoami-0.9.0/
H A DCODEOFCONDUCT.md60 …l safe. In the context of in-person events, organizers will also provide escorts as desired by the…
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/whoami-0.9.0/
H A DCODEOFCONDUCT.md60 …l safe. In the context of in-person events, organizers will also provide escorts as desired by the…
/dports/games/openssn/openssn/
H A DCHANGELOG114 - Pinging at escorts in a convoy will cause the escorts to
/dports/security/clamav/clamav-0.104.2/
H A DCODE_OF_CONDUCT.md58 …l safe. In the context of in-person events, organizers will also provide escorts as desired by the…
/dports/math/kalker/kalker-1.1.0/cargo-crates/seahorse-1.1.1/
H A DCODE_OF_CONDUCT.md64 …l safe. In the context of in-person events, organizers will also provide escorts as desired by the…

123456789