Home
last modified time | relevance | path

Searched refs:gamestatusp (Results 1 – 24 of 24) sorted by relevance

/dports/games/omega/omega/
H A Dtrap.c23 if (! gamestatusp(DESTROYED_ORDER)) { in l_trap_siren()
54 if (gamestatusp(MOUNTED)) { in l_trap_dart()
74 if (gamestatusp(MOUNTED)) { in l_trap_pit()
103 if (gamestatusp(MOUNTED)) { in l_trap_door()
139 if (gamestatusp(MOUNTED)) in l_trap_snare()
156 if (gamestatusp(MOUNTED)) { in l_trap_blade()
174 if (gamestatusp(MOUNTED)) { in l_trap_fire()
208 if (gamestatusp(MOUNTED)) { in l_trap_disintegrate()
237 if (gamestatusp(MOUNTED)) { in l_trap_acid()
262 if (gamestatusp(MOUNTED)) { in l_trap_abyss()
H A Dcommand1.c21 if (! gamestatusp(SKIP_PLAYER)) { in p_process()
27 if (! gamestatusp(FAST_MOVE)) { in p_process()
39 case 11: if (gamestatusp(CHEATED)) frobgamestatus(); in p_process()
47 case 23: if (gamestatusp(CHEATED)) drawscreen(); break; /* ^w */ in p_process()
49 if (gamestatusp(CHEATED) || in p_process()
275 case 23: if (gamestatusp(CHEATED)) drawscreen(); break; /* ^w */ in p_country_process()
276 case 24: if (gamestatusp(CHEATED) || in p_country_process()
H A Dsite2.c15 if (! gamestatusp(SOLD_CONDO)) { in l_condo()
231 else if (gamestatusp(DESTROYED_ORDER)) in send_to_jail()
248 if (gamestatusp(UNDEAD_GUARDS)) { in send_to_jail()
333 if (! gamestatusp(ATTACKED_ORACLE)) { in l_adept()
760 if (gamestatusp(SOLD_CONDO))
810 if (gamestatusp(ATTACKED_ORACLE) && (! gamestatusp(COMPLETED_ASTRAL))) { in l_oracle()
840 if (!gamestatusp(SPOKE_TO_DRUID)) { in l_oracle()
843 else if (!gamestatusp(COMPLETED_CAVES)) { in l_oracle()
846 else if (!gamestatusp(COMPLETED_SEWERS)) { in l_oracle()
849 else if (!gamestatusp(COMPLETED_CASTLE)) { in l_oracle()
[all …]
H A Daux1.c161 if (!gamestatusp(FAST_MOVE)) print3("Ouch!");
165 if (! gamestatusp(FAST_MOVE)) {
176 (gamestatusp(FAST_MOVE) &&
201 if (gamestatusp(MOUNTED)) {
212 return(!gamestatusp(SKIP_MONSTERS));
309 if (gamestatusp(MOUNTED)) { in calc_melee()
405 if (! gamestatusp(KILLED_LAWBRINGER))
503 if (gamestatusp(FAST_MOVE)) {
652 if (gamestatusp(MOUNTED)) in describe_player()
730 if (gamestatusp(FAST_MOVE)) { in foodcheck()
[all …]
H A Dcommand2.c169 if (!gamestatusp(FAST_MOVE)) {
527 if (gamestatusp(MOUNTED)) in upstairs()
552 if (gamestatusp(MOUNTED)) in downstairs()
943 if (gamestatusp(ARENA_MODE)) {
1075 if (gamestatusp(MOUNTED)) {
1108 if (gamestatusp(FAST_MOVE))
1119 else if (gamestatusp(FAST_MOVE)) {
1134 if (gamestatusp(MOUNTED)) {
1161 if (gamestatusp(LOST)) {
1192 if (gamestatusp(LOST) && (Precipitation < 1) &&
[all …]
H A Dutil.c460 if (gamestatusp(SPOKE_TO_DRUID)) points += 50; in calc_points()
461 if (gamestatusp(COMPLETED_CAVES)) points += 100; in calc_points()
462 if (gamestatusp(COMPLETED_SEWERS)) points += 200; in calc_points()
463 if (gamestatusp(COMPLETED_CASTLE)) points += 300; in calc_points()
464 if (gamestatusp(COMPLETED_ASTRAL)) points += 400; in calc_points()
465 if (gamestatusp(COMPLETED_VOLCANO)) points += 500; in calc_points()
466 if (gamestatusp(KILLED_DRAGONLORD)) points += 100; in calc_points()
467 if (gamestatusp(KILLED_EATER)) points += 100; in calc_points()
468 if (gamestatusp(KILLED_LAWBRINGER)) points += 100; in calc_points()
H A Dtime.c30 if (! gamestatusp(SKIP_PLAYER))
35 } while (gamestatusp(SKIP_MONSTERS) &&
H A Daux3.c274 if (gamestatusp(MOUNTED)) { in outdoors_random_event()
325 if (gamestatusp(LOST)) { in outdoors_random_event()
343 if (! gamestatusp(MOUNTED)) { in outdoors_random_event()
429 else if (gamestatusp(MOUNTED)) {
624 if (gamestatusp(LOST)) {
631 if (gamestatusp(LOST)) {
1095 !gamestatusp(DESTROYED_ORDER)) { in alert_guards()
1096 suppress = gamestatusp(SUPPRESS_PRINTING); in alert_guards()
1102 if (! gamestatusp(KILLED_LAWBRINGER)) { in alert_guards()
H A Dmove.c12 if (! gamestatusp(MOUNTED)) { in l_water()
44 if (gamestatusp(MOUNTED)) { in l_chaos()
120 if (gamestatusp(MOUNTED)) { in l_lava()
141 if (gamestatusp(MOUNTED)) { in l_fire()
282 if (gamestatusp(MOUNTED)) { in l_magic_pool()
735 else if (! gamestatusp(PREPARED_VOID)){ in l_void_station()
969 if (! gamestatusp(COMPLETED_CASTLE)) { in l_enter_court()
970 if (! gamestatusp(ATTACKED_ORACLE)) { in l_enter_court()
H A Daux2.c457 if (gamestatusp(SUPPRESS_PRINTING)) in gain_level()
932 load_dlair(gamestatusp(KILLED_DRAGONLORD), TRUE);
941 load_speak(gamestatusp(KILLED_LAWBRINGER), TRUE);
950 load_misle(gamestatusp(KILLED_EATER), TRUE);
1048 if (gamestatusp(MOUNTED)) {
1071 if (gamestatusp(MOUNTED)) {
1094 if (gamestatusp(MOUNTED)) {
1115 if (gamestatusp(MOUNTED)) {
1137 if (gamestatusp(MOUNTED)) {
H A Deffect1.c591 if (gamestatusp(CHEATED))
629 annihilate(gamestatusp(CHEATED));
631 acquire(gamestatusp(CHEATED));
633 summon(gamestatusp(CHEATED),-1);
634 else if (strcmp(wishstr,"Stats") == 0 && gamestatusp(CHEATED))
669 if (gamestatusp(CHEATED))
764 if (gamestatusp(CHEATED))
H A Dscr.c243 if (! gamestatusp(SUPPRESS_PRINTING)) {
255 if (! gamestatusp(SUPPRESS_PRINTING)) {
270 if (! gamestatusp(SUPPRESS_PRINTING)) {
282 if (! gamestatusp(SUPPRESS_PRINTING)) {
298 if (! gamestatusp(SUPPRESS_PRINTING)) {
310 if (! gamestatusp(SUPPRESS_PRINTING)) {
326 if (! gamestatusp(SUPPRESS_PRINTING)) {
529 if ((! gamestatusp(FAST_MOVE)) || (! optionp(JUMPMOVE)))
844 if (gamestatusp(SUPPRESS_PRINTING)) in morewait()
1305 if (gamestatusp(MOUNTED)) wprintw(Flagw,"Mounted\n"); in showflags()
H A Dmovef.c49 gamestatusp(MOUNTED) ||
324 if (gamestatusp(SOLD_CONDO))
H A Dfile.c286 if (gamestatusp(CHEATED))
378 if (!gamestatusp(CHEATED)) {
417 if ((Player.level > 0) && (! gamestatusp(CHEATED))) {
H A Dgen2.c318 if (Level->depth == VOLCANOLEVELS && !gamestatusp(COMPLETED_VOLCANO)) { in room_level()
424 if (! gamestatusp(COMPLETED_ASTRAL)) { in maze_level()
436 if (Level->depth == VOLCANOLEVELS && !gamestatusp(COMPLETED_VOLCANO)) { in maze_level()
H A Deffect3.c585 !gamestatusp(CHEATED))
617 if (gamestatusp(CHEATED))
693 if (gamestatusp(CHEATED)) {
700 if (gamestatusp(LOST)) {
736 if (gamestatusp(MOUNTED))
H A Dmon.c264 if (! gamestatusp(DESTROYED_ORDER)) {
322 if (! gamestatusp(ATTACKED_ORACLE)) {
329 if (! gamestatusp(ATTACKED_ORACLE)) {
346 if (! gamestatusp(ATTACKED_ORACLE)) {
354 if (! gamestatusp(ATTACKED_ORACLE)) {
H A Dcommand3.c337 if (gamestatusp(FAST_MOVE)) { in nap()
510 if (gamestatusp(CHEATED)) mprint("You're already in wizard mode!"); in wizard()
1018 if (! gamestatusp(MOUNTED)) in dismount_steed()
H A Dmtalk.c17 if (! gamestatusp(SPOKE_TO_DRUID)) {
583 else if (gamestatusp(MOUNTED))
H A Dsave.c818 load_dlair(gamestatusp(KILLED_DRAGONLORD), FALSE);
821 load_speak(gamestatusp(KILLED_LAWBRINGER), FALSE);
824 load_misle(gamestatusp(KILLED_EATER), FALSE);
H A Dguild2.c639 gamestatusp(GAVE_STARGEM) && in l_order()
714 if (!gamestatusp(MOUNTED)) { in l_order()
H A Dgen1.c421 if ((Level->depth == CAVELEVELS) && (! gamestatusp(COMPLETED_CAVES))) { in cavern_level()
484 if ((Level->depth == SEWERLEVELS) && (! gamestatusp(COMPLETED_SEWERS))) { in sewer_level()
H A Dsite1.c20 if (gamestatusp(BANK_BROKEN)) in l_bank()
239 if (! gamestatusp(CLUB_MEMBER)) { in l_club()
H A Ddefs.h1580 #define gamestatusp(flag) ((GameStatus&(flag))?1:0) macro