Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c332 ICMPCONST(TYPE_OBSTACLE) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c4269 newchar->type = TYPE_OBSTACLE; in lcmHandleCommandType()
4460 newchar->hostile |= TYPE_OBSTACLE; in lcmHandleCommandHostile()
4482 newchar->candamage |= TYPE_OBSTACLE; in lcmHandleCommandCandamage()
4508 newchar->projectilehit |= TYPE_OBSTACLE; in lcmHandleCommandProjectilehit()
7244 newchar->hostile = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7248 case TYPE_OBSTACLE: in load_cached_model()
7267 newchar->candamage = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7271 case TYPE_OBSTACLE: in load_cached_model()
7278 newchar->candamage = TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7296 case TYPE_OBSTACLE: // hmm, don't really needed in load_cached_model()
[all …]
H A Dopenbor.h137 #define TYPE_OBSTACLE 8 macro
H A Dopenborscript.c5853 TYPE_OBSTACLE, in openbor_changeentityproperty()
8931 ICMPCONST(TYPE_OBSTACLE) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c4363 newchar->type = TYPE_OBSTACLE; in lcmHandleCommandType()
4555 newchar->hostile |= TYPE_OBSTACLE; in lcmHandleCommandHostile()
4577 newchar->candamage |= TYPE_OBSTACLE; in lcmHandleCommandCandamage()
4603 newchar->projectilehit |= TYPE_OBSTACLE; in lcmHandleCommandProjectilehit()
7376 newchar->hostile = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7380 case TYPE_OBSTACLE: in load_cached_model()
7399 newchar->candamage = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7403 case TYPE_OBSTACLE: in load_cached_model()
7410 newchar->candamage = TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
7428 case TYPE_OBSTACLE: // hmm, don't really needed in load_cached_model()
[all …]
H A Dopenbor.h136 #define TYPE_OBSTACLE 8 macro
H A Dopenborscript.c5680 TYPE_OBSTACLE, in openbor_changeentityproperty()
8496 ICMPCONST(TYPE_OBSTACLE)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c6446 newchar->type = TYPE_OBSTACLE; in lcmHandleCommandType()
6711 newchar->hostile |= TYPE_OBSTACLE; in lcmHandleCommandHostile()
6745 newchar->candamage |= TYPE_OBSTACLE; in lcmHandleCommandCandamage()
6784 newchar->projectilehit |= TYPE_OBSTACLE; in lcmHandleCommandProjectilehit()
9730 newchar->hostile = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
9734 case TYPE_OBSTACLE: in load_cached_model()
9754 newchar->candamage |= TYPE_OBSTACLE; in load_cached_model()
9762 case TYPE_OBSTACLE: in load_cached_model()
9769 newchar->candamage = TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
9789 case TYPE_OBSTACLE: // hmm, don't really needed in load_cached_model()
[all …]
H A Dopenbor.h136 #define TYPE_OBSTACLE 8 macro
H A Dopenborscript.c6362 TYPE_OBSTACLE, in openbor_changeentityproperty()
10186 ICMPCONST(TYPE_OBSTACLE) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c7303 newchar->type = TYPE_OBSTACLE; in lcmHandleCommandType()
7595 newchar->hostile |= TYPE_OBSTACLE; in lcmHandleCommandHostile()
7629 newchar->candamage |= TYPE_OBSTACLE; in lcmHandleCommandCandamage()
7668 newchar->projectilehit |= TYPE_OBSTACLE; in lcmHandleCommandProjectilehit()
11376 newchar->hostile = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
11380 case TYPE_OBSTACLE: in load_cached_model()
11403 newchar->candamage |= TYPE_OBSTACLE; in load_cached_model()
11411 case TYPE_OBSTACLE: in load_cached_model()
11418 newchar->candamage = TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
11441 case TYPE_OBSTACLE: // hmm, don't really needed in load_cached_model()
[all …]
H A Dopenbor.h241 TYPE_OBSTACLE = 8, enumerator
H A Dopenborscript.c8358 TYPE_OBSTACLE, in openbor_changeentityproperty()
12974 ICMPCONST(TYPE_OBSTACLE) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c7665 newchar->type = TYPE_OBSTACLE; in lcmHandleCommandType()
7935 newchar->hostile |= TYPE_OBSTACLE; in lcmHandleCommandHostile()
7969 newchar->candamage |= TYPE_OBSTACLE; in lcmHandleCommandCandamage()
8008 newchar->projectilehit |= TYPE_OBSTACLE; in lcmHandleCommandProjectilehit()
11927 newchar->hostile = TYPE_PLAYER | TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
11931 case TYPE_OBSTACLE: in load_cached_model()
11954 newchar->candamage |= TYPE_OBSTACLE; in load_cached_model()
11962 case TYPE_OBSTACLE: in load_cached_model()
11969 newchar->candamage = TYPE_ENEMY | TYPE_OBSTACLE; in load_cached_model()
11992 case TYPE_OBSTACLE: // hmm, don't really needed in load_cached_model()
[all …]
H A Dopenbor.h473 TYPE_OBSTACLE = (1 << 4), enumerator
H A Dopenborscript.c5365 TYPE_OBSTACLE, in openbor_changeentityproperty()