Home
last modified time | relevance | path

Searched refs:aiType (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/solarconquest/SolarConquest/source/
H A DActionScreen.h307 if (obj->aiType == AI_TYPE_ASHLEY || obj->aiType == AI_TYPE_RODNEY) in UpdateActionScreen()
312 if (cfact->aiType == obj->aiType) in UpdateActionScreen()
330 if (cfact->aiType == AI_TYPE_ASHLEY) in UpdateActionScreen()
332 else if (cfact->aiType == AI_TYPE_RODNEY) in UpdateActionScreen()
393 obj->aiType = curFact->aiType; in UpdateActionScreen()
398 if (curFact->aiType != AI_TYPE_NORMAL) in UpdateActionScreen()
411 obj->aiType = cfact->aiType; in UpdateActionScreen()
729 if (obj->aiType == AI_TYPE_ASHLEY) in DrawActionScreen()
731 else if (obj->aiType == AI_TYPE_RODNEY) in DrawActionScreen()
1079 if (obj->aiType == AI_TYPE_ASHLEY) in DrawActionScreen()
[all …]
H A DFactory.h25 int aiType; variable
53 aiType = AI_TYPE_NORMAL; in CFactory()
H A DAISystem.h23 int ai = obj->aiType; in CalculateAIMove()
H A DLevelFunctions.h297 hero->aiType = character; in PlaceCharacterShip()
311 factory->aiType = AI_TYPE_FOLLOWER; in PlaceCharacterShip()
322 factory->aiType = AI_TYPE_FOLLOWER; in PlaceCharacterShip()
H A DObject.h48 int aiType;
91 aiType = AI_TYPE_NORMAL; in CObject()
620 cobj->aiType = AI_TYPE_NORMAL; in DeleteObject()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dautoinsert.h20 void EditRule(const wxString& statement, int aiType, bool doAddName, bool alignToStatement);
22 …bool GetItemValues(const wxString& statementName, int& aiType, bool& doAddName, bool& alignToState…
H A Dfpoptionsdlg.cpp171 int aiType; in ShowCurrientAInsert() local
174 if (!m_AInsert.GetItemValues(sel, aiType, doAddName, alignToStatement)) in ShowCurrientAInsert()
177 XRCCTRL(*this, "cbAIInsert", wxChoice)->SetSelection(aiType); in ShowCurrientAInsert()
198 int aiType = XRCCTRL(*this, "cbAIInsert", wxChoice)->GetSelection(); in ReadAIChoice() local
203 m_AInsert.EditRule(sel, aiType, doAddName, alignToStatement); in ReadAIChoice()
H A Dautoinsert.cpp86 void AutoInsert::EditRule(const wxString& statementName, int aiType, bool doAddName, bool alignToSt… in EditRule() argument
91 if (m_AITMap[statm] != GetAIT(aiType)) in EditRule()
93 m_AITMap[statm] = GetAIT(aiType); in EditRule()
114 bool AutoInsert::GetItemValues(const wxString& statementName, int& aiType, bool& doAddName, bool& a… in GetItemValues() argument
121 aiType = GetAITInt(ait); in GetItemValues()
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoStarter.h10 PuyoStarter(PuyoCommander *commander, bool aiLeft, int aiLevel, IA_Type aiType, int theme);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dshell.c669 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
820 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
822 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
825 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
827 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dshell.c652 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
803 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
805 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
808 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
810 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dshell.c665 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
816 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
818 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
821 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
823 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dshell.c655 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
806 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
808 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
811 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
813 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dshell.c652 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
803 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
805 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
808 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
810 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dshell.c674 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
835 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
837 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
840 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
842 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dshell.c674 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
835 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
837 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
840 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
842 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dshell.c702 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
868 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
870 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
873 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
875 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dshell.c709 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
875 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
877 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
880 }else if( aiType && (aiType[i]==SQLITE_INTEGER || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
882 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/shell/
H A Dshell.c728 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() argument
894 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
896 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
899 }else if( aiType && (aiType[i]==SQLITE_INTEGER in shell_callback()
900 || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
902 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dshell.c2657 int *aiType /* Column types */ in shell_callback() argument
2909 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
2911 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
2917 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
2919 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
2924 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
2951 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
2953 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
2955 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
2957 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dshell.c2657 int *aiType /* Column types */ in shell_callback() argument
2909 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
2911 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
2917 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
2919 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
2924 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
2951 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
2953 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
2955 }else if( aiType && aiType[i]==SQLITE_INTEGER ){ in shell_callback()
2957 }else if( aiType && aiType[i]==SQLITE_FLOAT ){ in shell_callback()
[all …]
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dshell.c1342 shell_callback (void *pArg, int nArg, char **azArg, char **azCol, int *aiType) in shell_callback() argument
1675 if ((azArg[i] == 0) || (aiType && aiType[i] == SQLITE_NULL)) in shell_callback()
1679 else if (aiType && aiType[i] == SQLITE_TEXT) in shell_callback()
1702 else if (aiType in shell_callback()
1703 && (aiType[i] == SQLITE_INTEGER in shell_callback()
1704 || aiType[i] == SQLITE_FLOAT)) in shell_callback()
1708 else if (aiType && aiType[i] == SQLITE_BLOB && p->pStmt) in shell_callback()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DODServer.cpp1032 KeeperAIType aiType = Seat::playerIdToAIType(playerId); in processClientNotifications() local
1033 if(aiType >= KeeperAIType::nbAI) in processClientNotifications()
1039 aiType = KeeperAIType::normal; in processClientNotifications()
1044 …aiPlayer->setNick("Keeper AI " + KeeperAITypes::toString(aiType) + " " + Helper::toString(seatId)); in processClientNotifications()
1047 gameMap->assignAI(*aiPlayer, aiType); in processClientNotifications()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dshell.c882 int *aiType /* Column types */ in shell_callback() argument
1080 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
1082 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
1085 }else if( aiType && (aiType[i]==SQLITE_INTEGER in shell_callback()
1086 || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
1088 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dshell.c880 int *aiType /* Column types */ in shell_callback() argument
1065 if( (azArg[i]==0) || (aiType && aiType[i]==SQLITE_NULL) ){ in shell_callback()
1067 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()
1070 }else if( aiType && (aiType[i]==SQLITE_INTEGER in shell_callback()
1071 || aiType[i]==SQLITE_FLOAT) ){ in shell_callback()
1073 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()

12