]> git.sesse.net Git - stockfish/history - src/endgame.cpp
Remove 'Minimum Thinking Time' UCI option.
[stockfish] / src / endgame.cpp
2020-06-21 protonspringMake endgames consistent
2020-05-30 protonspringConsolidate all attacks bitboards
2020-04-05 protonspringremove KNPK endgame code
2020-03-25 protonspringRemove KNPKB endgame.
2020-03-14 Joost VandeVondeleSmall cleanups
2020-03-09 protonspringEquations for edges and corners.
2020-03-07 protonspringRemove KRPPKRPScaleFactors array
2020-03-07 protonspringCleanup KBPsK endgame
2020-03-04 protonspringUse equations for PushAway and PushClose
2020-03-04 protonspringConsolidate Square Flipping
2020-03-01 Joost VandeVondeleSmall cleanups
2020-02-20 protonspringUpdated KNNKP endgame.
2020-02-15 Joost VandeVondeleFix for incorrect VALUE_MATE_IN_MAX_PLY usage.
2020-01-09 Stéphane NicoletAssorted trivial cleanups January 2020
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-11-04 31m059Make Square and Bitboard operators commutative
2019-06-14 protonspringRemove backmost_sq (#2190)
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2019-05-15 mstemberaRemove per thread instances of Endgames. (#2056)
2019-04-18 Joost VandeVondeleSimplify distance (#2109)
2019-03-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-02-21 KurtbuschAdd KNNvKP Endgame Heuristic
2019-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2018-12-24 protonspringImprove endgame KBN vs K (#1877)
2018-12-20 protonspringSimplify KBNK endgame implementation
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-09-27 Eduardo CaceresFix two typos in comments
2018-07-22 Marco CostalbaSlight tidy up in endgame machinery
2018-06-11 protonspringOptimize an expression in endgame.cpp
2018-04-01 Stéphane NicoletSimplify KBPKB endgame with opposite bishops
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-08-12 tthsqe12Fix the handling of opposite bishops in KXK endgame...
2017-07-03 Alain SAVARDTidy up
2017-06-17 Marco CostalbaBetter naming in endgame code
2017-04-24 Marco CostalbaAssorted code style issues
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-11-05 Miroslav FontánSimplify code, delete else after return
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-04-08 mstemberaSimplify popcnt
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Alain SAVARDCorrect Pawn Trace Score + Code Clean up
2015-12-30 Marco CostalbaFix assert with very high score position
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-24 Stefano80KRPPKRP endgame: Simplify ugly switch statement
2015-10-06 Stefano80Tuning of assorted values
2015-08-04 Marco CostalbaRename Position::list
2015-07-12 joergosterUse distance<file>() function in endgame.cpp
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaRearrange Endgames
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-07 Marco CostalbaAssorted formatting and comment tweaks in position.h
2015-01-03 Marco CostalbaRetire one implementation of pop_lsb()
2014-12-07 hximRename some variables for more clarity.
2014-11-09 Marco CostalbaIntroduce distance() and unify some API
2014-11-03 lucasartDo not assume that enum are signed
2014-05-04 Marco CostalbaRevert back KBPsK to latest Gary's version
2014-05-03 Ronald de ManFix KXK endgame
2014-05-02 Marco CostalbaRevert to Galurung's KBPsK endgame
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-03-22 Marco CostalbaRetire operator|(File f, Rank r)
2014-03-14 Marco CostalbaUse legal positions for endgame initialization
2014-01-18 Chris CainSimplify pawnless endgame evaluation
2014-01-12 Marco CostalbaRetire KBBKN endgame
2014-01-07 Marco CostalbaAssorted grammar fixes
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-10-24 Marco CostalbaRetire mirror()
2013-10-23 Marco CostalbaFurther smplify pawn endgames
2013-10-23 Chris CainoUse flip_sq idea in endgame.cpp
2013-10-15 Chris CainoSimplification of KPsK function
2013-10-15 Chris CainoBug fix for KQKRPs endgame
2013-10-14 Chris CainoRemove a drawing rule from KBPsK function
2013-10-14 Marco CostalbaMassive stronger/weaker renming
2013-10-14 Chris CainoAdd helper function verify_material
2013-10-14 ceeboAdd some knowledge for KRPKB endgame
2013-10-14 ceeboImprove KBPsK endgame
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-02 Marco CostalbaRewrite KBBKN endgame
2013-09-01 Marco CostalbaAssorted clean up in endgames
2013-08-30 Marco CostalbaUse frontmost_sq() and backmost_sq helpers
next