Home
last modified time | relevance | path

Searched refs:STATION_RAIL (Results 1 – 13 of 13) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dstation_type.h33 STATION_RAIL, enumerator
H A Dstation_map.h94 return GetStationType(t) == STATION_RAIL; in IsRailStation()
559 MakeStation(t, o, sid, STATION_RAIL, section + a); in MakeRailStation()
H A Dstation_cmd.cpp385 case STATION_RAIL: in GetTileArea()
749 case STATION_RAIL: in AfterStationTileSetChange()
1467 st->AfterStationTileSetChange(true, STATION_RAIL); in CmdBuildRailStation()
3212 case STATION_RAIL: str = STR_LAI_STATION_DESCRIPTION_RAILROAD_STATION; break; in GetTileDesc_Station()
4206 case STATION_RAIL: in ChangeTileOwner_Station()
4297 case STATION_RAIL: return_cmd_error(STR_ERROR_MUST_DEMOLISH_RAILROAD); in ClearTile_Station()
4311 case STATION_RAIL: return RemoveRailStation(tile, flags); in ClearTile_Station()
4341 case STATION_RAIL: { in TerraformTile_Station()
H A Dnewgrf_station.cpp86 st->GetTileArea(this, Station::IsExpected(st) ? STATION_RAIL : STATION_WAYPOINT); in ETileArea()
802 sprites = GetStationTileLayout(STATION_RAIL, tile + axis); in DrawStationTile()
H A Dstation.cpp294 case STATION_RAIL: return CA_TRAIN; in GetTileCatchmentRadius()
H A Drail_gui.cpp1268 StationPickerDrawSprite(x, y, STATION_RAIL, _cur_railtype, INVALID_ROADTYPE, 2); in DrawWidget()
1282 StationPickerDrawSprite(x, y, STATION_RAIL, _cur_railtype, INVALID_ROADTYPE, 3); in DrawWidget()
1319 …StationPickerDrawSprite(x, y, STATION_RAIL, _cur_railtype, INVALID_ROADTYPE, 2 + _railstation.orie… in DrawWidget()
H A Dnewgrf_debug_gui.cpp780 case STATION_RAIL: return GSF_STATIONS; in GetGrfSpecFeature()
H A Dsmallmap_gui.cpp458 case STATION_RAIL: return MKCOLOUR_XXXX(PC_VERY_DARK_BROWN); in GetSmallMapRoutesPixels()
/dports/games/openttd/openttd-12.1/src/pathfinder/yapf/
H A Dyapf_destrail.hpp144 …GetDestination(), v->tile, v->current_order.IsType(OT_GOTO_STATION) ? STATION_RAIL : STATION_WAYPO… in SetDestination()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_tilelist.cpp152 …tation_type & ScriptStation::STATION_TRAIN) != 0) station_type_value |= (1 << ::STATION_RAIL); in ScriptTileList_StationType()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dcompany_sl.cpp148 case STATION_RAIL: in AfterLoadCompanyStats()
H A Dafterload.cpp853 st = STATION_RAIL; in AfterLoadGame()
/dports/games/openttd/openttd-12.1/src/pathfinder/npf/
H A Dnpf.cpp1134 fstd->station_type = v->current_order.IsType(OT_GOTO_STATION) ? STATION_RAIL : STATION_WAYPOINT; in NPFFillWithOrderData()