Home
last modified time | relevance | path

Searched refs:convoys (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/games/simutrans/simutrans-121.0/gui/
H A Dconvoi_frame.cc216 last_world_convois = welt->convoys().get_count(); in fill_list()
219 FOR(vector_tpl<convoihandle_t>, const cnv, welt->convoys()) { in fill_list()
339 if (last_world_convois != welt->convoys().get_count()) { in draw()
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dmanagers.cc164 static int GetNbConvoys(const ConvoyData * convoys) in GetNbConvoys() argument
166 const ConvoyData * p (convoys); in GetNbConvoys()
168 return p - convoys; in GetNbConvoys()
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/allies-04/
H A Drules.yaml9 …Briefing: Soviet forces are trying to retake the pass you cleared for our convoys.\n\nDon't let th…
/dports/games/simutrans/simutrans-121.0/simutrans/ai/sqai/
H A Dprototyper.nut234 // needed convoys to transport everything
237 // realistic number of convoys
H A Dvehicle_constructor.nut13 // step-by-step construct convoys
H A Dindustry_manager.nut239 // check state if convoys (loading level, stopped, new)
264 // new convoys do not count as empty
H A Droad_connector.nut131 // find the line - it is a line without schedule and convoys
H A Dship_connector.nut142 // find the line - it is a line without schedule and convoys
/dports/games/crimson/crimson-0.5.3/
H A DREADME6 destroying all enemy forces in the area. Protect supply convoys or raid
H A Dcrimson.spec.in22 destroying all enemy forces in the area. Protect supply convoys or raid
/dports/games/simutrans/simutrans-121.0/player/
H A Dsimplay.cc400 FOR(vector_tpl<convoihandle_t>, const cnv, welt->convoys()) { in calc_assets()
453 for (size_t i = welt->convoys().get_count(); i-- != 0;) { in ai_bankrupt()
454 convoihandle_t const cnv = welt->convoys()[i]; in ai_bankrupt()
H A Dai_goods.cc1215 for (size_t i = welt->convoys().get_count(); i-- != 0;) { in step()
1216 convoihandle_t const cnv = welt->convoys()[i]; in step()
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dgameinfo.cc67 convoi_count = welt->convoys().get_count(); in gameinfo_t()
/dports/games/simutrans-pak128.german/simutrans/PAK128.german/config/
H A Dsimuconf.tab193 # It should be not too low to allow big convoys fully loaded at more than one
233 # remove companies without convoys after x month (0=off, 6=default)
301 # do not show the button to add an inverted schedule for rail based convoys
313 # show a tooltip on convoys at several conditions
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_convoy.cc81 return &welt->convoys(); in generic_get_convoy_list()
/dports/games/golly/golly-3.3-src/Patterns/Life/Signal-Circuitry/
H A Dchase-the-glider.rle3 #C paths using convoys which arrive just in time at each end point.
5 #C The convoys are triggered by returning LWSSs from the bounces.
8 #C signals can "cheat" a bit to allow the convoys to be built in
/dports/games/simutrans/simutrans-121.0/simutrans/config/
H A Dsimuconf.tab209 # It should be not too low to allow big convoys fully loaded at more than one
249 # remove companies without convoys after x month (0=off, 6=default)
317 # do not show the button to add an inverted schedule for rail based convoys
328 # show a tooltip on convoys at several conditions
/dports/games/simutrans/simutrans-121.0/simutrans/text/
H A Den.tab120 Maximum number of convoys reached.
206 Show how many convoys reach a station
298 %d convoys
510 Delete selected line (if no convoys are associated)
1226 No convoys
/dports/astro/opencpn/OpenCPN-5.2.4/data/s57data/
H A Dattdecode.csv95 …ided;27;speed restricted;28;overtaking prohibited;29;overtaking of convoys by convoys prohibited;3…
104 …atpolitiereglement);3;(A.2) no overtaking;4;(A.3) no overtaking of convoys by convoys;5;(A.4) no p…
H A Ds57expectedinput.csv1049 17004,29,"overtaking of convoys by convoys prohibited"
1124 17052,4,"(A.3) no overtaking of convoys by convoys"
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dww2-adv.g36 (help "submarine wolfpack, deadly to convoys"))
437 ;; Air units cannot fight while being transported on convoys.
/dports/games/simutrans/simutrans-121.0/simutrans/script/
H A Dscript_base.nut308 * class that contains data to get access to a line of convoys
/dports/games/golly/golly-3.3-src/Patterns/Life/Rakes/
H A Dc4-sideways-rake.rle2 #C This rake has an engine convoy at the front, two convoys
10 #C to form the earlier rakes in the series. Moving the convoys
/dports/games/simutrans-pak64/simutrans/pak/config/
H A Dsimuconf.tab111 # It should be not too low to allow big convoys fully loaded at more than one
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h1518 vector_tpl<convoihandle_t> const& convoys() const { return convoi_array; } in convoys() function

1234567