Home
last modified time | relevance | path

Searched refs:winds_defined (Results 1 – 14 of 14) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dinit.c1641 if (!winds_defined()) { in make_weather()
1864 if (winds_defined()) in init_view_cell()
H A Dworld.h862 #define winds_defined() (area.winds != NULL) macro
H A Dside.h964 ((s)->windview ? aref((s)->windview, x, y) : (winds_defined() ? raw_wind_at(x, y) : CALM))
H A Dworld.c258 if (any_wind_variation_in_layer && !winds_defined()) { in final_init_world()
482 if (!winds_defined()) { in allocate_area_winds()
H A Drun2.c1344 if (winds_defined() /* and wind affects clouds */) { in run_environment()
1537 if (winds_defined()) { in all_see_cell_weather()
H A Dmove.c634 if (winds_defined() && u_speed_wind_effect(u) != lispnil) { in unit_speed()
H A Dside.c3450 if (temperatures_defined() || clouds_defined() || winds_defined()) { in see_cell()
3805 if (winds_defined()) { in see_weather()
H A Dwrite.c1253 if (winds_defined()) { in write_area_winds()
H A Dnlang.c1990 if (winds_defined()) { in location_desc()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkinit.c1117 winds_defined(), in update_view_controls_info()
H A Dtkmap.c1559 if (winds_defined() && mapw->vp->draw_winds && mapw->vp->hw > 10) { in draw_row()
2440 rawwind = (winds_defined() ? raw_wind_at(x, y0) : CALM); in draw_winds_row()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc1209 if (winds_defined() && map->vp->draw_winds && map->vp->hw > 10) { in draw_row()
1307 rawwind = (winds_defined() ? raw_wind_at(x, y0) : CALM); in draw_winds_row()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c524 if (winds_defined() && map->vp->draw_winds && map->vp->hw > 10) { in draw_row()
H A Dxmap.c2665 winds_defined(), map->vp->draw_winds); in update_controls()