]> git.sesse.net Git - stockfish/history - src/timeman.cpp
Revert C++11 merge
[stockfish] / src / timeman.cpp
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-03 Marco CostalbaFix a silly warning with Intel compiler
2014-12-30 Marco CostalbaAdditional tidy up in timeman.cpp
2014-12-28 Arjun TemurnikarRemove some comments in timeman.cpp
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-09-21 Marco CostalbaRename time variable to reflect UCI parameters
2014-09-15 lucasartSimplify Time Management UCI options
2014-04-27 Marco CostalbaDon't need floor() 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-12 Leonid PechenikSimplify time management
2014-01-19 Joona KiiskiFix +M0 score when low on time
2014-01-07 Marco CostalbaAssorted grammar fixes
2014-01-02 H. Felix WittmannEnsure move_importance() is non-zero
2014-01-02 Marco CostalbaUpdate copyright year
2014-01-01 Marco CostalbaSimplify move_importance(): take 3
2014-01-01 Marco CostalbaFurther simplify move_importance()
2014-01-01 H. Felix WittmannSimplify move_importance()
2013-12-29 Matt SullivanRetire MoveImportance[]
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-10-27 Matthew SullivanFix divide by zero bug in late game
2013-10-08 Uri BlassIncrease slowmover and reduce instability
2013-10-05 Lucas BraeschUse double everywhere
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-16 Joona KiiskiFix time parameters for blitz games
2013-09-15 KojirionUse pre-increment also for native types
2013-09-15 Marco CostalbaDon't blunder under extreme time pressure
2013-08-26 Uri BlassTime management: move faster if PV is stable
2013-03-11 Gary LinscottBe more aggressive on trying to finish iterations
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-03-31 Marco CostalbaComplete the renaming in Search::LimitsType
2012-03-28 Marco CostalbaMerge pull request #11 from glinscott/squash
2012-03-27 Marco CostalbaUse UCI names in Search::LimitsType
2012-02-04 Marco CostalbaAdd "Slow Mover" UCI parameter to adjust time management
2012-01-18 Justin BlanchardRemove unused #include lines
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-28 Marco CostalbaAdd user-defined conversions to UCIOption
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-05 Marco CostalbaUse a timer to avoid polling
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
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
2010-11-05 Marco CostalbaRewrite options handling in an object oriented fashion
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