]> git.sesse.net Git - stockfish/shortlog
stockfish
2018-03-03 Joost VandeVondeleNo extra stage for QS recaptures.
2018-03-03 VoyagerOneDo move-count pruning in probcut
2018-03-03 Marco CostalbaMerge Stats tables
2018-03-03 Stéphane NicoletBetter indentation in Makefile
2018-02-28 Tom VijlbriefReintroduce depth 2 razoring (with additional margin)
2018-02-28 Stefan GeschwentnerBlocked pawn storm
2018-02-28 Leonid PechenikTweak time management
2018-02-27 Stéphane NicoletSimplify tropism computation
2018-02-27 Stefan GeschwentnerStat score initialization: grandchildren
2018-02-27 Stefan GeschwentnerStat score initialization: children
2018-02-27 Stéphane NicoletNo Tempo for draw scores given by heuristic functions
2018-02-27 Marco CostalbaSpeedup and simplify pinners and blockers
2018-02-26 erbsenzaehlerUnify use of -mdynamic-no-pic
2018-02-26 AndyGrantShallow search to verify probcut
2018-02-26 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-25 Joost VandeVondeleCombine killer moves
2018-02-25 Stéphane NicoletRevert "Count passed pawns in asymmetry measure"
2018-02-25 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-25 Joost VandeVondeleJoin all capture init stages in MovePicker
2018-02-25 DU-jdtoMore robust interaction of singular search and iid
2018-02-24 DU-jdtoSimplification: do razoring only for depth 1
2018-02-23 Tom VijlbriefLower razor depth to < 3 and adjust margin
2018-02-23 Marco CostalbaReformat SEE to better document the function
2018-02-21 Stéphane NicoletMove pawn_attacks_bb() helper to bitboard.h
2018-02-21 Mike Whiteleyrename shift variables.
2018-02-20 Alain SAVARDAvoid a compilation warning
2018-02-20 Marco CostalbaCode style in evaluate.cpp
2018-02-18 Stéphane NicoletUpdate list of authors after Stockfish 9
2018-02-15 Mike WhiteleySimplify trapped rook
2018-02-12 Ronald de ManFix gcc PGO build on Windows
2018-02-12 Marco CostalbaCode style fixes in search.cpp
2018-02-12 Marco CostalbaUpdate travis CI to g++7
2018-02-09 Stefano CardanobileIntroduce dynamic contempt
2018-02-09 Leonid PechenikRetire "Extra thinking before accepting draw PVs"
2018-02-09 Stéphane NicoletFix bug for 'eval' command in terminal
2018-02-08 FauziAkramA combo of 3 successful tuning patches
2018-02-08 protonspringObey skipQuiets strictly in MovePicker
2018-02-07 Joost VandeVondeleMore robust bench extraction
2018-02-05 syzygy1Enable LTO for clang
2018-02-05 protonspring Don’t score and sort all captures in RECAPTURES...
2018-02-04 Stéphane NicoletRevert "Implement old 'multipv' search"
2018-02-04 protonspringSimplify qsearch stages in MovePicker
2018-02-04 joergosterImplement 'old' multipv search.
2018-02-04 Stéphane NicoletRestore development version
2018-02-03 Stéphane NicoletImproved spelling, grammar and comment
2018-01-31 mstemberaStockfish 9
2018-01-30 Torsten FranzRetire lever (#1378)
2018-01-28 Rocky640Limit the king distance factor when evaluating passed...
2018-01-28 syzygy1This modifies the in-search TB probing to continue...
2018-01-24 mibereTop CPU Contributors as of January 2018 (#1367)
2018-01-23 Stéphane NicoletContempt 20
2018-01-23 Tom VijlbriefMake razor margin depth independent
2018-01-23 Fabian FichterSimplify away redundant SEE pruning condition (#1363)
2018-01-13 Marco CostalbaFix bench number
2018-01-13 Günther DemetzSimplify verification search (#1362)
2018-01-13 IIvecRevert to old time management (#1351)
2018-01-13 mbootsectorUse mobility in kingsafety (#1360)
2018-01-04 hximRemove ThreatByHangingPawn bonus (#1356)
2018-01-01 Joost VandeVondeleNew Year 2018
2018-01-01 Joost VandeVondeleExplicitly zero TT upon resize.
2017-12-26 Guenther DemetzInclude x-ray attacks through all queens independently...
2017-12-26 Joost VandeVondeleUpon changing the number of threads, make sure all...
2017-12-18 Joost VandeVondeleAllow for general transposition table sizes. (#1341)
2017-12-18 Günther DemetzEnhanced verify search (#1338)
2017-12-17 Gontran LemaireRemove QueenMinorsImbalance array #1340
2017-12-17 Joost VandeVondeleMake staticEval independent of the search path
2017-12-17 Rocky640Simplify other checks (#1337)
2017-12-11 Alain SAVARDSimplify other checks #1334
2017-12-10 Ben KoshyAdd Resources to understand code base (#1332)
2017-12-06 Günther DemetzDon't consider defending queen as check blocker (#1328)
2017-12-05 Stéphane NicoletA better contempt implementation for Stockfish (#1325)
2017-12-04 Joost VandeVondelePawn endgames directly skip early pruning.
2017-12-04 Stéphane NicoletAvoid warnings by the Clang compiler
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-12-03 Guy VreulsUse constexpr when makes sense
2017-12-03 Stéphane NicoletCompile without exceptions
2017-12-03 syzygyMinor cleanup of search.cpp
2017-12-03 Stefan GeschwentnerAttack threats
2017-11-18 basepr1meOpenBSD friendly start.
2017-11-18 Stefan GeschwentnerSimplify good/bad capture detection. bench 5336313
2017-11-18 Stefano CardanobileFix comments. Bench: 5109559.
2017-11-18 Stéphane NicoletSimplify away the PawnSet[] imbalance array (#1308)
2017-11-11 Rocky640Simplify some kingring penalties expressions
2017-11-10 ceeboAdd comments to pos.see_ge()
2017-11-10 VoyagerOneCapture Stat Simplification- Bench: 5363761
2017-11-08 Gian-Carlo... Always do MaxCardinality checks.
2017-11-08 Joost VandeVondeleSimplify Null Move Search condition
2017-11-05 Günther DemetzHandle BxN trade as good capture when history score...
2017-11-03 Stefan GeschwentnerIntroduce capture history table for capture move sorting
2017-11-03 Joost VandeVondeleReplace easyMove with simple scheme
2017-10-28 CooffeUpdate Copyright year inMakefile
2017-10-28 Joost VandeVondeleExtra thinking before accepting draw PVs.
2017-10-22 IIvecFix premature using of all available time in x/y TC
2017-10-22 Gian-Carlo... Don't filter root moves if MultiPV mode is enabled
2017-10-22 ceeboAdd initiative to trace
2017-10-11 Joost VandeVondeleFix issue #1268
2017-10-11 Alain SAVARDSimplify bonus for bishop on long diagonal
2017-10-05 Niklas FiekasWLDEntryPiece -> WDLEntryPiece for consistency
2017-10-02 Stéphane NicoletGood bishops on the main diagonals
next