]> git.sesse.net Git - stockfish/shortlog
stockfish
2013-09-05 Marco CostalbaRevert "Fix check for bishop pair in material imbalance"
2013-09-03 Reuven PelegRewrite backward pawn detection
2013-09-03 Eelco de GrootFix check for bishop pair in material imbalance
2013-09-02 Marco CostalbaRewrite KBBKN endgame
2013-09-01 Marco CostalbaDon't use lpthread for Android
2013-09-01 Marco CostalbaImprove ARM compatibility
2013-09-01 Uri BlassUnion of 2 changes that failed with good score
2013-09-01 Marco CostalbaAssorted clean up in endgames
2013-08-30 Marco CostalbaFix a bogus assert in allows()
2013-08-30 Marco CostalbaUse frontmost_sq() and backmost_sq helpers
2013-08-29 Gary LinscottEnable LMR for dangerous moves
2013-08-29 homoSapiensSapiensBonus for rook behind a passed
2013-08-29 homoSapiensSapiensReplace hardcoded 128 by constant
2013-08-28 Gary LinscottAdd lsb() overload
2013-08-26 Uri BlassTime management: move faster if PV is stable
2013-08-25 homoSapiensSapiensSimplify chain detection
2013-08-25 homoSapiensSapiensSimplify kf definition in shelter_storm()
2013-08-24 Chris CainoFix KBPK bug
2013-08-22 homoSapiensSapiensSimplify condition for backward pawn
2013-08-22 Marco CostalbaRetire redundant endgames
2013-08-22 Joona KiiskiUse null move when depth >= 2 plies
2013-08-21 Marco CostalbaRestore development version
2013-08-20 Marco CostalbaStockfish 4
2013-08-19 Tom VijlbriefFix crash when reaching max ply
2013-08-19 Tom VijlbriefRemove useless condition in KXK endgame
2013-08-18 Leonid PechenikFurther tweak movecount pruning
2013-08-17 Marco CostalbaNormalize "pawn in front of minor" patch
2013-08-16 homoSapiensSapiensUse constants arguments where possible
2013-08-15 Marco CostalbaRevert using exceptions
2013-08-14 homoSapiensSapiensSimplify DistanceRingsBB init
2013-08-14 homoSapiensSapiensSome renaming in TT store()
2013-08-14 Marco CostalbaUse exceptions to stop the search
2013-08-13 Tom VijlbriefBonus for a pawn in front of knight/bishop
2013-08-13 Ryan TakkerRemove Now Unneeded Help Text
2013-08-11 Marco CostalbaDon't set Search::RootColor in Eval::trace
2013-08-10 Marco CostalbaFix GrainSize rounding error
2013-08-09 Marco CostalbaFix 'improving' condition
2013-08-08 Marco CostalbaIncrease LMR when not improving
2013-08-05 Marco CostalbaFurther tweak Position::flip
2013-08-05 Marco CostalbaRewrite flip() to use FEN string manipulation
2013-08-03 Marco CostalbaStreamline time computation
2013-08-03 Marco CostalbaUpdate polyglot.ini with new "Min Split Depth" default
2013-08-03 Dan SchmidtRefactor do_castle()
2013-08-02 Joona KiiskiRetire cpu_count()
2013-08-01 Marco CostalbaFurther factor out position update code
2013-08-01 Dan SchmidtFactor out pieceList updating code
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-07-31 Marco CostalbaFix a race at thread creation
2013-07-29 Marco CostalbaTidy up Position::pretty
2013-07-29 Marco CostalbaSmall renaming
2013-07-29 Marco CostalbaSpeed up move generation
2013-07-28 Eelco de GrootIncrease pruning if evaluation is not improving
2013-07-27 Marco CostalbaAnnotate an unlikely condition
2013-07-27 Marco CostalbaFix an assert in KBK endgame
2013-07-25 Tom VijlbriefRewrite pawn shield and storm code
2013-07-25 Marco CostalbaFix a typo in bitboard.h
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-24 Marco CostalbaRevert "Halve king eval margin"
2013-07-24 Ryan SchmittTune pawn PSQT values
2013-07-22 Reuven PelegUse arrow operator instead of * and .
2013-07-22 Reuven PelegBetter condition in is_pseudo_legal()
2013-07-21 Marco CostalbaSmall touches in move generation
2013-07-21 Marco CostalbaSome renaming in MovePicker
2013-07-20 Marco CostalbaRewrite and simplify SEE
2013-07-20 Marco CostalbaRevert "Fix critical SEE bug (take 2)"
2013-07-20 Marco CostalbaRevert "Yet another attempt at signature-build"
2013-07-20 Marco CostalbaFix critical SEE bug (take 2)
2013-07-20 Marco CostalbaRevert all the SEE stuff
2013-07-20 Marco CostalbaYet another attempt at signature-build
2013-07-20 Marco CostalbaFix critical SEE bug
2013-07-20 Marco CostalbaSpeedup see()
2013-07-20 Marco CostalbaFix signature-build under OSX
2013-07-19 Reuven PelegMicroptimize gives_check() for castling case
2013-07-19 Marco CostalbaSmall simplification in space eval scoring
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
2013-07-19 Marco CostalbaBetter document what we skip when in check
2013-07-19 homoSapiensSapiensHalve king eval margin
2013-07-15 Marco CostalbaDrop grep and tr dependency in Makefile
2013-07-15 Marco CostalbaDon't use __builtin_expect
2013-07-15 Marco CostalbaBetter annotate unlikely conditions
2013-07-15 Reuven PelegSimplify a condition in refutes()
2013-07-14 Marco CostalbaUpdate 'make help'
2013-07-14 Marco CostalbaAdd signature-profile-build make target
2013-07-14 Marco CostalbaRetire engine Tag
2013-07-14 Marco CostalbaAdd signature-build make target
2013-07-13 Marco CostalbaFix build on Intel compiler
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-07-13 Tom VijlbriefRetire enoughMaterial + lower trapped rook threshold
2013-07-13 Marco CostalbaA useless assignment found by Clang’s static analyzer
2013-07-13 Marco CostalbaFix build with MSVC 2013
2013-07-13 Marco CostalbaFix printing of PV info: take 2
2013-07-12 Marco CostalbaFix printing of PV info
2013-07-11 Marco CostalbaRename some UCI options
2013-07-11 Marco CostalbaFix a crash with depth 1 perft
2013-07-09 Marco CostalbaDon't IID when in check also in PvNodes
2013-07-09 Marco CostalbaRevert previous patch
2013-07-08 Marco CostalbaSimplify "fail high upon reduction" in null search
2013-07-07 Marco CostalbaSkip node-level cut-off tests when in check
2013-07-03 Marco CostalbaSimplify aspiration window code
next