]> git.sesse.net Git - stockfish/shortlog
stockfish
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
2012-10-26 Marco CostalbaMerge pull request #34 from jromang/repetition
2012-10-25 Jean-Francois... Full three fold repetition detection only at root node
2012-10-25 Jean-Francois... Enable true 3 fold detection in search
2012-10-25 Jean-Francois... Allow full repetition detection
2012-10-24 Marco CostalbaFix an assert when we stop the search
2012-10-24 Marco CostalbaRename RootPosition and shuffle think()
2012-10-24 Marco CostalbaDrop Chess960 and UCIMultiPV globals and rename MultiPV
2012-10-24 Marco CostalbaWrap in a class Skill Level code
2012-10-24 Marco CostalbaShuffle aspiration window loop
2012-10-22 Marco CostalbaRetire refine_eval()
2012-10-21 Marco CostalbaDon't copy a full Position object in print()
2012-10-21 Marco CostalbaDon't need to init board[] with NO_PIECE
2012-10-21 Marco CostalbaChange NO_PIECE value and shrink PieceValue[]
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-21 Marco CostalbaMove RootColor from Eval to Search
2012-10-20 Marco CostalbaContempt factor: use DrawValue also in case of stealmates
2012-10-20 Marco CostalbaFix compatibility with old Windows 95 and 98
2012-10-20 Marco CostalbaMerge pull request #33 from daylen/master
2012-10-16 Daylen YangFurther improve compatibility when compiling on OS X
2012-10-14 Marco CostalbaFix Makefile for PowerPC with prefetch enabled
2012-10-14 Marco CostalbaDocument why is safe ttValue == VALUE_NONE
2012-10-14 Marco CostalbaSet TT size to 32 MB during 'bench'
2012-10-13 Marco CostalbaMove all Contempt Factor code to search.cpp
2012-10-13 Marco CostalbaRetire BitCount8Bit[] table
2012-10-13 Marco CostalbaUse new 64 bit De Bruijn BitScan
2012-10-13 Marco CostalbaRetire can_return_tt() and rewirte TT-hit code
2012-10-13 Marco CostalbaScale contempt factor to zero at endgame
2012-10-11 Marco CostalbaFix a minor bug in search
2012-10-11 Jean-Francois... ARM lsb/msb assembly
2012-10-11 Jean-Francois... Introduce arm-32 ARCH in Makefile
2012-10-10 Marco CostalbaRetire is_dangerous() and inline its content
2012-10-08 Marco CostalbaRearrange prefetch code
2012-10-07 Marco CostalbaMerge pull request #29 from RyanTaker/patch-3
2012-10-07 RyanTakerAdd Contempt Factor in Polyglot
2012-10-07 Marco CostalbaSync qsearch with search
2012-10-07 Daylen YangImprove compatibility with older versions of Mac OS X
2012-10-06 Marco CostalbaFix POPCNT support on mingw 64
2012-10-06 Marco CostalbaFix mingw compile with ARCH=x86-64
next