Home
last modified time | relevance | path

Searched refs:isComputer (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/ksnakeduel/ksnakeduel-21.12.3/src/
H A Dplayer.cpp80 if (isComputer()) in getName()
237 if (isComputer()) in setStartPosition()
417 bool Player::isComputer() const in isComputer() function in Player
422 void Player::setComputer(bool isComputer) in setComputer() argument
424 m_computer = isComputer; in setComputer()
H A Dtron.cpp401 if (!players[player]->isComputer()) in switchKeyOn()
440 if (!players[player]->isComputer()) in switchKeyOn()
470 if (!players[player]->isComputer()) in switchKeyOff()
541 if (players[1]->isComputer()) in doMove()
H A Dplayer.h44 bool isComputer() const;
/dports/games/kjumpingcube/kjumpingcube-21.12.3/src/
H A Dgame.cpp85 if (! isComputer (m_currentPlayer)) { in gameActions()
185 bool oldComputerPlayer = isComputer (m_currentPlayer); in loadPlayerSettings()
194 if (isComputer (m_currentPlayer) && (! oldComputerPlayer)) { in loadPlayerSettings()
203 bool humanPlayer = (! isComputer (m_currentPlayer)); in startHumanMove()
229 if (isComputer (m_currentPlayer)) { in setUpNextTurn()
285 if (isComputer (m_currentPlayer)) { in computeMove()
325 if (isComputer (m_currentPlayer)) { in showingDone()
328 …qCDebug(KJUMPINGCUBE_LOG) << "m_moveNo" << m_moveNo << "isComputer()" << (isComputer (m_currentPla… in showingDone()
744 m_waitingState = isComputer (m_currentPlayer) ? ComputerToMove in undoRedo()
946 bool Game::isComputer (Player player) const in isComputer() function in Game
H A Dgame.h300 bool isComputer (Player player) const;
/dports/games/jin/jin-2.14.1/src/free/jin/
H A DSeek.java72 boolean isRegistered, boolean isSeekerRated, boolean isComputer, WildVariant variant, in Seek() argument
83 setBooleanProperty("IsComputer", isComputer); in Seek()
/dports/games/knights/knights-21.12.3/src/proto/
H A Dcomputerprotocol.h37 bool isComputer() override;
H A Dcomputerprotocol.cpp55 bool ComputerProtocol::isComputer() { in isComputer() function in ComputerProtocol
H A Dprotocol.h105 virtual bool isComputer();
H A Dprotocol.cpp212 bool Protocol::isComputer() { in isComputer() function in Knights::Protocol
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame.cpp532 if (player->isComputer() == false) in search_stack()
547 if (player->isComputer() == false) in search_stack()
566 if (player->isComputer() == false) in search_stack()
579 if (player->isComputer() == false) in search_stack()
664 if (h->getOwner()->isComputer() == true || in heroGainsLevel()
1246 if (me->isComputer()) in maybeTreachery()
1353 if (city->getOwner()->isComputer()) in recruitHero()
1428 if (Playerlist::getActiveplayer()->isComputer() == false) in on_ruinfight_started()
1434 if (Playerlist::getActiveplayer()->isComputer() == false) in on_ruinfight_finished()
H A Dai_dummy.h65 virtual bool isComputer() const {return true;}; in isComputer() function
H A Dreal_player.h67 virtual bool isComputer() const {return false;}; in isComputer() function
H A Dai_fast.h72 virtual bool isComputer() const {return true;}; in isComputer() function
H A Dai_smart.h93 virtual bool isComputer() const {return true;}; in isComputer() function
H A Dnetwork_player.h94 virtual bool isComputer() const {return false;}; in isComputer() function
H A Dpath.cpp246 if (s->getOwner() && s->getOwner()->isComputer()) in calculate()
H A Dplayer.cpp385 if (isComputer() == true) in deleteStack()
856 if (isComputer()) in stackMove()
908 if (isComputer()) in stackMove()
931 if (isComputer()) in stackMove()
982 if (isComputer()) in stackMove()
1001 if (isComputer()) in stackMove()
1024 if (isComputer()) in stackMove()
1047 if (isComputer()) in stackMove()
1062 if (isComputer()) in stackMove()
1251 if (attacker_active == false && (*attacker)->getOwner()->isComputer() == true) in stackFight()
/dports/games/kigo/kigo-21.12.3/src/game/
H A Dplayer.h61 bool isComputer() const { return m_type == Type::Computer; } in isComputer() function
/dports/games/eboard/eboard-1.1.3/
H A Dseekgraph.h44 bool isComputer();
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airframework/src/mx/controls/fileSystemClasses/
H A DFileSystemComboBoxRenderer.as71 comboBox.helper.isComputer(File(data)) ?
H A DFileSystemControlHelper.as199 return !isComputer(directory);
231 (!isComputer(value) &&
722 setDataProvider(isComputer(directory) ?
787 public function isComputer(f:File):Boolean method in FileSystemControlHelper
827 if (isComputer(item))
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/controls/fileSystemClasses/
H A DFileSystemControlHelper.as195 return !isComputer(directory);
227 (!isComputer(value) &&
710 setDataProvider(isComputer(directory) ?
775 public function isComputer(f:File):Boolean method in FileSystemControlHelper
815 if (isComputer(item))
/dports/games/knights/knights-21.12.3/src/
H A Dgamemanager.cpp603 if ( Protocol::byColor(d->activePlayer)->isComputer() ) in local()
605 if ( Protocol::byColor(oppositeColor(d->activePlayer))->isComputer() ) in local()
746 if ( Protocol::byColor(d->activePlayer)->isComputer() ) in processMove()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/controls/
H A DFileSystemComboBox.as402 if (helper.isComputer(file))
492 comboBox.helper.isComputer(File(data)) ?

12