Home
last modified time | relevance | path

Searched refs:FLAG_MOVEUP (Results 1 – 21 of 21) sorted by relevance

/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dmenu.c309 case FLAG_MOVEUP: in ControlMenu()
373 case FLAG_MOVEUP: in ControlBGM()
636 if(bothkeys & FLAG_MOVEUP) --logfile[i].line; in drawLogs()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dmenu.c309 case FLAG_MOVEUP: in ControlMenu()
373 case FLAG_MOVEUP: in ControlBGM()
654 if(bothkeys & FLAG_MOVEUP) --logfile[i].line; in drawLogs()
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dmenu.c312 case FLAG_MOVEUP: in ControlMenu()
376 case FLAG_MOVEUP: in ControlBGM()
670 if(bothkeys & FLAG_MOVEUP) --logfile[i].line; in drawLogs()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dmenu.c410 case FLAG_MOVEUP: in ControlMenu()
474 case FLAG_MOVEUP: in ControlBGM()
779 if(bothkeys & FLAG_MOVEUP) --logfile[i].line; in drawLogs()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dmenu.c410 case FLAG_MOVEUP: in ControlMenu()
474 case FLAG_MOVEUP: in ControlBGM()
779 if(bothkeys & FLAG_MOVEUP) --logfile[i].line; in drawLogs()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c17631 self->lastmove = FLAG_MOVEUP; in player_preinput()
17851 self->lastmove = FLAG_MOVEUP; in player_think()
22005 if(bothnewkeys & FLAG_MOVEUP) in choose_difficulty()
22106 if(bothnewkeys & FLAG_MOVEUP){ in load_saved_game()
22155 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
22695 if(bothnewkeys & FLAG_MOVEUP){ in movie_options()
22766 if(bothnewkeys & FLAG_MOVEUP){ in input_options()
22835 if(bothnewkeys & FLAG_MOVEUP){ in sound_options()
22927 if(bothnewkeys & FLAG_MOVEUP){ in config_settings()
23012 if(bothnewkeys & FLAG_MOVEUP){ in cheatoptions()
[all …]
H A Dopenbor.h107 #define FLAG_MOVEUP 0x00000010 macro
H A Dopenborscript.c8903 ICMPCONST(FLAG_MOVEUP) in mapstrings_transconst()
9463 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEUP); in openbor_playerkeys()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c18230 static int uu[] = {FLAG_MOVEUP, FLAG_MOVEUP}; in player_think()
18322 if(pl->playkeys & FLAG_MOVEUP) in player_think()
18326 pl->playkeys &= ~FLAG_MOVEUP; in player_think()
18332 pl->playkeys -= FLAG_MOVEUP; in player_think()
18343 pl->playkeys -= FLAG_MOVEUP; in player_think()
18671 if(pl->keys & FLAG_MOVEUP) in player_think()
22364 if(bothnewkeys & FLAG_MOVEUP) in choose_difficulty()
22462 if(bothnewkeys & FLAG_MOVEUP){ in load_saved_game()
22511 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
23054 if(bothnewkeys & FLAG_MOVEUP){ in movie_options()
[all …]
H A Dopenbor.h105 #define FLAG_MOVEUP 0x00000010 macro
115 …G_SPECIAL|FLAG_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|F…
H A Dopenborscript.c8468 ICMPCONST(FLAG_MOVEUP)
9030 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEUP); in openbor_playerkeys()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c24960 static int uu[] = {FLAG_MOVEUP, FLAG_MOVEUP}; in player_think()
25067 if(pl->playkeys & FLAG_MOVEUP) in player_think()
25415 if(pl->keys & FLAG_MOVEUP) in player_think()
25489 if(pl->keys & FLAG_MOVEUP) in player_think()
29889 if(bothnewkeys & FLAG_MOVEUP) in choose_difficulty()
30041 if(bothnewkeys & FLAG_MOVEUP) in load_saved_game()
30109 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
30789 if(bothnewkeys & FLAG_MOVEUP) in input_options()
30884 if(bothnewkeys & FLAG_MOVEUP) in sound_options()
31046 if(bothnewkeys & FLAG_MOVEUP) in config_settings()
[all …]
H A Dopenbor.h104 #define FLAG_MOVEUP 0x00000010 macro
114 …G_SPECIAL|FLAG_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|F…
H A Dopenborscript.c10158 ICMPCONST(FLAG_MOVEUP) in mapstrings_transconst()
10682 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEUP); in openbor_playerkeys()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c28409 static int uu[] = {FLAG_MOVEUP, FLAG_MOVEUP}; in player_think()
28522 if(pl->playkeys & FLAG_MOVEUP) in player_think()
28880 if(pl->keys & FLAG_MOVEUP) in player_think()
28954 if(pl->keys & FLAG_MOVEUP) in player_think()
33984 if(bothnewkeys & FLAG_MOVEUP) in menu_difficulty()
34145 if(bothnewkeys & FLAG_MOVEUP) in load_saved_game()
34213 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
34884 if(bothnewkeys & FLAG_MOVEUP) in menu_options_input()
34979 if(bothnewkeys & FLAG_MOVEUP) in menu_options_sound()
35142 if(bothnewkeys & FLAG_MOVEUP) in menu_options_config()
[all …]
H A Dopenbor.h191 FLAG_MOVEUP = 0x00000010, enumerator
201 …G_SPECIAL|FLAG_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|F…
H A Dopenborscript.c12946 ICMPCONST(FLAG_MOVEUP) in mapstrings_transconst()
13627 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEUP); in openbor_playerkeys()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c31259 static int uu[] = {FLAG_MOVEUP, FLAG_MOVEUP}; in player_think()
31386 if(pl->playkeys & FLAG_MOVEUP) in player_think()
31748 if(pl->keys & FLAG_MOVEUP) in player_think()
31822 if(pl->keys & FLAG_MOVEUP) in player_think()
37467 if(bothnewkeys & FLAG_MOVEUP) in menu_difficulty()
37628 if(bothnewkeys & FLAG_MOVEUP) in load_saved_game()
37696 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
38554 if(bothnewkeys & FLAG_MOVEUP) in menu_options_sound()
38714 if(bothnewkeys & FLAG_MOVEUP) in menu_options_config()
39076 if(bothnewkeys & FLAG_MOVEUP) in menu_options_system()
[all …]
H A Dopenbor.h441 FLAG_MOVEUP = (1 << SDID_MOVEUP), enumerator
456 …G_SPECIAL|FLAG_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|F…
H A Dopenborscript.c11105 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEUP); in openbor_playerkeys()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c119 ICMPCONST(FLAG_MOVEUP) in mapstrings_transconst()