]> git.sesse.net Git - stockfish/history - src/endgame.cpp
Don't use _pext_u64() directly
[stockfish] / src / endgame.cpp
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
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-30 Marco CostalbaBetter use STL algorithms in Endgame functions
2011-12-29 Marco CostalbaUse for_each() in Endgames d'tor
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-10 Marco CostalbaFix description of endgame scaling functions
2011-12-05 Marco CostalbaUse operator() instead of apply() in endgames
2011-12-03 Marco CostalbaPrefer 0 to EmptyBoardBB
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-03 Marco CostalbaSmall touches in position.h
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-09-11 Marco CostalbaUse the map type template parameter to access map()
2011-08-21 Marco CostalbaDetect family type of endgame from its enum value
2011-08-14 Marco CostalbaIndulge a bit on the template wizardy
2011-08-14 Marco CostalbaSmall simplification of endgame functions API
2011-08-12 Marco CostalbaFix use of uninitialized variable
2011-06-28 Marco CostalbaRetire one piece_list() overload
2011-04-13 Marco CostalbaSome more cleanup in endgame.cpp
2011-04-11 Marco CostalbaMove EndgameFunctions to endgame.cpp
2011-03-12 Marco CostalbaAdditional cleanup in bitbase.cpp
2011-03-12 Marco CostalbaMove KPKBitbase[] where it belongs
2011-02-23 Marco CostalbaRetire piece_type_from_char()
2011-02-23 Marco CostalbaSmall simplifications in square.h
2011-01-19 Marco CostalbaUse opposite_color_squares() instead of same_color_squa...
2011-01-19 Marco CostalbaRetire RelativeRankBB[]
2010-12-26 Marco CostalbaRetire SignedDirectionTable[] and RayBB[]
2010-11-07 Marco CostalbaRetire bitbase.h
2010-10-10 Marco CostalbaUse VALUE_DRAW instead of VALUE_ZERO where better
2010-10-04 Marco CostalbaRewrite bit counting functions
next