Home
last modified time | relevance | path

Searched refs:get_snowline (Results 1 – 16 of 16) sorted by relevance

/dports/games/simutrans/simutrans-121.0/obj/
H A Dgroundobj.cc126 …case 1: season = welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) … in calc_image()
129 …case 2: season = (welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() )… in calc_image()
131 …default: if( welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) == … in calc_image()
H A Dtunnel.cc95 …set_image( desc->get_background_id( hang, get_pos().z >= welt->get_snowline() || welt->get_clima… in calc_image()
96 …set_foreground_image( desc->get_foreground_id( hang, get_pos().z >= welt->get_snowline() || welt… in calc_image()
H A Dfield.cc66 …if( desc->has_snow_image() && (get_pos().z >= welt->get_snowline() || welt->get_climate( get_… in get_image()
H A Dbruecke.cc62 …).get_2d() ) == arctic_climate || get_pos().z + slope_t::max_diff(slope) >= welt->get_snowline(); in calc_image()
99 …).get_2d() ) == arctic_climate || get_pos().z + slope_t::max_diff(slope) >= welt->get_snowline(); in get_front_image()
H A Dpillar.cc68 …ridge_desc_t::img_t)dir, get_pos().z-height/TILE_HEIGHT_STEP >= welt->get_snowline() || welt->ge… in calc_image()
H A Dleitung2.cc258 …bool snow = get_pos().z >= welt->get_snowline() || welt->get_climate( get_pos().get_2d() ) == ar… in calc_image()
503 …if( skinverwaltung_t::senke->get_count() > 3 && (get_pos().z >= welt->get_snowline() || welt-… in step()
797 if( skinverwaltung_t::senke->get_count() > 3 && (get_pos().z >= welt->get_snowline() || in sync_step()
H A Dcrossing.cc97 …const bool snow_image = get_pos().z >= welt->get_snowline() || welt->get_climate( get_pos().get_… in calc_image()
H A Dbaum.cc373 …if( welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) == arctic_cl… in calc_image()
377 else if(welt->get_snowline()<=get_pos().z+1 && season==0) { in calc_image()
H A Dgebaeude.cc351 …else if( get_pos().z - (get_yoff() / TILE_HEIGHT_STEP) >= welt->get_snowline() || welt->get_cli… in calc_image()
355 …else if( get_pos().z - (get_yoff() / TILE_HEIGHT_STEP) >= welt->get_snowline() - 1 && welt->get… in calc_image()
/dports/games/simutrans/simutrans-121.0/boden/
H A Dboden.cc99 …if( (get_hoehe() >= welt->get_snowline() || welt->get_climate(pos.get_2d()) == arctic_climate) … in calc_image_internal()
103 …else if( slope_this != 0 && get_hoehe() == welt->get_snowline() - 1 && skinverwaltung_t::fuss… in calc_image_internal()
H A Dgrund.cc1026 const sint8 snow_transition = welt->get_snowline() - pos.z;
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dmovingobj.cc130 …season = welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) == arcti… in calc_image()
134 …season = welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) == arcti… in calc_image()
138 …if( welt->get_snowline() <= get_pos().z || welt->get_climate( get_pos().get_2d() ) == arctic_cl… in calc_image()
/dports/games/simutrans/simutrans-121.0/boden/wege/
H A Dweg.cc371 …) && (get_pos().z + from->get_weg_yoff()/TILE_HEIGHT_STEP >= welt->get_snowline() || welt->ge… in check_season()
462 …)) && (get_pos().z + from->get_weg_yoff()/TILE_HEIGHT_STEP >= welt->get_snowline() || welt->get_… in calc_image()
/dports/games/simutrans/simutrans-121.0/descriptor/
H A Dground_desc.cc949 const bool snow = height >= world->get_snowline(); in get_ground_tile()
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h1108 sint16 get_snowline() const { return snowline; } in get_snowline() function
H A Dsimworld.cc6648 if( gr->get_pos().z >= get_snowline() ) { in get_sound_id()