Home
last modified time | relevance | path

Searched refs:check_slope (Results 1 – 3 of 3) sorted by relevance

/dports/games/simutrans/simutrans-121.0/bauer/
H A Dwegbauer.h229 bool check_slope( const grund_t *from, const grund_t *to );
H A Dwegbauer.cc423 bool way_builder_t::check_slope( const grund_t *from, const grund_t *to ) in check_slope() function in way_builder_t
1382 if(!gr->get_neighbour(to,invalid_wt,r) || !check_slope(gr, to)) { in intern_calc_route()
1391 …if (to==NULL || (check_slope(gr, to) && gr->get_vmove(r)!=to->get_vmove(ribi_t::backward(r))))… in intern_calc_route()
1669 if (bd_von->get_neighbour(bd_nach, invalid_wt, diff) && check_slope(bd_von, bd_nach)) { in intern_calc_straight_route()
1681 …if (bd_nach==NULL || (check_slope(bd_von, bd_nach) && bd_von->get_vmove(diff)!=bd_nach->get_vm… in intern_calc_straight_route()
1700 …if(bd_von && bd_von->get_neighbour(bd_nach, invalid_wt, diff) && check_slope(bd_von, bd_nach) … in intern_calc_straight_route()
1873 if(!gr->get_neighbour(to,invalid_wt,r) || !check_slope(gr, to)) { in intern_calc_route_elevated()
1914 if(!gu->get_neighbour(to,invalid_wt,r) || !check_slope(gu, to)) { in intern_calc_route_elevated()
/dports/games/simutrans/simutrans-121.0/
H A Dsimcity.cc3597 if( bauer.check_slope( bd, bd2 ) ) { in build_road()