Home
last modified time | relevance | path

Searched refs:narrowgauge_wt (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/simutrans/simutrans-121.0/dataobj/
H A Drecords.cc23 case narrowgauge_wt: return max_narrowgauge_speed.speed; in get_record_speed()
50 case narrowgauge_wt: sr = &max_narrowgauge_speed; break; in notify_record()
88 case narrowgauge_wt: text = "New world record for narrowgauges: %.1f km/h by %s."; break; in notify_record()
H A Dschedule.h310 waytype_t get_waytype() const OVERRIDE { return narrowgauge_wt; } in get_waytype()
/dports/games/simutrans/simutrans-121.0/boden/wege/
H A Dnarrowgauge.cc20 if(get_desc()->get_wtyp()!=narrowgauge_wt) { in rdwr()
22 …const way_desc_t *desc = way_builder_t::weg_search( narrowgauge_wt, (old_max_speed>0 ? old_max_spe… in rdwr()
H A Dnarrowgauge.h28 waytype_t get_waytype() const OVERRIDE {return narrowgauge_wt;} in get_waytype()
H A Dweg.cc86 case narrowgauge_wt: in alloc()
115 case narrowgauge_wt: return "narrowgauge_track"; in waytype_to_string()
/dports/games/simutrans/simutrans-121.0/descriptor/
H A Dbuilding_desc.cc214 case narrowgauge_wt: in get_price()
227 case narrowgauge_wt: return -s.cst_depot_rail; in get_price()
/dports/games/simutrans/simutrans-121.0/descriptor/writer/
H A Dget_waytype.cc27 uv8 = narrowgauge_wt; in get_waytype()
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_schedule.cc44 case narrowgauge_wt: sched = new narrowgauge_schedule_t(); break; in schedule_constructor()
H A Dapi_line.cc45 case simline_t::narrowgaugeline: return narrowgauge_wt; in line_way_type()
H A Dapi_const.cc142 enum_slot(vm, "wt_narrowgauge", narrowgauge_wt); in export_global_constants()
/dports/games/simutrans/simutrans-121.0/
H A Dsimline.cc92 case narrowgauge_wt: return simline_t::narrowgaugeline; in waytype_to_linetype()
108 …invalid_wt, road_wt, track_wt, water_wt, air_wt, monorail_wt, tram_wt, maglev_wt, narrowgauge_wt }; in linetype_to_waytype()
H A Dsimtypes.h129 narrowgauge_wt = 8, enumerator
H A Dsimtool.cc2953 case narrowgauge_wt: return translator::translate("remove narrowgauge tracks"); in get_tooltip()
4600 case narrowgauge_wt: in work()
5240 case narrowgauge_wt: tip = "Build narrowgauge depot"; break; in get_tooltip()
5269 case narrowgauge_wt: in work()
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dwegbauer.h72 narrowgauge=narrowgauge_wt,
H A Dvehikelbauer.cc177 case narrowgauge_wt:v = new narrowgauge_vehicle_t(k, vb, player, cnv); break; in build()
H A Dhausbauer.cc705 case narrowgauge_wt: in build_station_extension_depot()
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimvehicle.h642 waytype_t get_waytype() const OVERRIDE { return narrowgauge_wt; } in get_waytype()
/dports/games/simutrans-pak128.german/simutrans/PAK128.german/config/
H A Dmenuconf.tab268 # narrowgauge_wt = 8
/dports/games/simutrans/simutrans-121.0/obj/
H A Droadsign.cc139 …get_wtyp()!=monorail_wt && desc->get_wtyp()!=maglev_wt && desc->get_wtyp()!=narrowgauge_wt ) { in set_dir()
/dports/games/simutrans-pak64/simutrans/pak/config/
H A Dmenuconf.tab273 # narrowgauge_wt = 8
/dports/games/simutrans-pak128/simutrans/pak128/config/
H A Dmenuconf.tab273 # narrowgauge_wt = 8
/dports/games/simutrans/simutrans-121.0/gui/
H A Dhalt_info.cc855 …case narrowgauge_wt: im = new_component<gui_image_t>(skinverwaltung_t::narrowgaugehaltsymbol->get_… in insert_image()
H A Dminimap.cc469 case narrowgauge_wt: in line_segment_draw()
/dports/games/simutrans/simutrans-121.0/player/
H A Dfinance.cc377 case narrowgauge_wt: return TT_NARROWGAUGE; in translate_waytype_to_tt()
/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.cc350 case narrowgauge_wt: in rdwr()

12