Home
last modified time | relevance | path

Searched refs:Cheat (Results 26 – 50 of 1527) sorted by relevance

12345678910>>...62

/dports/games/avp/avp-20170505/src/avp/win95/gadgets/
H A Dconsvar.hpp53 OurBool Cheat = FALSE
62 OurBool Cheat = FALSE
90 OurBool Cheat = FALSE
/dports/emulators/stella/stella-6.6/src/cheat/
H A DCheatManager.hxx23 class Cheat;
28 using CheatList = vector<shared_ptr<Cheat>>;
135 shared_ptr<Cheat> createCheat(const string& name, const string& code) const;
H A DCheatManager.cxx39 shared_ptr<Cheat> cheat = createCheat(name, code); in add()
85 shared_ptr<Cheat> cheat; in addPerFrame()
123 shared_ptr<Cheat> cheat = createCheat(name, code); in addOneShot()
129 shared_ptr<Cheat> CheatManager::createCheat(const string& name, const string& code) const in createCheat()
/dports/games/euchre/euchre-0.8/src/lib/
H A DOptions.hpp51 enum Cheat { enum in Options
82 Cheat getCheat() { return (Cheat) itsCheat; } in getCheat()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dcheat.h38 class Cheat : public Game_singletons {
40 Cheat();
41 ~Cheat();
222 extern Cheat cheat;
H A Dmouse.cc254 case Cheat::move: in set_speed_cursor()
257 case Cheat::paint: in set_speed_cursor()
260 case Cheat::paint_chunks: in set_speed_cursor()
263 case Cheat::combo_pick: in set_speed_cursor()
266 case Cheat::select_chunks: in set_speed_cursor()
/dports/emulators/mednafen/mednafen/src/snes/src/cheat/
H A Dcheat-inline.hpp1 bool Cheat::active() const { return system_enabled; } in active()
2 bool Cheat::exists(unsigned addr) const { return bitmask[addr >> 3] & 1 << (addr & 7); } in exists()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/cheat/
H A Dcheat-inline.hpp1 bool Cheat::active() const { return cheat_enabled; } in active()
2 bool Cheat::exists(unsigned addr) const { return bitmask[addr >> 3] & 1 << (addr & 7); } in exists()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-cheat.cpp216 extern SCheatData Cheat;
260 for (unsigned int i = 0; i < Cheat.num_cheats; i++) in ImportCheatItems()
263 citem[i].enabled = Cheat.c[i].enabled; in ImportCheatItems()
264 citem[i].address = Cheat.c[i].address; in ImportCheatItems()
265 citem[i].value = Cheat.c[i].byte; in ImportCheatItems()
266 strcpy(citem[i].description, Cheat.c[i].name); in ImportCheatItems()
278 strcpy(Cheat.c[Cheat.num_cheats].name, citem[i].description); in DetachCheatItems()
/dports/lang/perl5.30/perl-5.30.3/cpan/Time-Local/lib/Time/
H A DLocal.pm26 my ( %Options, %Cheat );
77 %Cheat = (); # clear the cache as epoc has changed
84 $Cheat{ pack( 'ss', @_[ 4, 5 ] ) } ||= do {
/dports/lang/perl5.32/perl-5.32.1/cpan/Time-Local/lib/Time/
H A DLocal.pm26 my ( %Options, %Cheat );
77 %Cheat = (); # clear the cache as epoc has changed
84 $Cheat{ pack( 'ss', @_[ 4, 5 ] ) } ||= do {
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Resources/en.lproj/
H A DInfoPlist.strings11 "Playstation Cheat" = "PCSXR Cheat Codes";
/dports/lang/perl5.34/perl-5.34.0/cpan/Time-Local/lib/Time/
H A DLocal.pm32 my ( %Options, %Cheat );
83 %Cheat = (); # clear the cache as epoc has changed
90 $Cheat{ pack( 'ss', @_[ 4, 5 ] ) } ||= do {
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-718.0.0/src/
H A Dlib.rs75 Cheat, enumerator
94 (_, true) => UnstableFeatures::Cheat, in from_environment()
102 UnstableFeatures::Allow | UnstableFeatures::Cheat => true, in is_nightly_build()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_feature-722.0.0/src/
H A Dlib.rs75 Cheat, enumerator
94 (_, true) => UnstableFeatures::Cheat, in from_environment()
102 UnstableFeatures::Allow | UnstableFeatures::Cheat => true, in is_nightly_build()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_feature/src/
H A Dlib.rs75 Cheat, enumerator
94 (_, true) => UnstableFeatures::Cheat, in from_environment()
102 UnstableFeatures::Allow | UnstableFeatures::Cheat => true, in is_nightly_build()
/dports/devel/p5-Time-Local/Time-Local-1.30/lib/Time/
H A DLocal.pm32 my ( %Options, %Cheat );
83 %Cheat = (); # clear the cache as epoc has changed
90 $Cheat{ pack( 'ss', @_[ 4, 5 ] ) } ||= do {
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_feature/src/
H A Dlib.rs75 Cheat, enumerator
94 (_, true) => UnstableFeatures::Cheat, in from_environment()
102 UnstableFeatures::Allow | UnstableFeatures::Cheat => true, in is_nightly_build()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Time-Local/lib/Time/
H A DLocal.pm32 my ( %Options, %Cheat );
83 %Cheat = (); # clear the cache as epoc has changed
90 $Cheat{ pack( 'ss', @_[ 4, 5 ] ) } ||= do {
/dports/games/libretro-yabause/yabause-ea5b118/yabause/l10n/
H A Dyabause_zh_TW.yts9 "&Cheat List","&Cheat List"
57 "Add Cheat","Add Cheat"
89 "Cheat &Search...","Cheat &Search..."
90 "Cheat Search","Cheat Search"
91 "Cheat Type","Cheat Type"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Yabause Cheat Files (*.yct);;All Files (*)"
H A Dyabause_fr.yts9 "&Cheat List","Liste de &Cheat"
57 "Add Cheat","Ajouter un Cheat"
90 "Cheat &Search...","&Rechercher un Cheat..."
91 "Cheat Search","Rechercher un Cheat"
92 "Cheat Type","Type de Cheat"
98 "Choose a cheat file to open","Choisir un fichier de Cheat à ouvrir"
99 "Choose a cheat file to save to","Choisir un fichier de Cheat à enregistrer"
293 "Search/Add Cheats","Rechercher/Ajouter un Cheat"
367 "Yabause Cheat Files (*.yct);;All Files (*)","Fichiers de Cheat Yabause (*ycf);;Tous les Fichiers …
H A Dyabause_ar.yts9 "&Cheat List","&Cheat List"
57 "Add Cheat","Add Cheat"
89 "Cheat &Search...","Cheat &Search..."
90 "Cheat Search","Cheat Search"
91 "Cheat Type","Cheat Type"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Yabause Cheat Files (*.yct);;All Files (*)"
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/
H A DMessages.properties28 CHEAT_SHEET_SELECTION_DIALOG_TITLE = Cheat Sheet Selection
73 CHEATSHEET_STATE_RESTORE_FAIL_TITLE = Restore Cheat Sheet State
102 ERROR_TITLE = Cheat Sheet Error
108 ERROR_OPENING_FILE_IN_PARSER = Cheat sheet content file ''{0}'' not found.
109 ERROR_SAX_PARSING = Cheat sheet content file ''{0}'' could not be parsed.
110 ERROR_SAX_PARSING_WITH_LOCATION = Cheat sheet content file ''{0}'' could not be parsed, error at li…
153 SELECTION_DIALOG_FILEPICKER_TITLE = Select Cheat Sheet Content File
200 COMPOSITE_RESTART_DIALOG_TITLE = Restart Composite Cheat Sheet
/dports/games/ivan/ivan-059/Main/Source/
H A Dwsquare.cpp119 void wsquare::UpdateMemorizedDescription(truth Cheat) in UpdateMemorizedDescription() argument
121 if(Flags & DESCRIPTION_CHANGE || Cheat) in UpdateMemorizedDescription()
134 if(Cheat) in UpdateMemorizedDescription()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/
H A Dplugin.properties18 content-type.name.simpleCS = Simple Cheat Sheet File
19 content-type.name.compCS = Composite Cheat Sheet File

12345678910>>...62