Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dnearby-danger.h110 int compass_idx[8]; member
115 iota(begin(compass_idx), end(compass_idx), 0); in simple_connect()
121 shuffle_array(compass_idx, connect); in operator()
126 temp.pos = node.pos + Compass[compass_idx[i]]; in operator()
H A Dmon-death.cc993 int compass_idx[] = {0, 2, 4, 6, 1, 3, 5, 7}; in _search_dungeon() local
1009 shuffle_array(compass_idx, connect_mode); in _search_dungeon()
1013 coord_def adjacent = current->pos + Compass[compass_idx[i]]; in _search_dungeon()
H A Ddirectn.cc1737 const int compass_idx = _targeting_cmd_to_compass(key_command); in handle_movement_key() local
1738 if (compass_idx != -1) in handle_movement_key()
1740 const coord_def& delta = Compass[compass_idx]; in handle_movement_key()