]> git.sesse.net Git - stockfish/history - src/uci.cpp
Rewrite pos_is_ok()
[stockfish] / src / uci.cpp
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaImplicit conversion from ExtMove to Move
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-18 Marco CostalbaFun with initializer lists in UCI::square
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-03 Marco CostalbaAssorted work in uci.cpp
2014-12-14 Marco CostalbaImprove comments in UCI
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-16 Rodrigo Exterckött... Clear token before reading from input
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-10-26 Marco CostalbaFix an obscure gcc warning
2014-10-26 Marco CostalbaRetire notation.cpp
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-08-04 lucasartRetire divide command
2014-06-14 Marco CostalbaTriviality in UCI::loop
2014-06-03 Lucas BraeschSymmetric King Safety: take 2
2014-05-31 Marco CostalbaRestore development version
2014-05-31 Marco CostalbaStockfish 5
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-24 Marco CostalbaAdd perft 'divide' command
2014-05-19 Lucas BraeschSymmetric king safety
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-12 Marco CostalbaMove args parsing to UCI::loop
2014-04-12 Marco CostalbaReshuffle in uci.cpp
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-29 Marco CostalbaRestore development version
2013-11-29 Marco CostalbaStockfish DD
2013-08-21 Marco CostalbaRestore development version
2013-08-20 Marco CostalbaStockfish 4
2013-08-11 Marco CostalbaDon't set Search::RootColor in Eval::trace
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-06-22 Marco CostalbaName functions along corresponding UCI commands
2013-04-30 Marco CostalbaRestore development version
2013-04-30 Marco CostalbaStockfish 3
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 junderyPrint leading zeroes in hash keys
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-08 Marco CostalbaAdd const qualifer to go()
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-13 Marco CostalbaRename wake_up() to notify_one()
2013-01-13 Marco CostalbaUnify 'ponderhit' handling
2013-01-13 Marco CostalbaSmall change to "ponderhit" handling
2013-01-12 Marco CostalbaAsync 'stop' command
2012-12-30 Marco CostalbaHandle UCI command "mate in x moves"
2012-11-11 Marco CostalbaDon't access std::cout from Position::print()
2012-10-28 Marco CostalbaCreative formatting in uci.cpp
2012-09-21 Marco CostalbaRestore development version
2012-09-21 Marco CostalbaStockfish 2.3.1
2012-09-15 Marco CostalbaRestore development version
2012-09-15 Marco CostalbaStockfish 2.3
2012-08-29 Marco CostalbaConvert to sync_cout and sync_endl
2012-08-27 Marco CostalbaCorrectly handle handover of setup states
2012-08-26 Marco CostalbaUse std::deque to store setup states
2012-08-18 Marco CostalbaIntroduce namespace UCI
2012-07-15 Marco CostalbaIntroduce notation.h
2012-06-30 Marco CostalbaClear transposition table on "ucinewgame"
2012-04-07 Marco CostalbaUse bench to implement UI 'perft' command
2012-04-07 Marco CostalbaTeach 'bench' to run current position
2012-04-07 Marco CostalbaDon't need to wait after a "ponderhit"
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaDon't store Thread info in Position
2012-04-04 Marco CostalbaUse a Thread instead of an array index
2012-04-04 Marco CostalbaBig Position renaming
2012-04-01 Marco CostalbaUse a std::vector to store searchMoves
2012-04-01 Marco CostalbaProcess 'bench' also from SF prompt
2012-03-31 Marco CostalbaComplete the renaming in Search::LimitsType
2012-03-30 Marco CostalbaRevert "Call wait_for_search_finished() only when quitting"
2012-03-28 Marco CostalbaSilently handle "ucinewgame" command
2012-03-28 Marco CostalbaMerge pull request #11 from glinscott/squash
2012-03-27 Marco CostalbaUse UCI names in Search::LimitsType
2012-03-26 Marco CostalbaMerge pull request #9 from glinscott/master
2012-03-26 Marco CostalbaSimplify start_searching() signature
2012-03-26 Marco CostalbaCall wait_for_search_finished() only when quitting
2012-03-26 Marco CostalbaIntroduce and use wait_for_search_finished()
2012-03-17 Marco CostalbaUCI buttons don't need a value
2012-03-17 Marco CostalbaRetire "ucinewgame" UCI option
2012-03-07 Marco CostalbaIntroduce Eval namespace
2012-03-06 Marco CostalbaConvert init of eval to async option
2012-03-03 Marco CostalbaRewrite time measurement code
2012-01-18 Justin BlanchardRemove unused #include lines
2012-01-14 Marco CostalbaUse a set to store SearchMoves
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-30 Marco CostalbaSimplify printing of engine info
2011-12-29 Marco CostalbaWait for main thread to finish before to exit
2011-12-28 Marco CostalbaAdd user-defined conversions to UCIOption
2011-12-26 Marco CostalbaReformat UCI option code
next