]> git.sesse.net Git - stockfish/history - src/timeman.h
Refactor pure static eval code
[stockfish] / src / timeman.h
2018-04-01 Joost VandeVondeleDocument Elo impact of various parts of search
2018-03-27 Jerry Donald WatsonChange reduction/improving interaction
2018-03-27 Stéphane NicoletSwitch time management to 64 bits
2018-01-01 Joost VandeVondeleNew Year 2018
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-01-29 Leonid PechenikTime management simplification
2016-01-09 Leonid PechenikTune time management for LTC
2016-01-03 Leonid PechenikAdjust time used for move based on previous score
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-10-20 mbootsectorLazy SMP
2015-04-03 Marco CostalbaFix MSVC warning from previous patch
2015-04-03 Marco CostalbaFix elapsed()
2015-04-03 Marco CostalbaAdd support for playing in 'nodes as time' mode
2015-04-03 Marco CostalbaRename of TimeMgr and friends
2015-04-03 Marco CostalbaIntroduce elapsed_time()
2015-03-12 mstemberaNew easy move implementation
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-30 Marco CostalbaAdditional tidy up in timeman.cpp
2014-04-27 Marco CostalbaFix Intel compiler warnings
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-12 Marco CostalbaReshuffle in timeman.cpp
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