]> git.sesse.net Git - stockfish/history - src/timeman.h
Raise VALUE_INFINITE
[stockfish] / src / timeman.h
2014-02-20 Leonid PechenikDistribute part of first move time to other moves
2014-02-12 Leonid PechenikSimplify time management
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-10-05 Lucas BraeschUse double everywhere
2013-08-26 Uri BlassTime management: move faster if PV is stable
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-03-28 Marco CostalbaMerge pull request #11 from glinscott/squash
2012-03-27 Marco CostalbaUse UCI names in Search::LimitsType
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-04 Marco CostalbaRetire move.h
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-07-03 Marco CostalbaRestore startpos_ply_counter() instead of full_moves()
2011-06-27 Marco CostalbaAssume input FEN string is correct in from_fen()
2011-04-23 Marco CostalbaIntroduce and use SearchLimits
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2010-10-09 Marco CostalbaSmall codestyle touches
2010-08-03 Marco CostalbaTimeManager API rename
2010-08-03 Marco CostalbaMove time related global variables under TimeManager
2010-08-03 Marco CostalbaIntroduce TimeManager class
2010-08-02 Marco CostalbaRename MaxSearchTime and AbsoluteMaxSearchTime
2010-08-02 Marco CostalbaTempletize xxx_time_for_MTG()
2010-08-02 Marco CostalbaLittle timeman.cpp massage
2010-08-02 Joona KiiskiNew Time management system