Home
last modified time | relevance | path

Searched refs:unlockables (Results 1 – 12 of 12) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cond.c38 unlockable_t unlockables[MAXUNLOCKABLES]; variable
88 unlockables[i].unlocked = false; in M_ClearSecrets()
228 if (unlockables[i].unlocked || !unlockables[i].conditionset) in M_UpdateUnlockablesAndExtraEmblems()
230 if ((unlockables[i].unlocked = M_Achieved(unlockables[i].conditionset - 1)) != false) in M_UpdateUnlockablesAndExtraEmblems()
232 if (unlockables[i].nocecho) in M_UpdateUnlockablesAndExtraEmblems()
234 strcat(cechoText, va(M_GetText("\"%s\" unlocked!\\"), unlockables[i].name)); in M_UpdateUnlockablesAndExtraEmblems()
283 if (unlockables[i].unlocked || !unlockables[i].conditionset) in M_SilentUpdateUnlockablesAndEmblems()
285 unlockables[i].unlocked = M_Achieved(unlockables[i].conditionset - 1); in M_SilentUpdateUnlockablesAndEmblems()
381 if (!unlockables[i].nocecho && unlockables[i].unlocked) in M_AnySecretUnlocked()
392 if (unlockables[i].type == type && unlockables[i].unlocked) in M_SecretUnlocked()
[all …]
H A Ddeh_soc.c3146 unlockables[num].objective[0] = '/'; in readunlockable()
3180 deh_strlcpy(unlockables[num].name, word2, in readunlockable()
3189 unlockables[num].height = (UINT16)i; in readunlockable()
3191 unlockables[num].conditionset = (UINT8)i; in readunlockable()
3201 unlockables[num].type = SECRET_NONE; in readunlockable()
3207 unlockables[num].type = SECRET_PANDORA; in readunlockable()
3209 unlockables[num].type = SECRET_CREDITS; in readunlockable()
3215 unlockables[num].type = SECRET_HEADER; in readunlockable()
3219 unlockables[num].type = SECRET_WARP; in readunlockable()
3223 unlockables[num].type = (INT16)i; in readunlockable()
[all …]
H A Dm_menu.c7036 …if (!unlockables[j].unlocked && unlockables[j].showconditionset && !M_Achieved(unlockables[j].show…
7038 if (unlockables[j].conditionset == unlockables[check_on].conditionset)
7061 …if (!unlockables[j].unlocked && unlockables[j].showconditionset && !M_Achieved(unlockables[j].show…
7063 if (j && unlockables[j].conditionset == unlockables[j-1].conditionset)
7100 || !unlockables[i].conditionset || unlockables[i].conditionset > MAXCONDITIONSETS
7101 …|| (!unlockables[i].unlocked && unlockables[i].showconditionset && !M_Achieved(unlockables[i].show…
7107unlockables[i].unlocked) ? V_GREENMAP : V_TRANSLUCENT)|V_ALLOWLOWERCASE, ((unlockables[i].unlocked…
7112 || !unlockables[j].conditionset || unlockables[j].conditionset > MAXCONDITIONSETS))
7115 if ((j != MAXUNLOCKABLES) && (unlockables[i].conditionset == unlockables[j].conditionset))
7948 if (!unlockables[j].height || done[j] || unlockables[j].type < 0)
[all …]
H A Dm_cond.h146 extern unlockable_t unlockables[MAXUNLOCKABLES];
H A Ddehacked.c565 memset(&unlockables, 0, sizeof(unlockables)); in DEH_LoadDehackedFile()
H A Dm_cheat.c85 unlockables[31].unlocked = true; // credits in cheatf_warp()
86 unlockables[30].unlocked = true; // sound test in cheatf_warp()
87 unlockables[28].unlocked = true; // level select in cheatf_warp()
111 unlockables[i].unlocked = true; in cheatf_devmode()
H A Dr_skins.c184 if (skins[s].availability && unlockables[skins[s].availability - 1].unlocked) in R_GetSkinAvailabilities()
196 …ernum != -1) ? (players[playernum].availabilities & (1 << skinnum)) : (unlockables[skins[skinnum].… in R_SkinUsable()
H A Df_finale.c1607 if (unlockables[i].conditionset && unlockables[i].conditionset < MAXCONDITIONSETS in F_GameEvaluationDrawer()
1608 && unlockables[i].type && !unlockables[i].nocecho) in F_GameEvaluationDrawer()
1610 if (unlockables[i].unlocked) in F_GameEvaluationDrawer()
1611 V_DrawString(8, startcoord, 0, unlockables[i].name); in F_GameEvaluationDrawer()
H A Dg_game.c4240 unlockables[j+i].unlocked = ((rtemp >> j) & 1); in G_LoadGameData()
4379 btemp |= (unlockables[j+i].unlocked << j); in G_SaveGameData()
H A Dp_setup.c3901 if (!unlockables[27].unlocked) // pandora's box in P_WriteLetter()
H A Dp_spec.c1755 else if (!(unlockables[unlockid-1].unlocked)) in P_RunTriggerLinedef()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/spells/
H A Dfourth_circle.uc263 var unlockables = [SHAPE_DOOR_HORIZONTAL, SHAPE_DOOR_VERTICAL,
269 if (target_shape in unlockables)