Searched refs:source_hex (Results 1 – 4 of 4) sorted by relevance
71 for source_hex in file_source:72 opencl_source_map += source_hex
70 virtual bool calculate_new_route(const map_location& source_hex, const map_location& dest_hex);
840 map_location source_hex; in save_temp_attack() local851 source_hex = route_->steps.front(); in save_temp_attack()859 source_hex = attacker_loc; in save_temp_attack()865 unit* attacking_unit = future_visible_unit(source_hex); in save_temp_attack()
322 bool move::calculate_new_route(const map_location& source_hex, const map_location& dest_hex) in calculate_new_route() argument328 new_plain_route = pathfind::a_star_search(source_hex, in calculate_new_route()