]> git.sesse.net Git - stockfish/history - src
Fix regression with printing of debug info
[stockfish] / src /
2011-11-19 Marco CostalbaFix regression with printing of debug info
2011-11-19 Marco CostalbaDon't check for early stop when StopOnPonderhit is set
2011-11-19 Marco CostalbaEarly stop: retire redundant Rml.size() == 1 case
2011-11-18 Marco CostalbaRewrite early stop logic
2011-11-14 Marco CostalbaCLOP: Passed pawns weights tuning
2011-11-13 Marco CostalbaRename value in bestValue in id_loop()
2011-11-12 Marco CostalbaRewrite link time optimization in Makefile
2011-11-12 Marco CostalbaSimplify passed pawns logic
2011-11-10 Marco CostalbaFix regression: engine hangs while pondering
2011-11-10 Marco CostalbaStop is not an unknown command
2011-11-09 Marco CostalbaAnother fix to profile-build on gcc 4.6
2011-11-08 Marco CostalbaFix profile-build
2011-11-06 Marco CostalbaReformat all_slaves_finished()
2011-11-06 Marco CostalbaBetter document and reshuffle stuff in think()
2011-11-06 Marco CostalbaBetter define wait_for_stop_or_ponderhit()
2011-11-05 Marco CostalbaUse a timer to avoid polling
2011-11-05 Marco CostalbaRetire now unused input_available()
2011-11-05 Marco CostalbaRewrite how commands from GUI are read
2011-11-01 Marco CostalbaFurther touches to magic bitboards code
2011-10-31 Marco CostalbaFix compile error in cpu_count()
2011-10-31 Marco CostalbaDocument magics bitboards code
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureRetire update_gains()
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-30 Marco CostalbaRetire update_gains()
2011-10-30 Marco CostalbaFix small bug in move_attacks_square()
2011-10-30 Marco CostalbaInline pinned_pieces() and discovered_check_candidates()
2011-10-30 Marco CostalbaCode style and 80 chars cols in Position::from_fen()
2011-10-30 Marco CostalbaSync do_move() and undo_move()
2011-10-30 Marco CostalbaExplicitly use a dedicated bitboard for occupied squares
2011-10-30 Marco CostalbaRetire do_capture_move()
2011-10-29 Marco CostalbaRetire undo_null_move()
2011-10-29 Marco CostalbaRetire undo_castle_move()
2011-10-29 Marco CostalbaRetire Position::set_castling_rights()
2011-10-22 Marco CostalbaRetire PieceValueXXX[] getters
2011-10-22 Marco CostalbaSimplify the promotion case of move_gives_check()
2011-10-22 Marco CostalbaRemove redundancy in definitions of attack helpers
2011-10-22 Marco CostalbaConvert PST tables to relative values
2011-10-20 Marco CostalbaIncrease Mobility
2011-10-18 Marco CostalbaBetter document mate and stalemate detection
2011-10-17 Marco CostalbaUse newly added log facility instead of LogFile
2011-10-17 Marco CostalbaAdd basic log facility
2011-10-16 Marco CostalbaFix compile error in debug mode
2011-10-09 Marco CostalbaLink Time Optimization doesn't needs -static
2011-10-08 Marco CostalbaBetter document how MultiPV search works
2011-10-08 Marco CostalbaSend again all the PV lines in multiPV searching
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
next