Home
last modified time | relevance | path

Searched defs:handicap (Results 1 – 25 of 141) sorted by relevance

123456

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dabstract_kart.cpp42 HandicapLevel handicap, in AbstractKart()
78 HandicapLevel handicap, in loadKartProperties()
131 HandicapLevel handicap, in changeKart()
H A Dkart_with_stats.cpp29 HandicapLevel handicap) in KartWithStats()
/dports/games/gnugo/gnugo-3.8/interface/gtp_examples/
H A Dtwogtp.py150 def handicap(self, handicap, handicap_type): member in GTP_player
215 def __init__(self, whitecommand, blackcommand, size, komi, handicap, argument
312 def set_handicap(self, handicap): argument
449 def __init__(self, whitecommand, blackcommand, size, komi, handicap, argument
576 handicap = 0 variable
643 handicap = int(value) variable
646 handicap = int(value) variable
/dports/games/xbubble/xbubble-0.5.8/src/
H A Dxbubble.c76 void play_single_player_game( int *handicap ) { in play_single_player_game()
99 void play_challenge_game( int *handicap ) { in play_challenge_game()
119 void play_match( enum GameMode mode, int *handicap, enum Level level ) { in play_match()
179 int handicap[2]; in play_xbubble() local
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/analysis/
H A DGameInfo.java14 private int handicap = 0; field in GameInfo
52 public void setHandicap(int handicap) { in setHandicap()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/options/
H A Doptions_screen_general.cpp97 CheckBoxWidget* handicap = getWidget<CheckBoxWidget>("enable-handicap"); in init() local
217 CheckBoxWidget* handicap = getWidget<CheckBoxWidget>("enable-handicap"); in eventCallback() local
/dports/games/cgoban/cgoban-1.9.14/src/
H A Darena.c32 int size, float komi, int handicap) { in arena()
53 int handicap) { in match()
H A DsgfPlay.c40 int handicap = 0, i, currentNode = 0; in sgf_play() local
129 static void processMoves(SgfElem *me, GoGame *game, int *handicap, in processMoves()
/dports/games/leela-zero/leela-zero-0.17/src/
H A DGameState.cpp185 bool GameState::set_fixed_handicap(int handicap) { in set_fixed_handicap()
231 int GameState::set_fixed_handicap_2(int handicap) { in set_fixed_handicap_2()
263 bool GameState::valid_handicap(int handicap) { in valid_handicap()
H A DSGFTree.cpp174 const auto handicap = m_state.get_handicap(); in populate_states() local
214 float handicap; in populate_states() local
476 auto handicap = 0; in state_to_string() local
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/gui/
H A DNewGameDialog.java113 int handicap = FORMAT_HANDICAP.parse(textFieldHandicap.getText()).intValue(); in modifyHandicap() local
147 int handicap = FORMAT_HANDICAP.parse(textFieldHandicap.getText()).intValue(); in apply() local
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/thumbnail/
H A DThumbnailUtilTest.java42 PointList handicap = new PointList(); in testGetNodeGameWithHandicap() local
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DScore.h83 int handicap; variable
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DScore.h83 int handicap; variable
/dports/games/gnugo/gnugo-3.8/engine/
H A Dboardlib.c47 int handicap = 0; variable
/dports/games/freeciv/freeciv-2.6.6/ai/
H A Ddifficulty.c53 bv_handicap handicap; in handicap_of_skill_level() local
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/
H A Ddifficulty.c53 bv_handicap handicap; in handicap_of_skill_level() local
/dports/games/quadra/quadra-1.3.0/include/
H A Dpackets.h127 int handicap; //May not be there, but default of zero is ok in variable
155 void add_player(Byte q, Byte t, const char *s, int status, int handicap) { in add_player()
187 void add_player(Byte q, Byte t, const char *s, Dword pid, int handicap) { in add_player()
221 int h_repeat, v_repeat, smooth, shadow, handicap; variable
242 int handicap; variable
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/rules/
H A DGIBParser.java61 int handicap = 0; in parse() local
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/game/
H A DBoardUpdater.java27 int handicap = tree.getGameInfoConst(currentNode).getHandicap(); in update() local
H A DGameTree.java29 public GameTree(int boardSize, Komi komi, ConstPointList handicap, in GameTree()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/tools/twogtp/
H A DTwoGtp.java41 String observer, int size, Komi komi, int handicap, int numberGames, in TwoGtp()
662 private void handicap(GtpCommand cmd) throws GtpError in handicap() method in TwoGtp
665 int handicap = cmd.getIntArg(0); in handicap() local
H A DMain.java119 int handicap = opt.getInteger("handicap", 0, 0, 9); in main() local
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dlook.h39 int handicap, captures[2]; member
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dai_cast.c229 …gentity_t *ent, char *castname, char *model, char *head, char *sex, char *color, char *handicap ) { in AICast_AddCastToGame()
339 …_t *weaponInfo, char *castname, char *model, char *head, char *sex, char *color, char *handicap ) { in AICast_CreateCharacter()

123456