]> git.sesse.net Git - stockfish/shortlog
stockfish
2013-01-26 Marco CostalbaClarify slavesMask usage
2013-01-26 Marco CostalbaRevert "Further push singular extension"
2013-01-26 Marco CostalbaMerge branch 'simplify_eval' of https://github.com...
2013-01-24 Gary LinscottSimplify evaluation
2013-01-21 Marco CostalbaSmall reformat of split()
2013-01-20 Marco CostalbaFix an idiotic icc warning
2013-01-20 Marco CostalbaFuther renaming in thread.cpp
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-16 Marco CostalbaFix race while exiting
2013-01-15 Lucas BraeschRemove Threat Extension
2013-01-14 Marco CostalbaFix a bug in timer loop
2013-01-14 Marco CostalbaPolymorphic Thread hierarchy
2013-01-13 Marco CostalbaDon't use do_sleep flag
2013-01-13 Marco CostalbaRe-add the hack
2013-01-13 Marco CostalbaRetire set_timer()
2013-01-13 Marco CostalbaRetire obsolete race hack
2013-01-13 Marco CostalbaRetire Threads wake_up() and sleep()
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-13 Marco CostalbaSimplify and rename wait_for_stop_or_ponderhit()
2013-01-13 Marco CostalbaSimplify a condition in search()
2013-01-12 Marco CostalbaClarify SAN disambiguation in case of a pinned piece
2013-01-12 Marco CostalbaAsync 'stop' command
2013-01-06 Marco CostalbaRevert so called "fromNull patch"
2013-01-06 Marco CostalbaHave fun with union in book.cpp
2013-01-04 Marco CostalbaRetire 'Cowardice' and 'Aggressiveness' UCI options
2013-01-04 Marco CostalbaRetire 'mate in x' hack
2013-01-04 Marco CostalbaDon't exit if unable to find bench file
2013-01-04 Marco CostalbaTeach file_to_char() about upper/lower case
2013-01-04 Marco CostalbaReformat FEN construction
2012-12-31 Marco CostalbaRemove some obsolete asserts on TT values
2012-12-31 Marco CostalbaAllow to pass a 'seed' to RKISS
2012-12-31 Marco CostalbaMicro-optimization in evaluate_space()
2012-12-30 Marco CostalbaAdd 'mate' limit to 'bench' command
2012-12-30 Marco CostalbaHandle UCI command "mate in x moves"
2012-12-27 Marco CostalbaRevert evaluation cache
2012-12-27 Marco CostalbaAdd list of legal moves to Position::pretty()
2012-12-26 Marco CostalbaAdd checkers info to Position::pretty()
2012-12-26 Marco CostalbaRemove two obsolete asserts in prevents_move
2012-12-26 Marco CostalbaRename yields_to_threat and prevents_threat
2012-12-25 Marco CostalbaIntroduce Null Threat extension
2012-12-25 Marco CostalbaFix a couple of extra spaces
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-12-25 Marco CostalbaRetire Position::move_is_legal()
2012-12-25 Marco CostalbaSmall tweak in is_pseudo_legal()
2012-12-22 Marco CostalbaIntroduce namespace Pawns
2012-12-16 Marco CostalbaIntroduce namespace Material
2012-12-15 Marco CostalbaDon't need to check for bestValue < beta to split
2012-12-15 Marco CostalbaRemove an extra semicolon
2012-12-15 Marco CostalbaRevert store of distinct upper and lower bounds
2012-12-10 Marco CostalbaMerge branch 'eval_cache'
2012-12-09 Marco CostalbaFix comparison with alpha, not beta
2012-12-09 Marco CostalbaEnsure valueLower <= valueUpper
2012-12-09 Marco CostalbaStore distinct upper and lower bound scores
2012-12-08 Marco CostalbaMicro-optimize color_of()
2012-12-04 thaspelUpdate Readme.txt now that we support 64 threads
2012-12-04 Marco CostalbaMerge branch 'eval_cache'
2012-12-04 Marco CostalbaIncrease MAX_THREADS to 64
2012-12-01 Marco CostalbaReintroduce eval optimizaion from null search
2012-12-01 Marco CostalbaDon't save eval score in TT
2012-12-01 Marco CostalbaDon't use TT just to save a node evaluation
2012-12-01 Marco CostalbaDon't read eval from TT anymore
2012-12-01 Marco CostalbaRetire eval optimization from null search
2012-12-01 Marco CostalbaAdd eval cache infrastructure
2012-11-27 Marco CostalbaDon't double check for move legality
2012-11-26 Marco CostalbaUpdate bestValue when futility pruning
2012-11-18 Marco CostalbaAvoid spamming the GUI in multipv search
2012-11-17 Marco CostalbaTriviality in move_gives_check()
2012-11-17 Marco CostalbaBetter document fail-high condition
2012-11-11 Marco CostalbaDon't access std::cout from Position::print()
2012-11-11 Marco CostalbaRestore old BOUND_EXACT logic in qsearch
2012-11-11 Marco CostalbaRevert "Don't prune discovered checks"
2012-11-07 Marco CostalbaDon't prune discovered checks
2012-11-07 Marco CostalbaPrevious patch test results
2012-11-05 Marco CostalbaAnother attempt at evaluation shortcut
2012-11-05 Marco CostalbaTemporary revert previous patch
2012-11-04 Marco CostalbaSkip evaluate() call after a null move
2012-11-03 Marco CostalbaCorrectly fix "break from split" patch
2012-11-03 Marco CostalbaRelax constrain in prevents_threat()
2012-11-03 Marco CostalbaSync connected_threat() and yields_to_threat()
2012-11-03 Marco CostalbaDon't 'break' upon returning from split()
2012-11-03 Marco CostalbaRemove a redundant condition in connected_moves()
2012-11-03 Marco CostalbaRelax constrain in connected_moves()
2012-11-03 Marco CostalbaReformat connected_moves()
2012-11-02 Marco CostalbaFix an off-by-one bug in multi pv print
2012-11-02 Marco CostalbaFix a condition in connected_moves()
2012-11-02 Marco CostalbaMicro-optimize pop_lsb() for 64bit case
2012-11-02 Marco CostalbaFix a warning under MSVC
2012-11-01 Marco CostalbaPass InCheck as template parameter of qsearch()
2012-10-30 Marco CostalbaUse correct occupancy in connected_threat()
2012-10-30 Marco CostalbaRetire move_attacks_square()
2012-10-29 Marco CostalbaGet rid of ReducedStateInfo struct
2012-10-28 Marco CostalbaCreative formatting in uci.cpp
2012-10-28 Gary LinscottDetect drawish KQKP endings
2012-10-27 Marco CostalbaReformat check_is_dangerous()
2012-10-27 Marco CostalbaUse std::stack instead of fixed size array
2012-10-26 Marco CostalbaFix broken uci notation for promotions
2012-10-26 Marco CostalbaFix asserts due to TT access races
2012-10-26 Marco CostalbaExtend full 3 fold detection to PvNodes
next