]> git.sesse.net Git - stockfish/history - src/uci.cpp
Fix time_to_msec() precision
[stockfish] / src / uci.cpp
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
2010-01-27 Joona KiiskiStandardize set_option function
2010-01-27 Joona KiiskiDo not initialize RootPosition at startup
2010-01-27 Joona KiiskiRemove InfiniteSearch hack
2010-01-27 Joona KiiskiRemove last use of uip.eof()
2010-01-25 Marco CostalbaDo not copy master position in split()
2010-01-25 Marco CostalbaBetter document how Position c'tor works
2010-01-07 Marco CostalbaFix 'position ..... moves ' parsing bug
2009-12-02 Marco CostalbaDon't clear hash at the beginning of a new game
2009-11-13 Marco CostalbaUse a more standard perft UCI interface
2009-11-09 Marco CostalbaDefine Score as an enum
2009-11-07 Marco CostalbaConvert Position to use Score struct
2009-11-01 Joona KiiskiImplemented perft
2009-07-10 Marco CostalbaSmall tidy up of previous patch
2009-07-10 Tord RomstadStrip whitespace from beginning of string sent to set_o...
2009-06-18 Marco CostalbaGive proper credit to Joona
2009-06-12 Marco CostalbaRemove global variables from search.h
2009-05-29 Marco CostalbaDetach the state when copying a position
2009-05-20 Marco CostalbaSmall code style massage in uci.cpp
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-07 Marco CostalbaRewrite the way application exits
2009-05-07 Marco CostalbaBe sure book file is closed before we leave
2009-05-02 Marco CostalbaFix a very old UCI option parsing bug
2009-03-24 Marco CostalbaWhen asked for position key print it as an hex value
next