]> git.sesse.net Git - stockfish/history - src/uci.cpp
Document PolyGlotRandoms[] offsets
[stockfish] / src / uci.cpp
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
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-12 Marco CostalbaRetire RootMoveList
2011-12-04 Marco CostalbaRetire move.h
2011-12-03 Marco CostalbaTidy up comments in uci.cpp
2011-11-27 Marco CostalbaDetach search arguments from UI thread
2011-11-27 Marco CostalbaAfter a "stop" do not read new input until search finishes
2011-11-26 Marco CostalbaFix a race in pondering mode
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-26 Marco CostalbaRewrite async I/O
2011-11-10 Marco CostalbaStop is not an unknown command
2011-11-05 Marco CostalbaRewrite how commands from GUI are read
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-08-05 Marco CostalbaFix silly bug in uci loop
2011-07-24 Marco CostalbaRename execute_uci_command() to uci_loop()
2011-07-24 Marco CostalbaUnhide the istringstream behind UCIParser
2011-07-24 Marco CostalbaFix startpos_ply_counter() regression
2011-07-24 Marco CostalbaUse a circular buffer to keep track of setup states
2011-07-24 Marco CostalbaDon't update gamePly after each move
2011-07-24 Marco CostalbaUse std::vector<Move> to store UCI search moves
2011-07-24 Marco CostalbaUse st->gamePly to store fullMoves
2011-07-24 Marco CostalbaRetire history[]
2011-07-17 Marco CostalbaSmall touches in set_option()
2011-07-17 Marco CostalbaValidate input UCI moves
2011-07-16 Marco CostalbaDon't need to assert for pos.is_ok() when position...
2011-04-27 Marco CostalbaPerft counts leaf nodes not generated moves.
2011-04-27 Marco CostalbaUse probe() as name for looking up into an hash table
2011-04-26 Marco CostalbaTidy up uci.cpp and siblings
2011-04-25 Marco CostalbaTidy up benchmark.cpp
2011-04-24 Marco CostalbaRename MOVES_MAX in MAX_MOVES
2011-04-23 Marco CostalbaIntroduce and use SearchLimits
2011-04-16 Marco CostalbaPromote OptionsMap to a class
2011-04-13 Marco CostalbaCleanup debug counters
2011-03-01 Marco CostalbaBe sure to read options before to call trace_evaluate()
2011-02-26 Marco CostalbaAdd evaluation tracing code
2011-01-09 Marco CostalbaSmall cleanup in execute_uci_command()
2011-01-09 Marco CostalbaSimplify set_option()
2011-01-09 Marco CostalbaDon't copy Position in pretty_pv()
2011-01-08 Marco CostalbaRessurect move.cpp
2011-01-08 Marco CostalbaMove uci move parsing under san.cpp
2011-01-07 Marco CostalbaRetire move.cpp
2011-01-06 Joona KiiskiClean up position setup code
2011-01-05 Joona KiiskiFix variable naming in prototypes at uci.cpp
2011-01-05 Marco CostalbaPerft should return an int64_t not an int
2011-01-03 Marco CostalbaAnother attempt at fixing Chess960
2010-12-13 Marco CostalbaRetire uci_main_loop()
2010-12-13 Marco CostalbaSmall cleanup in uci.cpp
2010-12-13 Marco CostalbaRetire square_from_string()
2010-11-21 Marco CostalbaRetire "New Game" UCI option
2010-11-07 Marco CostalbaRetire uci.h and benchmark.h
2010-11-07 Marco CostalbaObject OpeningBook doen't need to be global
2010-11-05 Marco CostalbaRewrite options handling in an object oriented fashion
2010-11-03 Marco CostalbaRetire push_button() and button_was_pressed()
2010-11-01 Marco CostalbaFix MinGW warnings
2010-10-31 Marco CostalbaAllocate RootPosition on the stack
2010-10-31 Marco CostalbaUpdate nodes after a do_move()
2010-09-14 Marco CostalbaWe need just one eval margin in search
2010-08-26 Marco CostalbaChange evaluate() signature
2010-08-19 Marco CostalbaMove StartPositionFEN out of the header
2010-08-19 Marco CostalbaRename OnePly in ONE_PLY
2010-08-02 Joona KiiskiNew Time management system
2010-07-23 Joona KiiskiDon't initialize psqt-tables when 'ucinewgame' is received
2010-07-15 Marco CostalbaRemove redundant argument in think()
2010-06-13 Marco CostalbaRevert "Use ply counter in Position object"
2010-06-02 Marco CostalbaDo not pass threadID as argument of search() and evaluate()
2010-06-02 Marco CostalbaSave threadID info in Position
2010-05-31 Marco CostalbaUse ply counter in Position object
2010-03-20 Marco CostalbaUpdated copyright year to 2010
next