Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/common/
H A Dcommon.lua10 DIR_NORTHEAST = 4
78 if dir == DIR_NORTHEAST then return "northeast" end
93 [DIR_NORTHEAST] = DIR_SOUTHWEST,
97 [DIR_SOUTHWEST] = DIR_NORTHEAST,
107 [DIR_NORTHEAST] = {["x"]=1, ["y"]=-1},
/dports/graphics/dia/dia-0.97.3/lib/
H A Dconnectionpoint.h39 DIR_NORTHEAST = (DIR_NORTH|DIR_EAST), enumerator
H A Dpolyshape.c258 case DIR_NORTHEAST: return DIR_NORTH; in first_direction()
271 case DIR_NORTHEAST: return DIR_EAST; in last_direction()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/pathfinding/
H A DRoutingLump.h16 …DIR_WEST, DIR_NORTHWEST, DIR_NORTH, DIR_NORTHEAST, DIR_EAST, DIR_SOUTHEAST, DIR_SOUTH, DIR_SOUTHWE… enumerator
H A DRoutingLumpLoader.cpp92 case DIR_NORTHEAST: in evaluateConnectionState()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/md/
H A Dactor.lua681 direction = x_direction == DIR_EAST and DIR_NORTHEAST or DIR_NORTHWEST
689 direction = y_direction == DIR_NORTH and DIR_NORTHEAST or DIR_SOUTHEAST
/dports/graphics/dia/dia-0.97.3/objects/ER/
H A Dentity.c342 DIR_NORTHEAST); in entity_update_data()
H A Dattribute.c360 DIR_NORTHEAST); in attribute_update_data()
H A Drelationship.c378 DIR_NORTHEAST); in relationship_update_data()
/dports/graphics/dia/dia-0.97.3/objects/flowchart/
H A Dparallelogram.c473 DIR_NORTHEAST); in pgram_update_data()
H A Dbox.c515 DIR_NORTHEAST); in box_update_data()
/dports/graphics/dia/dia-0.97.3/objects/FS/
H A Dfunction.c393 DIR_NORTHEAST); in function_update_data()
/dports/graphics/dia/dia-0.97.3/objects/Database/
H A Dtable.c1224 DIR_NORTHEAST); in table_update_positions()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/u6/
H A Dactor.lua288 direction = x_direction == DIR_EAST and DIR_NORTHEAST or DIR_NORTHWEST
296 direction = y_direction == DIR_NORTH and DIR_NORTHEAST or DIR_SOUTHEAST
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsclibrar.cpp1987 DIR_NORTHEAST = 8, DIR_SOUTHEAST = 9, DIR_SOUTHWEST = 10, DIR_NORTHWEST = 11 enumerator
2154 return lib_go(game, DIR_NORTHEAST); in lib_cmd_go_northeast()
/dports/games/scare/scare-1.3.10/source/
H A Dsclibrar.c2218 DIR_NORTHEAST = 8, DIR_SOUTHEAST = 9, DIR_SOUTHWEST = 10, DIR_NORTHWEST = 11 enumerator
2418 return lib_go (game, DIR_NORTHEAST); in lib_cmd_go_northeast()