Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/FeLib/Include/
H A Dfeio.h33 static int StringQuestion(festring&, cfestring&, v2, col16,
/dports/games/ivan/ivan-059/Main/Source/
H A Diconf.cpp663 …if(iosystem::StringQuestion(String, CONST_S("Set name generator pattern (recommended \"!ss !sV\"):… in FantasyNameChangeInterface()
677 if(iosystem::StringQuestion(String, CONST_S("Set new default name (1-20 letters):"), in DefaultNameChangeInterface()
691 …if(iosystem::StringQuestion(String, CONST_S("Set new RGB color (8 to 200 for each value, default \… in SelectedBkgColorChangeInterface()
705 if(iosystem::StringQuestion(String, CONST_S("What items do you want to automatically pick up?"), in AutoPickUpMatchingChangeInterface()
719 …if(iosystem::StringQuestion(String, CONST_S("Set new default name for the starting pet (1-20 lette… in DefaultPetNameChangeInterface()
H A Dcommand.cpp1109 …if(game::StringQuestion(What, CONST_S("Write your map note (optionally position mouse cursor over … in WhatToEngrave()
1122 …if(game::StringQuestion(What, CONST_S("What do you want to engrave here?"), WHITE, 0, iLSqrLimit, … in WhatToEngrave()
1148 …if(game::StringQuestion(What, CONST_S("What would you like to inscribe on this item?"), WHITE, 0, … in WhatToEngrave()
H A Ddevcons.cpp477 if(game::StringQuestion(fsFullCmd, fsQ, WHITE, 1, 255, true) == NORMAL_EXIT){ in OpenCommandsConsole()
H A Dgame.cpp727 if(iosystem::StringQuestion(PlayerName, CONST_S("What is your name? (1-20 letters)"), in Init()
3932 int game::StringQuestion(festring& Answer, cfestring& Topic, col16 Color, in StringQuestion() function in game
3939 …int Return = iosystem::StringQuestion(Answer, Topic, v2(16, 6), Color, MinLetters, MaxLetters, fal… in StringQuestion()
6513 if(StringQuestion(Answer, Topic, WHITE, 0, 80, AllowExit, KeyHandler) == ABORTED) in DefaultQuestion()
H A Dchar.cpp11820 if(game::StringQuestion(Name, Topic, WHITE, 0, 80, true) == NORMAL_EXIT && Name.GetSize()) in TryToName()
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dspecialkeys.cpp53 …int R = iosystem::StringQuestion(What, Topic, pos, WHITE, 0, 30, false /*TODO !bGameIsRunning*/, t… in FilterListQuestion()
H A Dconfig.cpp236 if(iosystem::StringQuestion(String, CONST_S("Set new ") in NormalStringChangeInterface()
H A Dfeio.cpp371 int iosystem::StringQuestion(festring& Input, in StringQuestion() function in iosystem
/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h271 …static int StringQuestion(festring&, cfestring&, col16, festring::sizetype, festring::sizetype, tr…
/dports/games/ivan/ivan-059/Doc/Obsolete/ChangeLogs/
H A DChangeLog.050480 * iosystem::StringQuestion now takes the destination string as an argument
H A DChangeLog.0401132 * StringQuestion again shows a "Too short!" message when appropriate