]> git.sesse.net Git - stockfish/shortlog
stockfish
2011-10-08 Marco CostalbaAdded gcc -msse3 support
2011-10-06 Tom VijlbriefAdded gcc lto (Link Time Optimization) option
2011-10-03 Marco CostalbaShrink names of move helpers
2011-10-03 Marco CostalbaSmall touches in position.h
2011-10-03 Marco CostalbaSmall touches to book.cpp
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-10-02 Marco CostalbaRevert "Retire Rml full PV search at depth == 1"
2011-10-02 Marco CostalbaRename kingZone[] and reverse the king's color
2011-10-02 Marco CostalbaDocument why Book is defined static
2011-10-02 Marco CostalbaWhen exiting wake up all threads at once
2011-09-25 Marco CostalbaNo need to test for MOVE_NONE before move_is_ok()
2011-09-24 Marco CostalbaUpdate killers after a TT hit
2011-09-24 Marco CostalbaCorrectly score capture underpromotions
2011-09-24 Marco CostalbaDon't lock before check for termination
2011-09-11 Marco CostalbaUse the map type template parameter to access map()
2011-09-11 Marco CostalbaLookup square distance instead of calculate on the fly
2011-08-21 Marco CostalbaDetect family type of endgame from its enum value
2011-08-14 Marco CostalbaIndulge a bit on the template wizardy
2011-08-14 Marco CostalbaSmall simplification of endgame functions API
2011-08-12 Marco CostalbaFix use of uninitialized variable
2011-08-12 Marco CostalbaFix silly icc remark #2259
2011-08-10 Marco CostalbaUse a boolean instead as thread's state
2011-08-10 Marco CostalbaRemove Thread::WORKISWAITING
2011-08-10 Marco CostalbaDon't need pthread_detach() after pthread_join()
2011-08-09 Marco CostalbaChange start_routine argument
2011-08-09 Marco CostalbaRetire Rml full PV search at depth == 1
2011-08-08 Marco CostalbaRetire ThreadsManager::init_hash_tables()
2011-08-08 Marco CostalbaRetire Thread::TERMINATED
2011-08-08 Marco CostalbaRetire Thread::INITIALIZING
2011-08-08 Marco CostalbaMove idle_loop() under Thread
2011-08-08 Marco CostalbaTidy up comments in thread.cpp
2011-08-08 Marco CostalbaRetire broken SendSearchedNodes
2011-08-08 Marco CostalbaSync search() and qsearch() alpha update
2011-08-08 Marco CostalbaRetire Thread::BOOKED
2011-08-07 Marco CostalbaFix obey the "maxThreadsPerSplitPoint" setting
2011-08-07 Marco CostalbaDo not modify alpha in split()
2011-08-07 Marco CostalbaInitialize a new split point out of lock
2011-08-07 Marco CostalbaUpdate comment on why we call root search with ss+1
2011-08-07 Marco CostalbaFix an assert when stopping the search
2011-08-07 Joona KiiskiSplit at root!
2011-08-06 Joona KiiskiPreparations for splitting at root
2011-08-05 Marco CostalbaSimplify MovePickerExt<>
2011-08-05 Marco CostalbaFix silly bug in uci loop
2011-08-04 Marco CostalbaFix a (silly) warning under icc compiler
2011-08-03 Marco CostalbaUse std::lexicographical_compare() in UCI options
2011-08-02 Marco CostalbaConsistently set ttMove to Rml.pv[0] in root node
2011-08-02 Marco CostalbaFix an off-by-one error in UCI print loop
2011-08-02 Marco CostalbaRename ok_to_use_TT() in can_return_tt()
2011-08-02 Marco CostalbaSend PV only for updated lines
2011-08-02 Marco CostalbaSort PV moves always in two steps
2011-08-02 Marco CostalbaSmall cleanup of previous patches
2011-08-02 Joona KiiskiReimplement MultiPV mode
2011-08-02 Joona KiiskiReimplement support for "searchmoves" option
2011-08-02 Joona KiiskiRemove now unused RootMove.non_pv_score
2011-08-02 Joona KiiskiMake root search to use standard MovePicker.
2011-07-29 Joona KiiskiDon't probe TT at RootNode
2011-07-26 Marco CostalbaFix pretty_pv() output in Chess960
2011-07-24 Joona KiiskiFix PV output in Chess960
2011-07-24 Marco CostalbaTidy up benchmark.cpp
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-24 Joona KiiskiDo not exit early even when seeing mate
2011-07-20 Marco CostalbaRevert previous patches due to bug
2011-07-19 Joona KiiskiMove the draw check also for qsearch
2011-07-19 Joona KiiskiMove draw checks right after doing the move
2011-07-17 Marco CostalbaSmall touches in set_option()
2011-07-17 Marco CostalbaValidate input UCI moves
2011-07-16 Marco CostalbaRemove some useless include
2011-07-16 Marco CostalbaDon't need to assert for pos.is_ok() when position...
2011-07-16 Marco CostalbaChange hidden checkers API
2011-07-16 Marco CostalbaSimplified discovered check connected_moves()
2011-07-16 Marco CostalbaSimplify and micro-optimize hidden_checkers()
2011-07-15 Marco CostalbaNo need to declare default Position c'tor
2011-07-15 Marco CostalbaFix a warning under MSVC
2011-07-15 Marco CostalbaFix parametrized direction in pawns generation
2011-07-15 Marco CostalbaCleanup handling of Delta enums
2011-07-14 Marco CostalbaUse std library to sort moves
2011-07-11 Marco CostalbaFix icc's "unreachable code" warning
2011-07-03 Marco CostalbaTeach to_fen() about Halfmove and Fullmove number
2011-07-03 Marco CostalbaUse MoveList also in Position::move_is_pl_slow()
2011-07-03 Marco CostalbaRetire move_is_short_castle() and move_is_long_castle()
2011-07-03 Marco CostalbaRestore startpos_ply_counter() instead of full_moves()
2011-07-02 Marco CostalbaIntroduce and use struct MoveList
2011-07-02 Marco CostalbaRemove MSVC debug window hack in bench
2011-07-02 Marco CostalbaRearrange structs to avoid internal padding
2011-07-02 Marco CostalbaRevert PHQ-2
2011-06-30 Marco CostalbaSmall touches to do/undo_castle_move()
2011-06-30 Marco CostalbaBetter document generate_castle_moves()
2011-06-30 Marco CostalbaSmall tweaks to search()
2011-06-29 Marco CostalbaRemove duplicated enum Phase definition
2011-06-28 Marco CostalbaRetire find_checkers()
2011-06-28 Marco CostalbaRetire square_is_weak()
2011-06-28 Marco CostalbaRetire one piece_list() overload
2011-06-28 Marco CostalbaRename pieces_of_color() in pieces()
next