Home
last modified time | relevance | path

Searched refs:cfestring (Results 1 – 25 of 73) sorted by relevance

123

/dports/games/ivan/ivan-059/FeLib/Include/
H A Dfestring.h47 festring(cfestring&);
62 festring& operator=(cfestring&);
65 festring& operator<<(cfestring&);
72 bool operator<(cfestring&) const;
73 truth operator==(cfestring&) const;
74 truth operator!=(cfestring&) const;
77 int Compare(cfestring&) const;
114 static bool IgnoreCaseCompare(cfestring&, cfestring&);
131 festring& Append(cfestring&);
160 inline festringpile operator+(cfestring& S, cfestring& What)
[all …]
H A Dfeio.h29 …static festring ContinueMenu(col16, col16, cfestring&, const int iSaveFileVersion, bool bAllowImpo…
33 static int StringQuestion(festring&, cfestring&, v2, col16,
36 static long NumberQuestion(cfestring&, v2, col16,
38 static long ScrollBarQuestion(cfestring&, v2, long, long, long,
41 static int Menu(std::vector<bitmap*> vBackGround, v2, cfestring&,
42 cfestring&, col16,
43 cfestring& = CONST_S(""),
44 cfestring& = CONST_S(""),
46 static void TextScreen(cfestring&, v2 Disp = ZERO_V2,
H A Dhscore.h34 highscore(cfestring&);
35 truth Add(long, cfestring&);
37 void Save(cfestring& = CONST_S("")) const;
38 void Load(cfestring& = CONST_S(""));
42 int Find(long, cfestring&, time_t, long);
43 cfestring& GetEntry(int) const;
50 truth Add(long, cfestring&, time_t, long);
57 cfestring DefaultFile;
H A Dconfig.h43 static void NormalStringChanger(stringoption*, cfestring&);
47 static void SetConfigFileName(cfestring& What) in SetConfigFileName()
74 stringoption(cchar*, cchar*, cchar*, cfestring&,
79 void (*)(stringoption*, cfestring&)
86 void ChangeValue(cfestring& What) { ValueChanger(this, What); } in ChangeValue()
90 void (*ValueChanger)(stringoption*, cfestring&);
H A Dfelist.h39 felist(cfestring&, col16 = WHITE, uint = 0);
41 void AddEntry(cfestring&, col16, uint = 0,
43 void SetLastEntryHelp(cfestring Help);
44 void AddDescription(cfestring&, col16 = WHITE);
70 void PrintToFile(cfestring&);
H A Dspecialkeys.h39 static cfestring FilterListQuestion(cfestring What);
H A Dfebot.h38 wordchain(const wordchain*, cfestring&);
44 wordchain* CreateWordChain(const wordchain*, cfestring&);
H A Dsave.h46 outputfile(cfestring&, truth = true);
65 inputfile(cfestring&, const valuemap* = 0, truth = true);
83 cfestring& GetFileName() const { return FileName; } in GetFileName()
95 std::vector<festring> ListFiles(festring, cfestring&);
96 void MakePath(cfestring&);
241 outputfile& operator<<(outputfile&, cfestring&);
/dports/games/ivan/ivan-059/audio/
H A Daudio.h38 musicfile(cfestring& Filename, int LowThreshold, int HighThreshold);
42 inline cfestring& GetFilename() const { return Filename; } in GetFilename()
86 static void Init(cfestring& musicDirectory);
91 static int PlayMIDIFile(cfestring& filename, int32_t loops);
99 static cfestring& GetCurrentlyPlayedFile();
115 static void RemoveMIDIFile(cfestring& filename);
121 static void LoadMIDIFile(cfestring& filename, int intensitylow, int intensityhigh);
124 static void ClearMIDIPlaylist(cfestring& exceptFilename = CONST_S(""));
H A Daudio.cpp41 musicfile::musicfile(cfestring& Filename, int LowThreshold, int HighThreshold) in musicfile()
80 void audio::Init(cfestring& musicDirectory) in Init()
170 cfestring& audio::GetCurrentlyPlayedFile() in GetCurrentlyPlayedFile()
260 int audio::PlayMIDIFile(cfestring& filename, int32_t loops) in PlayMIDIFile()
386 void audio::ClearMIDIPlaylist(cfestring& exceptFilename) in ClearMIDIPlaylist()
401 void audio::RemoveMIDIFile(cfestring& filename) in RemoveMIDIFile()
412 void audio::LoadMIDIFile(cfestring& filename, int intensitylow, int intensityhigh) in LoadMIDIFile()
/dports/games/ivan/ivan-059/Main/Include/
H A Dstack.h85 item* DrawContents(ccharacter*, cfestring&, int = 0, sorter = 0) const;
86 int DrawContents(itemvector&, ccharacter*, cfestring&, int = 0, sorter = 0) const;
87 …int DrawContents(itemvector&, stack*, ccharacter*, cfestring&, cfestring&, cfestring&, cfestring&,…
135 truth TakeSomethingFrom(character*, cfestring&);
136 truth PutSomethingIn(character*, cfestring&, long, ulong);
164 void AddContentsToList(felist&, ccharacter*, cfestring&, int, int, sorter) const;
H A Dproto.h43 static int SearchCodeName(cfestring&);
66 inline int protocontainer<type>::SearchCodeName(cfestring& Name) in SearchCodeName()
78 static character* CreateMonster(cfestring&, int = 0, truth = true);
79 static item* CreateItem(cfestring&, truth = true);
80 static item* CreateItemToCraft(cfestring& What);
81 static material* CreateMaterial(cfestring&, long = 0, truth = true, truth = false);
82 static material* CreateMaterialForDetection(cfestring& What);
H A Dgame.h112 massacreid(int Type, int Config, cfestring& Name) in massacreid()
176 static truth Init(cfestring& = CONST_S(""));
214 static truth TruthQuestion(cfestring&, int = 0, int = 0);
223 static truth Save(cfestring& = SaveName(CONST_S("")));
224 static int Load(cfestring& = SaveName(CONST_S("")));
272 static long NumberQuestion(cfestring&, int, truth = false);
293 static int AskForKeyPress(cfestring&);
304 static int KeyQuestion(cfestring&, int, int, ...);
313 …tatic int Menu(std::vector<bitmap*> v, v2, cfestring&, cfestring&, col16, cfestring& = CONST_S("")…
399 static bool IsAutoPickupMatch(cfestring fsName);
[all …]
H A Dlterra.h86 virtual cfestring& GetSitMessage() const = 0;
167 DATA_BASE_VALUE(cfestring&, Adjective);
169 DATA_BASE_VALUE(cfestring&, NameSingular);
170 DATA_BASE_VALUE(cfestring&, NamePlural);
171 DATA_BASE_VALUE(cfestring&, PostFix);
279 DATA_BASE_VALUE(cfestring&, Adjective);
282 DATA_BASE_VALUE(cfestring&, NamePlural);
283 DATA_BASE_VALUE(cfestring&, PostFix);
295 DATA_BASE_VALUE(cfestring&, DigMessage);
298 DATA_BASE_VALUE(cfestring&, RestMessage);
[all …]
H A Did.h32 virtual cfestring& GetNameSingular() const = 0;
34 virtual cfestring& GetNamePlural() const = 0;
40 virtual cfestring& GetAdjective() const = 0;
43 virtual cfestring& GetPostFix() const = 0;
H A Ddatabase.h42 static truth AnalyzeData(inputfile&, cfestring&, database&);
43 static void CheckDefaults(cfestring&, database&);
46 static void SetBaseValue(cfestring&, databasememberbase<database>*, database&);
H A Dchar.h324 truth Engrave(cfestring&);
339 void AddPrimitiveHitMessage(ccharacter*, cfestring&, cfestring&, int) const;
382 truth CheckStarvationDeath(cfestring&);
536 DATA_BASE_VALUE(cfestring&, Adjective);
538 DATA_BASE_VALUE(cfestring&, NameSingular);
539 DATA_BASE_VALUE(cfestring&, NamePlural);
540 DATA_BASE_VALUE(cfestring&, PostFix);
562 DATA_BASE_VALUE(cfestring&, DefaultName);
567 virtual DATA_BASE_VALUE(cfestring&, DeathMessage);
1000 virtual truth CheckConsume(cfestring&) const;
[all …]
H A Diconf.h22 static cfestring& GetDefaultName() { return DefaultName.Value; } in GetDefaultName()
23 static cfestring& GetFantasyNamePattern() { return FantasyNamePattern.Value; } in GetFantasyNamePattern()
24 static cfestring& GetDefaultPetName() { return DefaultPetName.Value; } in GetDefaultPetName()
25 static cfestring& GetSelectedBkgColor() { return SelectedBkgColor.Value; } in GetSelectedBkgColor()
26 static cfestring& GetAutoPickUpMatching() { return AutoPickUpMatching.Value; } in GetAutoPickUpMatching()
137 static void SelectedBkgColorChanger(stringoption* O, cfestring& What);
138 static void AutoPickUpMatchingChanger(stringoption* O, cfestring& What);
H A Ditem.h271 virtual void SetLabel(cfestring& What);
272 virtual cfestring& GetLabel() const { return label; } in GetLabel()
358 virtual DATA_BASE_VALUE(cfestring&, Adjective);
360 virtual DATA_BASE_VALUE(cfestring&, NameSingular);
361 virtual DATA_BASE_VALUE(cfestring&, NamePlural);
362 virtual DATA_BASE_VALUE(cfestring&, PostFix);
378 DATA_BASE_VALUE(cfestring&, FlexibleNameSingular);
434 DATA_BASE_VALUE(cfestring&, BreakMsg);
437 DATA_BASE_VALUE(cfestring&, DescriptiveInfo);
580 virtual void ReceiveAcid(material*, cfestring&, long);
[all …]
H A Dlevel.h99 beamdata(character*, cfestring&, int, ulong);
100 beamdata(character*, cfestring&, v2, col16, int, int, int, ulong, item*);
115 cfestring& DeathMsg, in beamdata()
129 cfestring& DeathMsg, in beamdata()
188 void SetLevelMessage(cfestring& What) { LevelMessage = What; } in SetLevelMessage()
197 void Explosion(character*, cfestring&, v2, int, truth = true, truth = false);
H A Ddungeon.h32 void SaveLevel(cfestring&, int, truth = true);
33 level* LoadLevel(cfestring&, int);
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dhscore.cpp22 cfestring& highscore::GetEntry(int I) const { return Entry[I]; } in GetEntry()
26 highscore::highscore(cfestring& File) : LastAdd(0xFF), Version(HIGH_SCORE_VERSION), DefaultFile(Fil… in highscore()
28 truth highscore::Add(long NewScore, cfestring& NewEntry, in Add()
102 void highscore::Save(cfestring& File) const in Save()
116 void highscore::Load(cfestring& File) in Load()
118 cfestring Path = File.IsEmpty() ? DefaultFile : File; in Load()
151 truth highscore::Add(long NewScore, cfestring& NewEntry) in Add()
159 int highscore::Find(long AScore, cfestring& AEntry, in Find()
H A Dfestring.cpp108 festring& festring::operator=(cfestring& Str) in operator =()
188 festring& festring::Append(cfestring& Str) in Append()
652 int festring::SplitString(cfestring& Source, in SplitString()
690 festring::sizetype festring::IgnoreCaseFind(cfestring& Where, in IgnoreCaseFind()
691 cfestring& What, in IgnoreCaseFind()
718 void festring::SearchAndReplace(festring& Where, cfestring& What, in SearchAndReplace()
719 cfestring& With, sizetype Begin) in SearchAndReplace()
736 bool festring::IgnoreCaseCompare(cfestring& First, in IgnoreCaseCompare()
737 cfestring& Second) in IgnoreCaseCompare()
H A Dspecialkeys.cpp46 cfestring specialkeys::FilterListQuestion(cfestring what) in FilterListQuestion()
75 return cfestring(); in FilterListQuestion()
/dports/games/ivan/ivan-059/Main/Source/
H A Dproto.cpp342 cfestring& Identifier, in ScoreFlexibleName()
353 cfestring& Identifier, in ScoreFlexibleName()
369 static std::pair<int, int> ScoreName(const typename type::database* DataBase, cfestring& Identifier) in ScoreName()
393 cfestring& Alias = DataBase->Alias[c]; in ScoreName()
442 template <class type> std::pair<const typename type::prototype*, int> SearchForProto(cfestring& Wha… in SearchForProto()
508 character* protosystem::CreateMonster(cfestring& What, int SpecialFlags, truth Output) in CreateMonster()
539 item* protosystem::CreateItemToCraft(cfestring& What) in CreateItemToCraft()
551 item* protosystem::CreateItem(cfestring& What, truth Output) in CreateItem()
582 material* protosystem::CreateMaterialForDetection(cfestring& What) in CreateMaterialForDetection()
587 material* protosystem::CreateMaterial(cfestring& What, long Volume, truth Output, truth DetectMode) in CreateMaterial()

123