Searched refs:JP_EXITONLY (Results 1 – 13 of 13) sorted by relevance
/dports/games/naev/naev-0.7.0/src/ |
H A D | dev_system.c | 160 if (jp_isFlag( jp, JP_EXITONLY )) in dsys_saveSystem() 278 if (jp_isFlag(&s->jumps[j], JP_EXITONLY )) in dsys_saveMap()
|
H A D | space.h | 147 #define JP_EXITONLY (1<<3) /**< Jump point is exit only */ macro 152 #define jp_isUsable(j) (jp_isKnown(j) && !jp_isFlag(j,JP_EXITONLY))
|
H A D | pilot_ew.c | 256 if (jp_isFlag(jp, JP_EXITONLY)) in pilot_inRangeJump()
|
H A D | nlua_system.c | 520 if (jp_isFlag(&s->jumps[i], JP_EXITONLY )) in systemL_adjacent() 561 JP_EXITONLY))) in systemL_jumps()
|
H A D | map.c | 857 if (jp_isFlag(&jsys->jumps[k], JP_EXITONLY)) in map_renderJumps() 864 if (jp_isFlag(&sys->jumps[j], JP_EXITONLY)) in map_renderJumps() 1700 if (jp_isFlag( jp, JP_EXITONLY )) in map_getJumpPath() 1830 if (jp_isFlag(jp, JP_EXITONLY) || jp_isFlag(jp, JP_HIDDEN)) in localmap_map() 1865 if (jp_isFlag(jp, JP_EXITONLY) || jp_isFlag(jp, JP_HIDDEN)) in localmap_isMapped()
|
H A D | nlua_jump.c | 363 lua_pushboolean(L, jp_isFlag(jp, JP_EXITONLY) ); in jumpL_exitonly()
|
H A D | map_overlay.c | 221 if ((i != player.p->nav_hyperspace) && !jp_isFlag(&cur_system->jumps[i], JP_EXITONLY)) in ovr_render()
|
H A D | dev_sysedit.c | 1373 else if (jp_isFlag( j, JP_EXITONLY )) in sysedit_editJump() 1412 jp_rmFlag( j, JP_EXITONLY ); in sysedit_editJumpClose() 1415 jp_setFlag( j, JP_EXITONLY ); in sysedit_editJumpClose() 1420 jp_rmFlag( j, JP_EXITONLY ); in sysedit_editJumpClose()
|
H A D | nlua_pilot.c | 444 … && !jp_isFlag( jump_getTarget( cur_system, cur_system->jumps[i].target ), JP_EXITONLY )) { in pilotL_addFleetFrom() 500 if (!jp_isFlag( target, JP_EXITONLY ) && (ignore_rules || in pilotL_addFleetFrom() 3923 if (jp_isFlag( jp, JP_EXITONLY )) { in pilotL_hyperspace()
|
H A D | space.c | 2619 jp_setFlag(j,JP_EXITONLY); in system_parseJumpPointDiff() 2737 jp_setFlag(j,JP_EXITONLY); in system_parseJumpPoint() 3956 …led == 0 && !jp_isFlag( &sys->jumps[i], JP_HIDDEN ) && !jp_isFlag( &sys->jumps[i], JP_EXITONLY )) { in system_addPresence() 3982 …led == 0 && !jp_isFlag( &cur->jumps[i], JP_HIDDEN ) && !jp_isFlag( &cur->jumps[i], JP_EXITONLY )) { in system_addPresence()
|
H A D | ai.c | 2393 if (jp_isFlag(jiter, JP_HIDDEN) || jp_isFlag(jiter, JP_EXITONLY)) in aiL_nearhyptarget() 2439 if (jp_isFlag(jiter, JP_HIDDEN) || jp_isFlag(jiter, JP_EXITONLY)) in aiL_rndhyptarget()
|
H A D | gui.c | 661 if (!jp_isKnown( jp ) || jp_isFlag( jp, JP_EXITONLY )) in gui_renderBorder()
|
H A D | pilot.c | 2174 if (jp_isFlag( &cur_system->jumps[p->nav_hyperspace], JP_EXITONLY )) { in pilot_hyperspace()
|