]> git.sesse.net Git - stockfish/history - src/endgame.cpp
Templetize move generation API
[stockfish] / src / endgame.cpp
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
2010-08-19 Marco CostalbaIntroduce enum VALUE_ZERO instead of Value(0)
2010-07-25 Marco CostalbaFix KBNK endgame
2010-07-25 Marco CostalbaIntroduce and use same_color_squares()
2010-07-17 Marco CostalbaTriviality in endgame.cpp
2010-04-27 Marco CostalbaEndgame's apply() method can be 'const'
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2009-09-20 Marco CostalbaRename piece_attacks_from() in attacks_from()
2009-09-20 Marco CostalbaRename piece_attacks() in piece_attacks_from()
2009-09-20 Marco CostalbaChange pawn_attacks() API
2009-09-04 Marco CostalbaSecond take at unifying bitboard representation access
2009-09-04 Marco CostalbaTempletize functions to get pieces by type
2009-08-14 Marco CostalbaBetter naming and document some endgame functions
2009-08-08 Marco CostalbaThere is no need to special case KNNK ending
2009-07-17 Marco CostalbaSimplify endgame functions handling
2009-05-25 Marco CostalbaMerge hardware POPCNT detection and use
2009-05-24 Marco CostalbaUse compiler name lookup to simplify code
2009-05-21 Marco CostalbaIntroduce bitcount.h
2009-05-07 Marco CostalbaUpdate copyright year
2009-03-31 Marco CostalbaSilence a bunch of warnings under MSVC /W4
2009-03-22 Marco CostalbaMerge KBPP vs KB endgame from iPhone Glaurung
2009-02-13 Marco CostalbaUse template for endgame scaling functions
2009-02-13 Marco CostalbaUse templates for end game evaluation functions
2009-02-04 Marco CostalbaFinal endgame.cpp space inflate
2009-01-08 Marco CostalbaStart to space inflate endgame.cpp
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 1
2008-12-21 Marco CostalbaMerged two new endgames from Glaurung 2.2
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-20 Marco CostalbaRemove Positions::xxx_count() functions
2008-10-20 Marco CostalbaRemove Position::xxx_list() functions
2008-10-20 Marco CostalbaPrefer template to name decoration
2008-10-19 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaRemove Positions::xxx_count() functions
2008-10-19 Marco CostalbaRemove Position::xxx_list() functions
2008-10-19 Marco CostalbaPrefer template to name decoration
2008-09-24 Marco CostalbaRename pawn_rank() in relative_rank()
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1