]> git.sesse.net Git - stockfish/history - src/endgame.cpp
Fix PGO build with GCC (#904)
[stockfish] / src / endgame.cpp
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
2013-08-28 Gary LinscottAdd lsb() overload
2013-08-22 Marco CostalbaRetire redundant endgames
2013-08-19 Tom VijlbriefRemove useless condition in KXK endgame
2013-07-27 Marco CostalbaFix an assert in KBK endgame
2013-06-23 Marco CostalbaRetire in_front_bb(Color c, Square s) overload
2013-06-16 Marco CostalbaRename piece_count and piece_list
2013-03-18 Gary LinscottAdd KNPKB endgame
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-15 Marco CostalbaFurther speed up bitbase generation
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-07 Gary LinscottAdd KBPKP endgame
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-10-28 Gary LinscottDetect drawish KQKP endings
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-09-16 Marco CostalbaFix KpsK endgame
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-18 Marco CostalbaIntroduce namespace Bitbases
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-05-11 Marco CostalbaFix compilation with Android NDK
2012-05-01 Marco CostalbaChange pos.pieces() argument order
2012-04-28 Marco CostalbaProper indenting of multiple conditions
2012-04-14 Marco CostalbaUse more_than_one() instead of single_bit()
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaDon't store Thread info in Position
2012-04-04 Marco CostalbaUse a Thread instead of an array index
2012-04-04 Marco CostalbaBig Position renaming
2012-04-01 Marco CostalbaUse polymorphism to resolve map() overloading
2012-02-06 mcostalbaMerge pull request #3 from glinscott/b46bf29
2012-02-05 Gary LinscottSimpler stalemate check.
2012-02-05 Gary LinscottDetect stalemate in KXK endgames
2012-01-18 Justin BlanchardRemove unused #include lines
2012-01-14 Marco CostalbaUse 'adjacent' instead of 'neighboring'
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
2011-12-31 Marco CostalbaUnify BitCountType selection
next