Home
last modified time | relevance | path

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

/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dmenu.c319 case FLAG_MOVEDOWN: in ControlMenu()
383 case FLAG_MOVEDOWN: in ControlBGM()
637 if(bothkeys & FLAG_MOVEDOWN) ++logfile[i].line; in drawLogs()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dmenu.c319 case FLAG_MOVEDOWN: in ControlMenu()
383 case FLAG_MOVEDOWN: in ControlBGM()
655 if(bothkeys & FLAG_MOVEDOWN) ++logfile[i].line; in drawLogs()
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dmenu.c322 case FLAG_MOVEDOWN: in ControlMenu()
386 case FLAG_MOVEDOWN: in ControlBGM()
671 if(bothkeys & FLAG_MOVEDOWN) ++logfile[i].line; in drawLogs()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dmenu.c420 case FLAG_MOVEDOWN: in ControlMenu()
484 case FLAG_MOVEDOWN: in ControlBGM()
780 if(bothkeys & FLAG_MOVEDOWN) ++logfile[i].line; in drawLogs()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dmenu.c420 case FLAG_MOVEDOWN: in ControlMenu()
484 case FLAG_MOVEDOWN: in ControlBGM()
780 if(bothkeys & FLAG_MOVEDOWN) ++logfile[i].line; in drawLogs()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c17643 self->lastmove = FLAG_MOVEDOWN; in player_preinput()
17880 self->lastmove = FLAG_MOVEDOWN; in player_think()
22010 if(bothnewkeys & FLAG_MOVEDOWN) in choose_difficulty()
22110 if(bothnewkeys & FLAG_MOVEDOWN){ in load_saved_game()
22160 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
22699 if(bothnewkeys & FLAG_MOVEDOWN){ in movie_options()
22770 if(bothnewkeys & FLAG_MOVEDOWN){ in input_options()
22840 if(bothnewkeys & FLAG_MOVEDOWN){ in sound_options()
22932 if(bothnewkeys & FLAG_MOVEDOWN){ in config_settings()
23017 if(bothnewkeys & FLAG_MOVEDOWN){ in cheatoptions()
[all …]
H A Dopenbor.h108 #define FLAG_MOVEDOWN 0x00000020 macro
H A Dopenborscript.c8904 ICMPCONST(FLAG_MOVEDOWN) in mapstrings_transconst()
9466 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEDOWN); in openbor_playerkeys()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c18231 static int dd[] = {FLAG_MOVEDOWN, FLAG_MOVEDOWN}; in player_think()
18354 if(pl->playkeys & FLAG_MOVEDOWN) in player_think()
18358 pl->playkeys &= ~FLAG_MOVEDOWN; in player_think()
18364 pl->playkeys -= FLAG_MOVEDOWN; in player_think()
18375 pl->playkeys -= FLAG_MOVEDOWN; in player_think()
22369 if(bothnewkeys & FLAG_MOVEDOWN) in choose_difficulty()
22466 if(bothnewkeys & FLAG_MOVEDOWN){ in load_saved_game()
22516 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
23058 if(bothnewkeys & FLAG_MOVEDOWN){ in movie_options()
23129 if(bothnewkeys & FLAG_MOVEDOWN){ in input_options()
[all …]
H A Dopenbor.h106 #define FLAG_MOVEDOWN 0x00000020 macro
115 …G_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|FLAG_MOVELEFT|…
H A Dopenborscript.c8469 ICMPCONST(FLAG_MOVEDOWN)
9033 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEDOWN); in openbor_playerkeys()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c24961 static int dd[] = {FLAG_MOVEDOWN, FLAG_MOVEDOWN}; in player_think()
25103 if(pl->playkeys & FLAG_MOVEDOWN) in player_think()
25419 if(pl->keys & FLAG_MOVEDOWN) in player_think()
29897 if(bothnewkeys & FLAG_MOVEDOWN) in choose_difficulty()
30046 if(bothnewkeys & FLAG_MOVEDOWN) in load_saved_game()
30117 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
30797 if(bothnewkeys & FLAG_MOVEDOWN) in input_options()
30893 if(bothnewkeys & FLAG_MOVEDOWN) in sound_options()
31055 if(bothnewkeys & FLAG_MOVEDOWN) in config_settings()
31188 if(bothnewkeys & FLAG_MOVEDOWN) in cheatoptions()
[all …]
H A Dopenbor.h105 #define FLAG_MOVEDOWN 0x00000020 macro
114 …G_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|FLAG_MOVELEFT|…
H A Dopenborscript.c10159 ICMPCONST(FLAG_MOVEDOWN) in mapstrings_transconst()
10685 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEDOWN); in openbor_playerkeys()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c28410 static int dd[] = {FLAG_MOVEDOWN, FLAG_MOVEDOWN}; in player_think()
28558 if(pl->playkeys & FLAG_MOVEDOWN) in player_think()
28884 if(pl->keys & FLAG_MOVEDOWN) in player_think()
33992 if(bothnewkeys & FLAG_MOVEDOWN) in menu_difficulty()
34150 if(bothnewkeys & FLAG_MOVEDOWN) in load_saved_game()
34221 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
34892 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_input()
34988 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_sound()
35151 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_config()
35517 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_system()
[all …]
H A Dopenbor.h192 FLAG_MOVEDOWN = 0x00000020, enumerator
201 …G_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|FLAG_MOVELEFT|…
H A Dopenborscript.c12947 ICMPCONST(FLAG_MOVEDOWN) in mapstrings_transconst()
13630 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEDOWN); in openbor_playerkeys()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c31260 static int dd[] = {FLAG_MOVEDOWN, FLAG_MOVEDOWN}; in player_think()
31422 if(pl->playkeys & FLAG_MOVEDOWN) in player_think()
31752 if(pl->keys & FLAG_MOVEDOWN) in player_think()
37475 if(bothnewkeys & FLAG_MOVEDOWN) in menu_difficulty()
37633 if(bothnewkeys & FLAG_MOVEDOWN) in load_saved_game()
37704 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
38563 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_sound()
38723 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_config()
39081 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_system()
39337 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_video()
[all …]
H A Dopenbor.h442 FLAG_MOVEDOWN = (1 << SDID_MOVEDOWN), enumerator
456 …G_ATTACK|FLAG_ATTACK2|FLAG_ATTACK3|FLAG_ATTACK4|FLAG_JUMP|FLAG_MOVEUP|FLAG_MOVEDOWN|FLAG_MOVELEFT|…
H A Dopenborscript.c11108 (*pretvar)->lVal = (LONG)(keys & FLAG_MOVEDOWN); in openbor_playerkeys()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c120 ICMPCONST(FLAG_MOVEDOWN) in mapstrings_transconst()